1 | [ Aug 6 08:29:08 Enabled. ] | ||
2 | [ Aug 6 08:29:08 Rereading configuration. ] | ||
3 | [ Aug 6 08:29:09 Rereading configuration. ] | ||
4 | [ Aug 6 08:29:10 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 | [ Aug 6 08:29:10 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.08.06 08:29:11.575526 [ 1 ] {} <Information> Application: Will watch for the process with pid 23111 | ||
33 | 2024.08.06 08:29:11.575972 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.06 08:29:11.830023 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23111 | ||
35 | 2024.08.06 08:29:11.830773 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.06 08:29:11.831492 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.06 08:29:11.928207 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.06 08:29:11.974022 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.06 08:29:11.974071 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.06 08:29:11.974090 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.06 08:29:11.974158 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.06 08:29:11.974455 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.06 08:29:11.976123 [ 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.08.06 08:29:11.976617 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.06 08:29:11.977541 [ 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.08.06 08:29:11.977573 [ 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.08.06 08:29:11.977586 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.06 08:29:11.977766 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.06 08:29:11.978825 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.06 08:29:11.984549 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.06 08:29:11.985243 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.06 08:29:11.986511 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.06 08:29:11.986575 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.06 08:29:11.988130 [ 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.08.06 08:29:11.988401 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.06 08:29:11.992938 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.06 08:29:11.993272 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.06 08:29:11.994848 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.06 08:29:11.995332 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.06 08:29:11.995722 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.06 08:29:11.996053 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.06 08:29:11.997560 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.06 08:29:11.997585 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.06 08:29:11.997666 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.06 08:29:11.997825 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.06 08:29:12.007737 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.06 08:29:12.007770 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159745 sec | ||
74 | 2024.08.06 08:29:12.007810 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.06 08:29:12.007822 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.06 08:29:12.009038 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.06 08:29:12.010346 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.06 08:29:12.010370 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.06 08:29:12.010406 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.06 08:29:12.010422 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.06 08:29:12.010435 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.06 08:29:12.010470 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.06 08:29:12.010482 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.06 08:29:12.010498 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.06 08:29:12.010533 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.06 08:29:12.010546 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.06 08:29:12.010560 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.06 08:29:12.010575 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.06 08:29:12.010608 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.06 08:29:12.010622 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.06 08:29:12.010638 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.06 08:29:12.010667 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.06 08:29:12.010681 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.06 08:29:12.049637 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.06 08:29:12.051579 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.06 08:29:12.051606 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5802e-05 sec | ||
97 | 2024.08.06 08:29:12.051620 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.06 08:29:12.051636 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.06 08:29:12.051660 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.06 08:29:12.051844 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.06 08:29:12.051889 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.06 08:29:12.051902 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.06 08:29:12.051918 [ 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.08.06 08:29:12.051929 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.06 08:29:12.087484 [ 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.08.06 08:29:12.301175 [ 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.08.06 08:29:12.301241 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.06 08:29:12.331654 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.06 08:29:12.331871 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.08.06 08:29:12.332821 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3601e-05 sec. | ||
111 | 2024.08.06 08:29:12.333170 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.06 08:29:12.333248 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.06 08:29:12.333308 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.06 08:29:12.333331 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.06 08:29:12.334225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.06 08:29:12.334450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.06 08:29:12.334488 [ 3 ] {} <Debug> HTTP-Session: e08600a5-57d0-4272-bd41-98b7c6139d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
118 | 2024.08.06 08:29:12.334521 [ 3 ] {} <Debug> HTTP-Session: e08600a5-57d0-4272-bd41-98b7c6139d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.06 08:29:12.334544 [ 3 ] {} <Debug> HTTP-Session: e08600a5-57d0-4272-bd41-98b7c6139d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.06 08:29:12.334631 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.06 08:29:12.334666 [ 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.08.06 08:29:12.334691 [ 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.08.06 08:29:12.334760 [ 3 ] {} <Trace> HTTP-Session: e08600a5-57d0-4272-bd41-98b7c6139d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.06 08:29:12.335885 [ 3 ] {0f25c926-65f2-4298-af5f-69e4248dfebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.06 08:29:12.378720 [ 3 ] {0f25c926-65f2-4298-af5f-69e4248dfebf} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45912) (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 @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.06 08:29:12.379458 [ 3 ] {0f25c926-65f2-4298-af5f-69e4248dfebf} <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 @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.06 08:29:12.380821 [ 3 ] {} <Debug> HTTP-Session: e08600a5-57d0-4272-bd41-98b7c6139d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.06 08:29:12.381921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.06 08:29:12.382000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.06 08:29:12.382029 [ 3 ] {} <Debug> HTTP-Session: 3ba095da-21ca-44c4-b2bf-3b057b42ee8d Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
179 | 2024.08.06 08:29:12.382059 [ 3 ] {} <Debug> HTTP-Session: 3ba095da-21ca-44c4-b2bf-3b057b42ee8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.06 08:29:12.382072 [ 3 ] {} <Debug> HTTP-Session: 3ba095da-21ca-44c4-b2bf-3b057b42ee8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.06 08:29:12.382122 [ 3 ] {} <Trace> HTTP-Session: 3ba095da-21ca-44c4-b2bf-3b057b42ee8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.06 08:29:12.383311 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.06 08:29:12.383442 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.06 08:29:12.385538 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.06 08:29:12.388451 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.06 08:29:12.394415 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.06 08:29:12.394454 [ 3 ] {4e837a2c-de3b-4f4b-80ec-ea07ebeeb0fb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.06 08:29:12.394480 [ 3 ] {} <Debug> HTTP-Session: 3ba095da-21ca-44c4-b2bf-3b057b42ee8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.06 08:29:12.397160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.06 08:29:12.397224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.06 08:29:12.397251 [ 3 ] {} <Debug> HTTP-Session: babe76ab-1d1b-4221-bc09-634fb0f20f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
192 | 2024.08.06 08:29:12.397270 [ 3 ] {} <Debug> HTTP-Session: babe76ab-1d1b-4221-bc09-634fb0f20f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.06 08:29:12.397288 [ 3 ] {} <Debug> HTTP-Session: babe76ab-1d1b-4221-bc09-634fb0f20f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.06 08:29:12.397327 [ 3 ] {} <Trace> HTTP-Session: babe76ab-1d1b-4221-bc09-634fb0f20f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.06 08:29:12.397460 [ 3 ] {c9c353f4-ec0f-4ab8-9be6-93e321f2240c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.06 08:29:12.397723 [ 3 ] {c9c353f4-ec0f-4ab8-9be6-93e321f2240c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45912) (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 @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.06 08:29:12.397845 [ 3 ] {c9c353f4-ec0f-4ab8-9be6-93e321f2240c} <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 @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.06 08:29:12.397998 [ 3 ] {} <Debug> HTTP-Session: babe76ab-1d1b-4221-bc09-634fb0f20f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.06 08:29:12.403899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.06 08:29:12.403960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.06 08:29:12.403979 [ 3 ] {} <Debug> HTTP-Session: e910233b-ffc2-473f-a872-f0f2e15fb86a Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
250 | 2024.08.06 08:29:12.404001 [ 3 ] {} <Debug> HTTP-Session: e910233b-ffc2-473f-a872-f0f2e15fb86a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.06 08:29:12.404019 [ 3 ] {} <Debug> HTTP-Session: e910233b-ffc2-473f-a872-f0f2e15fb86a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.06 08:29:12.404049 [ 3 ] {} <Trace> HTTP-Session: e910233b-ffc2-473f-a872-f0f2e15fb86a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.06 08:29:12.404222 [ 3 ] {acb2bb57-f959-457b-ab56-318ddfcdee8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.06 08:29:12.404388 [ 3 ] {acb2bb57-f959-457b-ab56-318ddfcdee8a} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.06 08:29:12.404412 [ 3 ] {} <Debug> HTTP-Session: e910233b-ffc2-473f-a872-f0f2e15fb86a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.06 08:29:12.404544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.06 08:29:12.404600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.06 08:29:12.404626 [ 3 ] {} <Debug> HTTP-Session: 083e4272-5be3-4686-a4f4-fd0dc6be2454 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
259 | 2024.08.06 08:29:12.404644 [ 3 ] {} <Debug> HTTP-Session: 083e4272-5be3-4686-a4f4-fd0dc6be2454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.06 08:29:12.404664 [ 3 ] {} <Debug> HTTP-Session: 083e4272-5be3-4686-a4f4-fd0dc6be2454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.06 08:29:12.404698 [ 3 ] {} <Trace> HTTP-Session: 083e4272-5be3-4686-a4f4-fd0dc6be2454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.06 08:29:12.404790 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.06 08:29:12.404849 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.06 08:29:12.406267 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.06 08:29:12.406298 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4272e-05 sec | ||
266 | 2024.08.06 08:29:12.406314 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.06 08:29:12.406333 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.06 08:29:12.406357 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.06 08:29:12.406482 [ 3 ] {05b571b6-be5d-45e6-9aac-c1488e925115} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.06 08:29:12.406504 [ 3 ] {} <Debug> HTTP-Session: 083e4272-5be3-4686-a4f4-fd0dc6be2454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.06 08:29:12.406637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.06 08:29:12.406690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.06 08:29:12.406710 [ 3 ] {} <Debug> HTTP-Session: c73af7e0-ce47-4d45-8174-79a5f7bcf8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
274 | 2024.08.06 08:29:12.406732 [ 3 ] {} <Debug> HTTP-Session: c73af7e0-ce47-4d45-8174-79a5f7bcf8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.06 08:29:12.406752 [ 3 ] {} <Debug> HTTP-Session: c73af7e0-ce47-4d45-8174-79a5f7bcf8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.06 08:29:12.406781 [ 3 ] {} <Trace> HTTP-Session: c73af7e0-ce47-4d45-8174-79a5f7bcf8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.06 08:29:12.406925 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) /* 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.08.06 08:29:12.406975 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.06 08:29:12.411768 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.06 08:29:12.412786 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Debug> oximeter.version (c7a4f926-b0e0-47e9-a2ae-4226ec73467c): Loading data parts | ||
282 | 2024.08.06 08:29:12.413089 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Debug> oximeter.version (c7a4f926-b0e0-47e9-a2ae-4226ec73467c): There are no data parts | ||
283 | 2024.08.06 08:29:12.416696 [ 3 ] {8321e645-7ca6-49e3-bace-360c3b748be0} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.06 08:29:12.416723 [ 3 ] {} <Debug> HTTP-Session: c73af7e0-ce47-4d45-8174-79a5f7bcf8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.06 08:29:12.416857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.06 08:29:12.416908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.06 08:29:12.416934 [ 3 ] {} <Debug> HTTP-Session: a34b41a4-cc9e-4dbd-9700-4e8010535827 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
288 | 2024.08.06 08:29:12.416949 [ 3 ] {} <Debug> HTTP-Session: a34b41a4-cc9e-4dbd-9700-4e8010535827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.06 08:29:12.416967 [ 3 ] {} <Debug> HTTP-Session: a34b41a4-cc9e-4dbd-9700-4e8010535827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.06 08:29:12.417000 [ 3 ] {} <Trace> HTTP-Session: a34b41a4-cc9e-4dbd-9700-4e8010535827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.06 08:29:12.417199 [ 3 ] {f2925d73-caea-43df-907d-be5c3cda4f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) /* 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.08.06 08:29:12.417258 [ 3 ] {f2925d73-caea-43df-907d-be5c3cda4f0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.06 08:29:12.423543 [ 3 ] {f2925d73-caea-43df-907d-be5c3cda4f0f} <Debug> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): Loading data parts | ||
304 | 2024.08.06 08:29:12.423763 [ 3 ] {f2925d73-caea-43df-907d-be5c3cda4f0f} <Debug> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): There are no data parts | ||
305 | 2024.08.06 08:29:12.425151 [ 3 ] {f2925d73-caea-43df-907d-be5c3cda4f0f} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.06 08:29:12.425177 [ 3 ] {} <Debug> HTTP-Session: a34b41a4-cc9e-4dbd-9700-4e8010535827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.06 08:29:12.425310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.06 08:29:12.425362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.06 08:29:12.425387 [ 3 ] {} <Debug> HTTP-Session: 05460526-f900-4f24-9d48-6ec4aec4e6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
310 | 2024.08.06 08:29:12.425403 [ 3 ] {} <Debug> HTTP-Session: 05460526-f900-4f24-9d48-6ec4aec4e6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.06 08:29:12.425423 [ 3 ] {} <Debug> HTTP-Session: 05460526-f900-4f24-9d48-6ec4aec4e6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.06 08:29:12.425458 [ 3 ] {} <Trace> HTTP-Session: 05460526-f900-4f24-9d48-6ec4aec4e6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.06 08:29:12.425633 [ 3 ] {59c35bdb-4edd-457e-82f2-7148440ce51a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.425685 [ 3 ] {59c35bdb-4edd-457e-82f2-7148440ce51a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.06 08:29:12.427296 [ 3 ] {59c35bdb-4edd-457e-82f2-7148440ce51a} <Debug> oximeter.measurements_i8 (e6e8b193-a3b1-4d56-9936-3f864e4ca3aa): Loading data parts | ||
316 | 2024.08.06 08:29:12.427461 [ 3 ] {59c35bdb-4edd-457e-82f2-7148440ce51a} <Debug> oximeter.measurements_i8 (e6e8b193-a3b1-4d56-9936-3f864e4ca3aa): There are no data parts | ||
317 | 2024.08.06 08:29:12.428717 [ 3 ] {59c35bdb-4edd-457e-82f2-7148440ce51a} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.06 08:29:12.428754 [ 3 ] {} <Debug> HTTP-Session: 05460526-f900-4f24-9d48-6ec4aec4e6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.06 08:29:12.428885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.06 08:29:12.428940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.06 08:29:12.428964 [ 3 ] {} <Debug> HTTP-Session: a11e9fea-5f3f-4152-a692-0172833f0bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
322 | 2024.08.06 08:29:12.428979 [ 3 ] {} <Debug> HTTP-Session: a11e9fea-5f3f-4152-a692-0172833f0bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.06 08:29:12.429000 [ 3 ] {} <Debug> HTTP-Session: a11e9fea-5f3f-4152-a692-0172833f0bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.06 08:29:12.429045 [ 3 ] {} <Trace> HTTP-Session: a11e9fea-5f3f-4152-a692-0172833f0bb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.06 08:29:12.429219 [ 3 ] {ab5b1b7a-c924-4815-926d-91e79f53ca49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.429274 [ 3 ] {ab5b1b7a-c924-4815-926d-91e79f53ca49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.06 08:29:12.431130 [ 3 ] {ab5b1b7a-c924-4815-926d-91e79f53ca49} <Debug> oximeter.measurements_u8 (80404501-25ca-43d6-8852-5ca68f39ac3e): Loading data parts | ||
328 | 2024.08.06 08:29:12.431307 [ 3 ] {ab5b1b7a-c924-4815-926d-91e79f53ca49} <Debug> oximeter.measurements_u8 (80404501-25ca-43d6-8852-5ca68f39ac3e): There are no data parts | ||
329 | 2024.08.06 08:29:12.432668 [ 3 ] {ab5b1b7a-c924-4815-926d-91e79f53ca49} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.06 08:29:12.432694 [ 3 ] {} <Debug> HTTP-Session: a11e9fea-5f3f-4152-a692-0172833f0bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.06 08:29:12.432824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.06 08:29:12.432879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.06 08:29:12.432904 [ 3 ] {} <Debug> HTTP-Session: fbe06601-bd97-450f-bd05-e2a78fb0062f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
334 | 2024.08.06 08:29:12.432920 [ 3 ] {} <Debug> HTTP-Session: fbe06601-bd97-450f-bd05-e2a78fb0062f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.06 08:29:12.432940 [ 3 ] {} <Debug> HTTP-Session: fbe06601-bd97-450f-bd05-e2a78fb0062f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.06 08:29:12.432973 [ 3 ] {} <Trace> HTTP-Session: fbe06601-bd97-450f-bd05-e2a78fb0062f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.06 08:29:12.433151 [ 3 ] {d07fedcb-4aea-400d-b5da-f8b2902486f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.433205 [ 3 ] {d07fedcb-4aea-400d-b5da-f8b2902486f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.06 08:29:12.435153 [ 3 ] {d07fedcb-4aea-400d-b5da-f8b2902486f8} <Debug> oximeter.measurements_i16 (23331f05-dc5a-49c3-a154-f3f747721531): Loading data parts | ||
340 | 2024.08.06 08:29:12.435316 [ 3 ] {d07fedcb-4aea-400d-b5da-f8b2902486f8} <Debug> oximeter.measurements_i16 (23331f05-dc5a-49c3-a154-f3f747721531): There are no data parts | ||
341 | 2024.08.06 08:29:12.436613 [ 3 ] {d07fedcb-4aea-400d-b5da-f8b2902486f8} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.06 08:29:12.436654 [ 3 ] {} <Debug> HTTP-Session: fbe06601-bd97-450f-bd05-e2a78fb0062f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.06 08:29:12.436774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.06 08:29:12.436832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.06 08:29:12.436859 [ 3 ] {} <Debug> HTTP-Session: 5e5950eb-0526-4997-ac09-7ce35ac03ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
346 | 2024.08.06 08:29:12.436876 [ 3 ] {} <Debug> HTTP-Session: 5e5950eb-0526-4997-ac09-7ce35ac03ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.06 08:29:12.436896 [ 3 ] {} <Debug> HTTP-Session: 5e5950eb-0526-4997-ac09-7ce35ac03ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.06 08:29:12.436931 [ 3 ] {} <Trace> HTTP-Session: 5e5950eb-0526-4997-ac09-7ce35ac03ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.06 08:29:12.437124 [ 3 ] {3f3e0db4-5540-460c-b97e-920161ecad0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.437199 [ 3 ] {3f3e0db4-5540-460c-b97e-920161ecad0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.06 08:29:12.439883 [ 3 ] {3f3e0db4-5540-460c-b97e-920161ecad0c} <Debug> oximeter.measurements_u16 (6014620e-b27f-4ef1-b517-f5d7aecaf442): Loading data parts | ||
352 | 2024.08.06 08:29:12.440122 [ 3 ] {3f3e0db4-5540-460c-b97e-920161ecad0c} <Debug> oximeter.measurements_u16 (6014620e-b27f-4ef1-b517-f5d7aecaf442): There are no data parts | ||
353 | 2024.08.06 08:29:12.442192 [ 3 ] {3f3e0db4-5540-460c-b97e-920161ecad0c} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.06 08:29:12.442232 [ 3 ] {} <Debug> HTTP-Session: 5e5950eb-0526-4997-ac09-7ce35ac03ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.06 08:29:12.442360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.06 08:29:12.442414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.06 08:29:12.442441 [ 3 ] {} <Debug> HTTP-Session: c91fa155-5e35-49ef-8e22-6eb3a5fd00d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
358 | 2024.08.06 08:29:12.442466 [ 3 ] {} <Debug> HTTP-Session: c91fa155-5e35-49ef-8e22-6eb3a5fd00d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.06 08:29:12.442480 [ 3 ] {} <Debug> HTTP-Session: c91fa155-5e35-49ef-8e22-6eb3a5fd00d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.06 08:29:12.442515 [ 3 ] {} <Trace> HTTP-Session: c91fa155-5e35-49ef-8e22-6eb3a5fd00d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.06 08:29:12.442702 [ 3 ] {39c0736e-2b5a-4907-b88e-b68cd5cc157a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.442756 [ 3 ] {39c0736e-2b5a-4907-b88e-b68cd5cc157a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.06 08:29:12.444502 [ 3 ] {39c0736e-2b5a-4907-b88e-b68cd5cc157a} <Debug> oximeter.measurements_i32 (3ca88750-d260-4b0b-a98d-d27eed9b04b0): Loading data parts | ||
364 | 2024.08.06 08:29:12.444645 [ 3 ] {39c0736e-2b5a-4907-b88e-b68cd5cc157a} <Debug> oximeter.measurements_i32 (3ca88750-d260-4b0b-a98d-d27eed9b04b0): There are no data parts | ||
365 | 2024.08.06 08:29:12.446463 [ 3 ] {39c0736e-2b5a-4907-b88e-b68cd5cc157a} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.06 08:29:12.446498 [ 3 ] {} <Debug> HTTP-Session: c91fa155-5e35-49ef-8e22-6eb3a5fd00d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.06 08:29:12.446619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.06 08:29:12.446675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.06 08:29:12.446703 [ 3 ] {} <Debug> HTTP-Session: 7d388238-eaae-4e2c-983e-5094bc042705 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
370 | 2024.08.06 08:29:12.446718 [ 3 ] {} <Debug> HTTP-Session: 7d388238-eaae-4e2c-983e-5094bc042705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.06 08:29:12.446739 [ 3 ] {} <Debug> HTTP-Session: 7d388238-eaae-4e2c-983e-5094bc042705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.06 08:29:12.446775 [ 3 ] {} <Trace> HTTP-Session: 7d388238-eaae-4e2c-983e-5094bc042705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.06 08:29:12.446960 [ 3 ] {30399526-7c28-4642-bfde-fbbbb30567fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.447016 [ 3 ] {30399526-7c28-4642-bfde-fbbbb30567fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.06 08:29:12.451285 [ 3 ] {30399526-7c28-4642-bfde-fbbbb30567fe} <Debug> oximeter.measurements_u32 (69155c2b-68b1-427c-84b1-1f08a4c24c5e): Loading data parts | ||
376 | 2024.08.06 08:29:12.451459 [ 3 ] {30399526-7c28-4642-bfde-fbbbb30567fe} <Debug> oximeter.measurements_u32 (69155c2b-68b1-427c-84b1-1f08a4c24c5e): There are no data parts | ||
377 | 2024.08.06 08:29:12.454151 [ 3 ] {30399526-7c28-4642-bfde-fbbbb30567fe} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.06 08:29:12.454216 [ 3 ] {} <Debug> HTTP-Session: 7d388238-eaae-4e2c-983e-5094bc042705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.06 08:29:12.454350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.06 08:29:12.454432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.06 08:29:12.454491 [ 3 ] {} <Debug> HTTP-Session: 3ec67ba8-b1a7-49e0-a499-16378d619919 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
382 | 2024.08.06 08:29:12.454548 [ 3 ] {} <Debug> HTTP-Session: 3ec67ba8-b1a7-49e0-a499-16378d619919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.06 08:29:12.454563 [ 3 ] {} <Debug> HTTP-Session: 3ec67ba8-b1a7-49e0-a499-16378d619919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.06 08:29:12.454629 [ 3 ] {} <Trace> HTTP-Session: 3ec67ba8-b1a7-49e0-a499-16378d619919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.06 08:29:12.454919 [ 3 ] {d96c8ab2-68b7-4686-ba9b-fa42dff9de06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.455056 [ 3 ] {d96c8ab2-68b7-4686-ba9b-fa42dff9de06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.06 08:29:12.458094 [ 3 ] {d96c8ab2-68b7-4686-ba9b-fa42dff9de06} <Debug> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): Loading data parts | ||
388 | 2024.08.06 08:29:12.458346 [ 3 ] {d96c8ab2-68b7-4686-ba9b-fa42dff9de06} <Debug> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): There are no data parts | ||
389 | 2024.08.06 08:29:12.460313 [ 3 ] {d96c8ab2-68b7-4686-ba9b-fa42dff9de06} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.06 08:29:12.460380 [ 3 ] {} <Debug> HTTP-Session: 3ec67ba8-b1a7-49e0-a499-16378d619919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.06 08:29:12.460513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.06 08:29:12.460628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.06 08:29:12.460649 [ 3 ] {} <Debug> HTTP-Session: a0e50f3e-9487-4ce5-b393-a5401918182d Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
394 | 2024.08.06 08:29:12.460699 [ 3 ] {} <Debug> HTTP-Session: a0e50f3e-9487-4ce5-b393-a5401918182d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.06 08:29:12.460714 [ 3 ] {} <Debug> HTTP-Session: a0e50f3e-9487-4ce5-b393-a5401918182d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.06 08:29:12.460779 [ 3 ] {} <Trace> HTTP-Session: a0e50f3e-9487-4ce5-b393-a5401918182d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.06 08:29:12.460985 [ 3 ] {3e406b83-7866-4695-8424-aa706013bfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.461069 [ 3 ] {3e406b83-7866-4695-8424-aa706013bfae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.06 08:29:12.462815 [ 3 ] {3e406b83-7866-4695-8424-aa706013bfae} <Debug> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Loading data parts | ||
400 | 2024.08.06 08:29:12.463012 [ 3 ] {3e406b83-7866-4695-8424-aa706013bfae} <Debug> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): There are no data parts | ||
401 | 2024.08.06 08:29:12.464884 [ 3 ] {3e406b83-7866-4695-8424-aa706013bfae} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.06 08:29:12.464950 [ 3 ] {} <Debug> HTTP-Session: a0e50f3e-9487-4ce5-b393-a5401918182d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.06 08:29:12.465121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.06 08:29:12.465172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.06 08:29:12.465234 [ 3 ] {} <Debug> HTTP-Session: 3feaab55-e40f-4d37-87f6-1e53811aa6d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
406 | 2024.08.06 08:29:12.465288 [ 3 ] {} <Debug> HTTP-Session: 3feaab55-e40f-4d37-87f6-1e53811aa6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.06 08:29:12.465305 [ 3 ] {} <Debug> HTTP-Session: 3feaab55-e40f-4d37-87f6-1e53811aa6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.06 08:29:12.465371 [ 3 ] {} <Trace> HTTP-Session: 3feaab55-e40f-4d37-87f6-1e53811aa6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.06 08:29:12.465585 [ 3 ] {d7d4279e-7cf7-4808-bcc3-55c6e5b3da6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.465705 [ 3 ] {d7d4279e-7cf7-4808-bcc3-55c6e5b3da6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.06 08:29:12.467484 [ 3 ] {d7d4279e-7cf7-4808-bcc3-55c6e5b3da6c} <Debug> oximeter.measurements_f32 (61f59e1f-cd1f-42bb-9a02-f637d50ae10b): Loading data parts | ||
412 | 2024.08.06 08:29:12.467713 [ 3 ] {d7d4279e-7cf7-4808-bcc3-55c6e5b3da6c} <Debug> oximeter.measurements_f32 (61f59e1f-cd1f-42bb-9a02-f637d50ae10b): There are no data parts | ||
413 | 2024.08.06 08:29:12.469478 [ 3 ] {d7d4279e-7cf7-4808-bcc3-55c6e5b3da6c} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.06 08:29:12.469513 [ 3 ] {} <Debug> HTTP-Session: 3feaab55-e40f-4d37-87f6-1e53811aa6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.06 08:29:12.469725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.06 08:29:12.469877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.06 08:29:12.469902 [ 3 ] {} <Debug> HTTP-Session: 2ff19ece-7ead-425f-bef3-1cfcbc5dd871 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
418 | 2024.08.06 08:29:12.469961 [ 3 ] {} <Debug> HTTP-Session: 2ff19ece-7ead-425f-bef3-1cfcbc5dd871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.06 08:29:12.470017 [ 3 ] {} <Debug> HTTP-Session: 2ff19ece-7ead-425f-bef3-1cfcbc5dd871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.06 08:29:12.470054 [ 3 ] {} <Trace> HTTP-Session: 2ff19ece-7ead-425f-bef3-1cfcbc5dd871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.06 08:29:12.470324 [ 3 ] {2b487a99-0f5a-4f3a-935f-e897f15a58a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.470462 [ 3 ] {2b487a99-0f5a-4f3a-935f-e897f15a58a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.06 08:29:12.472518 [ 3 ] {2b487a99-0f5a-4f3a-935f-e897f15a58a6} <Debug> oximeter.measurements_f64 (f38621ff-7459-4a52-a397-5ebeda46e986): Loading data parts | ||
424 | 2024.08.06 08:29:12.472721 [ 3 ] {2b487a99-0f5a-4f3a-935f-e897f15a58a6} <Debug> oximeter.measurements_f64 (f38621ff-7459-4a52-a397-5ebeda46e986): There are no data parts | ||
425 | 2024.08.06 08:29:12.474076 [ 3 ] {2b487a99-0f5a-4f3a-935f-e897f15a58a6} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.06 08:29:12.474200 [ 3 ] {} <Debug> HTTP-Session: 2ff19ece-7ead-425f-bef3-1cfcbc5dd871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.06 08:29:12.474365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.06 08:29:12.474447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.06 08:29:12.474468 [ 3 ] {} <Debug> HTTP-Session: d66aca1e-74af-4135-a89f-439efc1fde84 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
430 | 2024.08.06 08:29:12.474522 [ 3 ] {} <Debug> HTTP-Session: d66aca1e-74af-4135-a89f-439efc1fde84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.06 08:29:12.474535 [ 3 ] {} <Debug> HTTP-Session: d66aca1e-74af-4135-a89f-439efc1fde84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.06 08:29:12.474598 [ 3 ] {} <Trace> HTTP-Session: d66aca1e-74af-4135-a89f-439efc1fde84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.06 08:29:12.474808 [ 3 ] {e83d8b55-f5e1-4d98-8f66-17cb026c38ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.474926 [ 3 ] {e83d8b55-f5e1-4d98-8f66-17cb026c38ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.06 08:29:12.477376 [ 3 ] {e83d8b55-f5e1-4d98-8f66-17cb026c38ec} <Debug> oximeter.measurements_string (0f42a7f4-7dd3-401e-8ef5-c383d4ea2a08): Loading data parts | ||
436 | 2024.08.06 08:29:12.477566 [ 3 ] {e83d8b55-f5e1-4d98-8f66-17cb026c38ec} <Debug> oximeter.measurements_string (0f42a7f4-7dd3-401e-8ef5-c383d4ea2a08): There are no data parts | ||
437 | 2024.08.06 08:29:12.478990 [ 3 ] {e83d8b55-f5e1-4d98-8f66-17cb026c38ec} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.06 08:29:12.479016 [ 3 ] {} <Debug> HTTP-Session: d66aca1e-74af-4135-a89f-439efc1fde84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.06 08:29:12.479401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.06 08:29:12.479677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.06 08:29:12.479698 [ 3 ] {} <Debug> HTTP-Session: f90e1ca0-bb3e-42ac-bde0-bcbe0ec154d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
442 | 2024.08.06 08:29:12.479819 [ 3 ] {} <Debug> HTTP-Session: f90e1ca0-bb3e-42ac-bde0-bcbe0ec154d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.06 08:29:12.479844 [ 3 ] {} <Debug> HTTP-Session: f90e1ca0-bb3e-42ac-bde0-bcbe0ec154d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.06 08:29:12.479876 [ 3 ] {} <Trace> HTTP-Session: f90e1ca0-bb3e-42ac-bde0-bcbe0ec154d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.06 08:29:12.480061 [ 3 ] {3c038e3a-9df3-4b86-a678-8e39422c0b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.480125 [ 3 ] {3c038e3a-9df3-4b86-a678-8e39422c0b84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.06 08:29:12.481796 [ 3 ] {3c038e3a-9df3-4b86-a678-8e39422c0b84} <Debug> oximeter.measurements_bytes (8471d116-dac0-4c6f-ada6-dac811e233fb): Loading data parts | ||
455 | 2024.08.06 08:29:12.481957 [ 3 ] {3c038e3a-9df3-4b86-a678-8e39422c0b84} <Debug> oximeter.measurements_bytes (8471d116-dac0-4c6f-ada6-dac811e233fb): There are no data parts | ||
456 | 2024.08.06 08:29:12.484534 [ 3 ] {3c038e3a-9df3-4b86-a678-8e39422c0b84} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.06 08:29:12.484560 [ 3 ] {} <Debug> HTTP-Session: f90e1ca0-bb3e-42ac-bde0-bcbe0ec154d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.06 08:29:12.484696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.06 08:29:12.484754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.06 08:29:12.484782 [ 3 ] {} <Debug> HTTP-Session: e52f17e7-98a7-4865-8ccb-af282b78f7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
461 | 2024.08.06 08:29:12.484799 [ 3 ] {} <Debug> HTTP-Session: e52f17e7-98a7-4865-8ccb-af282b78f7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.06 08:29:12.484821 [ 3 ] {} <Debug> HTTP-Session: e52f17e7-98a7-4865-8ccb-af282b78f7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.06 08:29:12.484851 [ 3 ] {} <Trace> HTTP-Session: e52f17e7-98a7-4865-8ccb-af282b78f7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.06 08:29:12.485046 [ 3 ] {5fde938d-41f9-444c-a151-54d8fb3d453a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.485101 [ 3 ] {5fde938d-41f9-444c-a151-54d8fb3d453a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.06 08:29:12.487235 [ 3 ] {5fde938d-41f9-444c-a151-54d8fb3d453a} <Debug> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): Loading data parts | ||
467 | 2024.08.06 08:29:12.487429 [ 3 ] {5fde938d-41f9-444c-a151-54d8fb3d453a} <Debug> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): There are no data parts | ||
468 | 2024.08.06 08:29:12.488844 [ 3 ] {5fde938d-41f9-444c-a151-54d8fb3d453a} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.06 08:29:12.488882 [ 3 ] {} <Debug> HTTP-Session: e52f17e7-98a7-4865-8ccb-af282b78f7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.06 08:29:12.489014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.06 08:29:12.489081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.06 08:29:12.489100 [ 3 ] {} <Debug> HTTP-Session: d44635f7-fbd9-4804-917e-d8e8235eefc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
473 | 2024.08.06 08:29:12.489127 [ 3 ] {} <Debug> HTTP-Session: d44635f7-fbd9-4804-917e-d8e8235eefc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.06 08:29:12.489141 [ 3 ] {} <Debug> HTTP-Session: d44635f7-fbd9-4804-917e-d8e8235eefc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.06 08:29:12.489180 [ 3 ] {} <Trace> HTTP-Session: d44635f7-fbd9-4804-917e-d8e8235eefc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.06 08:29:12.489375 [ 3 ] {702cc6a6-fa19-4370-87e8-97bfece082c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.489439 [ 3 ] {702cc6a6-fa19-4370-87e8-97bfece082c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.06 08:29:12.490988 [ 3 ] {702cc6a6-fa19-4370-87e8-97bfece082c3} <Debug> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Loading data parts | ||
479 | 2024.08.06 08:29:12.491168 [ 3 ] {702cc6a6-fa19-4370-87e8-97bfece082c3} <Debug> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): There are no data parts | ||
480 | 2024.08.06 08:29:12.492389 [ 3 ] {702cc6a6-fa19-4370-87e8-97bfece082c3} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.06 08:29:12.492415 [ 3 ] {} <Debug> HTTP-Session: d44635f7-fbd9-4804-917e-d8e8235eefc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.06 08:29:12.492539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.06 08:29:12.492598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.06 08:29:12.492617 [ 3 ] {} <Debug> HTTP-Session: 3a247863-ad5d-4ebf-98ab-9289252ef1c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
485 | 2024.08.06 08:29:12.492642 [ 3 ] {} <Debug> HTTP-Session: 3a247863-ad5d-4ebf-98ab-9289252ef1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.06 08:29:12.492663 [ 3 ] {} <Debug> HTTP-Session: 3a247863-ad5d-4ebf-98ab-9289252ef1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.06 08:29:12.492693 [ 3 ] {} <Trace> HTTP-Session: 3a247863-ad5d-4ebf-98ab-9289252ef1c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.06 08:29:12.492882 [ 3 ] {b2e075a1-b9f3-4bc8-9b76-c24a1c8c850e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.492954 [ 3 ] {b2e075a1-b9f3-4bc8-9b76-c24a1c8c850e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.06 08:29:12.494858 [ 3 ] {b2e075a1-b9f3-4bc8-9b76-c24a1c8c850e} <Debug> oximeter.measurements_cumulativef32 (fcd167fd-e004-41a9-8a76-b3c90a89d99e): Loading data parts | ||
491 | 2024.08.06 08:29:12.495036 [ 3 ] {b2e075a1-b9f3-4bc8-9b76-c24a1c8c850e} <Debug> oximeter.measurements_cumulativef32 (fcd167fd-e004-41a9-8a76-b3c90a89d99e): There are no data parts | ||
492 | 2024.08.06 08:29:12.496363 [ 3 ] {b2e075a1-b9f3-4bc8-9b76-c24a1c8c850e} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.06 08:29:12.496401 [ 3 ] {} <Debug> HTTP-Session: 3a247863-ad5d-4ebf-98ab-9289252ef1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.06 08:29:12.496526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.06 08:29:12.496585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.06 08:29:12.496615 [ 3 ] {} <Debug> HTTP-Session: d63c1ed0-2411-4581-82c8-3ad9ce485172 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
497 | 2024.08.06 08:29:12.496640 [ 3 ] {} <Debug> HTTP-Session: d63c1ed0-2411-4581-82c8-3ad9ce485172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.06 08:29:12.496654 [ 3 ] {} <Debug> HTTP-Session: d63c1ed0-2411-4581-82c8-3ad9ce485172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.06 08:29:12.496692 [ 3 ] {} <Trace> HTTP-Session: d63c1ed0-2411-4581-82c8-3ad9ce485172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.06 08:29:12.496884 [ 3 ] {0b77cb1d-85db-4d1c-9a78-1dae097382b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.496950 [ 3 ] {0b77cb1d-85db-4d1c-9a78-1dae097382b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.06 08:29:12.498577 [ 3 ] {0b77cb1d-85db-4d1c-9a78-1dae097382b1} <Debug> oximeter.measurements_cumulativef64 (5c455bb5-bcf6-4708-87a5-7ec910a6fc46): Loading data parts | ||
503 | 2024.08.06 08:29:12.498734 [ 3 ] {0b77cb1d-85db-4d1c-9a78-1dae097382b1} <Debug> oximeter.measurements_cumulativef64 (5c455bb5-bcf6-4708-87a5-7ec910a6fc46): There are no data parts | ||
504 | 2024.08.06 08:29:12.499998 [ 3 ] {0b77cb1d-85db-4d1c-9a78-1dae097382b1} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.06 08:29:12.500024 [ 3 ] {} <Debug> HTTP-Session: d63c1ed0-2411-4581-82c8-3ad9ce485172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.06 08:29:12.500151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.06 08:29:12.500209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.06 08:29:12.500228 [ 3 ] {} <Debug> HTTP-Session: 4b46bff3-8b21-41a3-8aa3-1dfa006a2ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
509 | 2024.08.06 08:29:12.500253 [ 3 ] {} <Debug> HTTP-Session: 4b46bff3-8b21-41a3-8aa3-1dfa006a2ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.06 08:29:12.500275 [ 3 ] {} <Debug> HTTP-Session: 4b46bff3-8b21-41a3-8aa3-1dfa006a2ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.06 08:29:12.500304 [ 3 ] {} <Trace> HTTP-Session: 4b46bff3-8b21-41a3-8aa3-1dfa006a2ec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.06 08:29:12.500558 [ 3 ] {22573eda-1c38-43ac-b1ed-e111629357c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.08.06 08:29:12.500633 [ 3 ] {22573eda-1c38-43ac-b1ed-e111629357c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.06 08:29:12.502410 [ 3 ] {22573eda-1c38-43ac-b1ed-e111629357c4} <Debug> oximeter.measurements_histogrami8 (9e940bc6-e6c4-43e8-9b58-9ff5ac276444): Loading data parts | ||
525 | 2024.08.06 08:29:12.502573 [ 3 ] {22573eda-1c38-43ac-b1ed-e111629357c4} <Debug> oximeter.measurements_histogrami8 (9e940bc6-e6c4-43e8-9b58-9ff5ac276444): There are no data parts | ||
526 | 2024.08.06 08:29:12.504584 [ 3 ] {22573eda-1c38-43ac-b1ed-e111629357c4} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.06 08:29:12.504624 [ 3 ] {} <Debug> HTTP-Session: 4b46bff3-8b21-41a3-8aa3-1dfa006a2ec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.06 08:29:12.504755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.06 08:29:12.504803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.06 08:29:12.504836 [ 3 ] {} <Debug> HTTP-Session: 9b705263-a8d2-4ff7-821d-83a9ba51632f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
531 | 2024.08.06 08:29:12.504864 [ 3 ] {} <Debug> HTTP-Session: 9b705263-a8d2-4ff7-821d-83a9ba51632f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.06 08:29:12.504877 [ 3 ] {} <Debug> HTTP-Session: 9b705263-a8d2-4ff7-821d-83a9ba51632f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.06 08:29:12.504918 [ 3 ] {} <Trace> HTTP-Session: 9b705263-a8d2-4ff7-821d-83a9ba51632f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.06 08:29:12.505221 [ 3 ] {83562098-eb9d-4ed2-b8b7-9fbd9a92c7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.08.06 08:29:12.505300 [ 3 ] {83562098-eb9d-4ed2-b8b7-9fbd9a92c7ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.06 08:29:12.507754 [ 3 ] {83562098-eb9d-4ed2-b8b7-9fbd9a92c7ee} <Debug> oximeter.measurements_histogramu8 (240222f2-4648-47c2-b8d9-0c59e31266ed): Loading data parts | ||
537 | 2024.08.06 08:29:12.507933 [ 3 ] {83562098-eb9d-4ed2-b8b7-9fbd9a92c7ee} <Debug> oximeter.measurements_histogramu8 (240222f2-4648-47c2-b8d9-0c59e31266ed): There are no data parts | ||
538 | 2024.08.06 08:29:12.509702 [ 3 ] {83562098-eb9d-4ed2-b8b7-9fbd9a92c7ee} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.06 08:29:12.509731 [ 3 ] {} <Debug> HTTP-Session: 9b705263-a8d2-4ff7-821d-83a9ba51632f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.06 08:29:12.509890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.06 08:29:12.509971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.06 08:29:12.509991 [ 3 ] {} <Debug> HTTP-Session: d0f65559-bac5-4fc7-bf99-2c5a90d4f5da Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
543 | 2024.08.06 08:29:12.510020 [ 3 ] {} <Debug> HTTP-Session: d0f65559-bac5-4fc7-bf99-2c5a90d4f5da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.06 08:29:12.510035 [ 3 ] {} <Debug> HTTP-Session: d0f65559-bac5-4fc7-bf99-2c5a90d4f5da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.06 08:29:12.510078 [ 3 ] {} <Trace> HTTP-Session: d0f65559-bac5-4fc7-bf99-2c5a90d4f5da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.06 08:29:12.510334 [ 3 ] {71d1ad3a-13e5-456e-aae2-ed8287511d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.08.06 08:29:12.510409 [ 3 ] {71d1ad3a-13e5-456e-aae2-ed8287511d14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.06 08:29:12.513991 [ 3 ] {71d1ad3a-13e5-456e-aae2-ed8287511d14} <Debug> oximeter.measurements_histogrami16 (a77c921c-fbc5-48d7-9925-c037843105b1): Loading data parts | ||
549 | 2024.08.06 08:29:12.514179 [ 3 ] {71d1ad3a-13e5-456e-aae2-ed8287511d14} <Debug> oximeter.measurements_histogrami16 (a77c921c-fbc5-48d7-9925-c037843105b1): There are no data parts | ||
550 | 2024.08.06 08:29:12.515636 [ 3 ] {71d1ad3a-13e5-456e-aae2-ed8287511d14} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.06 08:29:12.515675 [ 3 ] {} <Debug> HTTP-Session: d0f65559-bac5-4fc7-bf99-2c5a90d4f5da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.06 08:29:12.515815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.06 08:29:12.515863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.06 08:29:12.515893 [ 3 ] {} <Debug> HTTP-Session: 4bd0d121-7883-4a9e-9900-9637eb1bb38f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
555 | 2024.08.06 08:29:12.515920 [ 3 ] {} <Debug> HTTP-Session: 4bd0d121-7883-4a9e-9900-9637eb1bb38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.06 08:29:12.515934 [ 3 ] {} <Debug> HTTP-Session: 4bd0d121-7883-4a9e-9900-9637eb1bb38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.06 08:29:12.515971 [ 3 ] {} <Trace> HTTP-Session: 4bd0d121-7883-4a9e-9900-9637eb1bb38f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.06 08:29:12.516218 [ 3 ] {2ffe1621-d154-4794-b82b-2ee9d828dec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.08.06 08:29:12.516293 [ 3 ] {2ffe1621-d154-4794-b82b-2ee9d828dec0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.06 08:29:12.518382 [ 3 ] {2ffe1621-d154-4794-b82b-2ee9d828dec0} <Debug> oximeter.measurements_histogramu16 (836c56e3-92be-4489-a20a-302de0e7904a): Loading data parts | ||
561 | 2024.08.06 08:29:12.518558 [ 3 ] {2ffe1621-d154-4794-b82b-2ee9d828dec0} <Debug> oximeter.measurements_histogramu16 (836c56e3-92be-4489-a20a-302de0e7904a): There are no data parts | ||
562 | 2024.08.06 08:29:12.520623 [ 3 ] {2ffe1621-d154-4794-b82b-2ee9d828dec0} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.06 08:29:12.520649 [ 3 ] {} <Debug> HTTP-Session: 4bd0d121-7883-4a9e-9900-9637eb1bb38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.06 08:29:12.520789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.06 08:29:12.520848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.06 08:29:12.520866 [ 3 ] {} <Debug> HTTP-Session: df1f5086-0ecd-495a-98a4-b8dc9bf8b1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
567 | 2024.08.06 08:29:12.520893 [ 3 ] {} <Debug> HTTP-Session: df1f5086-0ecd-495a-98a4-b8dc9bf8b1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.06 08:29:12.520916 [ 3 ] {} <Debug> HTTP-Session: df1f5086-0ecd-495a-98a4-b8dc9bf8b1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.06 08:29:12.520944 [ 3 ] {} <Trace> HTTP-Session: df1f5086-0ecd-495a-98a4-b8dc9bf8b1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.06 08:29:12.521196 [ 3 ] {773c44a5-64a1-435b-9659-40c65d33c5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.08.06 08:29:12.521283 [ 3 ] {773c44a5-64a1-435b-9659-40c65d33c5ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.06 08:29:12.523271 [ 3 ] {773c44a5-64a1-435b-9659-40c65d33c5ce} <Debug> oximeter.measurements_histogrami32 (e7e71486-f16f-421d-8b3d-dececb9980cb): Loading data parts | ||
573 | 2024.08.06 08:29:12.523441 [ 3 ] {773c44a5-64a1-435b-9659-40c65d33c5ce} <Debug> oximeter.measurements_histogrami32 (e7e71486-f16f-421d-8b3d-dececb9980cb): There are no data parts | ||
574 | 2024.08.06 08:29:12.526274 [ 3 ] {773c44a5-64a1-435b-9659-40c65d33c5ce} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.08.06 08:29:12.526300 [ 3 ] {} <Debug> HTTP-Session: df1f5086-0ecd-495a-98a4-b8dc9bf8b1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.06 08:29:12.526442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.08.06 08:29:12.526501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.08.06 08:29:12.526521 [ 3 ] {} <Debug> HTTP-Session: b0e60447-0649-464b-a45f-ee344b715166 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
579 | 2024.08.06 08:29:12.526548 [ 3 ] {} <Debug> HTTP-Session: b0e60447-0649-464b-a45f-ee344b715166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.08.06 08:29:12.526561 [ 3 ] {} <Debug> HTTP-Session: b0e60447-0649-464b-a45f-ee344b715166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.06 08:29:12.526601 [ 3 ] {} <Trace> HTTP-Session: b0e60447-0649-464b-a45f-ee344b715166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.08.06 08:29:12.526854 [ 3 ] {8d5feb5a-944d-4d85-a9f5-79ade9fc8728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.08.06 08:29:12.526932 [ 3 ] {8d5feb5a-944d-4d85-a9f5-79ade9fc8728} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.08.06 08:29:12.530202 [ 3 ] {8d5feb5a-944d-4d85-a9f5-79ade9fc8728} <Debug> oximeter.measurements_histogramu32 (5aae3ff2-45b3-4fb7-9942-a5a9632a6c81): Loading data parts | ||
585 | 2024.08.06 08:29:12.530394 [ 3 ] {8d5feb5a-944d-4d85-a9f5-79ade9fc8728} <Debug> oximeter.measurements_histogramu32 (5aae3ff2-45b3-4fb7-9942-a5a9632a6c81): There are no data parts | ||
586 | 2024.08.06 08:29:12.532444 [ 3 ] {8d5feb5a-944d-4d85-a9f5-79ade9fc8728} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.08.06 08:29:12.532470 [ 3 ] {} <Debug> HTTP-Session: b0e60447-0649-464b-a45f-ee344b715166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.08.06 08:29:12.532620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.08.06 08:29:12.532680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.08.06 08:29:12.532699 [ 3 ] {} <Debug> HTTP-Session: d14fc928-e39e-43c0-b2cb-e532de18151e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
591 | 2024.08.06 08:29:12.532725 [ 3 ] {} <Debug> HTTP-Session: d14fc928-e39e-43c0-b2cb-e532de18151e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.08.06 08:29:12.532747 [ 3 ] {} <Debug> HTTP-Session: d14fc928-e39e-43c0-b2cb-e532de18151e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.06 08:29:12.532777 [ 3 ] {} <Trace> HTTP-Session: d14fc928-e39e-43c0-b2cb-e532de18151e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.08.06 08:29:12.533038 [ 3 ] {f24f7f3c-054b-4e28-bc27-65d678704fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.08.06 08:29:12.533118 [ 3 ] {f24f7f3c-054b-4e28-bc27-65d678704fc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.08.06 08:29:12.535807 [ 3 ] {f24f7f3c-054b-4e28-bc27-65d678704fc4} <Debug> oximeter.measurements_histogrami64 (e9261057-63f5-4305-b44a-d511d19c38ca): Loading data parts | ||
597 | 2024.08.06 08:29:12.535986 [ 3 ] {f24f7f3c-054b-4e28-bc27-65d678704fc4} <Debug> oximeter.measurements_histogrami64 (e9261057-63f5-4305-b44a-d511d19c38ca): There are no data parts | ||
598 | 2024.08.06 08:29:12.538460 [ 3 ] {f24f7f3c-054b-4e28-bc27-65d678704fc4} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.08.06 08:29:12.538492 [ 3 ] {} <Debug> HTTP-Session: d14fc928-e39e-43c0-b2cb-e532de18151e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.08.06 08:29:12.538760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.08.06 08:29:12.538859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.08.06 08:29:12.538906 [ 3 ] {} <Debug> HTTP-Session: 4f8089da-d4a3-484e-901e-401fa04807b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
603 | 2024.08.06 08:29:12.539043 [ 3 ] {} <Debug> HTTP-Session: 4f8089da-d4a3-484e-901e-401fa04807b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.08.06 08:29:12.539084 [ 3 ] {} <Debug> HTTP-Session: 4f8089da-d4a3-484e-901e-401fa04807b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.06 08:29:12.539123 [ 3 ] {} <Trace> HTTP-Session: 4f8089da-d4a3-484e-901e-401fa04807b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.08.06 08:29:12.539900 [ 3 ] {d5194f1a-d1c1-46ad-b61f-8e71d957f976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.08.06 08:29:12.540388 [ 3 ] {d5194f1a-d1c1-46ad-b61f-8e71d957f976} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.08.06 08:29:12.545271 [ 3 ] {d5194f1a-d1c1-46ad-b61f-8e71d957f976} <Debug> oximeter.measurements_histogramu64 (90b15ac1-58c3-405a-893d-5e999aaa2a67): Loading data parts | ||
609 | 2024.08.06 08:29:12.547082 [ 3 ] {d5194f1a-d1c1-46ad-b61f-8e71d957f976} <Debug> oximeter.measurements_histogramu64 (90b15ac1-58c3-405a-893d-5e999aaa2a67): There are no data parts | ||
610 | 2024.08.06 08:29:12.566153 [ 3 ] {d5194f1a-d1c1-46ad-b61f-8e71d957f976} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.08.06 08:29:12.566183 [ 3 ] {} <Debug> HTTP-Session: 4f8089da-d4a3-484e-901e-401fa04807b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.08.06 08:29:12.566363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.08.06 08:29:12.566433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.08.06 08:29:12.566452 [ 3 ] {} <Debug> HTTP-Session: 9708bcca-54d9-438d-ad3b-070ce6e5ba18 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
615 | 2024.08.06 08:29:12.566482 [ 3 ] {} <Debug> HTTP-Session: 9708bcca-54d9-438d-ad3b-070ce6e5ba18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.08.06 08:29:12.566505 [ 3 ] {} <Debug> HTTP-Session: 9708bcca-54d9-438d-ad3b-070ce6e5ba18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.06 08:29:12.566540 [ 3 ] {} <Trace> HTTP-Session: 9708bcca-54d9-438d-ad3b-070ce6e5ba18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.08.06 08:29:12.566813 [ 3 ] {4a037b89-5936-4802-9d74-f3953e13dc9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.08.06 08:29:12.566896 [ 3 ] {4a037b89-5936-4802-9d74-f3953e13dc9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.08.06 08:29:12.569879 [ 3 ] {4a037b89-5936-4802-9d74-f3953e13dc9f} <Debug> oximeter.measurements_histogramf32 (a40fee4d-019d-4ecb-a082-939328c6f2cb): Loading data parts | ||
621 | 2024.08.06 08:29:12.570055 [ 3 ] {4a037b89-5936-4802-9d74-f3953e13dc9f} <Debug> oximeter.measurements_histogramf32 (a40fee4d-019d-4ecb-a082-939328c6f2cb): There are no data parts | ||
622 | 2024.08.06 08:29:12.571579 [ 3 ] {4a037b89-5936-4802-9d74-f3953e13dc9f} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.08.06 08:29:12.571619 [ 3 ] {} <Debug> HTTP-Session: 9708bcca-54d9-438d-ad3b-070ce6e5ba18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.08.06 08:29:12.571749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.08.06 08:29:12.571808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.08.06 08:29:12.571838 [ 3 ] {} <Debug> HTTP-Session: b91320d2-d7f5-48fa-bbe9-1f89e9bfb65e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
627 | 2024.08.06 08:29:12.571853 [ 3 ] {} <Debug> HTTP-Session: b91320d2-d7f5-48fa-bbe9-1f89e9bfb65e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.08.06 08:29:12.571876 [ 3 ] {} <Debug> HTTP-Session: b91320d2-d7f5-48fa-bbe9-1f89e9bfb65e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.06 08:29:12.571916 [ 3 ] {} <Trace> HTTP-Session: b91320d2-d7f5-48fa-bbe9-1f89e9bfb65e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.08.06 08:29:12.572162 [ 3 ] {13480ee3-db2d-454e-b43d-253a3f41b12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.08.06 08:29:12.572240 [ 3 ] {13480ee3-db2d-454e-b43d-253a3f41b12b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.08.06 08:29:12.574365 [ 3 ] {13480ee3-db2d-454e-b43d-253a3f41b12b} <Debug> oximeter.measurements_histogramf64 (483bd284-9e44-4b69-aa58-612dedcfa4cc): Loading data parts | ||
633 | 2024.08.06 08:29:12.574525 [ 3 ] {13480ee3-db2d-454e-b43d-253a3f41b12b} <Debug> oximeter.measurements_histogramf64 (483bd284-9e44-4b69-aa58-612dedcfa4cc): There are no data parts | ||
634 | 2024.08.06 08:29:12.576000 [ 3 ] {13480ee3-db2d-454e-b43d-253a3f41b12b} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.08.06 08:29:12.576026 [ 3 ] {} <Debug> HTTP-Session: b91320d2-d7f5-48fa-bbe9-1f89e9bfb65e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.08.06 08:29:12.576162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.08.06 08:29:12.576236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.08.06 08:29:12.576268 [ 3 ] {} <Debug> HTTP-Session: a08422a0-7937-41f6-a5cd-413f87f6bdbb Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
639 | 2024.08.06 08:29:12.576284 [ 3 ] {} <Debug> HTTP-Session: a08422a0-7937-41f6-a5cd-413f87f6bdbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.08.06 08:29:12.576311 [ 3 ] {} <Debug> HTTP-Session: a08422a0-7937-41f6-a5cd-413f87f6bdbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.06 08:29:12.576350 [ 3 ] {} <Trace> HTTP-Session: a08422a0-7937-41f6-a5cd-413f87f6bdbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.08.06 08:29:12.576511 [ 3 ] {f8c65155-94b9-44f8-bfe2-2dc2beb4cc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) /* 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.08.06 08:29:12.576583 [ 3 ] {f8c65155-94b9-44f8-bfe2-2dc2beb4cc12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.08.06 08:29:12.578213 [ 3 ] {f8c65155-94b9-44f8-bfe2-2dc2beb4cc12} <Debug> oximeter.fields_bool (aaf8c60c-83d8-4c27-8337-f4be692b48aa): Loading data parts | ||
662 | 2024.08.06 08:29:12.578390 [ 3 ] {f8c65155-94b9-44f8-bfe2-2dc2beb4cc12} <Debug> oximeter.fields_bool (aaf8c60c-83d8-4c27-8337-f4be692b48aa): There are no data parts | ||
663 | 2024.08.06 08:29:12.579565 [ 3 ] {f8c65155-94b9-44f8-bfe2-2dc2beb4cc12} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.08.06 08:29:12.579607 [ 3 ] {} <Debug> HTTP-Session: a08422a0-7937-41f6-a5cd-413f87f6bdbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.08.06 08:29:12.579733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.08.06 08:29:12.579793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.08.06 08:29:12.579812 [ 3 ] {} <Debug> HTTP-Session: 8715d585-063f-4367-a759-aadfd386907e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
668 | 2024.08.06 08:29:12.579842 [ 3 ] {} <Debug> HTTP-Session: 8715d585-063f-4367-a759-aadfd386907e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.08.06 08:29:12.579855 [ 3 ] {} <Debug> HTTP-Session: 8715d585-063f-4367-a759-aadfd386907e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.06 08:29:12.579895 [ 3 ] {} <Trace> HTTP-Session: 8715d585-063f-4367-a759-aadfd386907e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.08.06 08:29:12.580051 [ 3 ] {c0fdebd4-8a5f-4f49-ac25-e5643f662698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.580117 [ 3 ] {c0fdebd4-8a5f-4f49-ac25-e5643f662698} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.08.06 08:29:12.581651 [ 3 ] {c0fdebd4-8a5f-4f49-ac25-e5643f662698} <Debug> oximeter.fields_i8 (8f02a99a-6d82-4c4a-80af-44c7e2441088): Loading data parts | ||
674 | 2024.08.06 08:29:12.581834 [ 3 ] {c0fdebd4-8a5f-4f49-ac25-e5643f662698} <Debug> oximeter.fields_i8 (8f02a99a-6d82-4c4a-80af-44c7e2441088): There are no data parts | ||
675 | 2024.08.06 08:29:12.583054 [ 3 ] {c0fdebd4-8a5f-4f49-ac25-e5643f662698} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.08.06 08:29:12.583103 [ 3 ] {} <Debug> HTTP-Session: 8715d585-063f-4367-a759-aadfd386907e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.08.06 08:29:12.583235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.08.06 08:29:12.583314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.08.06 08:29:12.583333 [ 3 ] {} <Debug> HTTP-Session: 17d65bb1-4b2d-421e-afc7-0144f110685f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
680 | 2024.08.06 08:29:12.583365 [ 3 ] {} <Debug> HTTP-Session: 17d65bb1-4b2d-421e-afc7-0144f110685f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.08.06 08:29:12.583379 [ 3 ] {} <Debug> HTTP-Session: 17d65bb1-4b2d-421e-afc7-0144f110685f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.06 08:29:12.583421 [ 3 ] {} <Trace> HTTP-Session: 17d65bb1-4b2d-421e-afc7-0144f110685f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.08.06 08:29:12.583581 [ 3 ] {3c187e83-b696-459b-bbaa-9d00e7cff1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.583638 [ 3 ] {3c187e83-b696-459b-bbaa-9d00e7cff1fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.08.06 08:29:12.586897 [ 3 ] {3c187e83-b696-459b-bbaa-9d00e7cff1fc} <Debug> oximeter.fields_u8 (b85c637a-999f-447b-90c4-a1106521e027): Loading data parts | ||
686 | 2024.08.06 08:29:12.587095 [ 3 ] {3c187e83-b696-459b-bbaa-9d00e7cff1fc} <Debug> oximeter.fields_u8 (b85c637a-999f-447b-90c4-a1106521e027): There are no data parts | ||
687 | 2024.08.06 08:29:12.588475 [ 3 ] {3c187e83-b696-459b-bbaa-9d00e7cff1fc} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.08.06 08:29:12.588519 [ 3 ] {} <Debug> HTTP-Session: 17d65bb1-4b2d-421e-afc7-0144f110685f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.08.06 08:29:12.588646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.08.06 08:29:12.588710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.08.06 08:29:12.588742 [ 3 ] {} <Debug> HTTP-Session: 194fc065-6c0d-4192-87c1-b28ac03c4071 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
692 | 2024.08.06 08:29:12.588772 [ 3 ] {} <Debug> HTTP-Session: 194fc065-6c0d-4192-87c1-b28ac03c4071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.08.06 08:29:12.588785 [ 3 ] {} <Debug> HTTP-Session: 194fc065-6c0d-4192-87c1-b28ac03c4071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.06 08:29:12.588826 [ 3 ] {} <Trace> HTTP-Session: 194fc065-6c0d-4192-87c1-b28ac03c4071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.08.06 08:29:12.588980 [ 3 ] {c4be6964-a998-4230-b22d-73e28db2778e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.589035 [ 3 ] {c4be6964-a998-4230-b22d-73e28db2778e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.08.06 08:29:12.590768 [ 3 ] {c4be6964-a998-4230-b22d-73e28db2778e} <Debug> oximeter.fields_i16 (91f28dce-3c7e-4c0e-afca-12350d6d92a5): Loading data parts | ||
698 | 2024.08.06 08:29:12.590917 [ 3 ] {c4be6964-a998-4230-b22d-73e28db2778e} <Debug> oximeter.fields_i16 (91f28dce-3c7e-4c0e-afca-12350d6d92a5): There are no data parts | ||
699 | 2024.08.06 08:29:12.593019 [ 3 ] {c4be6964-a998-4230-b22d-73e28db2778e} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.08.06 08:29:12.593063 [ 3 ] {} <Debug> HTTP-Session: 194fc065-6c0d-4192-87c1-b28ac03c4071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.08.06 08:29:12.593183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.08.06 08:29:12.593245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.08.06 08:29:12.593276 [ 3 ] {} <Debug> HTTP-Session: f0cf0d2f-6442-445b-9036-983544767ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
704 | 2024.08.06 08:29:12.593292 [ 3 ] {} <Debug> HTTP-Session: f0cf0d2f-6442-445b-9036-983544767ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.08.06 08:29:12.593317 [ 3 ] {} <Debug> HTTP-Session: f0cf0d2f-6442-445b-9036-983544767ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.06 08:29:12.593358 [ 3 ] {} <Trace> HTTP-Session: f0cf0d2f-6442-445b-9036-983544767ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.08.06 08:29:12.593505 [ 3 ] {458d8524-02ff-4ec6-a2ba-073f9c011c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.593573 [ 3 ] {458d8524-02ff-4ec6-a2ba-073f9c011c5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.08.06 08:29:12.595499 [ 3 ] {458d8524-02ff-4ec6-a2ba-073f9c011c5c} <Debug> oximeter.fields_u16 (285d7025-c11d-4cd3-9b3e-1cf859e99e59): Loading data parts | ||
710 | 2024.08.06 08:29:12.595668 [ 3 ] {458d8524-02ff-4ec6-a2ba-073f9c011c5c} <Debug> oximeter.fields_u16 (285d7025-c11d-4cd3-9b3e-1cf859e99e59): There are no data parts | ||
711 | 2024.08.06 08:29:12.597193 [ 3 ] {458d8524-02ff-4ec6-a2ba-073f9c011c5c} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.08.06 08:29:12.597219 [ 3 ] {} <Debug> HTTP-Session: f0cf0d2f-6442-445b-9036-983544767ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.08.06 08:29:12.597357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.08.06 08:29:12.597418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.08.06 08:29:12.597436 [ 3 ] {} <Debug> HTTP-Session: 587a110d-29c3-453d-bbb9-dfe4cfdc8155 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
716 | 2024.08.06 08:29:12.597464 [ 3 ] {} <Debug> HTTP-Session: 587a110d-29c3-453d-bbb9-dfe4cfdc8155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.08.06 08:29:12.597489 [ 3 ] {} <Debug> HTTP-Session: 587a110d-29c3-453d-bbb9-dfe4cfdc8155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.06 08:29:12.597518 [ 3 ] {} <Trace> HTTP-Session: 587a110d-29c3-453d-bbb9-dfe4cfdc8155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.08.06 08:29:12.597680 [ 3 ] {601a9848-bbfb-41b2-b7e3-53c44af06aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.597745 [ 3 ] {601a9848-bbfb-41b2-b7e3-53c44af06aca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.08.06 08:29:12.599631 [ 3 ] {601a9848-bbfb-41b2-b7e3-53c44af06aca} <Debug> oximeter.fields_i32 (786dcd4d-08ef-4ba1-bd98-9eb8fd7cc1bc): Loading data parts | ||
722 | 2024.08.06 08:29:12.599806 [ 3 ] {601a9848-bbfb-41b2-b7e3-53c44af06aca} <Debug> oximeter.fields_i32 (786dcd4d-08ef-4ba1-bd98-9eb8fd7cc1bc): There are no data parts | ||
723 | 2024.08.06 08:29:12.601273 [ 3 ] {601a9848-bbfb-41b2-b7e3-53c44af06aca} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.08.06 08:29:12.601299 [ 3 ] {} <Debug> HTTP-Session: 587a110d-29c3-453d-bbb9-dfe4cfdc8155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.08.06 08:29:12.601440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.08.06 08:29:12.601504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.08.06 08:29:12.601523 [ 3 ] {} <Debug> HTTP-Session: a0d18d89-425b-4c27-965c-f4ded1e4300f Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
728 | 2024.08.06 08:29:12.601553 [ 3 ] {} <Debug> HTTP-Session: a0d18d89-425b-4c27-965c-f4ded1e4300f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.08.06 08:29:12.601566 [ 3 ] {} <Debug> HTTP-Session: a0d18d89-425b-4c27-965c-f4ded1e4300f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.06 08:29:12.601611 [ 3 ] {} <Trace> HTTP-Session: a0d18d89-425b-4c27-965c-f4ded1e4300f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.08.06 08:29:12.601772 [ 3 ] {64d4ec1c-c17e-4b21-b535-ff2d8fb1d934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.601866 [ 3 ] {64d4ec1c-c17e-4b21-b535-ff2d8fb1d934} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.08.06 08:29:12.604161 [ 3 ] {64d4ec1c-c17e-4b21-b535-ff2d8fb1d934} <Debug> oximeter.fields_u32 (7b02b118-838c-4ab7-9537-28e3b8e12242): Loading data parts | ||
734 | 2024.08.06 08:29:12.604354 [ 3 ] {64d4ec1c-c17e-4b21-b535-ff2d8fb1d934} <Debug> oximeter.fields_u32 (7b02b118-838c-4ab7-9537-28e3b8e12242): There are no data parts | ||
735 | 2024.08.06 08:29:12.605614 [ 3 ] {64d4ec1c-c17e-4b21-b535-ff2d8fb1d934} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.08.06 08:29:12.605641 [ 3 ] {} <Debug> HTTP-Session: a0d18d89-425b-4c27-965c-f4ded1e4300f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.08.06 08:29:12.605768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.08.06 08:29:12.605854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.08.06 08:29:12.605874 [ 3 ] {} <Debug> HTTP-Session: a0d3a97c-1540-431c-abcc-09f3a19eafab Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
740 | 2024.08.06 08:29:12.605904 [ 3 ] {} <Debug> HTTP-Session: a0d3a97c-1540-431c-abcc-09f3a19eafab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.08.06 08:29:12.605918 [ 3 ] {} <Debug> HTTP-Session: a0d3a97c-1540-431c-abcc-09f3a19eafab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.06 08:29:12.605949 [ 3 ] {} <Trace> HTTP-Session: a0d3a97c-1540-431c-abcc-09f3a19eafab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.08.06 08:29:12.606102 [ 3 ] {81aa4f8e-e755-43e3-bdba-ac3c0a980945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.606142 [ 3 ] {81aa4f8e-e755-43e3-bdba-ac3c0a980945} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.08.06 08:29:12.607751 [ 3 ] {81aa4f8e-e755-43e3-bdba-ac3c0a980945} <Debug> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): Loading data parts | ||
746 | 2024.08.06 08:29:12.607902 [ 3 ] {81aa4f8e-e755-43e3-bdba-ac3c0a980945} <Debug> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): There are no data parts | ||
747 | 2024.08.06 08:29:12.609157 [ 3 ] {81aa4f8e-e755-43e3-bdba-ac3c0a980945} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.08.06 08:29:12.609204 [ 3 ] {} <Debug> HTTP-Session: a0d3a97c-1540-431c-abcc-09f3a19eafab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.08.06 08:29:12.609330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.08.06 08:29:12.609377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.08.06 08:29:12.609396 [ 3 ] {} <Debug> HTTP-Session: 6d2be750-9a1f-4df9-9b52-2a1dd2f77afc Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
752 | 2024.08.06 08:29:12.609412 [ 3 ] {} <Debug> HTTP-Session: 6d2be750-9a1f-4df9-9b52-2a1dd2f77afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.08.06 08:29:12.609426 [ 3 ] {} <Debug> HTTP-Session: 6d2be750-9a1f-4df9-9b52-2a1dd2f77afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.06 08:29:12.609455 [ 3 ] {} <Trace> HTTP-Session: 6d2be750-9a1f-4df9-9b52-2a1dd2f77afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.08.06 08:29:12.609594 [ 3 ] {b722194e-7acb-4147-a284-c07f2c84901f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.609635 [ 3 ] {b722194e-7acb-4147-a284-c07f2c84901f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.08.06 08:29:12.612379 [ 3 ] {b722194e-7acb-4147-a284-c07f2c84901f} <Debug> oximeter.fields_u64 (e7fae786-62f3-485b-9809-d5982425b739): Loading data parts | ||
758 | 2024.08.06 08:29:12.612539 [ 3 ] {b722194e-7acb-4147-a284-c07f2c84901f} <Debug> oximeter.fields_u64 (e7fae786-62f3-485b-9809-d5982425b739): There are no data parts | ||
759 | 2024.08.06 08:29:12.614066 [ 3 ] {b722194e-7acb-4147-a284-c07f2c84901f} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.08.06 08:29:12.614092 [ 3 ] {} <Debug> HTTP-Session: 6d2be750-9a1f-4df9-9b52-2a1dd2f77afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.08.06 08:29:12.614215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.08.06 08:29:12.614263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.08.06 08:29:12.614281 [ 3 ] {} <Debug> HTTP-Session: cbc5b7b8-a886-4c38-9e1e-c33d59410c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
764 | 2024.08.06 08:29:12.614297 [ 3 ] {} <Debug> HTTP-Session: cbc5b7b8-a886-4c38-9e1e-c33d59410c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.08.06 08:29:12.614311 [ 3 ] {} <Debug> HTTP-Session: cbc5b7b8-a886-4c38-9e1e-c33d59410c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.06 08:29:12.614342 [ 3 ] {} <Trace> HTTP-Session: cbc5b7b8-a886-4c38-9e1e-c33d59410c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.08.06 08:29:12.614483 [ 3 ] {6055632e-3a45-49a0-b20f-73901657805f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.614522 [ 3 ] {6055632e-3a45-49a0-b20f-73901657805f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.08.06 08:29:12.616365 [ 3 ] {6055632e-3a45-49a0-b20f-73901657805f} <Debug> oximeter.fields_ipaddr (ee36beb1-bc78-4c41-8871-e24665b8f6e2): Loading data parts | ||
770 | 2024.08.06 08:29:12.616515 [ 3 ] {6055632e-3a45-49a0-b20f-73901657805f} <Debug> oximeter.fields_ipaddr (ee36beb1-bc78-4c41-8871-e24665b8f6e2): There are no data parts | ||
771 | 2024.08.06 08:29:12.617926 [ 3 ] {6055632e-3a45-49a0-b20f-73901657805f} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.08.06 08:29:12.617953 [ 3 ] {} <Debug> HTTP-Session: cbc5b7b8-a886-4c38-9e1e-c33d59410c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.08.06 08:29:12.618078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.08.06 08:29:12.618125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.08.06 08:29:12.618144 [ 3 ] {} <Debug> HTTP-Session: e28df139-aee7-4674-9b14-2acc60add264 Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
776 | 2024.08.06 08:29:12.618161 [ 3 ] {} <Debug> HTTP-Session: e28df139-aee7-4674-9b14-2acc60add264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.08.06 08:29:12.618175 [ 3 ] {} <Debug> HTTP-Session: e28df139-aee7-4674-9b14-2acc60add264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.06 08:29:12.618204 [ 3 ] {} <Trace> HTTP-Session: e28df139-aee7-4674-9b14-2acc60add264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.08.06 08:29:12.618345 [ 3 ] {96c764a2-88bc-4ac5-aef1-ed53a0b22718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.618384 [ 3 ] {96c764a2-88bc-4ac5-aef1-ed53a0b22718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.08.06 08:29:12.620650 [ 3 ] {96c764a2-88bc-4ac5-aef1-ed53a0b22718} <Debug> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Loading data parts | ||
782 | 2024.08.06 08:29:12.620856 [ 3 ] {96c764a2-88bc-4ac5-aef1-ed53a0b22718} <Debug> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): There are no data parts | ||
783 | 2024.08.06 08:29:12.622607 [ 3 ] {96c764a2-88bc-4ac5-aef1-ed53a0b22718} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.08.06 08:29:12.622636 [ 3 ] {} <Debug> HTTP-Session: e28df139-aee7-4674-9b14-2acc60add264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.08.06 08:29:12.622768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.08.06 08:29:12.622821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.08.06 08:29:12.622843 [ 3 ] {} <Debug> HTTP-Session: 1796eddf-9e4e-4ba8-821d-ca0f8ed6202e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
788 | 2024.08.06 08:29:12.622860 [ 3 ] {} <Debug> HTTP-Session: 1796eddf-9e4e-4ba8-821d-ca0f8ed6202e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.08.06 08:29:12.622875 [ 3 ] {} <Debug> HTTP-Session: 1796eddf-9e4e-4ba8-821d-ca0f8ed6202e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.06 08:29:12.622906 [ 3 ] {} <Trace> HTTP-Session: 1796eddf-9e4e-4ba8-821d-ca0f8ed6202e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.08.06 08:29:12.623054 [ 3 ] {e91ae8d8-4b51-48cc-b9d6-06fe718ea59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) 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.08.06 08:29:12.623096 [ 3 ] {e91ae8d8-4b51-48cc-b9d6-06fe718ea59f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.08.06 08:29:12.624683 [ 3 ] {e91ae8d8-4b51-48cc-b9d6-06fe718ea59f} <Debug> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Loading data parts | ||
794 | 2024.08.06 08:29:12.624909 [ 3 ] {e91ae8d8-4b51-48cc-b9d6-06fe718ea59f} <Debug> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): There are no data parts | ||
795 | 2024.08.06 08:29:12.627261 [ 3 ] {e91ae8d8-4b51-48cc-b9d6-06fe718ea59f} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.08.06 08:29:12.627290 [ 3 ] {} <Debug> HTTP-Session: 1796eddf-9e4e-4ba8-821d-ca0f8ed6202e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.08.06 08:29:12.627434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.08.06 08:29:12.627483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.08.06 08:29:12.627503 [ 3 ] {} <Debug> HTTP-Session: c72c8d41-9116-44e6-93dc-26fbb659f71e Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
800 | 2024.08.06 08:29:12.627519 [ 3 ] {} <Debug> HTTP-Session: c72c8d41-9116-44e6-93dc-26fbb659f71e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.08.06 08:29:12.627533 [ 3 ] {} <Debug> HTTP-Session: c72c8d41-9116-44e6-93dc-26fbb659f71e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.06 08:29:12.627564 [ 3 ] {} <Trace> HTTP-Session: c72c8d41-9116-44e6-93dc-26fbb659f71e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.08.06 08:29:12.627774 [ 3 ] {ed246467-a261-4a1c-96ad-516b14aa3f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.08.06 08:29:12.627834 [ 3 ] {ed246467-a261-4a1c-96ad-516b14aa3f61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.08.06 08:29:12.629576 [ 3 ] {ed246467-a261-4a1c-96ad-516b14aa3f61} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): Loading data parts | ||
809 | 2024.08.06 08:29:12.629750 [ 3 ] {ed246467-a261-4a1c-96ad-516b14aa3f61} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): There are no data parts | ||
810 | 2024.08.06 08:29:12.640499 [ 3 ] {ed246467-a261-4a1c-96ad-516b14aa3f61} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.08.06 08:29:12.640526 [ 3 ] {} <Debug> HTTP-Session: c72c8d41-9116-44e6-93dc-26fbb659f71e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.08.06 08:29:12.640677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45912, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.08.06 08:29:12.640727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.08.06 08:29:12.640745 [ 3 ] {} <Debug> HTTP-Session: 89880d09-7604-4438-a8b9-d4edd5f62e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:45912 | ||
815 | 2024.08.06 08:29:12.640762 [ 3 ] {} <Debug> HTTP-Session: 89880d09-7604-4438-a8b9-d4edd5f62e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.08.06 08:29:12.640777 [ 3 ] {} <Debug> HTTP-Session: 89880d09-7604-4438-a8b9-d4edd5f62e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.06 08:29:12.640808 [ 3 ] {} <Trace> HTTP-Session: 89880d09-7604-4438-a8b9-d4edd5f62e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.08.06 08:29:12.640969 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45912) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.08.06 08:29:12.642778 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.08.06 08:29:12.646825 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Trace> oximeter.version (c7a4f926-b0e0-47e9-a2ae-4226ec73467c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.08.06 08:29:12.646863 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
822 | 2024.08.06 08:29:12.651663 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.08.06 08:29:12.652732 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Trace> oximeter.version (c7a4f926-b0e0-47e9-a2ae-4226ec73467c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.08.06 08:29:12.652999 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012104 sec., 82.61731658955718 rows/sec., 1.29 KiB/sec. | ||
825 | 2024.08.06 08:29:12.653174 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.08.06 08:29:12.653199 [ 3 ] {d3011f46-8682-4f91-819a-94795152b234} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.08.06 08:29:12.653215 [ 3 ] {} <Debug> HTTP-Session: 89880d09-7604-4438-a8b9-d4edd5f62e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.08.06 08:29:13.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.69 MiB, peak 165.82 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.98 MiB | ||
829 | 2024.08.06 08:29:26.998087 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.08.06 08:29:26.998156 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.08.06 08:29:41.998216 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
832 | 2024.08.06 08:29:41.998284 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
833 | 2024.08.06 08:29:42.654562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
834 | 2024.08.06 08:29:42.654678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
835 | 2024.08.06 08:29:42.654703 [ 3 ] {} <Debug> HTTP-Session: c821aff2-2752-4203-8b77-7fe5d2a657cd Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
836 | 2024.08.06 08:29:42.654731 [ 3 ] {} <Debug> HTTP-Session: c821aff2-2752-4203-8b77-7fe5d2a657cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.08.06 08:29:42.654751 [ 3 ] {} <Debug> HTTP-Session: c821aff2-2752-4203-8b77-7fe5d2a657cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.08.06 08:29:42.654802 [ 3 ] {} <Trace> HTTP-Session: c821aff2-2752-4203-8b77-7fe5d2a657cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
839 | 2024.08.06 08:29:42.655000 [ 3 ] {98dcb3f6-bd64-44a7-b4e3-683832e96deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
840 | 2024.08.06 08:29:42.655344 [ 3 ] {98dcb3f6-bd64-44a7-b4e3-683832e96deb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
841 | 2024.08.06 08:29:42.657849 [ 3 ] {98dcb3f6-bd64-44a7-b4e3-683832e96deb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
842 | 2024.08.06 08:29:42.659084 [ 3 ] {98dcb3f6-bd64-44a7-b4e3-683832e96deb} <Debug> DynamicQueryHandler: Done processing query | ||
843 | 2024.08.06 08:29:42.659118 [ 3 ] {98dcb3f6-bd64-44a7-b4e3-683832e96deb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
844 | 2024.08.06 08:29:42.659136 [ 3 ] {} <Debug> HTTP-Session: c821aff2-2752-4203-8b77-7fe5d2a657cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.08.06 08:29:42.666671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
846 | 2024.08.06 08:29:42.666743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
847 | 2024.08.06 08:29:42.666767 [ 3 ] {} <Debug> HTTP-Session: 55626014-a5f4-4a9f-b475-e147d30ab1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
848 | 2024.08.06 08:29:42.666788 [ 3 ] {} <Debug> HTTP-Session: 55626014-a5f4-4a9f-b475-e147d30ab1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.08.06 08:29:42.666803 [ 3 ] {} <Debug> HTTP-Session: 55626014-a5f4-4a9f-b475-e147d30ab1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.08.06 08:29:42.666845 [ 3 ] {} <Trace> HTTP-Session: 55626014-a5f4-4a9f-b475-e147d30ab1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2024.08.06 08:29:42.667030 [ 3 ] {28e4cee4-5057-4c39-9070-a268d0b3b649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled') FORMAT JSONEachRow; (stage: Complete) | ||
852 | 2024.08.06 08:29:42.673640 [ 3 ] {28e4cee4-5057-4c39-9070-a268d0b3b649} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2024.08.06 08:29:42.673712 [ 3 ] {28e4cee4-5057-4c39-9070-a268d0b3b649} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2024.08.06 08:29:42.674779 [ 3 ] {28e4cee4-5057-4c39-9070-a268d0b3b649} <Debug> DynamicQueryHandler: Done processing query | ||
855 | 2024.08.06 08:29:42.674809 [ 3 ] {28e4cee4-5057-4c39-9070-a268d0b3b649} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
856 | 2024.08.06 08:29:42.674826 [ 3 ] {} <Debug> HTTP-Session: 55626014-a5f4-4a9f-b475-e147d30ab1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.08.06 08:29:42.677677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
858 | 2024.08.06 08:29:42.677739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
859 | 2024.08.06 08:29:42.677759 [ 3 ] {} <Debug> HTTP-Session: 365cd29f-ce4e-40fc-9cc1-72c9ec551391 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
860 | 2024.08.06 08:29:42.677779 [ 3 ] {} <Debug> HTTP-Session: 365cd29f-ce4e-40fc-9cc1-72c9ec551391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.08.06 08:29:42.677794 [ 3 ] {} <Debug> HTTP-Session: 365cd29f-ce4e-40fc-9cc1-72c9ec551391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.08.06 08:29:42.677832 [ 3 ] {} <Trace> HTTP-Session: 365cd29f-ce4e-40fc-9cc1-72c9ec551391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
863 | 2024.08.06 08:29:42.677985 [ 3 ] {5f2aa506-38b9-491f-95bb-5e9cbaf08892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
864 | 2024.08.06 08:29:42.678372 [ 3 ] {5f2aa506-38b9-491f-95bb-5e9cbaf08892} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
865 | 2024.08.06 08:29:42.678449 [ 3 ] {5f2aa506-38b9-491f-95bb-5e9cbaf08892} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
866 | 2024.08.06 08:29:42.679431 [ 3 ] {5f2aa506-38b9-491f-95bb-5e9cbaf08892} <Debug> DynamicQueryHandler: Done processing query | ||
867 | 2024.08.06 08:29:42.679461 [ 3 ] {5f2aa506-38b9-491f-95bb-5e9cbaf08892} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
868 | 2024.08.06 08:29:42.679478 [ 3 ] {} <Debug> HTTP-Session: 365cd29f-ce4e-40fc-9cc1-72c9ec551391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.08.06 08:29:42.679762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
870 | 2024.08.06 08:29:42.679823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
871 | 2024.08.06 08:29:42.679844 [ 3 ] {} <Debug> HTTP-Session: 5cb5d00d-ff51-4bbf-89a7-080cf8f46396 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
872 | 2024.08.06 08:29:42.679862 [ 3 ] {} <Debug> HTTP-Session: 5cb5d00d-ff51-4bbf-89a7-080cf8f46396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.08.06 08:29:42.679877 [ 3 ] {} <Debug> HTTP-Session: 5cb5d00d-ff51-4bbf-89a7-080cf8f46396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.08.06 08:29:42.679914 [ 3 ] {} <Trace> HTTP-Session: 5cb5d00d-ff51-4bbf-89a7-080cf8f46396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
875 | 2024.08.06 08:29:42.680057 [ 3 ] {b4836756-f7e9-41eb-8191-63dc9f1b7abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
876 | 2024.08.06 08:29:42.680380 [ 3 ] {b4836756-f7e9-41eb-8191-63dc9f1b7abb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
877 | 2024.08.06 08:29:42.680435 [ 3 ] {b4836756-f7e9-41eb-8191-63dc9f1b7abb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
878 | 2024.08.06 08:29:42.681362 [ 3 ] {b4836756-f7e9-41eb-8191-63dc9f1b7abb} <Debug> DynamicQueryHandler: Done processing query | ||
879 | 2024.08.06 08:29:42.681389 [ 3 ] {b4836756-f7e9-41eb-8191-63dc9f1b7abb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
880 | 2024.08.06 08:29:42.681405 [ 3 ] {} <Debug> HTTP-Session: 5cb5d00d-ff51-4bbf-89a7-080cf8f46396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.08.06 08:29:42.681620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
882 | 2024.08.06 08:29:42.681670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
883 | 2024.08.06 08:29:42.681689 [ 3 ] {} <Debug> HTTP-Session: a408f465-fa94-497c-914b-2ad5d6efbb02 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
884 | 2024.08.06 08:29:42.681707 [ 3 ] {} <Debug> HTTP-Session: a408f465-fa94-497c-914b-2ad5d6efbb02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.08.06 08:29:42.681721 [ 3 ] {} <Debug> HTTP-Session: a408f465-fa94-497c-914b-2ad5d6efbb02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.08.06 08:29:42.681753 [ 3 ] {} <Trace> HTTP-Session: a408f465-fa94-497c-914b-2ad5d6efbb02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2024.08.06 08:29:42.681879 [ 3 ] {46e0f578-b9b9-4e1a-abbd-541ff20be618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
888 | 2024.08.06 08:29:42.682222 [ 3 ] {46e0f578-b9b9-4e1a-abbd-541ff20be618} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
889 | 2024.08.06 08:29:42.682274 [ 3 ] {46e0f578-b9b9-4e1a-abbd-541ff20be618} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
890 | 2024.08.06 08:29:42.683232 [ 3 ] {46e0f578-b9b9-4e1a-abbd-541ff20be618} <Debug> DynamicQueryHandler: Done processing query | ||
891 | 2024.08.06 08:29:42.683260 [ 3 ] {46e0f578-b9b9-4e1a-abbd-541ff20be618} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
892 | 2024.08.06 08:29:42.683275 [ 3 ] {} <Debug> HTTP-Session: a408f465-fa94-497c-914b-2ad5d6efbb02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.08.06 08:29:42.683496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
894 | 2024.08.06 08:29:42.683544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
895 | 2024.08.06 08:29:42.683564 [ 3 ] {} <Debug> HTTP-Session: e4576e6a-9b8c-42b0-84bb-33cf3a5ea1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
896 | 2024.08.06 08:29:42.683580 [ 3 ] {} <Debug> HTTP-Session: e4576e6a-9b8c-42b0-84bb-33cf3a5ea1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.08.06 08:29:42.683594 [ 3 ] {} <Debug> HTTP-Session: e4576e6a-9b8c-42b0-84bb-33cf3a5ea1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
898 | 2024.08.06 08:29:42.683625 [ 3 ] {} <Trace> HTTP-Session: e4576e6a-9b8c-42b0-84bb-33cf3a5ea1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
899 | 2024.08.06 08:29:42.683752 [ 3 ] {201ab5eb-9904-4377-9b21-b795f0046b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
900 | 2024.08.06 08:29:42.684067 [ 3 ] {201ab5eb-9904-4377-9b21-b795f0046b43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
901 | 2024.08.06 08:29:42.684120 [ 3 ] {201ab5eb-9904-4377-9b21-b795f0046b43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
902 | 2024.08.06 08:29:42.684991 [ 3 ] {201ab5eb-9904-4377-9b21-b795f0046b43} <Debug> DynamicQueryHandler: Done processing query | ||
903 | 2024.08.06 08:29:42.685017 [ 3 ] {201ab5eb-9904-4377-9b21-b795f0046b43} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
904 | 2024.08.06 08:29:42.685033 [ 3 ] {} <Debug> HTTP-Session: e4576e6a-9b8c-42b0-84bb-33cf3a5ea1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.08.06 08:29:42.685266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
906 | 2024.08.06 08:29:42.685315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
907 | 2024.08.06 08:29:42.685335 [ 3 ] {} <Debug> HTTP-Session: 957344d7-10eb-46e8-b5bb-2dffa2782b2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
908 | 2024.08.06 08:29:42.685353 [ 3 ] {} <Debug> HTTP-Session: 957344d7-10eb-46e8-b5bb-2dffa2782b2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.08.06 08:29:42.685367 [ 3 ] {} <Debug> HTTP-Session: 957344d7-10eb-46e8-b5bb-2dffa2782b2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
910 | 2024.08.06 08:29:42.685399 [ 3 ] {} <Trace> HTTP-Session: 957344d7-10eb-46e8-b5bb-2dffa2782b2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
911 | 2024.08.06 08:29:42.685527 [ 3 ] {b614b95a-a643-4c0e-b16b-434a38b3f0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
912 | 2024.08.06 08:29:42.685845 [ 3 ] {b614b95a-a643-4c0e-b16b-434a38b3f0c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
913 | 2024.08.06 08:29:42.685897 [ 3 ] {b614b95a-a643-4c0e-b16b-434a38b3f0c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
914 | 2024.08.06 08:29:42.686784 [ 3 ] {b614b95a-a643-4c0e-b16b-434a38b3f0c0} <Debug> DynamicQueryHandler: Done processing query | ||
915 | 2024.08.06 08:29:42.686819 [ 3 ] {b614b95a-a643-4c0e-b16b-434a38b3f0c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
916 | 2024.08.06 08:29:42.686845 [ 3 ] {} <Debug> HTTP-Session: 957344d7-10eb-46e8-b5bb-2dffa2782b2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.08.06 08:29:42.687131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 255, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
918 | 2024.08.06 08:29:42.687187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
919 | 2024.08.06 08:29:42.687211 [ 3 ] {} <Debug> HTTP-Session: cb9c68b5-59de-4be2-a572-29502f32af32 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
920 | 2024.08.06 08:29:42.687230 [ 3 ] {} <Debug> HTTP-Session: cb9c68b5-59de-4be2-a572-29502f32af32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.08.06 08:29:42.687245 [ 3 ] {} <Debug> HTTP-Session: cb9c68b5-59de-4be2-a572-29502f32af32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
922 | 2024.08.06 08:29:42.687276 [ 3 ] {} <Trace> HTTP-Session: cb9c68b5-59de-4be2-a572-29502f32af32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
923 | 2024.08.06 08:29:42.687402 [ 3 ] {cf9d9eba-c24f-4a2e-bcbf-295445ca05fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
924 | 2024.08.06 08:29:42.687718 [ 3 ] {cf9d9eba-c24f-4a2e-bcbf-295445ca05fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
925 | 2024.08.06 08:29:42.687771 [ 3 ] {cf9d9eba-c24f-4a2e-bcbf-295445ca05fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
926 | 2024.08.06 08:29:42.688604 [ 3 ] {cf9d9eba-c24f-4a2e-bcbf-295445ca05fd} <Debug> DynamicQueryHandler: Done processing query | ||
927 | 2024.08.06 08:29:42.688631 [ 3 ] {cf9d9eba-c24f-4a2e-bcbf-295445ca05fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
928 | 2024.08.06 08:29:42.688648 [ 3 ] {} <Debug> HTTP-Session: cb9c68b5-59de-4be2-a572-29502f32af32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
929 | 2024.08.06 08:29:42.688874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
930 | 2024.08.06 08:29:42.688933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
931 | 2024.08.06 08:29:42.688954 [ 3 ] {} <Debug> HTTP-Session: 3c20f68c-8507-4458-8525-c7126f36944c Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
932 | 2024.08.06 08:29:42.688970 [ 3 ] {} <Debug> HTTP-Session: 3c20f68c-8507-4458-8525-c7126f36944c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.08.06 08:29:42.688984 [ 3 ] {} <Debug> HTTP-Session: 3c20f68c-8507-4458-8525-c7126f36944c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.08.06 08:29:42.689017 [ 3 ] {} <Trace> HTTP-Session: 3c20f68c-8507-4458-8525-c7126f36944c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
935 | 2024.08.06 08:29:42.689142 [ 3 ] {ffdc4294-edd4-43a9-ad36-c1476a42957e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
936 | 2024.08.06 08:29:42.689466 [ 3 ] {ffdc4294-edd4-43a9-ad36-c1476a42957e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
937 | 2024.08.06 08:29:42.689518 [ 3 ] {ffdc4294-edd4-43a9-ad36-c1476a42957e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
938 | 2024.08.06 08:29:42.690395 [ 3 ] {ffdc4294-edd4-43a9-ad36-c1476a42957e} <Debug> DynamicQueryHandler: Done processing query | ||
939 | 2024.08.06 08:29:42.690422 [ 3 ] {ffdc4294-edd4-43a9-ad36-c1476a42957e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
940 | 2024.08.06 08:29:42.690438 [ 3 ] {} <Debug> HTTP-Session: 3c20f68c-8507-4458-8525-c7126f36944c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
941 | 2024.08.06 08:29:42.690647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
942 | 2024.08.06 08:29:42.690698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
943 | 2024.08.06 08:29:42.690717 [ 3 ] {} <Debug> HTTP-Session: 6b5b77f7-012f-48b9-8d88-c0f0a4e6e408 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
944 | 2024.08.06 08:29:42.690742 [ 3 ] {} <Debug> HTTP-Session: 6b5b77f7-012f-48b9-8d88-c0f0a4e6e408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.08.06 08:29:42.690756 [ 3 ] {} <Debug> HTTP-Session: 6b5b77f7-012f-48b9-8d88-c0f0a4e6e408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
946 | 2024.08.06 08:29:42.690787 [ 3 ] {} <Trace> HTTP-Session: 6b5b77f7-012f-48b9-8d88-c0f0a4e6e408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
947 | 2024.08.06 08:29:42.690921 [ 3 ] {e675a567-ba92-49b5-b53e-480889fdf8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
948 | 2024.08.06 08:29:42.691256 [ 3 ] {e675a567-ba92-49b5-b53e-480889fdf8bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
949 | 2024.08.06 08:29:42.691309 [ 3 ] {e675a567-ba92-49b5-b53e-480889fdf8bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
950 | 2024.08.06 08:29:42.692254 [ 3 ] {e675a567-ba92-49b5-b53e-480889fdf8bb} <Debug> DynamicQueryHandler: Done processing query | ||
951 | 2024.08.06 08:29:42.692281 [ 3 ] {e675a567-ba92-49b5-b53e-480889fdf8bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
952 | 2024.08.06 08:29:42.692299 [ 3 ] {} <Debug> HTTP-Session: 6b5b77f7-012f-48b9-8d88-c0f0a4e6e408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.08.06 08:29:42.692530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
954 | 2024.08.06 08:29:42.692580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
955 | 2024.08.06 08:29:42.692600 [ 3 ] {} <Debug> HTTP-Session: 625bf817-b6a1-4b79-89a3-f928c71b48e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
956 | 2024.08.06 08:29:42.692617 [ 3 ] {} <Debug> HTTP-Session: 625bf817-b6a1-4b79-89a3-f928c71b48e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.08.06 08:29:42.692630 [ 3 ] {} <Debug> HTTP-Session: 625bf817-b6a1-4b79-89a3-f928c71b48e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
958 | 2024.08.06 08:29:42.692661 [ 3 ] {} <Trace> HTTP-Session: 625bf817-b6a1-4b79-89a3-f928c71b48e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
959 | 2024.08.06 08:29:42.692792 [ 3 ] {8ed493f9-6bec-49aa-927e-59228158a15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
960 | 2024.08.06 08:29:42.693132 [ 3 ] {8ed493f9-6bec-49aa-927e-59228158a15b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
961 | 2024.08.06 08:29:42.693186 [ 3 ] {8ed493f9-6bec-49aa-927e-59228158a15b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
962 | 2024.08.06 08:29:42.694100 [ 3 ] {8ed493f9-6bec-49aa-927e-59228158a15b} <Debug> DynamicQueryHandler: Done processing query | ||
963 | 2024.08.06 08:29:42.694127 [ 3 ] {8ed493f9-6bec-49aa-927e-59228158a15b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
964 | 2024.08.06 08:29:42.694143 [ 3 ] {} <Debug> HTTP-Session: 625bf817-b6a1-4b79-89a3-f928c71b48e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.08.06 08:29:42.698753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
966 | 2024.08.06 08:29:42.698810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
967 | 2024.08.06 08:29:42.698830 [ 3 ] {} <Debug> HTTP-Session: 2beb65fd-6b23-4173-9540-caed36d2108c Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
968 | 2024.08.06 08:29:42.698847 [ 3 ] {} <Debug> HTTP-Session: 2beb65fd-6b23-4173-9540-caed36d2108c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.08.06 08:29:42.698863 [ 3 ] {} <Debug> HTTP-Session: 2beb65fd-6b23-4173-9540-caed36d2108c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.08.06 08:29:42.698905 [ 3 ] {} <Trace> HTTP-Session: 2beb65fd-6b23-4173-9540-caed36d2108c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2024.08.06 08:29:42.699053 [ 3 ] {76564cd4-84c0-49a8-a87a-2788cac84896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
972 | 2024.08.06 08:29:42.699407 [ 3 ] {76564cd4-84c0-49a8-a87a-2788cac84896} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
973 | 2024.08.06 08:29:42.699463 [ 3 ] {76564cd4-84c0-49a8-a87a-2788cac84896} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
974 | 2024.08.06 08:29:42.700438 [ 3 ] {76564cd4-84c0-49a8-a87a-2788cac84896} <Debug> DynamicQueryHandler: Done processing query | ||
975 | 2024.08.06 08:29:42.700465 [ 3 ] {76564cd4-84c0-49a8-a87a-2788cac84896} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
976 | 2024.08.06 08:29:42.700482 [ 3 ] {} <Debug> HTTP-Session: 2beb65fd-6b23-4173-9540-caed36d2108c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.08.06 08:29:42.700629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
978 | 2024.08.06 08:29:42.700677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
979 | 2024.08.06 08:29:42.700696 [ 3 ] {} <Debug> HTTP-Session: 7eb0f435-ae05-44f6-8c83-b78f3e202dff Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
980 | 2024.08.06 08:29:42.700713 [ 3 ] {} <Debug> HTTP-Session: 7eb0f435-ae05-44f6-8c83-b78f3e202dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.08.06 08:29:42.700727 [ 3 ] {} <Debug> HTTP-Session: 7eb0f435-ae05-44f6-8c83-b78f3e202dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
982 | 2024.08.06 08:29:42.700757 [ 3 ] {} <Trace> HTTP-Session: 7eb0f435-ae05-44f6-8c83-b78f3e202dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
983 | 2024.08.06 08:29:42.700878 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
984 | 2024.08.06 08:29:42.700925 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
985 | 2024.08.06 08:29:42.703147 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
986 | 2024.08.06 08:29:42.703664 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
987 | 2024.08.06 08:29:42.703706 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
988 | 2024.08.06 08:29:42.704372 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
989 | 2024.08.06 08:29:42.704911 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
990 | 2024.08.06 08:29:42.705062 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.004229 sec., 2837.550248285647 rows/sec., 382.87 KiB/sec. | ||
991 | 2024.08.06 08:29:42.705335 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Debug> DynamicQueryHandler: Done processing query | ||
992 | 2024.08.06 08:29:42.705362 [ 3 ] {9fa803a0-9bcd-411b-ae20-7d0661dd7575} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
993 | 2024.08.06 08:29:42.705378 [ 3 ] {} <Debug> HTTP-Session: 7eb0f435-ae05-44f6-8c83-b78f3e202dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
994 | 2024.08.06 08:29:42.705498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
995 | 2024.08.06 08:29:42.705547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
996 | 2024.08.06 08:29:42.705565 [ 3 ] {} <Debug> HTTP-Session: 4a6910ec-d81b-47f0-9ccb-c4683d06b8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
997 | 2024.08.06 08:29:42.705582 [ 3 ] {} <Debug> HTTP-Session: 4a6910ec-d81b-47f0-9ccb-c4683d06b8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
998 | 2024.08.06 08:29:42.705596 [ 3 ] {} <Debug> HTTP-Session: 4a6910ec-d81b-47f0-9ccb-c4683d06b8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.08.06 08:29:42.705627 [ 3 ] {} <Trace> HTTP-Session: 4a6910ec-d81b-47f0-9ccb-c4683d06b8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1000 | 2024.08.06 08:29:42.705726 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1001 | 2024.08.06 08:29:42.705770 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1002 | 2024.08.06 08:29:42.705914 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1003 | 2024.08.06 08:29:42.708050 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1004 | 2024.08.06 08:29:42.708087 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1005 | 2024.08.06 08:29:42.708604 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1006 | 2024.08.06 08:29:42.709242 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Trace> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1007 | 2024.08.06 08:29:42.709396 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.003687 sec., 1627.3393002441007 rows/sec., 92.17 KiB/sec. | ||
1008 | 2024.08.06 08:29:42.709591 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.08.06 08:29:42.709616 [ 3 ] {1c5a2371-10a9-4d76-9da9-39b19b47c3b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1010 | 2024.08.06 08:29:42.709633 [ 3 ] {} <Debug> HTTP-Session: 4a6910ec-d81b-47f0-9ccb-c4683d06b8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.08.06 08:29:42.709846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 16576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.08.06 08:29:42.709895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.08.06 08:29:42.709914 [ 3 ] {} <Debug> HTTP-Session: 35604195-31d4-4b4f-b784-1988cf5c9c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1014 | 2024.08.06 08:29:42.709932 [ 3 ] {} <Debug> HTTP-Session: 35604195-31d4-4b4f-b784-1988cf5c9c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.08.06 08:29:42.709946 [ 3 ] {} <Debug> HTTP-Session: 35604195-31d4-4b4f-b784-1988cf5c9c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.08.06 08:29:42.709977 [ 3 ] {} <Trace> HTTP-Session: 35604195-31d4-4b4f-b784-1988cf5c9c77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.08.06 08:29:42.710102 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1018 | 2024.08.06 08:29:42.710145 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1019 | 2024.08.06 08:29:42.710270 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1020 | 2024.08.06 08:29:42.712817 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1021 | 2024.08.06 08:29:42.712853 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1022 | 2024.08.06 08:29:42.713318 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1023 | 2024.08.06 08:29:42.714008 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1024 | 2024.08.06 08:29:42.714132 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Debug> executeQuery: Read 105 rows, 10.15 KiB in 0.004078 sec., 25747.91564492398 rows/sec., 2.43 MiB/sec. | ||
1025 | 2024.08.06 08:29:42.714366 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Debug> DynamicQueryHandler: Done processing query | ||
1026 | 2024.08.06 08:29:42.714392 [ 3 ] {a17ed7c8-47e8-443f-b8d8-1ae9bfb7420b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1027 | 2024.08.06 08:29:42.714408 [ 3 ] {} <Debug> HTTP-Session: 35604195-31d4-4b4f-b784-1988cf5c9c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.08.06 08:29:42.714724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 50725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1029 | 2024.08.06 08:29:42.714775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1030 | 2024.08.06 08:29:42.714793 [ 3 ] {} <Debug> HTTP-Session: 4fe7c8e7-b7ea-4c87-a81c-d80a3a8b304f Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1031 | 2024.08.06 08:29:42.714809 [ 3 ] {} <Debug> HTTP-Session: 4fe7c8e7-b7ea-4c87-a81c-d80a3a8b304f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.08.06 08:29:42.714824 [ 3 ] {} <Debug> HTTP-Session: 4fe7c8e7-b7ea-4c87-a81c-d80a3a8b304f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.08.06 08:29:42.714856 [ 3 ] {} <Trace> HTTP-Session: 4fe7c8e7-b7ea-4c87-a81c-d80a3a8b304f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1034 | 2024.08.06 08:29:42.715055 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1035 | 2024.08.06 08:29:42.715101 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1036 | 2024.08.06 08:29:42.715840 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1037 | 2024.08.06 08:29:42.716951 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1038 | 2024.08.06 08:29:42.716987 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1039 | 2024.08.06 08:29:42.717468 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1040 | 2024.08.06 08:29:42.718062 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1041 | 2024.08.06 08:29:42.718189 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Debug> executeQuery: Read 318 rows, 22.36 KiB in 0.003249 sec., 97876.26962142198 rows/sec., 6.72 MiB/sec. | ||
1042 | 2024.08.06 08:29:42.718379 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Debug> DynamicQueryHandler: Done processing query | ||
1043 | 2024.08.06 08:29:42.718404 [ 3 ] {65587691-5551-47bd-8dbe-31efbcc4cd5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1044 | 2024.08.06 08:29:42.718421 [ 3 ] {} <Debug> HTTP-Session: 4fe7c8e7-b7ea-4c87-a81c-d80a3a8b304f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.08.06 08:29:42.718554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1046 | 2024.08.06 08:29:42.718602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1047 | 2024.08.06 08:29:42.718621 [ 3 ] {} <Debug> HTTP-Session: 4d72f26a-9243-450e-98f2-69fd3e7e6c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1048 | 2024.08.06 08:29:42.718638 [ 3 ] {} <Debug> HTTP-Session: 4d72f26a-9243-450e-98f2-69fd3e7e6c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.08.06 08:29:42.718652 [ 3 ] {} <Debug> HTTP-Session: 4d72f26a-9243-450e-98f2-69fd3e7e6c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.08.06 08:29:42.718682 [ 3 ] {} <Trace> HTTP-Session: 4d72f26a-9243-450e-98f2-69fd3e7e6c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1051 | 2024.08.06 08:29:42.718784 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1052 | 2024.08.06 08:29:42.718830 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1053 | 2024.08.06 08:29:42.718957 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1054 | 2024.08.06 08:29:42.719264 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1055 | 2024.08.06 08:29:42.719300 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1056 | 2024.08.06 08:29:42.719846 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1057 | 2024.08.06 08:29:42.720482 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Trace> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1058 | 2024.08.06 08:29:42.720607 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001849 sec., 3244.997295835587 rows/sec., 139.43 KiB/sec. | ||
1059 | 2024.08.06 08:29:42.720867 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Debug> DynamicQueryHandler: Done processing query | ||
1060 | 2024.08.06 08:29:42.720893 [ 3 ] {87f46677-fc24-493d-960a-dc8a7e1739ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1061 | 2024.08.06 08:29:42.720909 [ 3 ] {} <Debug> HTTP-Session: 4d72f26a-9243-450e-98f2-69fd3e7e6c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.08.06 08:29:42.721145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 14075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1063 | 2024.08.06 08:29:42.721199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1064 | 2024.08.06 08:29:42.721218 [ 3 ] {} <Debug> HTTP-Session: e9739d1e-3dc3-4f2e-b20d-aa4fd6d2ad4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1065 | 2024.08.06 08:29:42.721235 [ 3 ] {} <Debug> HTTP-Session: e9739d1e-3dc3-4f2e-b20d-aa4fd6d2ad4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.08.06 08:29:42.721249 [ 3 ] {} <Debug> HTTP-Session: e9739d1e-3dc3-4f2e-b20d-aa4fd6d2ad4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.08.06 08:29:42.721280 [ 3 ] {} <Trace> HTTP-Session: e9739d1e-3dc3-4f2e-b20d-aa4fd6d2ad4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2024.08.06 08:29:42.721471 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1069 | 2024.08.06 08:29:42.721538 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1070 | 2024.08.06 08:29:42.721726 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1071 | 2024.08.06 08:29:42.722101 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1072 | 2024.08.06 08:29:42.722140 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1073 | 2024.08.06 08:29:42.722650 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1074 | 2024.08.06 08:29:42.724674 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Trace> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1075 | 2024.08.06 08:29:42.724805 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003444 sec., 22357.72357723577 rows/sec., 1.38 MiB/sec. | ||
1076 | 2024.08.06 08:29:42.725021 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Debug> DynamicQueryHandler: Done processing query | ||
1077 | 2024.08.06 08:29:42.725049 [ 3 ] {5c3d334b-d6f0-41d4-9aa9-280f32e7e2e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1078 | 2024.08.06 08:29:42.725065 [ 3 ] {} <Debug> HTTP-Session: e9739d1e-3dc3-4f2e-b20d-aa4fd6d2ad4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.08.06 08:29:42.725193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1080 | 2024.08.06 08:29:42.725245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1081 | 2024.08.06 08:29:42.725263 [ 3 ] {} <Debug> HTTP-Session: 0cb73dae-833e-49ea-b473-5f136f6cfc90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1082 | 2024.08.06 08:29:42.725281 [ 3 ] {} <Debug> HTTP-Session: 0cb73dae-833e-49ea-b473-5f136f6cfc90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.08.06 08:29:42.725295 [ 3 ] {} <Debug> HTTP-Session: 0cb73dae-833e-49ea-b473-5f136f6cfc90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.08.06 08:29:42.725326 [ 3 ] {} <Trace> HTTP-Session: 0cb73dae-833e-49ea-b473-5f136f6cfc90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2024.08.06 08:29:42.725429 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1086 | 2024.08.06 08:29:42.725474 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1087 | 2024.08.06 08:29:42.725604 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1088 | 2024.08.06 08:29:42.725889 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1089 | 2024.08.06 08:29:42.725936 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1090 | 2024.08.06 08:29:42.726470 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1091 | 2024.08.06 08:29:42.727077 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Trace> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1092 | 2024.08.06 08:29:42.727211 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001807 sec., 12728.278915329274 rows/sec., 688.51 KiB/sec. | ||
1093 | 2024.08.06 08:29:42.727463 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Debug> DynamicQueryHandler: Done processing query | ||
1094 | 2024.08.06 08:29:42.727490 [ 3 ] {6516589f-cc73-4cab-9d8e-c876b71b7401} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1095 | 2024.08.06 08:29:42.727507 [ 3 ] {} <Debug> HTTP-Session: 0cb73dae-833e-49ea-b473-5f136f6cfc90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.08.06 08:29:47.654739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1097 | 2024.08.06 08:29:47.654864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1098 | 2024.08.06 08:29:47.654892 [ 3 ] {} <Debug> HTTP-Session: 38aca9b5-ea02-4271-b1e4-cab2bced4b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1099 | 2024.08.06 08:29:47.654918 [ 3 ] {} <Debug> HTTP-Session: 38aca9b5-ea02-4271-b1e4-cab2bced4b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.08.06 08:29:47.654934 [ 3 ] {} <Debug> HTTP-Session: 38aca9b5-ea02-4271-b1e4-cab2bced4b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.08.06 08:29:47.654985 [ 3 ] {} <Trace> HTTP-Session: 38aca9b5-ea02-4271-b1e4-cab2bced4b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1102 | 2024.08.06 08:29:47.655217 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1103 | 2024.08.06 08:29:47.655632 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1104 | 2024.08.06 08:29:47.657622 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1105 | 2024.08.06 08:29:47.657912 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1106 | 2024.08.06 08:29:47.658105 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1107 | 2024.08.06 08:29:47.662359 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1108 | 2024.08.06 08:29:47.665494 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1109 | 2024.08.06 08:29:47.665558 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1110 | 2024.08.06 08:29:47.665584 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1111 | 2024.08.06 08:29:47.665716 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1112 | 2024.08.06 08:29:47.665747 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1113 | 2024.08.06 08:29:47.681462 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.026342 sec., 455.54627590919443 rows/sec., 13.42 KiB/sec. | ||
1114 | 2024.08.06 08:29:47.681770 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> DynamicQueryHandler: Done processing query | ||
1115 | 2024.08.06 08:29:47.681799 [ 3 ] {b4151b19-3eba-4e6d-90d7-1a1cde27337e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1116 | 2024.08.06 08:29:47.681817 [ 3 ] {} <Debug> HTTP-Session: 38aca9b5-ea02-4271-b1e4-cab2bced4b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.08.06 08:29:47.682101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1118 | 2024.08.06 08:29:47.682159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1119 | 2024.08.06 08:29:47.682180 [ 3 ] {} <Debug> HTTP-Session: 54202ec7-50bd-44af-b25b-ab0e7a6fd142 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1120 | 2024.08.06 08:29:47.682201 [ 3 ] {} <Debug> HTTP-Session: 54202ec7-50bd-44af-b25b-ab0e7a6fd142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.08.06 08:29:47.682215 [ 3 ] {} <Debug> HTTP-Session: 54202ec7-50bd-44af-b25b-ab0e7a6fd142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2024.08.06 08:29:47.682257 [ 3 ] {} <Trace> HTTP-Session: 54202ec7-50bd-44af-b25b-ab0e7a6fd142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1123 | 2024.08.06 08:29:47.682425 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1124 | 2024.08.06 08:29:47.682702 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1125 | 2024.08.06 08:29:47.682741 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1126 | 2024.08.06 08:29:47.682981 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1127 | 2024.08.06 08:29:47.683050 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1128 | 2024.08.06 08:29:47.683196 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1129 | 2024.08.06 08:29:47.683231 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1130 | 2024.08.06 08:29:47.683256 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1131 | 2024.08.06 08:29:47.683272 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1132 | 2024.08.06 08:29:47.683313 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1133 | 2024.08.06 08:29:47.683334 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1134 | 2024.08.06 08:29:47.684206 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001856 sec., 6465.517241379311 rows/sec., 190.47 KiB/sec. | ||
1135 | 2024.08.06 08:29:47.684433 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> DynamicQueryHandler: Done processing query | ||
1136 | 2024.08.06 08:29:47.684458 [ 3 ] {7db3448a-dd14-4d0b-b8a0-9eaf6c861d51} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1137 | 2024.08.06 08:29:47.684476 [ 3 ] {} <Debug> HTTP-Session: 54202ec7-50bd-44af-b25b-ab0e7a6fd142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.08.06 08:29:47.684693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1139 | 2024.08.06 08:29:47.684740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1140 | 2024.08.06 08:29:47.684760 [ 3 ] {} <Debug> HTTP-Session: 56fe0451-0e26-473c-9ce0-fb285a406bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1141 | 2024.08.06 08:29:47.684777 [ 3 ] {} <Debug> HTTP-Session: 56fe0451-0e26-473c-9ce0-fb285a406bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.08.06 08:29:47.684792 [ 3 ] {} <Debug> HTTP-Session: 56fe0451-0e26-473c-9ce0-fb285a406bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.08.06 08:29:47.684823 [ 3 ] {} <Trace> HTTP-Session: 56fe0451-0e26-473c-9ce0-fb285a406bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1144 | 2024.08.06 08:29:47.684956 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1145 | 2024.08.06 08:29:47.685196 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1146 | 2024.08.06 08:29:47.685232 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1147 | 2024.08.06 08:29:47.685455 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1148 | 2024.08.06 08:29:47.685531 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1149 | 2024.08.06 08:29:47.685676 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1150 | 2024.08.06 08:29:47.685710 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1151 | 2024.08.06 08:29:47.685735 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1152 | 2024.08.06 08:29:47.685752 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1153 | 2024.08.06 08:29:47.685792 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1154 | 2024.08.06 08:29:47.685812 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1155 | 2024.08.06 08:29:47.686651 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001753 sec., 6845.407872219053 rows/sec., 201.66 KiB/sec. | ||
1156 | 2024.08.06 08:29:47.686890 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> DynamicQueryHandler: Done processing query | ||
1157 | 2024.08.06 08:29:47.686916 [ 3 ] {e4e765d7-28c0-4ac9-9dcf-cb4229f0a6f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1158 | 2024.08.06 08:29:47.686934 [ 3 ] {} <Debug> HTTP-Session: 56fe0451-0e26-473c-9ce0-fb285a406bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.08.06 08:29:47.687147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1160 | 2024.08.06 08:29:47.687196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1161 | 2024.08.06 08:29:47.687215 [ 3 ] {} <Debug> HTTP-Session: 07f97fd9-cd4f-447e-a957-2fc8a599e4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1162 | 2024.08.06 08:29:47.687232 [ 3 ] {} <Debug> HTTP-Session: 07f97fd9-cd4f-447e-a957-2fc8a599e4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.08.06 08:29:47.687246 [ 3 ] {} <Debug> HTTP-Session: 07f97fd9-cd4f-447e-a957-2fc8a599e4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1164 | 2024.08.06 08:29:47.687277 [ 3 ] {} <Trace> HTTP-Session: 07f97fd9-cd4f-447e-a957-2fc8a599e4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1165 | 2024.08.06 08:29:47.687412 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1166 | 2024.08.06 08:29:47.687655 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1167 | 2024.08.06 08:29:47.687693 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1168 | 2024.08.06 08:29:47.687918 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1169 | 2024.08.06 08:29:47.687982 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1170 | 2024.08.06 08:29:47.688120 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1171 | 2024.08.06 08:29:47.688152 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1172 | 2024.08.06 08:29:47.688176 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1173 | 2024.08.06 08:29:47.688193 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1174 | 2024.08.06 08:29:47.688232 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1175 | 2024.08.06 08:29:47.688252 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1176 | 2024.08.06 08:29:47.689024 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001672 sec., 7177.033492822966 rows/sec., 211.43 KiB/sec. | ||
1177 | 2024.08.06 08:29:47.689259 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> DynamicQueryHandler: Done processing query | ||
1178 | 2024.08.06 08:29:47.689286 [ 3 ] {b2641e07-f82b-42a4-a1bf-ff129a44dc45} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1179 | 2024.08.06 08:29:47.689303 [ 3 ] {} <Debug> HTTP-Session: 07f97fd9-cd4f-447e-a957-2fc8a599e4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.08.06 08:29:47.689500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 549, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1181 | 2024.08.06 08:29:47.689551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1182 | 2024.08.06 08:29:47.689572 [ 3 ] {} <Debug> HTTP-Session: 0fb1b7ef-4497-40a2-97b6-d72ac6e594df Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1183 | 2024.08.06 08:29:47.689589 [ 3 ] {} <Debug> HTTP-Session: 0fb1b7ef-4497-40a2-97b6-d72ac6e594df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.08.06 08:29:47.689604 [ 3 ] {} <Debug> HTTP-Session: 0fb1b7ef-4497-40a2-97b6-d72ac6e594df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.08.06 08:29:47.689639 [ 3 ] {} <Trace> HTTP-Session: 0fb1b7ef-4497-40a2-97b6-d72ac6e594df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1186 | 2024.08.06 08:29:47.689796 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1187 | 2024.08.06 08:29:47.690051 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1188 | 2024.08.06 08:29:47.690090 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1189 | 2024.08.06 08:29:47.690323 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1190 | 2024.08.06 08:29:47.690389 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1191 | 2024.08.06 08:29:47.690530 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1192 | 2024.08.06 08:29:47.690564 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1193 | 2024.08.06 08:29:47.690589 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1194 | 2024.08.06 08:29:47.690606 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1195 | 2024.08.06 08:29:47.690644 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1196 | 2024.08.06 08:29:47.690665 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1197 | 2024.08.06 08:29:47.691548 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001825 sec., 6575.342465753424 rows/sec., 193.71 KiB/sec. | ||
1198 | 2024.08.06 08:29:47.691795 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> DynamicQueryHandler: Done processing query | ||
1199 | 2024.08.06 08:29:47.691820 [ 3 ] {f6159240-9464-4011-b8c4-f9b579959f61} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1200 | 2024.08.06 08:29:47.691837 [ 3 ] {} <Debug> HTTP-Session: 0fb1b7ef-4497-40a2-97b6-d72ac6e594df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.08.06 08:29:47.692045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1202 | 2024.08.06 08:29:47.692094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1203 | 2024.08.06 08:29:47.692113 [ 3 ] {} <Debug> HTTP-Session: 970e3600-64b8-43b0-a273-ed86e4ad4e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1204 | 2024.08.06 08:29:47.692130 [ 3 ] {} <Debug> HTTP-Session: 970e3600-64b8-43b0-a273-ed86e4ad4e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.08.06 08:29:47.692145 [ 3 ] {} <Debug> HTTP-Session: 970e3600-64b8-43b0-a273-ed86e4ad4e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.08.06 08:29:47.692176 [ 3 ] {} <Trace> HTTP-Session: 970e3600-64b8-43b0-a273-ed86e4ad4e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1207 | 2024.08.06 08:29:47.692313 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1208 | 2024.08.06 08:29:47.692559 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1209 | 2024.08.06 08:29:47.692597 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1210 | 2024.08.06 08:29:47.692833 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1211 | 2024.08.06 08:29:47.692897 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1212 | 2024.08.06 08:29:47.693031 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1213 | 2024.08.06 08:29:47.693064 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1214 | 2024.08.06 08:29:47.693088 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1215 | 2024.08.06 08:29:47.693104 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1216 | 2024.08.06 08:29:47.693143 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1217 | 2024.08.06 08:29:47.693164 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1218 | 2024.08.06 08:29:47.694050 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001796 sec., 6681.514476614699 rows/sec., 196.83 KiB/sec. | ||
1219 | 2024.08.06 08:29:47.694299 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> DynamicQueryHandler: Done processing query | ||
1220 | 2024.08.06 08:29:47.694330 [ 3 ] {fd612593-4f47-43a8-8113-26a8c51e7c6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1221 | 2024.08.06 08:29:47.694350 [ 3 ] {} <Debug> HTTP-Session: 970e3600-64b8-43b0-a273-ed86e4ad4e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.08.06 08:29:47.694556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1223 | 2024.08.06 08:29:47.694605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1224 | 2024.08.06 08:29:47.694625 [ 3 ] {} <Debug> HTTP-Session: 8269d9af-a06f-4cff-aeee-fb411696f902 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1225 | 2024.08.06 08:29:47.694641 [ 3 ] {} <Debug> HTTP-Session: 8269d9af-a06f-4cff-aeee-fb411696f902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.08.06 08:29:47.694655 [ 3 ] {} <Debug> HTTP-Session: 8269d9af-a06f-4cff-aeee-fb411696f902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.08.06 08:29:47.694686 [ 3 ] {} <Trace> HTTP-Session: 8269d9af-a06f-4cff-aeee-fb411696f902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1228 | 2024.08.06 08:29:47.694824 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1229 | 2024.08.06 08:29:47.695079 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1230 | 2024.08.06 08:29:47.695122 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1231 | 2024.08.06 08:29:47.695361 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1232 | 2024.08.06 08:29:47.695427 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1233 | 2024.08.06 08:29:47.695567 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1234 | 2024.08.06 08:29:47.695609 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1235 | 2024.08.06 08:29:47.695639 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1236 | 2024.08.06 08:29:47.695663 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1237 | 2024.08.06 08:29:47.695721 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1238 | 2024.08.06 08:29:47.695752 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1239 | 2024.08.06 08:29:47.696699 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001936 sec., 6198.347107438017 rows/sec., 182.60 KiB/sec. | ||
1240 | 2024.08.06 08:29:47.696998 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> DynamicQueryHandler: Done processing query | ||
1241 | 2024.08.06 08:29:47.697030 [ 3 ] {cc75b626-8f03-4b35-9523-779bbdc93ccf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1242 | 2024.08.06 08:29:47.697055 [ 3 ] {} <Debug> HTTP-Session: 8269d9af-a06f-4cff-aeee-fb411696f902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.08.06 08:29:47.697280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1244 | 2024.08.06 08:29:47.697342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1245 | 2024.08.06 08:29:47.697368 [ 3 ] {} <Debug> HTTP-Session: 74bc05c7-2f53-43e6-a0c4-f33428289b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1246 | 2024.08.06 08:29:47.697393 [ 3 ] {} <Debug> HTTP-Session: 74bc05c7-2f53-43e6-a0c4-f33428289b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.08.06 08:29:47.697415 [ 3 ] {} <Debug> HTTP-Session: 74bc05c7-2f53-43e6-a0c4-f33428289b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.08.06 08:29:47.697456 [ 3 ] {} <Trace> HTTP-Session: 74bc05c7-2f53-43e6-a0c4-f33428289b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1249 | 2024.08.06 08:29:47.697637 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1250 | 2024.08.06 08:29:47.697995 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1251 | 2024.08.06 08:29:47.698048 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1252 | 2024.08.06 08:29:47.698411 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1253 | 2024.08.06 08:29:47.698494 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1254 | 2024.08.06 08:29:47.698688 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1255 | 2024.08.06 08:29:47.698731 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1256 | 2024.08.06 08:29:47.698765 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1257 | 2024.08.06 08:29:47.698789 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1258 | 2024.08.06 08:29:47.698847 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1259 | 2024.08.06 08:29:47.698880 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1260 | 2024.08.06 08:29:47.699821 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.00227 sec., 5286.343612334802 rows/sec., 155.73 KiB/sec. | ||
1261 | 2024.08.06 08:29:47.700120 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> DynamicQueryHandler: Done processing query | ||
1262 | 2024.08.06 08:29:47.700153 [ 3 ] {1219ef9c-04d1-480d-b808-3abf9875daf3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1263 | 2024.08.06 08:29:47.700178 [ 3 ] {} <Debug> HTTP-Session: 74bc05c7-2f53-43e6-a0c4-f33428289b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2024.08.06 08:29:47.700406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1265 | 2024.08.06 08:29:47.700466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1266 | 2024.08.06 08:29:47.700494 [ 3 ] {} <Debug> HTTP-Session: 8bf2cbbf-15f1-46ca-b419-518bb5904664 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1267 | 2024.08.06 08:29:47.700518 [ 3 ] {} <Debug> HTTP-Session: 8bf2cbbf-15f1-46ca-b419-518bb5904664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.08.06 08:29:47.700540 [ 3 ] {} <Debug> HTTP-Session: 8bf2cbbf-15f1-46ca-b419-518bb5904664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.08.06 08:29:47.700583 [ 3 ] {} <Trace> HTTP-Session: 8bf2cbbf-15f1-46ca-b419-518bb5904664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2024.08.06 08:29:47.700769 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1271 | 2024.08.06 08:29:47.701135 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1272 | 2024.08.06 08:29:47.701187 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1273 | 2024.08.06 08:29:47.701560 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1274 | 2024.08.06 08:29:47.701643 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1275 | 2024.08.06 08:29:47.701839 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1276 | 2024.08.06 08:29:47.701883 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1277 | 2024.08.06 08:29:47.701916 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1278 | 2024.08.06 08:29:47.701941 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1279 | 2024.08.06 08:29:47.702000 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1280 | 2024.08.06 08:29:47.702031 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1281 | 2024.08.06 08:29:47.703025 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.002337 sec., 5134.788189987163 rows/sec., 151.27 KiB/sec. | ||
1282 | 2024.08.06 08:29:47.703316 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.08.06 08:29:47.703349 [ 3 ] {7fc59fe5-73b8-41f3-9a6f-4d77d81b8cfc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1284 | 2024.08.06 08:29:47.703375 [ 3 ] {} <Debug> HTTP-Session: 8bf2cbbf-15f1-46ca-b419-518bb5904664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.08.06 08:29:47.703606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.08.06 08:29:47.703666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1287 | 2024.08.06 08:29:47.703694 [ 3 ] {} <Debug> HTTP-Session: be86e9e5-8fa3-4e62-931d-f490bf15979a Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1288 | 2024.08.06 08:29:47.703721 [ 3 ] {} <Debug> HTTP-Session: be86e9e5-8fa3-4e62-931d-f490bf15979a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.08.06 08:29:47.703742 [ 3 ] {} <Debug> HTTP-Session: be86e9e5-8fa3-4e62-931d-f490bf15979a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.08.06 08:29:47.703785 [ 3 ] {} <Trace> HTTP-Session: be86e9e5-8fa3-4e62-931d-f490bf15979a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.08.06 08:29:47.703969 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1292 | 2024.08.06 08:29:47.704328 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1293 | 2024.08.06 08:29:47.704384 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1294 | 2024.08.06 08:29:47.704760 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1295 | 2024.08.06 08:29:47.704844 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1296 | 2024.08.06 08:29:47.705039 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1297 | 2024.08.06 08:29:47.705080 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1298 | 2024.08.06 08:29:47.705114 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1299 | 2024.08.06 08:29:47.705138 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1300 | 2024.08.06 08:29:47.705196 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1301 | 2024.08.06 08:29:47.705228 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1302 | 2024.08.06 08:29:47.706174 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.002298 sec., 5221.9321148825065 rows/sec., 153.84 KiB/sec. | ||
1303 | 2024.08.06 08:29:47.706436 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> DynamicQueryHandler: Done processing query | ||
1304 | 2024.08.06 08:29:47.706463 [ 3 ] {fd936c6e-5e47-45f9-a13e-f4fe4607bedc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1305 | 2024.08.06 08:29:47.706481 [ 3 ] {} <Debug> HTTP-Session: be86e9e5-8fa3-4e62-931d-f490bf15979a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.08.06 08:29:47.706701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1307 | 2024.08.06 08:29:47.706751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1308 | 2024.08.06 08:29:47.706772 [ 3 ] {} <Debug> HTTP-Session: 3734b673-e366-4105-9751-703366c507c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1309 | 2024.08.06 08:29:47.706790 [ 3 ] {} <Debug> HTTP-Session: 3734b673-e366-4105-9751-703366c507c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1310 | 2024.08.06 08:29:47.706805 [ 3 ] {} <Debug> HTTP-Session: 3734b673-e366-4105-9751-703366c507c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.08.06 08:29:47.706838 [ 3 ] {} <Trace> HTTP-Session: 3734b673-e366-4105-9751-703366c507c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1312 | 2024.08.06 08:29:47.706982 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1313 | 2024.08.06 08:29:47.707251 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1314 | 2024.08.06 08:29:47.707292 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1315 | 2024.08.06 08:29:47.707553 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1316 | 2024.08.06 08:29:47.707646 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1317 | 2024.08.06 08:29:47.707831 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1318 | 2024.08.06 08:29:47.707877 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1319 | 2024.08.06 08:29:47.707906 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1320 | 2024.08.06 08:29:47.707925 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1321 | 2024.08.06 08:29:47.707977 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1322 | 2024.08.06 08:29:47.708008 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1323 | 2024.08.06 08:29:47.708847 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001931 sec., 6214.3966856551015 rows/sec., 183.07 KiB/sec. | ||
1324 | 2024.08.06 08:29:47.709123 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2024.08.06 08:29:47.709149 [ 3 ] {c270e5ee-c7ee-4426-8bc2-749443ac69ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1326 | 2024.08.06 08:29:47.709168 [ 3 ] {} <Debug> HTTP-Session: 3734b673-e366-4105-9751-703366c507c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.08.06 08:29:47.709382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2024.08.06 08:29:47.709430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1329 | 2024.08.06 08:29:47.709449 [ 3 ] {} <Debug> HTTP-Session: aec0c462-d82e-40e6-9377-00a517c3347f Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1330 | 2024.08.06 08:29:47.709466 [ 3 ] {} <Debug> HTTP-Session: aec0c462-d82e-40e6-9377-00a517c3347f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.08.06 08:29:47.709480 [ 3 ] {} <Debug> HTTP-Session: aec0c462-d82e-40e6-9377-00a517c3347f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.08.06 08:29:47.709512 [ 3 ] {} <Trace> HTTP-Session: aec0c462-d82e-40e6-9377-00a517c3347f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2024.08.06 08:29:47.709656 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1334 | 2024.08.06 08:29:47.709923 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1335 | 2024.08.06 08:29:47.709964 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1336 | 2024.08.06 08:29:47.710233 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1337 | 2024.08.06 08:29:47.710299 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1338 | 2024.08.06 08:29:47.710437 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1339 | 2024.08.06 08:29:47.710470 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1340 | 2024.08.06 08:29:47.710494 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1341 | 2024.08.06 08:29:47.710511 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1342 | 2024.08.06 08:29:47.710553 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1343 | 2024.08.06 08:29:47.710610 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1344 | 2024.08.06 08:29:47.711370 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001781 sec., 6737.78775968557 rows/sec., 198.49 KiB/sec. | ||
1345 | 2024.08.06 08:29:47.711610 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> DynamicQueryHandler: Done processing query | ||
1346 | 2024.08.06 08:29:47.711635 [ 3 ] {8a00dc72-3e74-4e53-b4e5-a984a3e956d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1347 | 2024.08.06 08:29:47.711652 [ 3 ] {} <Debug> HTTP-Session: aec0c462-d82e-40e6-9377-00a517c3347f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.08.06 08:29:47.711858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1349 | 2024.08.06 08:29:47.711906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1350 | 2024.08.06 08:29:47.711926 [ 3 ] {} <Debug> HTTP-Session: 9815936c-d9fa-4459-bf12-91c6f1cc9b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1351 | 2024.08.06 08:29:47.711969 [ 3 ] {} <Debug> HTTP-Session: 9815936c-d9fa-4459-bf12-91c6f1cc9b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.08.06 08:29:47.711984 [ 3 ] {} <Debug> HTTP-Session: 9815936c-d9fa-4459-bf12-91c6f1cc9b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.08.06 08:29:47.712021 [ 3 ] {} <Trace> HTTP-Session: 9815936c-d9fa-4459-bf12-91c6f1cc9b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1354 | 2024.08.06 08:29:47.712169 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1355 | 2024.08.06 08:29:47.712435 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1356 | 2024.08.06 08:29:47.712477 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1357 | 2024.08.06 08:29:47.712741 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1358 | 2024.08.06 08:29:47.712806 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1359 | 2024.08.06 08:29:47.712943 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1360 | 2024.08.06 08:29:47.712976 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1361 | 2024.08.06 08:29:47.712999 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1362 | 2024.08.06 08:29:47.713016 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1363 | 2024.08.06 08:29:47.713056 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1364 | 2024.08.06 08:29:47.713077 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1365 | 2024.08.06 08:29:47.713993 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001889 sec., 6352.567496029646 rows/sec., 187.14 KiB/sec. | ||
1366 | 2024.08.06 08:29:47.714239 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> DynamicQueryHandler: Done processing query | ||
1367 | 2024.08.06 08:29:47.714264 [ 3 ] {fd0a3b21-ce76-46ef-aca4-99ab69147565} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1368 | 2024.08.06 08:29:47.714282 [ 3 ] {} <Debug> HTTP-Session: 9815936c-d9fa-4459-bf12-91c6f1cc9b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.08.06 08:29:47.714498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1370 | 2024.08.06 08:29:47.714545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1371 | 2024.08.06 08:29:47.714564 [ 3 ] {} <Debug> HTTP-Session: 2cc911dd-6b44-468f-98e7-08d6b6d81f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1372 | 2024.08.06 08:29:47.714582 [ 3 ] {} <Debug> HTTP-Session: 2cc911dd-6b44-468f-98e7-08d6b6d81f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.08.06 08:29:47.714596 [ 3 ] {} <Debug> HTTP-Session: 2cc911dd-6b44-468f-98e7-08d6b6d81f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.08.06 08:29:47.714627 [ 3 ] {} <Trace> HTTP-Session: 2cc911dd-6b44-468f-98e7-08d6b6d81f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1375 | 2024.08.06 08:29:47.714768 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1376 | 2024.08.06 08:29:47.715037 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1377 | 2024.08.06 08:29:47.715079 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1378 | 2024.08.06 08:29:47.715353 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1379 | 2024.08.06 08:29:47.715420 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1380 | 2024.08.06 08:29:47.715555 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1381 | 2024.08.06 08:29:47.715587 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1382 | 2024.08.06 08:29:47.715610 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (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 | ||
1383 | 2024.08.06 08:29:47.715627 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1384 | 2024.08.06 08:29:47.715668 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', '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', 'sidecar:sample_time', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1385 | 2024.08.06 08:29:47.715688 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
1386 | 2024.08.06 08:29:47.716538 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> executeQuery: Read 12 rows, 362.00 B in 0.001835 sec., 6539.509536784741 rows/sec., 192.65 KiB/sec. | ||
1387 | 2024.08.06 08:29:47.716790 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> DynamicQueryHandler: Done processing query | ||
1388 | 2024.08.06 08:29:47.716817 [ 3 ] {d637b248-7f94-43bb-a2d4-2629eda87533} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1389 | 2024.08.06 08:29:47.716834 [ 3 ] {} <Debug> HTTP-Session: 2cc911dd-6b44-468f-98e7-08d6b6d81f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1390 | 2024.08.06 08:29:47.717569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1391 | 2024.08.06 08:29:47.717616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1392 | 2024.08.06 08:29:47.717634 [ 3 ] {} <Debug> HTTP-Session: e54efb98-23c0-45a4-930c-8f8631de09c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1393 | 2024.08.06 08:29:47.717651 [ 3 ] {} <Debug> HTTP-Session: e54efb98-23c0-45a4-930c-8f8631de09c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.08.06 08:29:47.717665 [ 3 ] {} <Debug> HTTP-Session: e54efb98-23c0-45a4-930c-8f8631de09c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.08.06 08:29:47.717696 [ 3 ] {} <Trace> HTTP-Session: e54efb98-23c0-45a4-930c-8f8631de09c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1396 | 2024.08.06 08:29:47.717816 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1397 | 2024.08.06 08:29:47.717862 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1398 | 2024.08.06 08:29:47.718025 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1399 | 2024.08.06 08:29:47.718371 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1400 | 2024.08.06 08:29:47.718411 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1401 | 2024.08.06 08:29:47.718880 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1402 | 2024.08.06 08:29:47.719193 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Trace> oximeter.timeseries_schema (0e03da11-e9da-4965-ae01-fa21a353a9aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1403 | 2024.08.06 08:29:47.719372 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001599 sec., 8755.472170106317 rows/sec., 1.23 MiB/sec. | ||
1404 | 2024.08.06 08:29:47.719560 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Debug> DynamicQueryHandler: Done processing query | ||
1405 | 2024.08.06 08:29:47.719585 [ 3 ] {1a491899-3a46-4d52-b837-ff2afd668225} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1406 | 2024.08.06 08:29:47.719601 [ 3 ] {} <Debug> HTTP-Session: e54efb98-23c0-45a4-930c-8f8631de09c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1407 | 2024.08.06 08:29:47.719726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1408 | 2024.08.06 08:29:47.719775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1409 | 2024.08.06 08:29:47.719795 [ 3 ] {} <Debug> HTTP-Session: 408b7e02-61b1-4d52-af2c-9d58f2537e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1410 | 2024.08.06 08:29:47.719812 [ 3 ] {} <Debug> HTTP-Session: 408b7e02-61b1-4d52-af2c-9d58f2537e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1411 | 2024.08.06 08:29:47.719826 [ 3 ] {} <Debug> HTTP-Session: 408b7e02-61b1-4d52-af2c-9d58f2537e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1412 | 2024.08.06 08:29:47.719856 [ 3 ] {} <Trace> HTTP-Session: 408b7e02-61b1-4d52-af2c-9d58f2537e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1413 | 2024.08.06 08:29:47.719960 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1414 | 2024.08.06 08:29:47.720004 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1415 | 2024.08.06 08:29:47.720134 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1416 | 2024.08.06 08:29:47.720461 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1417 | 2024.08.06 08:29:47.720499 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1418 | 2024.08.06 08:29:47.720840 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1419 | 2024.08.06 08:29:47.721149 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1420 | 2024.08.06 08:29:47.721311 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001372 sec., 18950.437317784257 rows/sec., 1.47 MiB/sec. | ||
1421 | 2024.08.06 08:29:47.721477 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Debug> DynamicQueryHandler: Done processing query | ||
1422 | 2024.08.06 08:29:47.721501 [ 3 ] {8641bfdd-fae2-4b40-9661-94aa9a12d113} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1423 | 2024.08.06 08:29:47.721521 [ 3 ] {} <Debug> HTTP-Session: 408b7e02-61b1-4d52-af2c-9d58f2537e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1424 | 2024.08.06 08:29:47.721647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1425 | 2024.08.06 08:29:47.721695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1426 | 2024.08.06 08:29:47.721714 [ 3 ] {} <Debug> HTTP-Session: fc433f91-5f7f-44ec-b67a-b2b2598ec1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1427 | 2024.08.06 08:29:47.721731 [ 3 ] {} <Debug> HTTP-Session: fc433f91-5f7f-44ec-b67a-b2b2598ec1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.08.06 08:29:47.721745 [ 3 ] {} <Debug> HTTP-Session: fc433f91-5f7f-44ec-b67a-b2b2598ec1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1429 | 2024.08.06 08:29:47.721776 [ 3 ] {} <Trace> HTTP-Session: fc433f91-5f7f-44ec-b67a-b2b2598ec1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1430 | 2024.08.06 08:29:47.721883 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1431 | 2024.08.06 08:29:47.721926 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1432 | 2024.08.06 08:29:47.722057 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1433 | 2024.08.06 08:29:47.722367 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1434 | 2024.08.06 08:29:47.722404 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1435 | 2024.08.06 08:29:47.722720 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1436 | 2024.08.06 08:29:47.723039 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1437 | 2024.08.06 08:29:47.723182 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001324 sec., 21148.036253776434 rows/sec., 1.65 MiB/sec. | ||
1438 | 2024.08.06 08:29:47.723351 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.08.06 08:29:47.723376 [ 3 ] {0680521d-d9aa-48f5-ac2d-1f3c2bc601fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1440 | 2024.08.06 08:29:47.723392 [ 3 ] {} <Debug> HTTP-Session: fc433f91-5f7f-44ec-b67a-b2b2598ec1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.08.06 08:29:47.723507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1442 | 2024.08.06 08:29:47.723555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1443 | 2024.08.06 08:29:47.723574 [ 3 ] {} <Debug> HTTP-Session: 0e59971d-17fa-4800-afc4-45f998ffe194 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1444 | 2024.08.06 08:29:47.723591 [ 3 ] {} <Debug> HTTP-Session: 0e59971d-17fa-4800-afc4-45f998ffe194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.08.06 08:29:47.723604 [ 3 ] {} <Debug> HTTP-Session: 0e59971d-17fa-4800-afc4-45f998ffe194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.08.06 08:29:47.723636 [ 3 ] {} <Trace> HTTP-Session: 0e59971d-17fa-4800-afc4-45f998ffe194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.08.06 08:29:47.723741 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1448 | 2024.08.06 08:29:47.723788 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1449 | 2024.08.06 08:29:47.723931 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1450 | 2024.08.06 08:29:47.724300 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1451 | 2024.08.06 08:29:47.724337 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1452 | 2024.08.06 08:29:47.724719 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1453 | 2024.08.06 08:29:47.725069 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1454 | 2024.08.06 08:29:47.725222 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001506 sec., 13280.212483399735 rows/sec., 942.84 KiB/sec. | ||
1455 | 2024.08.06 08:29:47.725484 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Debug> DynamicQueryHandler: Done processing query | ||
1456 | 2024.08.06 08:29:47.725511 [ 3 ] {a999339e-6a1e-4cb2-8543-fc432597d3c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1457 | 2024.08.06 08:29:47.725528 [ 3 ] {} <Debug> HTTP-Session: 0e59971d-17fa-4800-afc4-45f998ffe194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.08.06 08:29:47.725656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 1271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1459 | 2024.08.06 08:29:47.725711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1460 | 2024.08.06 08:29:47.725731 [ 3 ] {} <Debug> HTTP-Session: 0532b554-a612-43e8-a6c9-c70b936351f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1461 | 2024.08.06 08:29:47.725749 [ 3 ] {} <Debug> HTTP-Session: 0532b554-a612-43e8-a6c9-c70b936351f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1462 | 2024.08.06 08:29:47.725763 [ 3 ] {} <Debug> HTTP-Session: 0532b554-a612-43e8-a6c9-c70b936351f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1463 | 2024.08.06 08:29:47.725793 [ 3 ] {} <Trace> HTTP-Session: 0532b554-a612-43e8-a6c9-c70b936351f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1464 | 2024.08.06 08:29:47.725900 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1465 | 2024.08.06 08:29:47.725957 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1466 | 2024.08.06 08:29:47.726108 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1467 | 2024.08.06 08:29:47.726404 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1468 | 2024.08.06 08:29:47.726441 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1469 | 2024.08.06 08:29:47.726793 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1470 | 2024.08.06 08:29:47.727122 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1471 | 2024.08.06 08:29:47.727275 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Debug> executeQuery: Read 8 rows, 576.00 B in 0.001401 sec., 5710.206995003569 rows/sec., 401.50 KiB/sec. | ||
1472 | 2024.08.06 08:29:47.727471 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Debug> DynamicQueryHandler: Done processing query | ||
1473 | 2024.08.06 08:29:47.727495 [ 3 ] {ac39bc6e-1ac4-4cf4-92c8-848165fd5581} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1474 | 2024.08.06 08:29:47.727511 [ 3 ] {} <Debug> HTTP-Session: 0532b554-a612-43e8-a6c9-c70b936351f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.08.06 08:29:52.665782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1476 | 2024.08.06 08:29:52.665908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1477 | 2024.08.06 08:29:52.665937 [ 3 ] {} <Debug> HTTP-Session: 79b24234-ce29-4499-ac19-a47b1693a805 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1478 | 2024.08.06 08:29:52.665963 [ 3 ] {} <Debug> HTTP-Session: 79b24234-ce29-4499-ac19-a47b1693a805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1479 | 2024.08.06 08:29:52.665979 [ 3 ] {} <Debug> HTTP-Session: 79b24234-ce29-4499-ac19-a47b1693a805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.08.06 08:29:52.666030 [ 3 ] {} <Trace> HTTP-Session: 79b24234-ce29-4499-ac19-a47b1693a805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1481 | 2024.08.06 08:29:52.666216 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1482 | 2024.08.06 08:29:52.666284 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1483 | 2024.08.06 08:29:52.666467 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1484 | 2024.08.06 08:29:52.666887 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2024.08.06 08:29:52.666926 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1486 | 2024.08.06 08:29:52.667288 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1487 | 2024.08.06 08:29:52.667647 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Trace> oximeter.fields_i64 (0323d39b-474c-4bdd-b901-ffe57d404c01): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1488 | 2024.08.06 08:29:52.667778 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 210.17 KiB/sec. | ||
1489 | 2024.08.06 08:29:52.667999 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Debug> DynamicQueryHandler: Done processing query | ||
1490 | 2024.08.06 08:29:52.668027 [ 3 ] {ab0e7e2e-3a3e-489c-a721-acf6413c1f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1491 | 2024.08.06 08:29:52.668045 [ 3 ] {} <Debug> HTTP-Session: 79b24234-ce29-4499-ac19-a47b1693a805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.08.06 08:29:52.668268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 23748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1493 | 2024.08.06 08:29:52.668319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1494 | 2024.08.06 08:29:52.668342 [ 3 ] {} <Debug> HTTP-Session: 078a7dd2-9bb4-4477-a02b-0b210695a574 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1495 | 2024.08.06 08:29:52.668363 [ 3 ] {} <Debug> HTTP-Session: 078a7dd2-9bb4-4477-a02b-0b210695a574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1496 | 2024.08.06 08:29:52.668379 [ 3 ] {} <Debug> HTTP-Session: 078a7dd2-9bb4-4477-a02b-0b210695a574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1497 | 2024.08.06 08:29:52.668410 [ 3 ] {} <Trace> HTTP-Session: 078a7dd2-9bb4-4477-a02b-0b210695a574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1498 | 2024.08.06 08:29:52.668547 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1499 | 2024.08.06 08:29:52.668590 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1500 | 2024.08.06 08:29:52.668710 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1501 | 2024.08.06 08:29:52.669129 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1502 | 2024.08.06 08:29:52.669165 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1503 | 2024.08.06 08:29:52.669527 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1504 | 2024.08.06 08:29:52.669860 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1505 | 2024.08.06 08:29:52.669987 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Debug> executeQuery: Read 157 rows, 14.19 KiB in 0.001499 sec., 104736.490993996 rows/sec., 9.25 MiB/sec. | ||
1506 | 2024.08.06 08:29:52.670155 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Debug> DynamicQueryHandler: Done processing query | ||
1507 | 2024.08.06 08:29:52.670181 [ 3 ] {3223d446-fade-4e9b-b1be-490c93b77678} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1508 | 2024.08.06 08:29:52.670198 [ 3 ] {} <Debug> HTTP-Session: 078a7dd2-9bb4-4477-a02b-0b210695a574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.08.06 08:29:52.670412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 60193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1510 | 2024.08.06 08:29:52.670464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1511 | 2024.08.06 08:29:52.670484 [ 3 ] {} <Debug> HTTP-Session: 7667ed7e-571f-42d0-88db-f2f55713b600 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1512 | 2024.08.06 08:29:52.670500 [ 3 ] {} <Debug> HTTP-Session: 7667ed7e-571f-42d0-88db-f2f55713b600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.08.06 08:29:52.670514 [ 3 ] {} <Debug> HTTP-Session: 7667ed7e-571f-42d0-88db-f2f55713b600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.08.06 08:29:52.670545 [ 3 ] {} <Trace> HTTP-Session: 7667ed7e-571f-42d0-88db-f2f55713b600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1515 | 2024.08.06 08:29:52.670749 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1516 | 2024.08.06 08:29:52.670792 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1517 | 2024.08.06 08:29:52.670912 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1518 | 2024.08.06 08:29:52.671431 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1519 | 2024.08.06 08:29:52.671467 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1520 | 2024.08.06 08:29:52.671880 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1521 | 2024.08.06 08:29:52.672214 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1522 | 2024.08.06 08:29:52.672337 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Debug> executeQuery: Read 374 rows, 26.83 KiB in 0.001692 sec., 221040.18912529552 rows/sec., 15.49 MiB/sec. | ||
1523 | 2024.08.06 08:29:52.672597 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Debug> DynamicQueryHandler: Done processing query | ||
1524 | 2024.08.06 08:29:52.672621 [ 3 ] {789b7731-231e-4f3c-9b7d-61dbec9f677d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1525 | 2024.08.06 08:29:52.672638 [ 3 ] {} <Debug> HTTP-Session: 7667ed7e-571f-42d0-88db-f2f55713b600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.08.06 08:29:52.672759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1527 | 2024.08.06 08:29:52.672809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1528 | 2024.08.06 08:29:52.672829 [ 3 ] {} <Debug> HTTP-Session: e935b755-8d44-42a5-aaf6-574b03dc1f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1529 | 2024.08.06 08:29:52.672846 [ 3 ] {} <Debug> HTTP-Session: e935b755-8d44-42a5-aaf6-574b03dc1f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.08.06 08:29:52.672860 [ 3 ] {} <Debug> HTTP-Session: e935b755-8d44-42a5-aaf6-574b03dc1f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1531 | 2024.08.06 08:29:52.672890 [ 3 ] {} <Trace> HTTP-Session: e935b755-8d44-42a5-aaf6-574b03dc1f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1532 | 2024.08.06 08:29:52.672989 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1533 | 2024.08.06 08:29:52.673035 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1534 | 2024.08.06 08:29:52.673175 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1535 | 2024.08.06 08:29:52.673458 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1536 | 2024.08.06 08:29:52.673495 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1537 | 2024.08.06 08:29:52.673850 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1538 | 2024.08.06 08:29:52.674163 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Trace> oximeter.measurements_bool (d8a9cb17-6245-4b9f-b348-2043027a1892): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1539 | 2024.08.06 08:29:52.674285 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 195.02 KiB/sec. | ||
1540 | 2024.08.06 08:29:52.674489 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.08.06 08:29:52.674516 [ 3 ] {6a1eb7fb-0ef7-4f8d-ae1e-74e43f4cecf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1542 | 2024.08.06 08:29:52.674532 [ 3 ] {} <Debug> HTTP-Session: e935b755-8d44-42a5-aaf6-574b03dc1f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.08.06 08:29:52.674685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 14075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.08.06 08:29:52.674733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1545 | 2024.08.06 08:29:52.674752 [ 3 ] {} <Debug> HTTP-Session: cfb11040-2931-40c3-93e5-9938495a5192 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1546 | 2024.08.06 08:29:52.674769 [ 3 ] {} <Debug> HTTP-Session: cfb11040-2931-40c3-93e5-9938495a5192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.08.06 08:29:52.674782 [ 3 ] {} <Debug> HTTP-Session: cfb11040-2931-40c3-93e5-9938495a5192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.08.06 08:29:52.674813 [ 3 ] {} <Trace> HTTP-Session: cfb11040-2931-40c3-93e5-9938495a5192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.08.06 08:29:52.674960 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1550 | 2024.08.06 08:29:52.675004 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1551 | 2024.08.06 08:29:52.675140 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1552 | 2024.08.06 08:29:52.675520 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1553 | 2024.08.06 08:29:52.675558 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1554 | 2024.08.06 08:29:52.675914 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1555 | 2024.08.06 08:29:52.676248 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Trace> oximeter.measurements_cumulativei64 (d7b2e1eb-569d-485d-9458-fba36000f65d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1556 | 2024.08.06 08:29:52.676372 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001485 sec., 51851.851851851854 rows/sec., 3.19 MiB/sec. | ||
1557 | 2024.08.06 08:29:52.676560 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Debug> DynamicQueryHandler: Done processing query | ||
1558 | 2024.08.06 08:29:52.676584 [ 3 ] {9b1fe39e-2bde-4c7b-b985-d9c7f6d6d861} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1559 | 2024.08.06 08:29:52.676600 [ 3 ] {} <Debug> HTTP-Session: cfb11040-2931-40c3-93e5-9938495a5192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.08.06 08:29:52.676789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 24836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1561 | 2024.08.06 08:29:52.676836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1562 | 2024.08.06 08:29:52.676857 [ 3 ] {} <Debug> HTTP-Session: 24417471-1c2a-46fe-b975-a324c642d134 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1563 | 2024.08.06 08:29:52.676874 [ 3 ] {} <Debug> HTTP-Session: 24417471-1c2a-46fe-b975-a324c642d134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.08.06 08:29:52.676888 [ 3 ] {} <Debug> HTTP-Session: 24417471-1c2a-46fe-b975-a324c642d134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1565 | 2024.08.06 08:29:52.676919 [ 3 ] {} <Trace> HTTP-Session: 24417471-1c2a-46fe-b975-a324c642d134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2024.08.06 08:29:52.677065 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1567 | 2024.08.06 08:29:52.677115 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1568 | 2024.08.06 08:29:52.677249 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1569 | 2024.08.06 08:29:52.677619 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1570 | 2024.08.06 08:29:52.677654 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1571 | 2024.08.06 08:29:52.678029 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1572 | 2024.08.06 08:29:52.678364 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1573 | 2024.08.06 08:29:52.678485 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.001489 sec., 87306.9173942243 rows/sec., 6.05 MiB/sec. | ||
1574 | 2024.08.06 08:29:52.678647 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Debug> DynamicQueryHandler: Done processing query | ||
1575 | 2024.08.06 08:29:52.678672 [ 3 ] {45a3141b-a8ba-4aff-8e8d-f1f2682e8c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1576 | 2024.08.06 08:29:52.678688 [ 3 ] {} <Debug> HTTP-Session: 24417471-1c2a-46fe-b975-a324c642d134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.08.06 08:29:52.678869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1578 | 2024.08.06 08:29:52.678920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1579 | 2024.08.06 08:29:52.678940 [ 3 ] {} <Debug> HTTP-Session: f29d1cb6-2289-4a81-a590-35bff3e31bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1580 | 2024.08.06 08:29:52.678960 [ 3 ] {} <Debug> HTTP-Session: f29d1cb6-2289-4a81-a590-35bff3e31bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.08.06 08:29:52.678975 [ 3 ] {} <Debug> HTTP-Session: f29d1cb6-2289-4a81-a590-35bff3e31bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2024.08.06 08:29:52.679007 [ 3 ] {} <Trace> HTTP-Session: f29d1cb6-2289-4a81-a590-35bff3e31bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2024.08.06 08:29:52.679110 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1584 | 2024.08.06 08:29:52.679154 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1585 | 2024.08.06 08:29:52.679275 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1586 | 2024.08.06 08:29:52.679554 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.08.06 08:29:52.679589 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1588 | 2024.08.06 08:29:52.679931 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1589 | 2024.08.06 08:29:52.680249 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Trace> oximeter.measurements_i64 (b15f13c7-cd73-428d-9dd4-b1a419391e80): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.08.06 08:29:52.680370 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001289 sec., 17843.289371605897 rows/sec., 965.20 KiB/sec. | ||
1591 | 2024.08.06 08:29:52.680622 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Debug> DynamicQueryHandler: Done processing query | ||
1592 | 2024.08.06 08:29:52.680648 [ 3 ] {e265eb5d-f7e4-4357-aae7-429bbc26b70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1593 | 2024.08.06 08:29:52.680664 [ 3 ] {} <Debug> HTTP-Session: f29d1cb6-2289-4a81-a590-35bff3e31bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.08.06 08:29:52.680783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 6736, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1595 | 2024.08.06 08:29:52.680835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1596 | 2024.08.06 08:29:52.680853 [ 3 ] {} <Debug> HTTP-Session: 69351d2e-69fa-4dcc-ab3f-b9c78d375033 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1597 | 2024.08.06 08:29:52.680871 [ 3 ] {} <Debug> HTTP-Session: 69351d2e-69fa-4dcc-ab3f-b9c78d375033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.08.06 08:29:52.680885 [ 3 ] {} <Debug> HTTP-Session: 69351d2e-69fa-4dcc-ab3f-b9c78d375033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.08.06 08:29:52.680915 [ 3 ] {} <Trace> HTTP-Session: 69351d2e-69fa-4dcc-ab3f-b9c78d375033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2024.08.06 08:29:52.681031 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.08.06 08:29:52.681074 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1602 | 2024.08.06 08:29:52.681216 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.08.06 08:29:52.681504 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2024.08.06 08:29:52.681540 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1605 | 2024.08.06 08:29:52.681895 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1606 | 2024.08.06 08:29:52.682218 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2024.08.06 08:29:52.682339 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Debug> executeQuery: Read 44 rows, 3.09 KiB in 0.001347 sec., 32665.18188567186 rows/sec., 2.24 MiB/sec. | ||
1608 | 2024.08.06 08:29:52.682537 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.08.06 08:29:52.682561 [ 3 ] {7e155b2c-6e6d-445c-86d9-2d58a5645cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1610 | 2024.08.06 08:29:52.682577 [ 3 ] {} <Debug> HTTP-Session: 69351d2e-69fa-4dcc-ab3f-b9c78d375033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.08.06 08:29:56.998529 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1612 | 2024.08.06 08:29:56.998589 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1613 | 2024.08.06 08:29:57.662325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1614 | 2024.08.06 08:29:57.662436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1615 | 2024.08.06 08:29:57.662461 [ 3 ] {} <Debug> HTTP-Session: 9d4113af-c4e4-4de0-a10c-61073ff13c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1616 | 2024.08.06 08:29:57.662487 [ 3 ] {} <Debug> HTTP-Session: 9d4113af-c4e4-4de0-a10c-61073ff13c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.08.06 08:29:57.662503 [ 3 ] {} <Debug> HTTP-Session: 9d4113af-c4e4-4de0-a10c-61073ff13c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1618 | 2024.08.06 08:29:57.662552 [ 3 ] {} <Trace> HTTP-Session: 9d4113af-c4e4-4de0-a10c-61073ff13c26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1619 | 2024.08.06 08:29:57.662748 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1620 | 2024.08.06 08:29:57.662816 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1621 | 2024.08.06 08:29:57.663011 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1622 | 2024.08.06 08:29:57.663567 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1623 | 2024.08.06 08:29:57.663628 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1624 | 2024.08.06 08:29:57.664142 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1625 | 2024.08.06 08:29:57.664517 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Trace> oximeter.fields_string (6c35cdc6-fda7-4819-a43b-31dee5a6642f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1626 | 2024.08.06 08:29:57.664681 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001997 sec., 26039.05858788182 rows/sec., 1.98 MiB/sec. | ||
1627 | 2024.08.06 08:29:57.665022 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Debug> DynamicQueryHandler: Done processing query | ||
1628 | 2024.08.06 08:29:57.665053 [ 3 ] {ae25fa2a-a199-44e3-8ef3-c7cb352c3b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1629 | 2024.08.06 08:29:57.665070 [ 3 ] {} <Debug> HTTP-Session: 9d4113af-c4e4-4de0-a10c-61073ff13c26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.08.06 08:29:57.665245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 9520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1631 | 2024.08.06 08:29:57.665307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1632 | 2024.08.06 08:29:57.665329 [ 3 ] {} <Debug> HTTP-Session: 45457df3-4525-4872-9362-9fd23b8feb1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1633 | 2024.08.06 08:29:57.665357 [ 3 ] {} <Debug> HTTP-Session: 45457df3-4525-4872-9362-9fd23b8feb1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.08.06 08:29:57.665381 [ 3 ] {} <Debug> HTTP-Session: 45457df3-4525-4872-9362-9fd23b8feb1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1635 | 2024.08.06 08:29:57.665433 [ 3 ] {} <Trace> HTTP-Session: 45457df3-4525-4872-9362-9fd23b8feb1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1636 | 2024.08.06 08:29:57.665616 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1637 | 2024.08.06 08:29:57.665673 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1638 | 2024.08.06 08:29:57.665832 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1639 | 2024.08.06 08:29:57.666271 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1640 | 2024.08.06 08:29:57.666313 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1641 | 2024.08.06 08:29:57.666648 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1642 | 2024.08.06 08:29:57.666988 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Trace> oximeter.fields_uuid (4f37d991-e144-4421-84c0-8c8a12e1c286): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1643 | 2024.08.06 08:29:57.667143 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.76 MiB/sec. | ||
1644 | 2024.08.06 08:29:57.667328 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Debug> DynamicQueryHandler: Done processing query | ||
1645 | 2024.08.06 08:29:57.667355 [ 3 ] {628dfc04-306d-4bf0-89ed-a981eb2aa965} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1646 | 2024.08.06 08:29:57.667372 [ 3 ] {} <Debug> HTTP-Session: 45457df3-4525-4872-9362-9fd23b8feb1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.08.06 08:29:57.667582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 28647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1648 | 2024.08.06 08:29:57.667638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1649 | 2024.08.06 08:29:57.667657 [ 3 ] {} <Debug> HTTP-Session: 333af67f-a453-47b8-ae9b-90c710ba9c1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1650 | 2024.08.06 08:29:57.667674 [ 3 ] {} <Debug> HTTP-Session: 333af67f-a453-47b8-ae9b-90c710ba9c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.08.06 08:29:57.667688 [ 3 ] {} <Debug> HTTP-Session: 333af67f-a453-47b8-ae9b-90c710ba9c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.08.06 08:29:57.667724 [ 3 ] {} <Trace> HTTP-Session: 333af67f-a453-47b8-ae9b-90c710ba9c1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1653 | 2024.08.06 08:29:57.667879 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1654 | 2024.08.06 08:29:57.667940 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1655 | 2024.08.06 08:29:57.668099 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1656 | 2024.08.06 08:29:57.668517 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1657 | 2024.08.06 08:29:57.668556 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1658 | 2024.08.06 08:29:57.668974 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1659 | 2024.08.06 08:29:57.669332 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Trace> oximeter.measurements_cumulativeu64 (291dbf64-55e0-465d-b41d-23e8648fd2e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1660 | 2024.08.06 08:29:57.669486 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001671 sec., 89766.60682226213 rows/sec., 6.22 MiB/sec. | ||
1661 | 2024.08.06 08:29:57.669666 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Debug> DynamicQueryHandler: Done processing query | ||
1662 | 2024.08.06 08:29:57.669692 [ 3 ] {8b7cf3de-8d39-4dd0-b4c8-d8f5726478ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1663 | 2024.08.06 08:29:57.669709 [ 3 ] {} <Debug> HTTP-Session: 333af67f-a453-47b8-ae9b-90c710ba9c1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.08.06 08:29:57.669909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50694, User-Agent: (none), Length: 7647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1665 | 2024.08.06 08:29:57.669966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1666 | 2024.08.06 08:29:57.669987 [ 3 ] {} <Debug> HTTP-Session: a342e535-c2d1-443e-b94e-3163f2e37587 Authenticating user 'default' from [fd00:1122:3344:101::d]:50694 | ||
1667 | 2024.08.06 08:29:57.670005 [ 3 ] {} <Debug> HTTP-Session: a342e535-c2d1-443e-b94e-3163f2e37587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.08.06 08:29:57.670022 [ 3 ] {} <Debug> HTTP-Session: a342e535-c2d1-443e-b94e-3163f2e37587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1669 | 2024.08.06 08:29:57.670055 [ 3 ] {} <Trace> HTTP-Session: a342e535-c2d1-443e-b94e-3163f2e37587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1670 | 2024.08.06 08:29:57.670176 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50694) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1671 | 2024.08.06 08:29:57.670232 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1672 | 2024.08.06 08:29:57.670387 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1673 | 2024.08.06 08:29:57.670697 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1674 | 2024.08.06 08:29:57.670737 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1675 | 2024.08.06 08:29:57.671113 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1676 | 2024.08.06 08:29:57.671439 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Trace> oximeter.measurements_u64 (d078de94-7970-41e3-be61-fda715fb873b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1677 | 2024.08.06 08:29:57.671589 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001452 sec., 34435.26170798898 rows/sec., 2.36 MiB/sec. | ||
1678 | 2024.08.06 08:29:57.671747 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Debug> DynamicQueryHandler: Done processing query | ||
1679 | 2024.08.06 08:29:57.671772 [ 3 ] {345e9b68-be37-4c5b-add2-71fee5aeeced} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1680 | 2024.08.06 08:29:57.671788 [ 3 ] {} <Debug> HTTP-Session: a342e535-c2d1-443e-b94e-3163f2e37587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |