1 | [ Dec 8 16:12:46 Enabled. ] | ||
2 | [ Dec 8 16:12:46 Rereading configuration. ] | ||
3 | [ Dec 8 16:12:48 Rereading configuration. ] | ||
4 | [ Dec 8 16:12:49 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 | ++ svcprop -c -p config/datalink svc:/oxide/clickhouse:default | ||
23 | + DATALINK=oxControlService12 | ||
24 | ++ svcprop -c -p config/gateway svc:/oxide/clickhouse:default | ||
25 | + GATEWAY=fd00:1122:3344:101::1 | ||
26 | + [[ oxControlService12 == unknown ]] | ||
27 | + [[ fd00:1122:3344:101::1 == unknown ]] | ||
28 | + ipadm delete-if oxControlService12 | ||
29 | ipadm: Could not delete oxControlService12: Interface does not exist | ||
30 | + true | ||
31 | + ipadm create-if -t oxControlService12 | ||
32 | + ipadm set-ifprop -t -p mtu=9000 -m ipv4 oxControlService12 | ||
33 | + ipadm set-ifprop -t -p mtu=9000 -m ipv6 oxControlService12 | ||
34 | + ipadm show-addr oxControlService12/ll | ||
35 | ipadm: Address object not found | ||
36 | + ipadm create-addr -t -T addrconf oxControlService12/ll | ||
37 | + ipadm show-addr oxControlService12/omicron6 | ||
38 | ipadm: Address object not found | ||
39 | + ipadm create-addr -t -T static -a fd00:1122:3344:101::e oxControlService12/omicron6 | ||
40 | + route get -inet6 default -inet6 fd00:1122:3344:101::1 | ||
41 | default: not in table | ||
42 | + route add -inet6 default -inet6 fd00:1122:3344:101::1 | ||
43 | add net default: gateway fd00:1122:3344:101::1 | ||
44 | + single_node=true | ||
45 | + command=() | ||
46 | + true | ||
47 | + 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") | ||
48 | + 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 | ||
49 | Processing configuration file 'config.xml'. | ||
50 | There is no file 'config.xml', will use embedded config. | ||
51 | Logging trace to /var/tmp/clickhouse-server.log | ||
52 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
53 | 2023.12.08 16:12:50.683590 [ 1 ] {} <Information> Application: Will watch for the process with pid 21607 | ||
54 | 2023.12.08 16:12:50.683645 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
55 | 2023.12.08 16:12:51.436883 [ 1 ] {} <Information> : Starting ClickHouse 22.8.9.1 with revision 54465, no build id, PID 21607 | ||
56 | 2023.12.08 16:12:51.437052 [ 1 ] {} <Information> Application: starting up | ||
57 | 2023.12.08 16:12:51.437287 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
58 | 2023.12.08 16:12:51.558964 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
59 | 2023.12.08 16:12:51.559026 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
60 | 2023.12.08 16:12:51.559058 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
61 | 2023.12.08 16:12:51.559113 [ 1 ] {} <Debug> Application: Setting up /data/tmp/ to store temporary data in it | ||
62 | 2023.12.08 16:12:51.559524 [ 1 ] {} <Debug> Application: Initiailizing interserver credentials. | ||
63 | 2023.12.08 16:12:51.560335 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
64 | Processing configuration file 'config.xml'. | ||
65 | There is no file 'config.xml', will use embedded config. | ||
66 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
67 | 2023.12.08 16:12:51.560908 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
68 | 2023.12.08 16:12:51.561165 [ 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) | ||
69 | 2023.12.08 16:12:51.564197 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
70 | 2023.12.08 16:12:51.564248 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
71 | 2023.12.08 16:12:51.565085 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
72 | Processing configuration file 'config.xml'. | ||
73 | There is no file 'config.xml', will use embedded config. | ||
74 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
75 | 2023.12.08 16:12:51.565310 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
76 | 2023.12.08 16:12:51.574464 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
77 | 2023.12.08 16:12:51.575206 [ 1 ] {} <Debug> Access(user directories): Added users.xml access storage 'users.xml', path: config.xml | ||
78 | 2023.12.08 16:12:51.575244 [ 1 ] {} <Information> Application: Uncompressed cache policy name | ||
79 | 2023.12.08 16:12:51.577052 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32 | ||
80 | 2023.12.08 16:12:51.577567 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
81 | 2023.12.08 16:12:51.578007 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
82 | 2023.12.08 16:12:51.578234 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
83 | 2023.12.08 16:12:51.579113 [ 1 ] {} <Information> Application: Loading user defined objects from /data/ | ||
84 | 2023.12.08 16:12:51.579162 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoader: Loading user defined objects | ||
85 | 2023.12.08 16:12:51.579228 [ 1 ] {} <Debug> Application: Loaded user defined objects | ||
86 | 2023.12.08 16:12:51.579256 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
87 | 2023.12.08 16:12:51.592848 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
88 | 2023.12.08 16:12:51.592915 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162214 sec | ||
89 | 2023.12.08 16:12:51.593857 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
90 | 2023.12.08 16:12:51.594021 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
91 | 2023.12.08 16:12:51.594044 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
92 | 2023.12.08 16:12:51.594070 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
93 | 2023.12.08 16:12:51.594085 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
94 | 2023.12.08 16:12:51.594104 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
95 | 2023.12.08 16:12:51.594127 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
96 | 2023.12.08 16:12:51.594167 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
97 | 2023.12.08 16:12:51.594191 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
98 | 2023.12.08 16:12:51.594222 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
99 | 2023.12.08 16:12:51.594240 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
100 | 2023.12.08 16:12:51.594257 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
101 | 2023.12.08 16:12:51.594272 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
102 | 2023.12.08 16:12:51.594317 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
103 | 2023.12.08 16:12:51.594336 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
104 | 2023.12.08 16:12:51.594351 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
105 | 2023.12.08 16:12:51.639352 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
106 | 2023.12.08 16:12:51.640897 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
107 | 2023.12.08 16:12:51.640932 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5522e-05 sec | ||
108 | 2023.12.08 16:12:51.640957 [ 1 ] {} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
109 | 2023.12.08 16:12:51.640979 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
110 | 2023.12.08 16:12:51.641000 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
111 | 2023.12.08 16:12:51.643152 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
112 | 2023.12.08 16:12:51.648384 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
113 | 2023.12.08 16:12:51.648479 [ 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). | ||
114 | 2023.12.08 16:12:51.648606 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
115 | 2023.12.08 16:12:51.902087 [ 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 22.8.9.1) | ||
116 | 2023.12.08 16:12:51.921186 [ 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 22.8.9.1) | ||
117 | 2023.12.08 16:12:51.921233 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
118 | 2023.12.08 16:12:51.948470 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
119 | 2023.12.08 16:12:51.949339 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 5.95 MiB, peak 10.41 MiB, will set to 216.66 MiB (RSS), difference: 210.71 MiB | ||
120 | 2023.12.08 16:12:51.949670 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
121 | 2023.12.08 16:12:51.949720 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 24; logical cores: 48. | ||
122 | 2023.12.08 16:12:51.949743 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
123 | 2023.12.08 16:12:51.949804 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
124 | 2023.12.08 16:12:51.949830 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
125 | 2023.12.08 16:12:51.949883 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
126 | 2023.12.08 16:12:51.950490 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
127 | 2023.12.08 16:12:51.950510 [ 1 ] {} <Information> Application: Ready for connections. | ||
128 | [ Dec 8 16:12:59 Method "start" exited with status 0. ] | ||
129 | 2023.12.08 16:13:06.990757 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
130 | 2023.12.08 16:13:06.990817 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
131 | 2023.12.08 16:13:21.376843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
132 | 2023.12.08 16:13:21.377051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
133 | 2023.12.08 16:13:21.377655 [ 3 ] {} <Debug> HTTP-Session: 927e9508-1189-4d93-a513-f5adbf3a1432 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
134 | 2023.12.08 16:13:21.377692 [ 3 ] {} <Debug> HTTP-Session: 927e9508-1189-4d93-a513-f5adbf3a1432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2023.12.08 16:13:21.377892 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly=0, allow_ddl=true, allow_introspection_functions=false | ||
136 | 2023.12.08 16:13:21.377925 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT ALL ON *.* WITH GRANT OPTION | ||
137 | 2023.12.08 16:13:21.377938 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT ALL ON *.* WITH GRANT OPTION | ||
138 | 2023.12.08 16:13:21.383561 [ 3 ] {7d2d49d8-9818-4c09-bb4a-eae2d3c14c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
139 | 2023.12.08 16:13:21.411256 [ 3 ] {7d2d49d8-9818-4c09-bb4a-eae2d3c14c81} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:44468) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
140 | |||
141 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
142 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
143 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
144 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
145 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
146 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
147 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
148 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
149 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
150 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
151 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
152 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
153 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
154 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
155 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
156 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
157 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
158 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
159 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
160 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
161 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
162 | 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1 | ||
163 | |||
164 | 2023.12.08 16:13:21.412141 [ 3 ] {7d2d49d8-9818-4c09-bb4a-eae2d3c14c81} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
165 | |||
166 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
167 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
168 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
169 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
170 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
171 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
172 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
173 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
174 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
175 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
176 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
177 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
178 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
179 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
180 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
181 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
182 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
183 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
184 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
185 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
186 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
187 | 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1 | ||
188 | (version 22.8.9.1) | ||
189 | 2023.12.08 16:13:21.412916 [ 3 ] {7d2d49d8-9818-4c09-bb4a-eae2d3c14c81} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
190 | 2023.12.08 16:13:21.412949 [ 3 ] {} <Debug> HTTP-Session: 927e9508-1189-4d93-a513-f5adbf3a1432 Destroying unnamed session | ||
191 | 2023.12.08 16:13:21.413426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
192 | 2023.12.08 16:13:21.413497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
193 | 2023.12.08 16:13:21.413524 [ 3 ] {} <Debug> HTTP-Session: f2536851-0d89-46f2-80d3-b8c596cbbce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
194 | 2023.12.08 16:13:21.413545 [ 3 ] {} <Debug> HTTP-Session: f2536851-0d89-46f2-80d3-b8c596cbbce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
195 | 2023.12.08 16:13:21.413664 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
196 | 2023.12.08 16:13:21.413763 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters (stage: Complete) | ||
197 | 2023.12.08 16:13:21.414918 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
198 | 2023.12.08 16:13:21.416958 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
199 | 2023.12.08 16:13:21.423771 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Debug> DynamicQueryHandler: Done processing query | ||
200 | 2023.12.08 16:13:21.423803 [ 3 ] {d09e1b77-1ee3-463d-b8b5-70298c7d9995} <Debug> MemoryTracker: Peak memory usage (for query): 4.00 MiB. | ||
201 | 2023.12.08 16:13:21.423820 [ 3 ] {} <Debug> HTTP-Session: f2536851-0d89-46f2-80d3-b8c596cbbce4 Destroying unnamed session | ||
202 | 2023.12.08 16:13:21.424080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
203 | 2023.12.08 16:13:21.424152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
204 | 2023.12.08 16:13:21.424182 [ 3 ] {} <Debug> HTTP-Session: 7941ab4a-516f-4ca9-827a-25ca03d295de Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
205 | 2023.12.08 16:13:21.424207 [ 3 ] {} <Debug> HTTP-Session: 7941ab4a-516f-4ca9-827a-25ca03d295de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
206 | 2023.12.08 16:13:21.424355 [ 3 ] {fb47c3c8-a07a-4de1-affe-adfe1960fa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
207 | 2023.12.08 16:13:21.424636 [ 3 ] {fb47c3c8-a07a-4de1-affe-adfe1960fa7a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE) (version 22.8.9.1) (from [fd00:1122:3344:101::d]:44468) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
208 | |||
209 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
210 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
211 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
212 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
214 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
215 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
216 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
217 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
218 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
219 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
220 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
221 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
222 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
223 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
224 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
225 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
226 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
227 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
228 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
229 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
230 | 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1 | ||
231 | |||
232 | 2023.12.08 16:13:21.424758 [ 3 ] {fb47c3c8-a07a-4de1-affe-adfe1960fa7a} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter doesn't exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
233 | |||
234 | 0. Poco::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 14d95872 in /opt/oxide/clickhouse/clickhouse | ||
235 | 1. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ d61d720 in /opt/oxide/clickhouse/clickhouse | ||
236 | 2. DB::DatabaseCatalog::assertDatabaseExistsUnlocked(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d4d88 in /opt/oxide/clickhouse/clickhouse | ||
237 | 3. DB::DatabaseCatalog::getDatabase(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const @ 118d6b27 in /opt/oxide/clickhouse/clickhouse | ||
238 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 11897ed6 in /opt/oxide/clickhouse/clickhouse | ||
239 | 5. DB::JoinedTables::getLeftTableStorage() @ 119cfaa7 in /opt/oxide/clickhouse/clickhouse | ||
240 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, std::__1::optional<DB::Pipe>, std::__1::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::shared_ptr<DB::PreparedSets>) @ 1196673d in /opt/oxide/clickhouse/clickhouse | ||
241 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119659af in /opt/oxide/clickhouse/clickhouse | ||
242 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::__1::shared_ptr<DB::IAST> const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a1a1b in /opt/oxide/clickhouse/clickhouse | ||
243 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::__1::shared_ptr<DB::IAST> const&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 119a0081 in /opt/oxide/clickhouse/clickhouse | ||
244 | 10. std::__1::__unique_if<DB::InterpreterSelectWithUnionQuery>::__unique_single std::__1::make_unique<DB::InterpreterSelectWithUnionQuery, std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 11949637 in /opt/oxide/clickhouse/clickhouse | ||
245 | 11. DB::InterpreterFactory::get(std::__1::shared_ptr<DB::IAST>&, std::__1::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 119486e5 in /opt/oxide/clickhouse/clickhouse | ||
246 | 12. DB::executeQueryImpl(char const*, char const*, std::__1::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 11aee531 in /opt/oxide/clickhouse/clickhouse | ||
247 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::__1::shared_ptr<DB::Context>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>, std::__1::optional<DB::FormatSettings> const&) @ 11af283f in /opt/oxide/clickhouse/clickhouse | ||
248 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::__1::optional<DB::CurrentThread::QueryScope>&) @ 12e38c4b in /opt/oxide/clickhouse/clickhouse | ||
249 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 12e3c6c8 in /opt/oxide/clickhouse/clickhouse | ||
250 | 16. DB::HTTPServerConnection::run() @ 12e57a95 in /opt/oxide/clickhouse/clickhouse | ||
251 | 17. Poco::Net::TCPServerConnection::start() @ 14d8358c in /opt/oxide/clickhouse/clickhouse | ||
252 | 18. Poco::Net::TCPServerDispatcher::run() @ 14d83a7a in /opt/oxide/clickhouse/clickhouse | ||
253 | 19. Poco::PooledThread::run() @ 14df0b87 in /opt/oxide/clickhouse/clickhouse | ||
254 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 14dee74f in /opt/oxide/clickhouse/clickhouse | ||
255 | 21. _thrp_setup @ 111ef7 in /system/lib/amd64/libc.so.1 | ||
256 | (version 22.8.9.1) | ||
257 | 2023.12.08 16:13:21.424942 [ 3 ] {fb47c3c8-a07a-4de1-affe-adfe1960fa7a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
258 | 2023.12.08 16:13:21.424967 [ 3 ] {} <Debug> HTTP-Session: 7941ab4a-516f-4ca9-827a-25ca03d295de Destroying unnamed session | ||
259 | 2023.12.08 16:13:21.425255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
260 | 2023.12.08 16:13:21.425299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
261 | 2023.12.08 16:13:21.425323 [ 3 ] {} <Debug> HTTP-Session: 67d854a9-2814-4a4a-9849-c354b5d03e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
262 | 2023.12.08 16:13:21.425338 [ 3 ] {} <Debug> HTTP-Session: 67d854a9-2814-4a4a-9849-c354b5d03e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
263 | 2023.12.08 16:13:21.425451 [ 3 ] {e06ccfb8-082c-4721-adfa-fa5905943c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
264 | 2023.12.08 16:13:21.425571 [ 3 ] {e06ccfb8-082c-4721-adfa-fa5905943c29} <Debug> DynamicQueryHandler: Done processing query | ||
265 | 2023.12.08 16:13:21.425592 [ 3 ] {e06ccfb8-082c-4721-adfa-fa5905943c29} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
266 | 2023.12.08 16:13:21.425611 [ 3 ] {} <Debug> HTTP-Session: 67d854a9-2814-4a4a-9849-c354b5d03e7f Destroying unnamed session | ||
267 | 2023.12.08 16:13:21.425918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
268 | 2023.12.08 16:13:21.425964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
269 | 2023.12.08 16:13:21.425993 [ 3 ] {} <Debug> HTTP-Session: f5342cad-c08c-4910-851a-53450de747da Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
270 | 2023.12.08 16:13:21.426012 [ 3 ] {} <Debug> HTTP-Session: f5342cad-c08c-4910-851a-53450de747da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2023.12.08 16:13:21.426072 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
272 | 2023.12.08 16:13:21.426128 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
273 | 2023.12.08 16:13:21.427327 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
274 | 2023.12.08 16:13:21.427354 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1221e-05 sec | ||
275 | 2023.12.08 16:13:21.427376 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Information> TablesLoader: Loading 0 tables with 0 dependency level | ||
276 | 2023.12.08 16:13:21.427391 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
277 | 2023.12.08 16:13:21.427473 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Debug> DynamicQueryHandler: Done processing query | ||
278 | 2023.12.08 16:13:21.427498 [ 3 ] {e1729a0d-c3b2-4b26-98e6-bac3f607cb2a} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
279 | 2023.12.08 16:13:21.427523 [ 3 ] {} <Debug> HTTP-Session: f5342cad-c08c-4910-851a-53450de747da Destroying unnamed session | ||
280 | 2023.12.08 16:13:21.427670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
281 | 2023.12.08 16:13:21.427715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
282 | 2023.12.08 16:13:21.427740 [ 3 ] {} <Debug> HTTP-Session: 4be4256c-8685-4ed2-a544-383b0ecefbfd Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
283 | 2023.12.08 16:13:21.427755 [ 3 ] {} <Debug> HTTP-Session: 4be4256c-8685-4ed2-a544-383b0ecefbfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
284 | 2023.12.08 16:13:21.427954 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) /* The version table contains metadata about the `oximeter` database */ | ||
285 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
286 | 2023.12.08 16:13:21.428005 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
287 | 2023.12.08 16:13:21.432578 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Debug> oximeter.version (da93b3a1-c6e0-425f-99be-6792d5b3495e): Loading data parts | ||
288 | 2023.12.08 16:13:21.432696 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Debug> oximeter.version (da93b3a1-c6e0-425f-99be-6792d5b3495e): There are no data parts | ||
289 | 2023.12.08 16:13:21.434654 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2023.12.08 16:13:21.434860 [ 3 ] {723a031a-599e-494f-879e-4dd0f4b1a925} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
291 | 2023.12.08 16:13:21.434943 [ 3 ] {} <Debug> HTTP-Session: 4be4256c-8685-4ed2-a544-383b0ecefbfd Destroying unnamed session | ||
292 | 2023.12.08 16:13:21.435081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
293 | 2023.12.08 16:13:21.435132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
294 | 2023.12.08 16:13:21.435152 [ 3 ] {} <Debug> HTTP-Session: d68b2d3d-9b35-4466-af2b-0890f4aade4d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
295 | 2023.12.08 16:13:21.435175 [ 3 ] {} <Debug> HTTP-Session: d68b2d3d-9b35-4466-af2b-0890f4aade4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2023.12.08 16:13:21.435393 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) /* The measurement tables contain all individual samples from each timeseries. | ||
297 | * | ||
298 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
299 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
300 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
301 | * by all samples from the same timeseries. | ||
302 | * | ||
303 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
304 | * and then uses that to index quickly into the measurements tables. | ||
305 | */ | ||
306 | 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) | ||
307 | 2023.12.08 16:13:21.435449 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
308 | 2023.12.08 16:13:21.442239 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Debug> oximeter.measurements_bool (c482b454-4db7-4f56-bbf1-5e2fc7a60990): Loading data parts | ||
309 | 2023.12.08 16:13:21.442331 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Debug> oximeter.measurements_bool (c482b454-4db7-4f56-bbf1-5e2fc7a60990): There are no data parts | ||
310 | 2023.12.08 16:13:21.443478 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Debug> DynamicQueryHandler: Done processing query | ||
311 | 2023.12.08 16:13:21.443510 [ 3 ] {34733209-17cd-4b5f-bf0a-8bac15515d53} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
312 | 2023.12.08 16:13:21.443529 [ 3 ] {} <Debug> HTTP-Session: d68b2d3d-9b35-4466-af2b-0890f4aade4d Destroying unnamed session | ||
313 | 2023.12.08 16:13:21.443668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
314 | 2023.12.08 16:13:21.443719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
315 | 2023.12.08 16:13:21.443740 [ 3 ] {} <Debug> HTTP-Session: 440d0ba8-098f-4ff4-84e5-c5851241057c Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
316 | 2023.12.08 16:13:21.443763 [ 3 ] {} <Debug> HTTP-Session: 440d0ba8-098f-4ff4-84e5-c5851241057c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
317 | 2023.12.08 16:13:21.444035 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
318 | 2023.12.08 16:13:21.444086 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
319 | 2023.12.08 16:13:21.445512 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Debug> oximeter.measurements_i8 (5a0aec3d-fdbc-4d0c-88bc-51bd6e172d09): Loading data parts | ||
320 | 2023.12.08 16:13:21.445597 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Debug> oximeter.measurements_i8 (5a0aec3d-fdbc-4d0c-88bc-51bd6e172d09): There are no data parts | ||
321 | 2023.12.08 16:13:21.447434 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Debug> DynamicQueryHandler: Done processing query | ||
322 | 2023.12.08 16:13:21.447461 [ 3 ] {2f0365f8-dd3b-4ef0-a110-b5237ee8f842} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
323 | 2023.12.08 16:13:21.447476 [ 3 ] {} <Debug> HTTP-Session: 440d0ba8-098f-4ff4-84e5-c5851241057c Destroying unnamed session | ||
324 | 2023.12.08 16:13:21.447598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
325 | 2023.12.08 16:13:21.447640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
326 | 2023.12.08 16:13:21.447658 [ 3 ] {} <Debug> HTTP-Session: 04807597-0363-4e1e-b7c9-a15c97748ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
327 | 2023.12.08 16:13:21.447677 [ 3 ] {} <Debug> HTTP-Session: 04807597-0363-4e1e-b7c9-a15c97748ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
328 | 2023.12.08 16:13:21.447855 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
329 | 2023.12.08 16:13:21.447902 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
330 | 2023.12.08 16:13:21.449723 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Debug> oximeter.measurements_u8 (3801f569-46bb-4327-a3a9-badfeb02bc3c): Loading data parts | ||
331 | 2023.12.08 16:13:21.449789 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Debug> oximeter.measurements_u8 (3801f569-46bb-4327-a3a9-badfeb02bc3c): There are no data parts | ||
332 | 2023.12.08 16:13:21.451031 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Debug> DynamicQueryHandler: Done processing query | ||
333 | 2023.12.08 16:13:21.451054 [ 3 ] {7856443a-06fc-4597-b445-001ca93a14da} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
334 | 2023.12.08 16:13:21.451073 [ 3 ] {} <Debug> HTTP-Session: 04807597-0363-4e1e-b7c9-a15c97748ebd Destroying unnamed session | ||
335 | 2023.12.08 16:13:21.451208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
336 | 2023.12.08 16:13:21.451249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
337 | 2023.12.08 16:13:21.451277 [ 3 ] {} <Debug> HTTP-Session: 62be700b-2610-4876-b9e0-e1f470fbac40 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
338 | 2023.12.08 16:13:21.451298 [ 3 ] {} <Debug> HTTP-Session: 62be700b-2610-4876-b9e0-e1f470fbac40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2023.12.08 16:13:21.451471 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
340 | 2023.12.08 16:13:21.451518 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
341 | 2023.12.08 16:13:21.455537 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Debug> oximeter.measurements_i16 (b7a511c4-12b3-4973-beb6-dcdc0e3a50aa): Loading data parts | ||
342 | 2023.12.08 16:13:21.455619 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Debug> oximeter.measurements_i16 (b7a511c4-12b3-4973-beb6-dcdc0e3a50aa): There are no data parts | ||
343 | 2023.12.08 16:13:21.456826 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Debug> DynamicQueryHandler: Done processing query | ||
344 | 2023.12.08 16:13:21.456851 [ 3 ] {f23f6f33-d42a-4216-9d81-605753c4f689} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
345 | 2023.12.08 16:13:21.456874 [ 3 ] {} <Debug> HTTP-Session: 62be700b-2610-4876-b9e0-e1f470fbac40 Destroying unnamed session | ||
346 | 2023.12.08 16:13:21.457085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
347 | 2023.12.08 16:13:21.457545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
348 | 2023.12.08 16:13:21.457573 [ 3 ] {} <Debug> HTTP-Session: 1e763ecc-0d16-4b1b-90b0-15b6c02d0e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
349 | 2023.12.08 16:13:21.457596 [ 3 ] {} <Debug> HTTP-Session: 1e763ecc-0d16-4b1b-90b0-15b6c02d0e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
350 | 2023.12.08 16:13:21.457777 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
351 | 2023.12.08 16:13:21.457827 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
352 | 2023.12.08 16:13:21.459425 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Debug> oximeter.measurements_u16 (a686808d-d03a-4192-be51-49f998042f66): Loading data parts | ||
353 | 2023.12.08 16:13:21.459496 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Debug> oximeter.measurements_u16 (a686808d-d03a-4192-be51-49f998042f66): There are no data parts | ||
354 | 2023.12.08 16:13:21.460688 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Debug> DynamicQueryHandler: Done processing query | ||
355 | 2023.12.08 16:13:21.460710 [ 3 ] {ca0df884-b225-45ba-8d18-51b010b6a620} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
356 | 2023.12.08 16:13:21.460731 [ 3 ] {} <Debug> HTTP-Session: 1e763ecc-0d16-4b1b-90b0-15b6c02d0e5d Destroying unnamed session | ||
357 | 2023.12.08 16:13:21.460855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
358 | 2023.12.08 16:13:21.460902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
359 | 2023.12.08 16:13:21.460924 [ 3 ] {} <Debug> HTTP-Session: f75ea240-1e3c-4551-b16e-8ab14b079330 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
360 | 2023.12.08 16:13:21.461006 [ 3 ] {} <Debug> HTTP-Session: f75ea240-1e3c-4551-b16e-8ab14b079330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
361 | 2023.12.08 16:13:21.461207 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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 | 2023.12.08 16:13:21.461258 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2023.12.08 16:13:21.462688 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Debug> oximeter.measurements_i32 (3cb6f39c-19f2-4375-9e59-6c84a65419ef): Loading data parts | ||
364 | 2023.12.08 16:13:21.462787 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Debug> oximeter.measurements_i32 (3cb6f39c-19f2-4375-9e59-6c84a65419ef): There are no data parts | ||
365 | 2023.12.08 16:13:21.464130 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2023.12.08 16:13:21.464166 [ 3 ] {fcfb21ff-d629-44f4-b6a1-2c2291dfde5c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
367 | 2023.12.08 16:13:21.464194 [ 3 ] {} <Debug> HTTP-Session: f75ea240-1e3c-4551-b16e-8ab14b079330 Destroying unnamed session | ||
368 | 2023.12.08 16:13:21.464345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
369 | 2023.12.08 16:13:21.464409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
370 | 2023.12.08 16:13:21.464448 [ 3 ] {} <Debug> HTTP-Session: 936ebbe9-a4ab-4c73-a36e-28818bd013f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
371 | 2023.12.08 16:13:21.464474 [ 3 ] {} <Debug> HTTP-Session: 936ebbe9-a4ab-4c73-a36e-28818bd013f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2023.12.08 16:13:21.464705 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
373 | 2023.12.08 16:13:21.464772 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
374 | 2023.12.08 16:13:21.466404 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Debug> oximeter.measurements_u32 (8dff9216-3328-4414-81d2-9078f305038e): Loading data parts | ||
375 | 2023.12.08 16:13:21.466491 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Debug> oximeter.measurements_u32 (8dff9216-3328-4414-81d2-9078f305038e): There are no data parts | ||
376 | 2023.12.08 16:13:21.467751 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Debug> DynamicQueryHandler: Done processing query | ||
377 | 2023.12.08 16:13:21.467779 [ 3 ] {652890dc-16fa-46ff-8db9-0bc9b41a4487} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
378 | 2023.12.08 16:13:21.467796 [ 3 ] {} <Debug> HTTP-Session: 936ebbe9-a4ab-4c73-a36e-28818bd013f6 Destroying unnamed session | ||
379 | 2023.12.08 16:13:21.467939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2023.12.08 16:13:21.468061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
381 | 2023.12.08 16:13:21.468082 [ 3 ] {} <Debug> HTTP-Session: 090cc4b0-6f68-4d27-ac81-81d54dbd2a6d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
382 | 2023.12.08 16:13:21.468103 [ 3 ] {} <Debug> HTTP-Session: 090cc4b0-6f68-4d27-ac81-81d54dbd2a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2023.12.08 16:13:21.468296 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
384 | 2023.12.08 16:13:21.468350 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
385 | 2023.12.08 16:13:21.470088 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Debug> oximeter.measurements_i64 (4130c8de-7fbe-4da5-8061-7440bb3f756a): Loading data parts | ||
386 | 2023.12.08 16:13:21.470166 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Debug> oximeter.measurements_i64 (4130c8de-7fbe-4da5-8061-7440bb3f756a): There are no data parts | ||
387 | 2023.12.08 16:13:21.471432 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Debug> DynamicQueryHandler: Done processing query | ||
388 | 2023.12.08 16:13:21.471459 [ 3 ] {c39afef6-e868-4626-b7bf-464e71df5e72} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
389 | 2023.12.08 16:13:21.471478 [ 3 ] {} <Debug> HTTP-Session: 090cc4b0-6f68-4d27-ac81-81d54dbd2a6d Destroying unnamed session | ||
390 | 2023.12.08 16:13:21.471653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
391 | 2023.12.08 16:13:21.471715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
392 | 2023.12.08 16:13:21.471733 [ 3 ] {} <Debug> HTTP-Session: 92c5b36c-ac0b-486f-ac0e-b01719f33ce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
393 | 2023.12.08 16:13:21.471755 [ 3 ] {} <Debug> HTTP-Session: 92c5b36c-ac0b-486f-ac0e-b01719f33ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
394 | 2023.12.08 16:13:21.471969 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
395 | 2023.12.08 16:13:21.472082 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
396 | 2023.12.08 16:13:21.474377 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Debug> oximeter.measurements_u64 (1ac8e25b-8ce0-4a3f-b71a-7b46783856f0): Loading data parts | ||
397 | 2023.12.08 16:13:21.474457 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Debug> oximeter.measurements_u64 (1ac8e25b-8ce0-4a3f-b71a-7b46783856f0): There are no data parts | ||
398 | 2023.12.08 16:13:21.475664 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Debug> DynamicQueryHandler: Done processing query | ||
399 | 2023.12.08 16:13:21.475693 [ 3 ] {0ec4fb5a-aa76-4f1c-b74b-5317dcc8c5f8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
400 | 2023.12.08 16:13:21.475707 [ 3 ] {} <Debug> HTTP-Session: 92c5b36c-ac0b-486f-ac0e-b01719f33ce5 Destroying unnamed session | ||
401 | 2023.12.08 16:13:21.475840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
402 | 2023.12.08 16:13:21.475887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
403 | 2023.12.08 16:13:21.475904 [ 3 ] {} <Debug> HTTP-Session: adb50065-d89d-4b78-9338-f327ae0806e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
404 | 2023.12.08 16:13:21.475924 [ 3 ] {} <Debug> HTTP-Session: adb50065-d89d-4b78-9338-f327ae0806e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
405 | 2023.12.08 16:13:21.476170 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
406 | 2023.12.08 16:13:21.476213 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
407 | 2023.12.08 16:13:21.477898 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Debug> oximeter.measurements_f32 (88a02a41-6c8e-4b0f-b291-0382c385bedf): Loading data parts | ||
408 | 2023.12.08 16:13:21.477964 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Debug> oximeter.measurements_f32 (88a02a41-6c8e-4b0f-b291-0382c385bedf): There are no data parts | ||
409 | 2023.12.08 16:13:21.479536 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2023.12.08 16:13:21.479568 [ 3 ] {3199401a-b76f-4b20-b301-0625d95fa729} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
411 | 2023.12.08 16:13:21.479583 [ 3 ] {} <Debug> HTTP-Session: adb50065-d89d-4b78-9338-f327ae0806e7 Destroying unnamed session | ||
412 | 2023.12.08 16:13:21.479711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
413 | 2023.12.08 16:13:21.479759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
414 | 2023.12.08 16:13:21.479779 [ 3 ] {} <Debug> HTTP-Session: a3ed3e49-96b6-48f7-8822-2b42f4063bf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
415 | 2023.12.08 16:13:21.479803 [ 3 ] {} <Debug> HTTP-Session: a3ed3e49-96b6-48f7-8822-2b42f4063bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2023.12.08 16:13:21.479991 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
417 | 2023.12.08 16:13:21.480104 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
418 | 2023.12.08 16:13:21.481600 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Debug> oximeter.measurements_f64 (0c1477f6-139b-4c8d-a3a6-8742d4f4090f): Loading data parts | ||
419 | 2023.12.08 16:13:21.481668 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Debug> oximeter.measurements_f64 (0c1477f6-139b-4c8d-a3a6-8742d4f4090f): There are no data parts | ||
420 | 2023.12.08 16:13:21.483229 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Debug> DynamicQueryHandler: Done processing query | ||
421 | 2023.12.08 16:13:21.483267 [ 3 ] {d04b0c3d-010a-46ee-a651-f3a3941cbea2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
422 | 2023.12.08 16:13:21.483283 [ 3 ] {} <Debug> HTTP-Session: a3ed3e49-96b6-48f7-8822-2b42f4063bf8 Destroying unnamed session | ||
423 | 2023.12.08 16:13:21.483433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2023.12.08 16:13:21.483501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
425 | 2023.12.08 16:13:21.483522 [ 3 ] {} <Debug> HTTP-Session: 1add17e5-08e2-4aaa-b8fb-2681a3e6e4b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
426 | 2023.12.08 16:13:21.483549 [ 3 ] {} <Debug> HTTP-Session: 1add17e5-08e2-4aaa-b8fb-2681a3e6e4b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2023.12.08 16:13:21.483757 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
428 | 2023.12.08 16:13:21.483810 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
429 | 2023.12.08 16:13:21.485470 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Debug> oximeter.measurements_string (d21b4323-c381-4867-8d2c-11a1c98ebb4a): Loading data parts | ||
430 | 2023.12.08 16:13:21.485544 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Debug> oximeter.measurements_string (d21b4323-c381-4867-8d2c-11a1c98ebb4a): There are no data parts | ||
431 | 2023.12.08 16:13:21.487113 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Debug> DynamicQueryHandler: Done processing query | ||
432 | 2023.12.08 16:13:21.487156 [ 3 ] {1322074f-246f-4f6b-90de-699fee866d90} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
433 | 2023.12.08 16:13:21.487182 [ 3 ] {} <Debug> HTTP-Session: 1add17e5-08e2-4aaa-b8fb-2681a3e6e4b3 Destroying unnamed session | ||
434 | 2023.12.08 16:13:21.487335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
435 | 2023.12.08 16:13:21.487399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
436 | 2023.12.08 16:13:21.487426 [ 3 ] {} <Debug> HTTP-Session: 630c9d12-c4db-401c-98b0-e4497a6d45f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
437 | 2023.12.08 16:13:21.487452 [ 3 ] {} <Debug> HTTP-Session: 630c9d12-c4db-401c-98b0-e4497a6d45f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
438 | 2023.12.08 16:13:21.487694 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
439 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
440 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
441 | * a string isn't palatable for a few reasons. | ||
442 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
443 | * details. | ||
444 | */ | ||
445 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
446 | 2023.12.08 16:13:21.487754 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
447 | 2023.12.08 16:13:21.489602 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Debug> oximeter.measurements_bytes (fcb44b02-2cd2-47c3-a341-307a5b33349d): Loading data parts | ||
448 | 2023.12.08 16:13:21.489684 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Debug> oximeter.measurements_bytes (fcb44b02-2cd2-47c3-a341-307a5b33349d): There are no data parts | ||
449 | 2023.12.08 16:13:21.491167 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Debug> DynamicQueryHandler: Done processing query | ||
450 | 2023.12.08 16:13:21.491206 [ 3 ] {779b107f-50a0-4003-9bf0-397879fc9779} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
451 | 2023.12.08 16:13:21.491228 [ 3 ] {} <Debug> HTTP-Session: 630c9d12-c4db-401c-98b0-e4497a6d45f9 Destroying unnamed session | ||
452 | 2023.12.08 16:13:21.491375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
453 | 2023.12.08 16:13:21.491425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
454 | 2023.12.08 16:13:21.491443 [ 3 ] {} <Debug> HTTP-Session: 7422bd86-455e-47c0-8c73-84f2d7a52db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
455 | 2023.12.08 16:13:21.491472 [ 3 ] {} <Debug> HTTP-Session: 7422bd86-455e-47c0-8c73-84f2d7a52db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
456 | 2023.12.08 16:13:21.491666 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
457 | 2023.12.08 16:13:21.491717 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
458 | 2023.12.08 16:13:21.493522 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Debug> oximeter.measurements_cumulativei64 (4e1303fc-bf40-4cc8-9776-ccb0c2f057a8): Loading data parts | ||
459 | 2023.12.08 16:13:21.493611 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Debug> oximeter.measurements_cumulativei64 (4e1303fc-bf40-4cc8-9776-ccb0c2f057a8): There are no data parts | ||
460 | 2023.12.08 16:13:21.494838 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Debug> DynamicQueryHandler: Done processing query | ||
461 | 2023.12.08 16:13:21.494867 [ 3 ] {a186b5a7-67e4-405d-9175-291f76f20198} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
462 | 2023.12.08 16:13:21.494882 [ 3 ] {} <Debug> HTTP-Session: 7422bd86-455e-47c0-8c73-84f2d7a52db6 Destroying unnamed session | ||
463 | 2023.12.08 16:13:21.495014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
464 | 2023.12.08 16:13:21.495128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
465 | 2023.12.08 16:13:21.495147 [ 3 ] {} <Debug> HTTP-Session: 55b45845-edd1-4801-8909-898103130c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
466 | 2023.12.08 16:13:21.495174 [ 3 ] {} <Debug> HTTP-Session: 55b45845-edd1-4801-8909-898103130c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
467 | 2023.12.08 16:13:21.495375 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
468 | 2023.12.08 16:13:21.495426 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
469 | 2023.12.08 16:13:21.496904 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Debug> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): Loading data parts | ||
470 | 2023.12.08 16:13:21.496983 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Debug> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): There are no data parts | ||
471 | 2023.12.08 16:13:21.498318 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Debug> DynamicQueryHandler: Done processing query | ||
472 | 2023.12.08 16:13:21.498342 [ 3 ] {48e8d5db-75ac-43d2-8c76-36119a05b430} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
473 | 2023.12.08 16:13:21.498365 [ 3 ] {} <Debug> HTTP-Session: 55b45845-edd1-4801-8909-898103130c77 Destroying unnamed session | ||
474 | 2023.12.08 16:13:21.498484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
475 | 2023.12.08 16:13:21.498536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
476 | 2023.12.08 16:13:21.498563 [ 3 ] {} <Debug> HTTP-Session: 50fb1fde-e12e-4313-a07b-a8a2b30142e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
477 | 2023.12.08 16:13:21.498579 [ 3 ] {} <Debug> HTTP-Session: 50fb1fde-e12e-4313-a07b-a8a2b30142e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2023.12.08 16:13:21.498783 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
479 | 2023.12.08 16:13:21.498849 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
480 | 2023.12.08 16:13:21.500335 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Debug> oximeter.measurements_cumulativef32 (c56f7e7e-83ea-4573-a5d8-1200857c5d8b): Loading data parts | ||
481 | 2023.12.08 16:13:21.500410 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Debug> oximeter.measurements_cumulativef32 (c56f7e7e-83ea-4573-a5d8-1200857c5d8b): There are no data parts | ||
482 | 2023.12.08 16:13:21.501607 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Debug> DynamicQueryHandler: Done processing query | ||
483 | 2023.12.08 16:13:21.501630 [ 3 ] {fdd5d207-328c-4b9c-8ab8-4d8f5382b3e2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
484 | 2023.12.08 16:13:21.501651 [ 3 ] {} <Debug> HTTP-Session: 50fb1fde-e12e-4313-a07b-a8a2b30142e2 Destroying unnamed session | ||
485 | 2023.12.08 16:13:21.501788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
486 | 2023.12.08 16:13:21.501836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
487 | 2023.12.08 16:13:21.501861 [ 3 ] {} <Debug> HTTP-Session: f8f0a6d5-3453-48f8-a4b8-182bbf28f2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
488 | 2023.12.08 16:13:21.501876 [ 3 ] {} <Debug> HTTP-Session: f8f0a6d5-3453-48f8-a4b8-182bbf28f2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
489 | 2023.12.08 16:13:21.502140 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
490 | 2023.12.08 16:13:21.502200 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
491 | 2023.12.08 16:13:21.503642 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Debug> oximeter.measurements_cumulativef64 (ee7f15c2-2382-4ebb-bf12-8ea4da240929): Loading data parts | ||
492 | 2023.12.08 16:13:21.503711 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Debug> oximeter.measurements_cumulativef64 (ee7f15c2-2382-4ebb-bf12-8ea4da240929): There are no data parts | ||
493 | 2023.12.08 16:13:21.504959 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2023.12.08 16:13:21.504999 [ 3 ] {729267bb-cf6f-44c2-bd0b-9507291c10f6} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
495 | 2023.12.08 16:13:21.505015 [ 3 ] {} <Debug> HTTP-Session: f8f0a6d5-3453-48f8-a4b8-182bbf28f2b8 Destroying unnamed session | ||
496 | 2023.12.08 16:13:21.505217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
497 | 2023.12.08 16:13:21.505284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
498 | 2023.12.08 16:13:21.505303 [ 3 ] {} <Debug> HTTP-Session: 8003da9e-a90b-498b-afc4-0290008b2795 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
499 | 2023.12.08 16:13:21.505326 [ 3 ] {} <Debug> HTTP-Session: 8003da9e-a90b-498b-afc4-0290008b2795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2023.12.08 16:13:21.505531 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
501 | * NOTE: Array types cannot be Nullable, see | ||
502 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
503 | * for more details. | ||
504 | * | ||
505 | * This means we need to use empty arrays to indicate a missing value. This | ||
506 | * is unfortunate, and at this point relies on the fact that an | ||
507 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
508 | * to figure out another way to represent missing samples here. | ||
509 | */ | ||
510 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
511 | 2023.12.08 16:13:21.505591 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
512 | 2023.12.08 16:13:21.507221 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Debug> oximeter.measurements_histogrami8 (11b9f435-20d3-4bf7-b444-64391dd20814): Loading data parts | ||
513 | 2023.12.08 16:13:21.507312 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Debug> oximeter.measurements_histogrami8 (11b9f435-20d3-4bf7-b444-64391dd20814): There are no data parts | ||
514 | 2023.12.08 16:13:21.508775 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Debug> DynamicQueryHandler: Done processing query | ||
515 | 2023.12.08 16:13:21.508826 [ 3 ] {84f5bfe8-3843-4144-b7c0-8021d3ad3982} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
516 | 2023.12.08 16:13:21.508852 [ 3 ] {} <Debug> HTTP-Session: 8003da9e-a90b-498b-afc4-0290008b2795 Destroying unnamed session | ||
517 | 2023.12.08 16:13:21.508983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
518 | 2023.12.08 16:13:21.509032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
519 | 2023.12.08 16:13:21.509052 [ 3 ] {} <Debug> HTTP-Session: b61eddcc-9e83-44c8-a0fc-b3c931d0e5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
520 | 2023.12.08 16:13:21.509145 [ 3 ] {} <Debug> HTTP-Session: b61eddcc-9e83-44c8-a0fc-b3c931d0e5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
521 | 2023.12.08 16:13:21.509351 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
522 | 2023.12.08 16:13:21.509415 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
523 | 2023.12.08 16:13:21.511047 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Debug> oximeter.measurements_histogramu8 (9856619d-be08-4a47-aa9f-92255a57da48): Loading data parts | ||
524 | 2023.12.08 16:13:21.511190 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Debug> oximeter.measurements_histogramu8 (9856619d-be08-4a47-aa9f-92255a57da48): There are no data parts | ||
525 | 2023.12.08 16:13:21.512450 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Debug> DynamicQueryHandler: Done processing query | ||
526 | 2023.12.08 16:13:21.512484 [ 3 ] {9cfe3acd-cd92-4fc4-aa06-3cf56d3cb8d5} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
527 | 2023.12.08 16:13:21.512499 [ 3 ] {} <Debug> HTTP-Session: b61eddcc-9e83-44c8-a0fc-b3c931d0e5f2 Destroying unnamed session | ||
528 | 2023.12.08 16:13:21.512620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2023.12.08 16:13:21.512666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
530 | 2023.12.08 16:13:21.512684 [ 3 ] {} <Debug> HTTP-Session: 578e4c61-832b-46ce-a867-4454e506247d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
531 | 2023.12.08 16:13:21.512705 [ 3 ] {} <Debug> HTTP-Session: 578e4c61-832b-46ce-a867-4454e506247d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2023.12.08 16:13:21.512909 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
533 | 2023.12.08 16:13:21.512965 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
534 | 2023.12.08 16:13:21.514551 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Debug> oximeter.measurements_histogrami16 (1aee43ae-396b-4b09-bc1f-73d7c3588182): Loading data parts | ||
535 | 2023.12.08 16:13:21.514630 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Debug> oximeter.measurements_histogrami16 (1aee43ae-396b-4b09-bc1f-73d7c3588182): There are no data parts | ||
536 | 2023.12.08 16:13:21.515811 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Debug> DynamicQueryHandler: Done processing query | ||
537 | 2023.12.08 16:13:21.515838 [ 3 ] {04b6a306-740b-4039-883f-c6aaf591dfe3} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
538 | 2023.12.08 16:13:21.515860 [ 3 ] {} <Debug> HTTP-Session: 578e4c61-832b-46ce-a867-4454e506247d Destroying unnamed session | ||
539 | 2023.12.08 16:13:21.515967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
540 | 2023.12.08 16:13:21.516013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
541 | 2023.12.08 16:13:21.516036 [ 3 ] {} <Debug> HTTP-Session: 61a38e6f-a870-47f7-88ef-a1a05a2aab7c Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
542 | 2023.12.08 16:13:21.516052 [ 3 ] {} <Debug> HTTP-Session: 61a38e6f-a870-47f7-88ef-a1a05a2aab7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
543 | 2023.12.08 16:13:21.516322 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
544 | 2023.12.08 16:13:21.516378 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
545 | 2023.12.08 16:13:21.517892 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Debug> oximeter.measurements_histogramu16 (468f4c7b-fc22-45f3-b15f-77d69e22693b): Loading data parts | ||
546 | 2023.12.08 16:13:21.517964 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Debug> oximeter.measurements_histogramu16 (468f4c7b-fc22-45f3-b15f-77d69e22693b): There are no data parts | ||
547 | 2023.12.08 16:13:21.519061 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Debug> DynamicQueryHandler: Done processing query | ||
548 | 2023.12.08 16:13:21.519085 [ 3 ] {ec5c6c37-7641-4239-8127-693964d991a3} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
549 | 2023.12.08 16:13:21.519173 [ 3 ] {} <Debug> HTTP-Session: 61a38e6f-a870-47f7-88ef-a1a05a2aab7c Destroying unnamed session | ||
550 | 2023.12.08 16:13:21.519316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
551 | 2023.12.08 16:13:21.519361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
552 | 2023.12.08 16:13:21.519384 [ 3 ] {} <Debug> HTTP-Session: 1d7e191b-4773-4ba0-8ce0-8a12eb1d2f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
553 | 2023.12.08 16:13:21.519405 [ 3 ] {} <Debug> HTTP-Session: 1d7e191b-4773-4ba0-8ce0-8a12eb1d2f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
554 | 2023.12.08 16:13:21.519601 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
555 | 2023.12.08 16:13:21.519654 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2023.12.08 16:13:21.521065 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Debug> oximeter.measurements_histogrami32 (80c76fb2-08bc-4106-8279-cfc26371044d): Loading data parts | ||
557 | 2023.12.08 16:13:21.521201 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Debug> oximeter.measurements_histogrami32 (80c76fb2-08bc-4106-8279-cfc26371044d): There are no data parts | ||
558 | 2023.12.08 16:13:21.522387 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2023.12.08 16:13:21.522417 [ 3 ] {bbabe9ca-1077-4a00-8750-60eed59e54f2} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
560 | 2023.12.08 16:13:21.522433 [ 3 ] {} <Debug> HTTP-Session: 1d7e191b-4773-4ba0-8ce0-8a12eb1d2f3d Destroying unnamed session | ||
561 | 2023.12.08 16:13:21.522560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
562 | 2023.12.08 16:13:21.522604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
563 | 2023.12.08 16:13:21.522622 [ 3 ] {} <Debug> HTTP-Session: d38994b1-0032-4679-8f5a-2b42f29fe040 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
564 | 2023.12.08 16:13:21.522643 [ 3 ] {} <Debug> HTTP-Session: d38994b1-0032-4679-8f5a-2b42f29fe040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2023.12.08 16:13:21.522840 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
566 | 2023.12.08 16:13:21.522892 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
567 | 2023.12.08 16:13:21.524413 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Debug> oximeter.measurements_histogramu32 (dfcb10d9-ff1e-4d25-8f12-f1a9456d005d): Loading data parts | ||
568 | 2023.12.08 16:13:21.524493 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Debug> oximeter.measurements_histogramu32 (dfcb10d9-ff1e-4d25-8f12-f1a9456d005d): There are no data parts | ||
569 | 2023.12.08 16:13:21.525864 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Debug> DynamicQueryHandler: Done processing query | ||
570 | 2023.12.08 16:13:21.525896 [ 3 ] {9d934491-74b7-4079-9d77-a6e41155df05} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
571 | 2023.12.08 16:13:21.525918 [ 3 ] {} <Debug> HTTP-Session: d38994b1-0032-4679-8f5a-2b42f29fe040 Destroying unnamed session | ||
572 | 2023.12.08 16:13:21.526037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2023.12.08 16:13:21.526085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
574 | 2023.12.08 16:13:21.526110 [ 3 ] {} <Debug> HTTP-Session: e233b507-5c31-4eea-bfbd-7ca6f3d4c7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
575 | 2023.12.08 16:13:21.526202 [ 3 ] {} <Debug> HTTP-Session: e233b507-5c31-4eea-bfbd-7ca6f3d4c7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2023.12.08 16:13:21.526497 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
577 | 2023.12.08 16:13:21.526556 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
578 | 2023.12.08 16:13:21.528350 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Debug> oximeter.measurements_histogrami64 (35a11e7e-389b-4ff7-9f1e-ac3c0082ba70): Loading data parts | ||
579 | 2023.12.08 16:13:21.528429 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Debug> oximeter.measurements_histogrami64 (35a11e7e-389b-4ff7-9f1e-ac3c0082ba70): There are no data parts | ||
580 | 2023.12.08 16:13:21.529687 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Debug> DynamicQueryHandler: Done processing query | ||
581 | 2023.12.08 16:13:21.529711 [ 3 ] {20848629-3615-4c67-9e40-30469c8e3736} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
582 | 2023.12.08 16:13:21.529737 [ 3 ] {} <Debug> HTTP-Session: e233b507-5c31-4eea-bfbd-7ca6f3d4c7ca Destroying unnamed session | ||
583 | 2023.12.08 16:13:21.529860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
584 | 2023.12.08 16:13:21.529908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
585 | 2023.12.08 16:13:21.529934 [ 3 ] {} <Debug> HTTP-Session: be77274e-75a8-46a4-8e2b-8883db11251e Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
586 | 2023.12.08 16:13:21.529950 [ 3 ] {} <Debug> HTTP-Session: be77274e-75a8-46a4-8e2b-8883db11251e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
587 | 2023.12.08 16:13:21.530217 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
588 | 2023.12.08 16:13:21.530271 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
589 | 2023.12.08 16:13:21.531760 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Debug> oximeter.measurements_histogramu64 (ceace3af-80fc-4fc2-843f-97acb3a79302): Loading data parts | ||
590 | 2023.12.08 16:13:21.531826 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Debug> oximeter.measurements_histogramu64 (ceace3af-80fc-4fc2-843f-97acb3a79302): There are no data parts | ||
591 | 2023.12.08 16:13:21.532893 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Debug> DynamicQueryHandler: Done processing query | ||
592 | 2023.12.08 16:13:21.532930 [ 3 ] {add07149-1d68-482f-bc1e-44a1fd297880} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
593 | 2023.12.08 16:13:21.532945 [ 3 ] {} <Debug> HTTP-Session: be77274e-75a8-46a4-8e2b-8883db11251e Destroying unnamed session | ||
594 | 2023.12.08 16:13:21.533062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
595 | 2023.12.08 16:13:21.533112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
596 | 2023.12.08 16:13:21.533130 [ 3 ] {} <Debug> HTTP-Session: 4dcd5a7c-79ea-4215-8ed7-8488572706de Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
597 | 2023.12.08 16:13:21.533219 [ 3 ] {} <Debug> HTTP-Session: 4dcd5a7c-79ea-4215-8ed7-8488572706de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
598 | 2023.12.08 16:13:21.533418 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
599 | 2023.12.08 16:13:21.533470 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
600 | 2023.12.08 16:13:21.535333 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Debug> oximeter.measurements_histogramf32 (360ec87b-f0d8-4ab2-a24a-69d5265c53a5): Loading data parts | ||
601 | 2023.12.08 16:13:21.535411 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Debug> oximeter.measurements_histogramf32 (360ec87b-f0d8-4ab2-a24a-69d5265c53a5): There are no data parts | ||
602 | 2023.12.08 16:13:21.536555 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Debug> DynamicQueryHandler: Done processing query | ||
603 | 2023.12.08 16:13:21.536589 [ 3 ] {bdde41ab-771f-412e-8a80-d464d8df6f7c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
604 | 2023.12.08 16:13:21.536606 [ 3 ] {} <Debug> HTTP-Session: 4dcd5a7c-79ea-4215-8ed7-8488572706de Destroying unnamed session | ||
605 | 2023.12.08 16:13:21.536738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
606 | 2023.12.08 16:13:21.536792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
607 | 2023.12.08 16:13:21.536810 [ 3 ] {} <Debug> HTTP-Session: 4e7f6723-4563-45c3-a8e8-3dedd07d2cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
608 | 2023.12.08 16:13:21.536832 [ 3 ] {} <Debug> HTTP-Session: 4e7f6723-4563-45c3-a8e8-3dedd07d2cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2023.12.08 16:13:21.537048 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
610 | 2023.12.08 16:13:21.537101 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
611 | 2023.12.08 16:13:21.538703 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Debug> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Loading data parts | ||
612 | 2023.12.08 16:13:21.538775 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Debug> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): There are no data parts | ||
613 | 2023.12.08 16:13:21.539865 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Debug> DynamicQueryHandler: Done processing query | ||
614 | 2023.12.08 16:13:21.539889 [ 3 ] {f1e0f87d-1a20-45e9-8d05-94e4a2b24b1b} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
615 | 2023.12.08 16:13:21.539910 [ 3 ] {} <Debug> HTTP-Session: 4e7f6723-4563-45c3-a8e8-3dedd07d2cdc Destroying unnamed session | ||
616 | 2023.12.08 16:13:21.540048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
617 | 2023.12.08 16:13:21.540096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
618 | 2023.12.08 16:13:21.540114 [ 3 ] {} <Debug> HTTP-Session: d8327e0e-450a-409e-a2a0-c076f5a0668b Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
619 | 2023.12.08 16:13:21.540138 [ 3 ] {} <Debug> HTTP-Session: d8327e0e-450a-409e-a2a0-c076f5a0668b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2023.12.08 16:13:21.540362 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) /* The field tables store named dimensions of each timeseries. | ||
621 | * | ||
622 | * As with the measurement tables, there is one field table for each field data | ||
623 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
624 | * this behavior **must not** be relied upon for query correctness. | ||
625 | * | ||
626 | * The index for the fields differs from the measurements, however. Rows are | ||
627 | * sorted by timeseries name, then field name, field value, and finally | ||
628 | * timeseries key. This reflects the most common pattern for looking them up: | ||
629 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
630 | * usually then used to look up measurements. | ||
631 | * | ||
632 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
633 | * timeseries name and then key, since it would improve lookups where one | ||
634 | * already has the key. Realistically though, these tables are quite small and | ||
635 | * so performance benefits will be low in absolute terms. | ||
636 | */ | ||
637 | 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) | ||
638 | 2023.12.08 16:13:21.540413 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
639 | 2023.12.08 16:13:21.541788 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Debug> oximeter.fields_bool (76ed12dc-f95b-469d-9e44-fe571f7a3760): Loading data parts | ||
640 | 2023.12.08 16:13:21.541855 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Debug> oximeter.fields_bool (76ed12dc-f95b-469d-9e44-fe571f7a3760): There are no data parts | ||
641 | 2023.12.08 16:13:21.542997 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Debug> DynamicQueryHandler: Done processing query | ||
642 | 2023.12.08 16:13:21.543029 [ 3 ] {0d89b688-4903-4ee8-8289-f0740a4122ad} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
643 | 2023.12.08 16:13:21.543043 [ 3 ] {} <Debug> HTTP-Session: d8327e0e-450a-409e-a2a0-c076f5a0668b Destroying unnamed session | ||
644 | 2023.12.08 16:13:21.543159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
645 | 2023.12.08 16:13:21.543279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
646 | 2023.12.08 16:13:21.543298 [ 3 ] {} <Debug> HTTP-Session: e9cd3ff7-8b18-470c-9318-4765980e2d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
647 | 2023.12.08 16:13:21.543313 [ 3 ] {} <Debug> HTTP-Session: e9cd3ff7-8b18-470c-9318-4765980e2d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
648 | 2023.12.08 16:13:21.543464 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
649 | 2023.12.08 16:13:21.543510 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
650 | 2023.12.08 16:13:21.544842 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Debug> oximeter.fields_i8 (b4cc1745-bb88-4cd9-a23f-7a842fc4faa8): Loading data parts | ||
651 | 2023.12.08 16:13:21.544915 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Debug> oximeter.fields_i8 (b4cc1745-bb88-4cd9-a23f-7a842fc4faa8): There are no data parts | ||
652 | 2023.12.08 16:13:21.545967 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Debug> DynamicQueryHandler: Done processing query | ||
653 | 2023.12.08 16:13:21.545997 [ 3 ] {22b61d56-37ca-4107-b25c-703c7f547115} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
654 | 2023.12.08 16:13:21.546019 [ 3 ] {} <Debug> HTTP-Session: e9cd3ff7-8b18-470c-9318-4765980e2d0c Destroying unnamed session | ||
655 | 2023.12.08 16:13:21.546145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
656 | 2023.12.08 16:13:21.546259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
657 | 2023.12.08 16:13:21.546287 [ 3 ] {} <Debug> HTTP-Session: c091f00b-bab5-415e-962b-d890056d02b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
658 | 2023.12.08 16:13:21.546304 [ 3 ] {} <Debug> HTTP-Session: c091f00b-bab5-415e-962b-d890056d02b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2023.12.08 16:13:21.546454 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
660 | 2023.12.08 16:13:21.546496 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
661 | 2023.12.08 16:13:21.548101 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Debug> oximeter.fields_u8 (ea2ad984-7c80-4159-9890-7f142b29ebac): Loading data parts | ||
662 | 2023.12.08 16:13:21.548172 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Debug> oximeter.fields_u8 (ea2ad984-7c80-4159-9890-7f142b29ebac): There are no data parts | ||
663 | 2023.12.08 16:13:21.549343 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2023.12.08 16:13:21.549374 [ 3 ] {73a0a5e9-5d00-4358-926a-7ebefac1d02c} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
665 | 2023.12.08 16:13:21.549393 [ 3 ] {} <Debug> HTTP-Session: c091f00b-bab5-415e-962b-d890056d02b8 Destroying unnamed session | ||
666 | 2023.12.08 16:13:21.549534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2023.12.08 16:13:21.549583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
668 | 2023.12.08 16:13:21.549600 [ 3 ] {} <Debug> HTTP-Session: b3b07a5a-c698-4ef7-9b55-f18a77e51c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
669 | 2023.12.08 16:13:21.549622 [ 3 ] {} <Debug> HTTP-Session: b3b07a5a-c698-4ef7-9b55-f18a77e51c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2023.12.08 16:13:21.549769 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
671 | 2023.12.08 16:13:21.549818 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
672 | 2023.12.08 16:13:21.551360 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Debug> oximeter.fields_i16 (cd367b6e-b7f5-4a02-8c6d-6800a28c3261): Loading data parts | ||
673 | 2023.12.08 16:13:21.551436 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Debug> oximeter.fields_i16 (cd367b6e-b7f5-4a02-8c6d-6800a28c3261): There are no data parts | ||
674 | 2023.12.08 16:13:21.552520 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Debug> DynamicQueryHandler: Done processing query | ||
675 | 2023.12.08 16:13:21.552543 [ 3 ] {18e79af6-ae18-4ac9-8ce3-fae04785aa94} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
676 | 2023.12.08 16:13:21.552565 [ 3 ] {} <Debug> HTTP-Session: b3b07a5a-c698-4ef7-9b55-f18a77e51c1e Destroying unnamed session | ||
677 | 2023.12.08 16:13:21.552706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2023.12.08 16:13:21.552757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
679 | 2023.12.08 16:13:21.552782 [ 3 ] {} <Debug> HTTP-Session: ab89682a-f4ed-4a7b-8f12-093475d1a58f Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
680 | 2023.12.08 16:13:21.552804 [ 3 ] {} <Debug> HTTP-Session: ab89682a-f4ed-4a7b-8f12-093475d1a58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2023.12.08 16:13:21.552958 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
682 | 2023.12.08 16:13:21.553014 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
683 | 2023.12.08 16:13:21.554616 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Debug> oximeter.fields_u16 (2ac98012-f70b-425f-8952-ec59d364cc6a): Loading data parts | ||
684 | 2023.12.08 16:13:21.554688 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Debug> oximeter.fields_u16 (2ac98012-f70b-425f-8952-ec59d364cc6a): There are no data parts | ||
685 | 2023.12.08 16:13:21.555909 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Debug> DynamicQueryHandler: Done processing query | ||
686 | 2023.12.08 16:13:21.555932 [ 3 ] {a85f9968-cef1-4a9c-b505-4482441f1bf8} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
687 | 2023.12.08 16:13:21.555946 [ 3 ] {} <Debug> HTTP-Session: ab89682a-f4ed-4a7b-8f12-093475d1a58f Destroying unnamed session | ||
688 | 2023.12.08 16:13:21.556081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
689 | 2023.12.08 16:13:21.556130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
690 | 2023.12.08 16:13:21.556151 [ 3 ] {} <Debug> HTTP-Session: 88b954eb-900f-478b-9208-d188eff09a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
691 | 2023.12.08 16:13:21.556173 [ 3 ] {} <Debug> HTTP-Session: 88b954eb-900f-478b-9208-d188eff09a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
692 | 2023.12.08 16:13:21.556398 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
693 | 2023.12.08 16:13:21.556440 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
694 | 2023.12.08 16:13:21.557842 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Debug> oximeter.fields_i32 (33228dfa-fb97-44bb-a400-7ced00e292a1): Loading data parts | ||
695 | 2023.12.08 16:13:21.557915 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Debug> oximeter.fields_i32 (33228dfa-fb97-44bb-a400-7ced00e292a1): There are no data parts | ||
696 | 2023.12.08 16:13:21.559410 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Debug> DynamicQueryHandler: Done processing query | ||
697 | 2023.12.08 16:13:21.559445 [ 3 ] {32bcacd4-8626-40ea-a025-75dbfd723855} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
698 | 2023.12.08 16:13:21.559460 [ 3 ] {} <Debug> HTTP-Session: 88b954eb-900f-478b-9208-d188eff09a8d Destroying unnamed session | ||
699 | 2023.12.08 16:13:21.559609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
700 | 2023.12.08 16:13:21.559657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
701 | 2023.12.08 16:13:21.559675 [ 3 ] {} <Debug> HTTP-Session: 1b01c973-43bd-4228-9994-2a6f7575e8ab Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
702 | 2023.12.08 16:13:21.559696 [ 3 ] {} <Debug> HTTP-Session: 1b01c973-43bd-4228-9994-2a6f7575e8ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
703 | 2023.12.08 16:13:21.559852 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
704 | 2023.12.08 16:13:21.559894 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
705 | 2023.12.08 16:13:21.561348 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Debug> oximeter.fields_u32 (0d21e10e-4176-4644-a2a1-592a4c9a973a): Loading data parts | ||
706 | 2023.12.08 16:13:21.561405 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Debug> oximeter.fields_u32 (0d21e10e-4176-4644-a2a1-592a4c9a973a): There are no data parts | ||
707 | 2023.12.08 16:13:21.562613 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Debug> DynamicQueryHandler: Done processing query | ||
708 | 2023.12.08 16:13:21.562638 [ 3 ] {af780167-cbca-4297-a8e0-843395a6be2e} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
709 | 2023.12.08 16:13:21.562670 [ 3 ] {} <Debug> HTTP-Session: 1b01c973-43bd-4228-9994-2a6f7575e8ab Destroying unnamed session | ||
710 | 2023.12.08 16:13:21.562795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
711 | 2023.12.08 16:13:21.562851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
712 | 2023.12.08 16:13:21.562883 [ 3 ] {} <Debug> HTTP-Session: a60e1971-2dde-4e1c-b6fc-d5882e61f188 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
713 | 2023.12.08 16:13:21.562899 [ 3 ] {} <Debug> HTTP-Session: a60e1971-2dde-4e1c-b6fc-d5882e61f188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2023.12.08 16:13:21.563079 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
715 | 2023.12.08 16:13:21.563126 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
716 | 2023.12.08 16:13:21.564665 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Debug> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Loading data parts | ||
717 | 2023.12.08 16:13:21.564753 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Debug> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): There are no data parts | ||
718 | 2023.12.08 16:13:21.565863 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Debug> DynamicQueryHandler: Done processing query | ||
719 | 2023.12.08 16:13:21.565894 [ 3 ] {75835664-2be1-463e-bc14-3b040d2f0d78} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
720 | 2023.12.08 16:13:21.565917 [ 3 ] {} <Debug> HTTP-Session: a60e1971-2dde-4e1c-b6fc-d5882e61f188 Destroying unnamed session | ||
721 | 2023.12.08 16:13:21.566038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
722 | 2023.12.08 16:13:21.566089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
723 | 2023.12.08 16:13:21.566108 [ 3 ] {} <Debug> HTTP-Session: 20f0198e-459a-45dc-acb3-a80d977c5f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
724 | 2023.12.08 16:13:21.566131 [ 3 ] {} <Debug> HTTP-Session: 20f0198e-459a-45dc-acb3-a80d977c5f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2023.12.08 16:13:21.566348 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
726 | 2023.12.08 16:13:21.566396 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
727 | 2023.12.08 16:13:21.567900 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Debug> oximeter.fields_u64 (9f013883-b724-47f6-85d5-886a9d0a50bd): Loading data parts | ||
728 | 2023.12.08 16:13:21.567975 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Debug> oximeter.fields_u64 (9f013883-b724-47f6-85d5-886a9d0a50bd): There are no data parts | ||
729 | 2023.12.08 16:13:21.569052 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Debug> DynamicQueryHandler: Done processing query | ||
730 | 2023.12.08 16:13:21.569076 [ 3 ] {183e099f-0929-42ff-a74e-d5c57c7641f7} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
731 | 2023.12.08 16:13:21.569098 [ 3 ] {} <Debug> HTTP-Session: 20f0198e-459a-45dc-acb3-a80d977c5f84 Destroying unnamed session | ||
732 | 2023.12.08 16:13:21.569222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
733 | 2023.12.08 16:13:21.569330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
734 | 2023.12.08 16:13:21.569356 [ 3 ] {} <Debug> HTTP-Session: a1c9fcd0-d627-41e6-8f4c-0eb60354ce30 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
735 | 2023.12.08 16:13:21.569378 [ 3 ] {} <Debug> HTTP-Session: a1c9fcd0-d627-41e6-8f4c-0eb60354ce30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
736 | 2023.12.08 16:13:21.569527 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
737 | 2023.12.08 16:13:21.569584 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
738 | 2023.12.08 16:13:21.570948 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Debug> oximeter.fields_ipaddr (1fb2fd15-b03a-406e-9d5a-b73ee3510251): Loading data parts | ||
739 | 2023.12.08 16:13:21.571027 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Debug> oximeter.fields_ipaddr (1fb2fd15-b03a-406e-9d5a-b73ee3510251): There are no data parts | ||
740 | 2023.12.08 16:13:21.572099 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Debug> DynamicQueryHandler: Done processing query | ||
741 | 2023.12.08 16:13:21.572123 [ 3 ] {528ec8a5-9757-45ae-a643-5909ea386729} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
742 | 2023.12.08 16:13:21.572146 [ 3 ] {} <Debug> HTTP-Session: a1c9fcd0-d627-41e6-8f4c-0eb60354ce30 Destroying unnamed session | ||
743 | 2023.12.08 16:13:21.572330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
744 | 2023.12.08 16:13:21.572383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
745 | 2023.12.08 16:13:21.572408 [ 3 ] {} <Debug> HTTP-Session: 82a15f93-8c66-4ce6-a778-a3e4080fb316 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
746 | 2023.12.08 16:13:21.572423 [ 3 ] {} <Debug> HTTP-Session: 82a15f93-8c66-4ce6-a778-a3e4080fb316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
747 | 2023.12.08 16:13:21.572586 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
748 | 2023.12.08 16:13:21.572638 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
749 | 2023.12.08 16:13:21.574001 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Debug> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Loading data parts | ||
750 | 2023.12.08 16:13:21.574086 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Debug> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): There are no data parts | ||
751 | 2023.12.08 16:13:21.575194 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2023.12.08 16:13:21.575219 [ 3 ] {de395c71-57c1-490b-a36c-f1454ffc3462} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
753 | 2023.12.08 16:13:21.575233 [ 3 ] {} <Debug> HTTP-Session: 82a15f93-8c66-4ce6-a778-a3e4080fb316 Destroying unnamed session | ||
754 | 2023.12.08 16:13:21.575419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
755 | 2023.12.08 16:13:21.575471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
756 | 2023.12.08 16:13:21.575490 [ 3 ] {} <Debug> HTTP-Session: deb24fa5-4df1-4baa-af03-ababd528adef Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
757 | 2023.12.08 16:13:21.575512 [ 3 ] {} <Debug> HTTP-Session: deb24fa5-4df1-4baa-af03-ababd528adef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2023.12.08 16:13:21.575689 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) 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) | ||
759 | 2023.12.08 16:13:21.575739 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
760 | 2023.12.08 16:13:21.577146 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Debug> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Loading data parts | ||
761 | 2023.12.08 16:13:21.577464 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Debug> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): There are no data parts | ||
762 | 2023.12.08 16:13:21.578590 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Debug> DynamicQueryHandler: Done processing query | ||
763 | 2023.12.08 16:13:21.578630 [ 3 ] {f3541e7c-598a-4584-aebd-2375fa2a8fb5} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
764 | 2023.12.08 16:13:21.578648 [ 3 ] {} <Debug> HTTP-Session: deb24fa5-4df1-4baa-af03-ababd528adef Destroying unnamed session | ||
765 | 2023.12.08 16:13:21.578780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2023.12.08 16:13:21.578851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
767 | 2023.12.08 16:13:21.578872 [ 3 ] {} <Debug> HTTP-Session: 406a1052-3789-4f48-bc78-b30724a47333 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
768 | 2023.12.08 16:13:21.578902 [ 3 ] {} <Debug> HTTP-Session: 406a1052-3789-4f48-bc78-b30724a47333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2023.12.08 16:13:21.579131 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) /* The timeseries schema table stores the extracted schema for the samples | ||
770 | * oximeter collects. | ||
771 | */ | ||
772 | 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) | ||
773 | 2023.12.08 16:13:21.579216 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
774 | 2023.12.08 16:13:21.581052 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee): Loading data parts | ||
775 | 2023.12.08 16:13:21.581138 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee): There are no data parts | ||
776 | 2023.12.08 16:13:21.582499 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Debug> DynamicQueryHandler: Done processing query | ||
777 | 2023.12.08 16:13:21.582532 [ 3 ] {3a71842e-b4c2-47e7-b057-e9139c7581e7} <Debug> MemoryTracker: Peak memory usage (for query): 0.00 B. | ||
778 | 2023.12.08 16:13:21.582568 [ 3 ] {} <Debug> HTTP-Session: 406a1052-3789-4f48-bc78-b30724a47333 Destroying unnamed session | ||
779 | 2023.12.08 16:13:21.582719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44468, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
780 | 2023.12.08 16:13:21.582782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
781 | 2023.12.08 16:13:21.582807 [ 3 ] {} <Debug> HTTP-Session: b5a6384f-f206-42ef-b6e8-5a8021b4d102 Authenticating user 'default' from [fd00:1122:3344:101::d]:44468 | ||
782 | 2023.12.08 16:13:21.582823 [ 3 ] {} <Debug> HTTP-Session: b5a6384f-f206-42ef-b6e8-5a8021b4d102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
783 | 2023.12.08 16:13:21.582932 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44468) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
784 | 2023.12.08 16:13:21.583629 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
785 | 2023.12.08 16:13:21.597020 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.52 GiB. | ||
786 | 2023.12.08 16:13:21.602129 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
787 | 2023.12.08 16:13:21.602410 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Trace> oximeter.version (da93b3a1-c6e0-425f-99be-6792d5b3495e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
788 | 2023.12.08 16:13:21.604573 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Information> executeQuery: Read 1 rows, 16.00 B in 0.021512432 sec., 46 rows/sec., 743.76 B/sec. | ||
789 | 2023.12.08 16:13:21.604710 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Debug> DynamicQueryHandler: Done processing query | ||
790 | 2023.12.08 16:13:21.604731 [ 3 ] {be561b2a-1c08-4e79-ae4e-29063358740d} <Debug> MemoryTracker: Peak memory usage (for query): 4.09 MiB. | ||
791 | 2023.12.08 16:13:21.604754 [ 3 ] {} <Debug> HTTP-Session: b5a6384f-f206-42ef-b6e8-5a8021b4d102 Destroying unnamed session | ||
792 | 2023.12.08 16:13:21.990986 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
793 | 2023.12.08 16:13:21.991054 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
794 | 2023.12.08 16:13:22.002836 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.00 MiB, peak 224.07 MiB, will set to 228.29 MiB (RSS), difference: 9.29 MiB | ||
795 | 2023.12.08 16:13:36.991189 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
796 | 2023.12.08 16:13:36.991246 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
797 | 2023.12.08 16:13:46.692162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2023.12.08 16:13:46.692292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
799 | 2023.12.08 16:13:46.692330 [ 3 ] {} <Debug> HTTP-Session: 6e8a4dba-ea41-4d8d-9eed-e7ee1ce3810a Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
800 | 2023.12.08 16:13:46.692361 [ 3 ] {} <Debug> HTTP-Session: 6e8a4dba-ea41-4d8d-9eed-e7ee1ce3810a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2023.12.08 16:13:46.692566 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
802 | 2023.12.08 16:13:46.692909 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2023.12.08 16:13:46.693632 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
804 | 2023.12.08 16:13:46.695819 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
805 | 2023.12.08 16:13:46.696763 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Debug> DynamicQueryHandler: Done processing query | ||
806 | 2023.12.08 16:13:46.696791 [ 3 ] {fefaf4d1-825d-462d-ae94-08413fafe9d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
807 | 2023.12.08 16:13:46.696806 [ 3 ] {} <Debug> HTTP-Session: 6e8a4dba-ea41-4d8d-9eed-e7ee1ce3810a Destroying unnamed session | ||
808 | 2023.12.08 16:13:46.701235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
809 | 2023.12.08 16:13:46.701284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
810 | 2023.12.08 16:13:46.701304 [ 3 ] {} <Debug> HTTP-Session: 2ab3acbf-c9db-499a-978b-1add3029ee0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
811 | 2023.12.08 16:13:46.701338 [ 3 ] {} <Debug> HTTP-Session: 2ab3acbf-c9db-499a-978b-1add3029ee0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2023.12.08 16:13:46.701525 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
813 | 2023.12.08 16:13:46.714691 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
814 | 2023.12.08 16:13:46.714868 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
815 | 2023.12.08 16:13:46.714952 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
816 | 2023.12.08 16:13:46.716041 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Debug> DynamicQueryHandler: Done processing query | ||
817 | 2023.12.08 16:13:46.716070 [ 3 ] {254b11aa-3181-4aeb-87d8-4cf9f4b4b4fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
818 | 2023.12.08 16:13:46.716084 [ 3 ] {} <Debug> HTTP-Session: 2ab3acbf-c9db-499a-978b-1add3029ee0e Destroying unnamed session | ||
819 | 2023.12.08 16:13:46.716524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
820 | 2023.12.08 16:13:46.716572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
821 | 2023.12.08 16:13:46.716592 [ 3 ] {} <Debug> HTTP-Session: a5645dba-0d1f-4d2d-9e72-53f26e516c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
822 | 2023.12.08 16:13:46.716611 [ 3 ] {} <Debug> HTTP-Session: a5645dba-0d1f-4d2d-9e72-53f26e516c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
823 | 2023.12.08 16:13:46.716733 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
824 | 2023.12.08 16:13:46.717168 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
825 | 2023.12.08 16:13:46.717309 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
826 | 2023.12.08 16:13:46.717350 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
827 | 2023.12.08 16:13:46.718142 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Debug> DynamicQueryHandler: Done processing query | ||
828 | 2023.12.08 16:13:46.718169 [ 3 ] {2cfd50a9-47d1-497e-876a-743c39c2b1f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
829 | 2023.12.08 16:13:46.718185 [ 3 ] {} <Debug> HTTP-Session: a5645dba-0d1f-4d2d-9e72-53f26e516c7c Destroying unnamed session | ||
830 | 2023.12.08 16:13:46.718418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
831 | 2023.12.08 16:13:46.718528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
832 | 2023.12.08 16:13:46.718546 [ 3 ] {} <Debug> HTTP-Session: 5496f08c-131c-4840-afac-cff4ab82542c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
833 | 2023.12.08 16:13:46.718562 [ 3 ] {} <Debug> HTTP-Session: 5496f08c-131c-4840-afac-cff4ab82542c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
834 | 2023.12.08 16:13:46.718668 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
835 | 2023.12.08 16:13:46.718997 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
836 | 2023.12.08 16:13:46.719138 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
837 | 2023.12.08 16:13:46.719178 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
838 | 2023.12.08 16:13:46.720019 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Debug> DynamicQueryHandler: Done processing query | ||
839 | 2023.12.08 16:13:46.720046 [ 3 ] {c1bdaea3-0c2b-4c2b-97aa-fdfefe62ac17} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
840 | 2023.12.08 16:13:46.720062 [ 3 ] {} <Debug> HTTP-Session: 5496f08c-131c-4840-afac-cff4ab82542c Destroying unnamed session | ||
841 | 2023.12.08 16:13:46.721313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
842 | 2023.12.08 16:13:46.721356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
843 | 2023.12.08 16:13:46.721375 [ 3 ] {} <Debug> HTTP-Session: 3540669a-0782-49ba-baaf-a164cb6dfb4c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
844 | 2023.12.08 16:13:46.721391 [ 3 ] {} <Debug> HTTP-Session: 3540669a-0782-49ba-baaf-a164cb6dfb4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2023.12.08 16:13:46.721566 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
846 | 2023.12.08 16:13:46.721897 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
847 | 2023.12.08 16:13:46.722038 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
848 | 2023.12.08 16:13:46.722077 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
849 | 2023.12.08 16:13:46.723020 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Debug> DynamicQueryHandler: Done processing query | ||
850 | 2023.12.08 16:13:46.723047 [ 3 ] {6ba96c82-e3e2-474c-bf08-744bf40dc9d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
851 | 2023.12.08 16:13:46.723063 [ 3 ] {} <Debug> HTTP-Session: 3540669a-0782-49ba-baaf-a164cb6dfb4c Destroying unnamed session | ||
852 | 2023.12.08 16:13:46.723190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
853 | 2023.12.08 16:13:46.723233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
854 | 2023.12.08 16:13:46.723252 [ 3 ] {} <Debug> HTTP-Session: c8f53011-c145-4ae3-9f48-32a94af78844 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
855 | 2023.12.08 16:13:46.723268 [ 3 ] {} <Debug> HTTP-Session: c8f53011-c145-4ae3-9f48-32a94af78844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2023.12.08 16:13:46.723343 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
857 | 2023.12.08 16:13:46.723379 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
858 | 2023.12.08 16:13:46.724097 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
859 | 2023.12.08 16:13:46.725127 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
860 | 2023.12.08 16:13:46.727381 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
861 | 2023.12.08 16:13:46.727676 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
862 | 2023.12.08 16:13:46.727829 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Information> executeQuery: Read 5 rows, 549.00 B in 0.004406199 sec., 1134 rows/sec., 121.68 KiB/sec. | ||
863 | 2023.12.08 16:13:46.727980 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Debug> DynamicQueryHandler: Done processing query | ||
864 | 2023.12.08 16:13:46.728013 [ 3 ] {0ed2357a-f7db-4150-bb29-0f50571843ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
865 | 2023.12.08 16:13:46.728035 [ 3 ] {} <Debug> HTTP-Session: c8f53011-c145-4ae3-9f48-32a94af78844 Destroying unnamed session | ||
866 | 2023.12.08 16:13:46.728164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 4783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
867 | 2023.12.08 16:13:46.728206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
868 | 2023.12.08 16:13:46.728225 [ 3 ] {} <Debug> HTTP-Session: 6902ca1b-1a2f-492b-af5c-914138299a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
869 | 2023.12.08 16:13:46.728241 [ 3 ] {} <Debug> HTTP-Session: 6902ca1b-1a2f-492b-af5c-914138299a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2023.12.08 16:13:46.728310 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
871 | 2023.12.08 16:13:46.728347 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
872 | 2023.12.08 16:13:46.728446 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
873 | 2023.12.08 16:13:46.732047 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
874 | 2023.12.08 16:13:46.732258 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
875 | 2023.12.08 16:13:46.732401 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
876 | 2023.12.08 16:13:46.732557 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Information> executeQuery: Read 33 rows, 2.67 KiB in 0.004153883 sec., 7944 rows/sec., 643.93 KiB/sec. | ||
877 | 2023.12.08 16:13:46.732705 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2023.12.08 16:13:46.732728 [ 3 ] {d3932b0a-0670-4376-a7de-f28262972672} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
879 | 2023.12.08 16:13:46.732745 [ 3 ] {} <Debug> HTTP-Session: 6902ca1b-1a2f-492b-af5c-914138299a9c Destroying unnamed session | ||
880 | 2023.12.08 16:13:46.732955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 16194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2023.12.08 16:13:46.732998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
882 | 2023.12.08 16:13:46.733017 [ 3 ] {} <Debug> HTTP-Session: 9d7d729d-d646-42fd-9c96-030edc316e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
883 | 2023.12.08 16:13:46.733033 [ 3 ] {} <Debug> HTTP-Session: 9d7d729d-d646-42fd-9c96-030edc316e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2023.12.08 16:13:46.733103 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
885 | 2023.12.08 16:13:46.733140 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
886 | 2023.12.08 16:13:46.733244 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
887 | 2023.12.08 16:13:46.733631 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
888 | 2023.12.08 16:13:46.733839 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
889 | 2023.12.08 16:13:46.733979 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
890 | 2023.12.08 16:13:46.734068 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Information> executeQuery: Read 100 rows, 10.06 KiB in 0.000931603 sec., 107341 rows/sec., 10.55 MiB/sec. | ||
891 | 2023.12.08 16:13:46.734198 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Debug> DynamicQueryHandler: Done processing query | ||
892 | 2023.12.08 16:13:46.734222 [ 3 ] {d45d62ea-536e-46eb-b3fa-f0e7e2d22709} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
893 | 2023.12.08 16:13:46.734236 [ 3 ] {} <Debug> HTTP-Session: 9d7d729d-d646-42fd-9c96-030edc316e0e Destroying unnamed session | ||
894 | 2023.12.08 16:13:46.734339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
895 | 2023.12.08 16:13:46.734381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
896 | 2023.12.08 16:13:46.734399 [ 3 ] {} <Debug> HTTP-Session: 737f2f28-0564-44d9-8a0a-78fa884356f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
897 | 2023.12.08 16:13:46.734414 [ 3 ] {} <Debug> HTTP-Session: 737f2f28-0564-44d9-8a0a-78fa884356f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
898 | 2023.12.08 16:13:46.734478 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
899 | 2023.12.08 16:13:46.734582 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
900 | 2023.12.08 16:13:46.734687 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
901 | 2023.12.08 16:13:46.737390 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
902 | 2023.12.08 16:13:46.737748 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
903 | 2023.12.08 16:13:46.737945 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Trace> oximeter.fields_u32 (0d21e10e-4176-4644-a2a1-592a4c9a973a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
904 | 2023.12.08 16:13:46.738078 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Information> executeQuery: Read 1 rows, 68.00 B in 0.003528058 sec., 283 rows/sec., 18.82 KiB/sec. | ||
905 | 2023.12.08 16:13:46.738196 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Debug> DynamicQueryHandler: Done processing query | ||
906 | 2023.12.08 16:13:46.738220 [ 3 ] {ea97fb12-ca36-4894-bc78-48248f54d3a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
907 | 2023.12.08 16:13:46.738236 [ 3 ] {} <Debug> HTTP-Session: 737f2f28-0564-44d9-8a0a-78fa884356f7 Destroying unnamed session | ||
908 | 2023.12.08 16:13:46.738339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 7855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
909 | 2023.12.08 16:13:46.738384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
910 | 2023.12.08 16:13:46.738403 [ 3 ] {} <Debug> HTTP-Session: 6ea2e459-a88f-4705-9732-1ee7247796b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
911 | 2023.12.08 16:13:46.738420 [ 3 ] {} <Debug> HTTP-Session: 6ea2e459-a88f-4705-9732-1ee7247796b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
912 | 2023.12.08 16:13:46.738487 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
913 | 2023.12.08 16:13:46.738587 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
914 | 2023.12.08 16:13:46.739740 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
915 | 2023.12.08 16:13:46.743913 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
916 | 2023.12.08 16:13:46.744214 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
917 | 2023.12.08 16:13:46.744359 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
918 | 2023.12.08 16:13:46.744460 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Information> executeQuery: Read 46 rows, 3.70 KiB in 0.005926297 sec., 7762 rows/sec., 623.87 KiB/sec. | ||
919 | 2023.12.08 16:13:46.744634 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Debug> DynamicQueryHandler: Done processing query | ||
920 | 2023.12.08 16:13:46.744657 [ 3 ] {8e7d906c-b1ce-4ece-8f25-faab830c054d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
921 | 2023.12.08 16:13:46.744673 [ 3 ] {} <Debug> HTTP-Session: 6ea2e459-a88f-4705-9732-1ee7247796b4 Destroying unnamed session | ||
922 | 2023.12.08 16:13:46.744778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
923 | 2023.12.08 16:13:46.744820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
924 | 2023.12.08 16:13:46.744839 [ 3 ] {} <Debug> HTTP-Session: 22c8a961-6878-4017-944c-38ff687c7c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
925 | 2023.12.08 16:13:46.744855 [ 3 ] {} <Debug> HTTP-Session: 22c8a961-6878-4017-944c-38ff687c7c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2023.12.08 16:13:46.744921 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
927 | 2023.12.08 16:13:46.745499 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
928 | 2023.12.08 16:13:46.745742 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
929 | 2023.12.08 16:13:46.746012 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
930 | 2023.12.08 16:13:46.748923 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
931 | 2023.12.08 16:13:46.749126 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Trace> oximeter.measurements_f64 (0c1477f6-139b-4c8d-a3a6-8742d4f4090f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
932 | 2023.12.08 16:13:46.749217 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Information> executeQuery: Read 1 rows, 65.00 B in 0.004277486 sec., 233 rows/sec., 14.84 KiB/sec. | ||
933 | 2023.12.08 16:13:46.749336 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Debug> DynamicQueryHandler: Done processing query | ||
934 | 2023.12.08 16:13:46.749360 [ 3 ] {c0e6b6e3-7b56-4d3b-a517-99cc63173b64} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB. | ||
935 | 2023.12.08 16:13:46.749376 [ 3 ] {} <Debug> HTTP-Session: 22c8a961-6878-4017-944c-38ff687c7c7a Destroying unnamed session | ||
936 | 2023.12.08 16:13:46.749711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 35323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
937 | 2023.12.08 16:13:46.749755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
938 | 2023.12.08 16:13:46.749773 [ 3 ] {} <Debug> HTTP-Session: 8e077819-dc85-4f8d-853b-777795893f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
939 | 2023.12.08 16:13:46.749789 [ 3 ] {} <Debug> HTTP-Session: 8e077819-dc85-4f8d-853b-777795893f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2023.12.08 16:13:46.749861 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
941 | 2023.12.08 16:13:46.749902 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
942 | 2023.12.08 16:13:46.750025 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
943 | 2023.12.08 16:13:46.750449 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
944 | 2023.12.08 16:13:46.750794 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
945 | 2023.12.08 16:13:46.750957 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
946 | 2023.12.08 16:13:46.751050 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Information> executeQuery: Read 33 rows, 45.60 KiB in 0.001169389 sec., 28219 rows/sec., 38.08 MiB/sec. | ||
947 | 2023.12.08 16:13:46.751156 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Debug> DynamicQueryHandler: Done processing query | ||
948 | 2023.12.08 16:13:46.751177 [ 3 ] {4da13980-870d-4a41-8f0b-0ccdf58b6006} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
949 | 2023.12.08 16:13:46.751193 [ 3 ] {} <Debug> HTTP-Session: 8e077819-dc85-4f8d-853b-777795893f81 Destroying unnamed session | ||
950 | 2023.12.08 16:13:46.751303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 3406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
951 | 2023.12.08 16:13:46.751345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
952 | 2023.12.08 16:13:46.751364 [ 3 ] {} <Debug> HTTP-Session: ca7a7154-9d2d-4121-98da-17c0b159394c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
953 | 2023.12.08 16:13:46.751380 [ 3 ] {} <Debug> HTTP-Session: ca7a7154-9d2d-4121-98da-17c0b159394c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2023.12.08 16:13:46.751446 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
955 | 2023.12.08 16:13:46.751484 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
956 | 2023.12.08 16:13:46.751652 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
957 | 2023.12.08 16:13:46.751919 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.51 GiB. | ||
958 | 2023.12.08 16:13:46.752152 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
959 | 2023.12.08 16:13:46.752320 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Trace> oximeter.measurements_i64 (4130c8de-7fbe-4da5-8061-7440bb3f756a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
960 | 2023.12.08 16:13:46.752411 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Information> executeQuery: Read 21 rows, 1.57 KiB in 0.000932163 sec., 22528 rows/sec., 1.64 MiB/sec. | ||
961 | 2023.12.08 16:13:46.752521 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2023.12.08 16:13:46.752542 [ 3 ] {fe5093ee-911d-4503-be4c-88c9c7808de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
963 | 2023.12.08 16:13:46.752623 [ 3 ] {} <Debug> HTTP-Session: ca7a7154-9d2d-4121-98da-17c0b159394c Destroying unnamed session | ||
964 | 2023.12.08 16:13:51.991395 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
965 | 2023.12.08 16:13:51.991480 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
966 | 2023.12.08 16:13:56.702254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
967 | 2023.12.08 16:13:56.702378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
968 | 2023.12.08 16:13:56.702405 [ 3 ] {} <Debug> HTTP-Session: 132a1e8e-1ed7-4ffe-a4f5-300f4d5bf6c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
969 | 2023.12.08 16:13:56.702433 [ 3 ] {} <Debug> HTTP-Session: 132a1e8e-1ed7-4ffe-a4f5-300f4d5bf6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2023.12.08 16:13:56.702713 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
971 | 2023.12.08 16:13:56.707543 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
972 | 2023.12.08 16:13:56.707768 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
973 | 2023.12.08 16:13:56.707861 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
974 | 2023.12.08 16:13:56.708089 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
975 | 2023.12.08 16:13:56.710023 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
976 | 2023.12.08 16:13:56.710051 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
977 | 2023.12.08 16:13:56.710134 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
978 | 2023.12.08 16:13:56.720345 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Information> executeQuery: Read 5 rows, 549.00 B in 0.017569605 sec., 284 rows/sec., 30.51 KiB/sec. | ||
979 | 2023.12.08 16:13:56.720555 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Debug> DynamicQueryHandler: Done processing query | ||
980 | 2023.12.08 16:13:56.720578 [ 3 ] {f7d9b2c8-5c94-4b64-a024-14f99c080c47} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
981 | 2023.12.08 16:13:56.720660 [ 3 ] {} <Debug> HTTP-Session: 132a1e8e-1ed7-4ffe-a4f5-300f4d5bf6c8 Destroying unnamed session | ||
982 | 2023.12.08 16:13:56.720960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
983 | 2023.12.08 16:13:56.721005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
984 | 2023.12.08 16:13:56.721023 [ 3 ] {} <Debug> HTTP-Session: c692944e-92fb-420e-a091-fe4ddcf8c969 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
985 | 2023.12.08 16:13:56.721040 [ 3 ] {} <Debug> HTTP-Session: c692944e-92fb-420e-a091-fe4ddcf8c969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2023.12.08 16:13:56.721157 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
987 | 2023.12.08 16:13:56.721575 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2023.12.08 16:13:56.721790 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
989 | 2023.12.08 16:13:56.721828 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
990 | 2023.12.08 16:13:56.721965 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
991 | 2023.12.08 16:13:56.721991 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
992 | 2023.12.08 16:13:56.722010 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
993 | 2023.12.08 16:13:56.722036 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
994 | 2023.12.08 16:13:56.723070 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Information> executeQuery: Read 5 rows, 549.00 B in 0.001863797 sec., 2682 rows/sec., 287.66 KiB/sec. | ||
995 | 2023.12.08 16:13:56.723247 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Debug> DynamicQueryHandler: Done processing query | ||
996 | 2023.12.08 16:13:56.723269 [ 3 ] {d436f704-4a22-4b70-be5c-5af1c9c2a64c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
997 | 2023.12.08 16:13:56.723284 [ 3 ] {} <Debug> HTTP-Session: c692944e-92fb-420e-a091-fe4ddcf8c969 Destroying unnamed session | ||
998 | 2023.12.08 16:13:56.723671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
999 | 2023.12.08 16:13:56.723712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1000 | 2023.12.08 16:13:56.723729 [ 3 ] {} <Debug> HTTP-Session: 067de5a4-8f73-418e-999a-6d989cf0ffb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1001 | 2023.12.08 16:13:56.723745 [ 3 ] {} <Debug> HTTP-Session: 067de5a4-8f73-418e-999a-6d989cf0ffb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2023.12.08 16:13:56.723855 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1003 | 2023.12.08 16:13:56.724275 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1004 | 2023.12.08 16:13:56.724427 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1005 | 2023.12.08 16:13:56.724465 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1006 | 2023.12.08 16:13:56.724662 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1007 | 2023.12.08 16:13:56.724689 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1008 | 2023.12.08 16:13:56.724707 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
1009 | 2023.12.08 16:13:56.724733 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1010 | 2023.12.08 16:13:56.725574 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Information> executeQuery: Read 5 rows, 549.00 B in 0.001726893 sec., 2895 rows/sec., 310.46 KiB/sec. | ||
1011 | 2023.12.08 16:13:56.725818 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Debug> DynamicQueryHandler: Done processing query | ||
1012 | 2023.12.08 16:13:56.725840 [ 3 ] {3cbc489a-7e10-4a89-9394-2aa108c34de7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1013 | 2023.12.08 16:13:56.725855 [ 3 ] {} <Debug> HTTP-Session: 067de5a4-8f73-418e-999a-6d989cf0ffb9 Destroying unnamed session | ||
1014 | 2023.12.08 16:13:56.726188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1015 | 2023.12.08 16:13:56.726230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1016 | 2023.12.08 16:13:56.726247 [ 3 ] {} <Debug> HTTP-Session: d2207a58-002c-4dc0-95df-1487bff3009c Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1017 | 2023.12.08 16:13:56.726264 [ 3 ] {} <Debug> HTTP-Session: d2207a58-002c-4dc0-95df-1487bff3009c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2023.12.08 16:13:56.726374 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1019 | 2023.12.08 16:13:56.726863 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1020 | 2023.12.08 16:13:56.727017 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1021 | 2023.12.08 16:13:56.727056 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1022 | 2023.12.08 16:13:56.727192 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1023 | 2023.12.08 16:13:56.727218 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1024 | 2023.12.08 16:13:56.727237 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
1025 | 2023.12.08 16:13:56.727263 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1026 | 2023.12.08 16:13:56.728202 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Information> executeQuery: Read 5 rows, 549.00 B in 0.001772103 sec., 2821 rows/sec., 302.54 KiB/sec. | ||
1027 | 2023.12.08 16:13:56.728371 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Debug> DynamicQueryHandler: Done processing query | ||
1028 | 2023.12.08 16:13:56.728393 [ 3 ] {7cb6a09f-8b2f-4772-93dd-a83592a9af73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1029 | 2023.12.08 16:13:56.728407 [ 3 ] {} <Debug> HTTP-Session: d2207a58-002c-4dc0-95df-1487bff3009c Destroying unnamed session | ||
1030 | 2023.12.08 16:13:56.728700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1031 | 2023.12.08 16:13:56.728742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1032 | 2023.12.08 16:13:56.728759 [ 3 ] {} <Debug> HTTP-Session: 63ec0a81-6f37-4bdc-966e-f3efb3107cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1033 | 2023.12.08 16:13:56.728775 [ 3 ] {} <Debug> HTTP-Session: 63ec0a81-6f37-4bdc-966e-f3efb3107cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2023.12.08 16:13:56.728886 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1035 | 2023.12.08 16:13:56.729313 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1036 | 2023.12.08 16:13:56.729468 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1037 | 2023.12.08 16:13:56.729507 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1038 | 2023.12.08 16:13:56.729705 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1039 | 2023.12.08 16:13:56.729732 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1040 | 2023.12.08 16:13:56.729751 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
1041 | 2023.12.08 16:13:56.729776 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1042 | 2023.12.08 16:13:56.730589 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Information> executeQuery: Read 5 rows, 549.00 B in 0.001709682 sec., 2924 rows/sec., 313.59 KiB/sec. | ||
1043 | 2023.12.08 16:13:56.730833 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Debug> DynamicQueryHandler: Done processing query | ||
1044 | 2023.12.08 16:13:56.730855 [ 3 ] {b1d0c571-0db6-448a-addb-fcf25cfd7c0d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1045 | 2023.12.08 16:13:56.730870 [ 3 ] {} <Debug> HTTP-Session: 63ec0a81-6f37-4bdc-966e-f3efb3107cb6 Destroying unnamed session | ||
1046 | 2023.12.08 16:13:56.731201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1047 | 2023.12.08 16:13:56.731243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1048 | 2023.12.08 16:13:56.731260 [ 3 ] {} <Debug> HTTP-Session: 010ddadc-9333-4a5b-973a-d3cd62a543a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1049 | 2023.12.08 16:13:56.731275 [ 3 ] {} <Debug> HTTP-Session: 010ddadc-9333-4a5b-973a-d3cd62a543a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2023.12.08 16:13:56.731388 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1051 | 2023.12.08 16:13:56.731885 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1052 | 2023.12.08 16:13:56.732043 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1053 | 2023.12.08 16:13:56.732082 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1054 | 2023.12.08 16:13:56.732212 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1055 | 2023.12.08 16:13:56.732238 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1056 | 2023.12.08 16:13:56.732257 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (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 | ||
1057 | 2023.12.08 16:13:56.732282 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1058 | 2023.12.08 16:13:56.733193 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Information> executeQuery: Read 5 rows, 549.00 B in 0.001748883 sec., 2858 rows/sec., 306.56 KiB/sec. | ||
1059 | 2023.12.08 16:13:56.733375 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Debug> DynamicQueryHandler: Done processing query | ||
1060 | 2023.12.08 16:13:56.733397 [ 3 ] {332d833a-7bd2-49db-bdc5-2d905d5adc4f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1061 | 2023.12.08 16:13:56.733411 [ 3 ] {} <Debug> HTTP-Session: 010ddadc-9333-4a5b-973a-d3cd62a543a4 Destroying unnamed session | ||
1062 | 2023.12.08 16:13:56.744543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1063 | 2023.12.08 16:13:56.744593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1064 | 2023.12.08 16:13:56.744614 [ 3 ] {} <Debug> HTTP-Session: c070e3d2-e8a7-42b8-ad36-f284877a1bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1065 | 2023.12.08 16:13:56.744634 [ 3 ] {} <Debug> HTTP-Session: c070e3d2-e8a7-42b8-ad36-f284877a1bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2023.12.08 16:13:56.744788 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1067 | 2023.12.08 16:13:56.744833 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1068 | 2023.12.08 16:13:56.744989 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1069 | 2023.12.08 16:13:56.745348 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1070 | 2023.12.08 16:13:56.745643 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1071 | 2023.12.08 16:13:56.745866 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1072 | 2023.12.08 16:13:56.745999 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Information> executeQuery: Read 6 rows, 996.00 B in 0.001187409 sec., 5053 rows/sec., 819.14 KiB/sec. | ||
1073 | 2023.12.08 16:13:56.746129 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Debug> DynamicQueryHandler: Done processing query | ||
1074 | 2023.12.08 16:13:56.746151 [ 3 ] {b1bad8d2-9f8f-4602-8930-93e455cedbf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1075 | 2023.12.08 16:13:56.746166 [ 3 ] {} <Debug> HTTP-Session: c070e3d2-e8a7-42b8-ad36-f284877a1bb1 Destroying unnamed session | ||
1076 | 2023.12.08 16:13:56.746281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 5645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1077 | 2023.12.08 16:13:56.746321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1078 | 2023.12.08 16:13:56.746338 [ 3 ] {} <Debug> HTTP-Session: 7a40b7e2-86ea-49f1-896d-0bb6d33e7878 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1079 | 2023.12.08 16:13:56.746354 [ 3 ] {} <Debug> HTTP-Session: 7a40b7e2-86ea-49f1-896d-0bb6d33e7878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1080 | 2023.12.08 16:13:56.746422 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1081 | 2023.12.08 16:13:56.746457 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1082 | 2023.12.08 16:13:56.746555 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1083 | 2023.12.08 16:13:56.746913 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1084 | 2023.12.08 16:13:56.747117 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1085 | 2023.12.08 16:13:56.747254 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1086 | 2023.12.08 16:13:56.747363 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Information> executeQuery: Read 39 rows, 3.16 KiB in 0.000908383 sec., 42933 rows/sec., 3.40 MiB/sec. | ||
1087 | 2023.12.08 16:13:56.747486 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Debug> DynamicQueryHandler: Done processing query | ||
1088 | 2023.12.08 16:13:56.747508 [ 3 ] {c59088dd-8377-40f4-8dd9-5709da7f1f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1089 | 2023.12.08 16:13:56.747522 [ 3 ] {} <Debug> HTTP-Session: 7a40b7e2-86ea-49f1-896d-0bb6d33e7878 Destroying unnamed session | ||
1090 | 2023.12.08 16:13:56.747752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 24105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1091 | 2023.12.08 16:13:56.747793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1092 | 2023.12.08 16:13:56.747810 [ 3 ] {} <Debug> HTTP-Session: 2678e3df-a8b9-4f67-8b8c-f670dc328e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1093 | 2023.12.08 16:13:56.747825 [ 3 ] {} <Debug> HTTP-Session: 2678e3df-a8b9-4f67-8b8c-f670dc328e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1094 | 2023.12.08 16:13:56.747894 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1095 | 2023.12.08 16:13:56.747930 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1096 | 2023.12.08 16:13:56.748027 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1097 | 2023.12.08 16:13:56.748387 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1098 | 2023.12.08 16:13:56.748606 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1099 | 2023.12.08 16:13:56.748811 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1100 | 2023.12.08 16:13:56.748922 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Information> executeQuery: Read 153 rows, 14.76 KiB in 0.000999184 sec., 153124 rows/sec., 14.42 MiB/sec. | ||
1101 | 2023.12.08 16:13:56.749033 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Debug> DynamicQueryHandler: Done processing query | ||
1102 | 2023.12.08 16:13:56.749054 [ 3 ] {0e6b8914-065e-4900-bf18-8fc9c5ee1cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1103 | 2023.12.08 16:13:56.749069 [ 3 ] {} <Debug> HTTP-Session: 2678e3df-a8b9-4f67-8b8c-f670dc328e30 Destroying unnamed session | ||
1104 | 2023.12.08 16:13:56.749227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 11690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1105 | 2023.12.08 16:13:56.749267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1106 | 2023.12.08 16:13:56.749284 [ 3 ] {} <Debug> HTTP-Session: 608edcef-61fd-465c-b667-66809d004a15 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1107 | 2023.12.08 16:13:56.749299 [ 3 ] {} <Debug> HTTP-Session: 608edcef-61fd-465c-b667-66809d004a15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2023.12.08 16:13:56.749366 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1109 | 2023.12.08 16:13:56.749400 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1110 | 2023.12.08 16:13:56.749496 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1111 | 2023.12.08 16:13:56.749861 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1112 | 2023.12.08 16:13:56.750070 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1113 | 2023.12.08 16:13:56.750225 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1114 | 2023.12.08 16:13:56.750340 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Information> executeQuery: Read 69 rows, 5.48 KiB in 0.000936913 sec., 73646 rows/sec., 5.71 MiB/sec. | ||
1115 | 2023.12.08 16:13:56.750453 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Debug> DynamicQueryHandler: Done processing query | ||
1116 | 2023.12.08 16:13:56.750475 [ 3 ] {7261be4a-2b8f-433f-8ce1-1e04d30df10a} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1117 | 2023.12.08 16:13:56.750490 [ 3 ] {} <Debug> HTTP-Session: 608edcef-61fd-465c-b667-66809d004a15 Destroying unnamed session | ||
1118 | 2023.12.08 16:13:56.750651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 32381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1119 | 2023.12.08 16:13:56.750758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1120 | 2023.12.08 16:13:56.750775 [ 3 ] {} <Debug> HTTP-Session: 31215d27-a70c-4c0c-b7a3-70b77b09d25d Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1121 | 2023.12.08 16:13:56.750791 [ 3 ] {} <Debug> HTTP-Session: 31215d27-a70c-4c0c-b7a3-70b77b09d25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2023.12.08 16:13:56.750863 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1123 | 2023.12.08 16:13:56.750902 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1124 | 2023.12.08 16:13:56.751013 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1125 | 2023.12.08 16:13:56.751362 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1126 | 2023.12.08 16:13:56.751620 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1127 | 2023.12.08 16:13:56.751847 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Trace> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1128 | 2023.12.08 16:13:56.751968 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Information> executeQuery: Read 168 rows, 12.14 KiB in 0.001074036 sec., 156419 rows/sec., 11.04 MiB/sec. | ||
1129 | 2023.12.08 16:13:56.752086 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2023.12.08 16:13:56.752107 [ 3 ] {15491f73-6f9c-492a-a4d0-1a66cdab98b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.18 MiB. | ||
1131 | 2023.12.08 16:13:56.752121 [ 3 ] {} <Debug> HTTP-Session: 31215d27-a70c-4c0c-b7a3-70b77b09d25d Destroying unnamed session | ||
1132 | 2023.12.08 16:13:56.752286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 41735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2023.12.08 16:13:56.752328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1134 | 2023.12.08 16:13:56.752345 [ 3 ] {} <Debug> HTTP-Session: f1809b75-a481-4db5-9dd4-ae53ec28e6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1135 | 2023.12.08 16:13:56.752360 [ 3 ] {} <Debug> HTTP-Session: f1809b75-a481-4db5-9dd4-ae53ec28e6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2023.12.08 16:13:56.752448 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1137 | 2023.12.08 16:13:56.752487 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1138 | 2023.12.08 16:13:56.752612 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1139 | 2023.12.08 16:13:56.753099 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1140 | 2023.12.08 16:13:56.753381 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1141 | 2023.12.08 16:13:56.753545 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1142 | 2023.12.08 16:13:56.753667 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Information> executeQuery: Read 39 rows, 53.89 KiB in 0.001197299 sec., 32573 rows/sec., 43.96 MiB/sec. | ||
1143 | 2023.12.08 16:13:56.753866 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Debug> DynamicQueryHandler: Done processing query | ||
1144 | 2023.12.08 16:13:56.753887 [ 3 ] {6881def3-9835-45e4-a6e2-fb43f562e822} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1145 | 2023.12.08 16:13:56.753901 [ 3 ] {} <Debug> HTTP-Session: f1809b75-a481-4db5-9dd4-ae53ec28e6cc Destroying unnamed session | ||
1146 | 2023.12.08 16:13:56.754023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1147 | 2023.12.08 16:13:56.754064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1148 | 2023.12.08 16:13:56.754081 [ 3 ] {} <Debug> HTTP-Session: 9cff00b1-eac5-4b3e-a194-8e16c49a6c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1149 | 2023.12.08 16:13:56.754097 [ 3 ] {} <Debug> HTTP-Session: 9cff00b1-eac5-4b3e-a194-8e16c49a6c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1150 | 2023.12.08 16:13:56.754160 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1151 | 2023.12.08 16:13:56.754196 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1152 | 2023.12.08 16:13:56.754294 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1153 | 2023.12.08 16:13:56.754528 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1154 | 2023.12.08 16:13:56.754820 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1155 | 2023.12.08 16:13:56.754977 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Trace> oximeter.measurements_i64 (4130c8de-7fbe-4da5-8061-7440bb3f756a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1156 | 2023.12.08 16:13:56.755092 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Information> executeQuery: Read 6 rows, 405.00 B in 0.000894422 sec., 6708 rows/sec., 442.19 KiB/sec. | ||
1157 | 2023.12.08 16:13:56.755205 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Debug> DynamicQueryHandler: Done processing query | ||
1158 | 2023.12.08 16:13:56.755225 [ 3 ] {c82bbbd9-e848-4028-b556-ecd5fd1694b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB. | ||
1159 | 2023.12.08 16:13:56.755239 [ 3 ] {} <Debug> HTTP-Session: 9cff00b1-eac5-4b3e-a194-8e16c49a6c39 Destroying unnamed session | ||
1160 | 2023.12.08 16:14:06.730539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 5645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1161 | 2023.12.08 16:14:06.730663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1162 | 2023.12.08 16:14:06.730691 [ 3 ] {} <Debug> HTTP-Session: a0fb4483-8ee3-4f91-8066-624a22015777 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1163 | 2023.12.08 16:14:06.730718 [ 3 ] {} <Debug> HTTP-Session: a0fb4483-8ee3-4f91-8066-624a22015777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1164 | 2023.12.08 16:14:06.730918 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1165 | 2023.12.08 16:14:06.730982 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1166 | 2023.12.08 16:14:06.731138 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1167 | 2023.12.08 16:14:06.731517 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1168 | 2023.12.08 16:14:06.731836 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1169 | 2023.12.08 16:14:06.731987 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1170 | 2023.12.08 16:14:06.732120 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Information> executeQuery: Read 39 rows, 3.16 KiB in 0.001172339 sec., 33266 rows/sec., 2.63 MiB/sec. | ||
1171 | 2023.12.08 16:14:06.732239 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Debug> DynamicQueryHandler: Done processing query | ||
1172 | 2023.12.08 16:14:06.732262 [ 3 ] {0233f888-b127-4927-be9c-47b39888a047} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1173 | 2023.12.08 16:14:06.732278 [ 3 ] {} <Debug> HTTP-Session: a0fb4483-8ee3-4f91-8066-624a22015777 Destroying unnamed session | ||
1174 | 2023.12.08 16:14:06.732410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 18834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1175 | 2023.12.08 16:14:06.732453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1176 | 2023.12.08 16:14:06.732471 [ 3 ] {} <Debug> HTTP-Session: e1539d89-14b9-4457-8e6a-6aeb7474b38b Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1177 | 2023.12.08 16:14:06.732487 [ 3 ] {} <Debug> HTTP-Session: e1539d89-14b9-4457-8e6a-6aeb7474b38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2023.12.08 16:14:06.732559 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1179 | 2023.12.08 16:14:06.732595 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1180 | 2023.12.08 16:14:06.732692 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1181 | 2023.12.08 16:14:06.733103 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1182 | 2023.12.08 16:14:06.733300 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1183 | 2023.12.08 16:14:06.733440 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1184 | 2023.12.08 16:14:06.733547 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Information> executeQuery: Read 117 rows, 11.66 KiB in 0.000956104 sec., 122371 rows/sec., 11.91 MiB/sec. | ||
1185 | 2023.12.08 16:14:06.733659 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Debug> DynamicQueryHandler: Done processing query | ||
1186 | 2023.12.08 16:14:06.733680 [ 3 ] {869801b2-c30e-46f6-a649-751ed00e88c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1187 | 2023.12.08 16:14:06.733696 [ 3 ] {} <Debug> HTTP-Session: e1539d89-14b9-4457-8e6a-6aeb7474b38b Destroying unnamed session | ||
1188 | 2023.12.08 16:14:06.733870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 6660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1189 | 2023.12.08 16:14:06.733911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1190 | 2023.12.08 16:14:06.733928 [ 3 ] {} <Debug> HTTP-Session: 3e1692d3-fdf3-470a-818c-8486dabad395 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1191 | 2023.12.08 16:14:06.733944 [ 3 ] {} <Debug> HTTP-Session: 3e1692d3-fdf3-470a-818c-8486dabad395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2023.12.08 16:14:06.734015 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1193 | 2023.12.08 16:14:06.734050 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1194 | 2023.12.08 16:14:06.734149 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1195 | 2023.12.08 16:14:06.734414 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1196 | 2023.12.08 16:14:06.734612 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1197 | 2023.12.08 16:14:06.734817 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1198 | 2023.12.08 16:14:06.734930 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Information> executeQuery: Read 39 rows, 3.12 KiB in 0.000879502 sec., 44343 rows/sec., 3.47 MiB/sec. | ||
1199 | 2023.12.08 16:14:06.735031 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Debug> DynamicQueryHandler: Done processing query | ||
1200 | 2023.12.08 16:14:06.735053 [ 3 ] {13632b98-2b9a-424d-bb1a-be785c5e09a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1201 | 2023.12.08 16:14:06.735068 [ 3 ] {} <Debug> HTTP-Session: 3e1692d3-fdf3-470a-818c-8486dabad395 Destroying unnamed session | ||
1202 | 2023.12.08 16:14:06.735238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 41735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1203 | 2023.12.08 16:14:06.735278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1204 | 2023.12.08 16:14:06.735296 [ 3 ] {} <Debug> HTTP-Session: f5350cc8-522a-45da-b542-c37b42940580 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1205 | 2023.12.08 16:14:06.735311 [ 3 ] {} <Debug> HTTP-Session: f5350cc8-522a-45da-b542-c37b42940580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2023.12.08 16:14:06.735390 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1207 | 2023.12.08 16:14:06.735433 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1208 | 2023.12.08 16:14:06.735560 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1209 | 2023.12.08 16:14:06.736067 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1210 | 2023.12.08 16:14:06.736356 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1211 | 2023.12.08 16:14:06.736520 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1212 | 2023.12.08 16:14:06.736634 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Information> executeQuery: Read 39 rows, 53.89 KiB in 0.00122769 sec., 31766 rows/sec., 42.87 MiB/sec. | ||
1213 | 2023.12.08 16:14:06.736837 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Debug> DynamicQueryHandler: Done processing query | ||
1214 | 2023.12.08 16:14:06.736859 [ 3 ] {8f97f605-eb8a-4d45-9c5b-3854acb6dddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1215 | 2023.12.08 16:14:06.736874 [ 3 ] {} <Debug> HTTP-Session: f5350cc8-522a-45da-b542-c37b42940580 Destroying unnamed session | ||
1216 | 2023.12.08 16:14:06.992059 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1217 | 2023.12.08 16:14:06.992098 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1218 | 2023.12.08 16:14:16.755876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 5645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1219 | 2023.12.08 16:14:16.756007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1220 | 2023.12.08 16:14:16.756038 [ 3 ] {} <Debug> HTTP-Session: d4ad0e26-887b-458c-afd5-f537d488df75 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1221 | 2023.12.08 16:14:16.756067 [ 3 ] {} <Debug> HTTP-Session: d4ad0e26-887b-458c-afd5-f537d488df75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2023.12.08 16:14:16.756210 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1223 | 2023.12.08 16:14:16.756277 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1224 | 2023.12.08 16:14:16.756442 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1225 | 2023.12.08 16:14:16.756845 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1226 | 2023.12.08 16:14:16.757118 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1227 | 2023.12.08 16:14:16.757279 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1228 | 2023.12.08 16:14:16.757402 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Information> executeQuery: Read 39 rows, 3.16 KiB in 0.001154458 sec., 33782 rows/sec., 2.67 MiB/sec. | ||
1229 | 2023.12.08 16:14:16.757593 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Debug> DynamicQueryHandler: Done processing query | ||
1230 | 2023.12.08 16:14:16.757618 [ 3 ] {f98913d0-4da2-41dc-911e-0b7f800a358d} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1231 | 2023.12.08 16:14:16.757634 [ 3 ] {} <Debug> HTTP-Session: d4ad0e26-887b-458c-afd5-f537d488df75 Destroying unnamed session | ||
1232 | 2023.12.08 16:14:16.757770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 18834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1233 | 2023.12.08 16:14:16.757816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1234 | 2023.12.08 16:14:16.757836 [ 3 ] {} <Debug> HTTP-Session: a2de11c0-4116-4835-9911-8cea826388f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1235 | 2023.12.08 16:14:16.757853 [ 3 ] {} <Debug> HTTP-Session: a2de11c0-4116-4835-9911-8cea826388f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2023.12.08 16:14:16.757931 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1237 | 2023.12.08 16:14:16.757973 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1238 | 2023.12.08 16:14:16.758089 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1239 | 2023.12.08 16:14:16.758445 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1240 | 2023.12.08 16:14:16.758655 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1241 | 2023.12.08 16:14:16.758803 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1242 | 2023.12.08 16:14:16.758903 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Information> executeQuery: Read 117 rows, 11.66 KiB in 0.000943613 sec., 123991 rows/sec., 12.07 MiB/sec. | ||
1243 | 2023.12.08 16:14:16.759021 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Debug> DynamicQueryHandler: Done processing query | ||
1244 | 2023.12.08 16:14:16.759044 [ 3 ] {fdc4f701-7ba1-4c53-a339-f5944bab723f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1245 | 2023.12.08 16:14:16.759060 [ 3 ] {} <Debug> HTTP-Session: a2de11c0-4116-4835-9911-8cea826388f4 Destroying unnamed session | ||
1246 | 2023.12.08 16:14:16.759219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 6660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1247 | 2023.12.08 16:14:16.759263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1248 | 2023.12.08 16:14:16.759282 [ 3 ] {} <Debug> HTTP-Session: 7930f302-2cb5-4e03-abe3-22c1b934e2c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1249 | 2023.12.08 16:14:16.759299 [ 3 ] {} <Debug> HTTP-Session: 7930f302-2cb5-4e03-abe3-22c1b934e2c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1250 | 2023.12.08 16:14:16.759369 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1251 | 2023.12.08 16:14:16.759408 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1252 | 2023.12.08 16:14:16.759511 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1253 | 2023.12.08 16:14:16.759794 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1254 | 2023.12.08 16:14:16.759998 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1255 | 2023.12.08 16:14:16.760145 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1256 | 2023.12.08 16:14:16.760245 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Information> executeQuery: Read 39 rows, 3.12 KiB in 0.000845891 sec., 46105 rows/sec., 3.61 MiB/sec. | ||
1257 | 2023.12.08 16:14:16.760368 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Debug> DynamicQueryHandler: Done processing query | ||
1258 | 2023.12.08 16:14:16.760392 [ 3 ] {3c1636e0-e85e-4d28-a659-34fcd5961203} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1259 | 2023.12.08 16:14:16.760408 [ 3 ] {} <Debug> HTTP-Session: 7930f302-2cb5-4e03-abe3-22c1b934e2c5 Destroying unnamed session | ||
1260 | 2023.12.08 16:14:16.760567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 41735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1261 | 2023.12.08 16:14:16.760609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1262 | 2023.12.08 16:14:16.760627 [ 3 ] {} <Debug> HTTP-Session: 76ab0d17-a06e-400a-a750-4f2fdb4e0b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1263 | 2023.12.08 16:14:16.760645 [ 3 ] {} <Debug> HTTP-Session: 76ab0d17-a06e-400a-a750-4f2fdb4e0b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2023.12.08 16:14:16.760731 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1265 | 2023.12.08 16:14:16.760775 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1266 | 2023.12.08 16:14:16.760909 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1267 | 2023.12.08 16:14:16.761334 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1268 | 2023.12.08 16:14:16.761644 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1269 | 2023.12.08 16:14:16.761827 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1270 | 2023.12.08 16:14:16.761927 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Information> executeQuery: Read 39 rows, 53.89 KiB in 0.001168078 sec., 33388 rows/sec., 45.06 MiB/sec. | ||
1271 | 2023.12.08 16:14:16.762051 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Debug> DynamicQueryHandler: Done processing query | ||
1272 | 2023.12.08 16:14:16.762074 [ 3 ] {d752be33-82ba-4554-856b-ce20b94641cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1273 | 2023.12.08 16:14:16.762089 [ 3 ] {} <Debug> HTTP-Session: 76ab0d17-a06e-400a-a750-4f2fdb4e0b73 Destroying unnamed session | ||
1274 | 2023.12.08 16:14:21.992356 [ 161 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1275 | 2023.12.08 16:14:21.992422 [ 161 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1276 | 2023.12.08 16:14:26.755477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1277 | 2023.12.08 16:14:26.755611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1278 | 2023.12.08 16:14:26.755641 [ 3 ] {} <Debug> HTTP-Session: 57ac067c-1cb6-4887-ba83-526aab234c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1279 | 2023.12.08 16:14:26.755669 [ 3 ] {} <Debug> HTTP-Session: 57ac067c-1cb6-4887-ba83-526aab234c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1280 | 2023.12.08 16:14:26.755889 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1281 | 2023.12.08 16:14:26.756592 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1282 | 2023.12.08 16:14:26.756777 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1283 | 2023.12.08 16:14:26.756828 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1284 | 2023.12.08 16:14:26.756995 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1285 | 2023.12.08 16:14:26.757105 [ 186 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1286 | 2023.12.08 16:14:26.757119 [ 187 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1287 | 2023.12.08 16:14:26.757227 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1288 | 2023.12.08 16:14:26.757309 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1289 | 2023.12.08 16:14:26.759193 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.0032531 sec., 3381 rows/sec., 463.80 KiB/sec. | ||
1290 | 2023.12.08 16:14:26.759466 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> DynamicQueryHandler: Done processing query | ||
1291 | 2023.12.08 16:14:26.759491 [ 3 ] {d8a6d4fa-04c6-4d4f-b9f5-0a87c6b61eaa} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1292 | 2023.12.08 16:14:26.759508 [ 3 ] {} <Debug> HTTP-Session: 57ac067c-1cb6-4887-ba83-526aab234c1f Destroying unnamed session | ||
1293 | 2023.12.08 16:14:26.759731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1294 | 2023.12.08 16:14:26.759775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1295 | 2023.12.08 16:14:26.759795 [ 3 ] {} <Debug> HTTP-Session: f27a5857-deff-42b1-a90a-d19f5b4ba242 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1296 | 2023.12.08 16:14:26.759813 [ 3 ] {} <Debug> HTTP-Session: f27a5857-deff-42b1-a90a-d19f5b4ba242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1297 | 2023.12.08 16:14:26.759938 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1298 | 2023.12.08 16:14:26.760432 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1299 | 2023.12.08 16:14:26.760608 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1300 | 2023.12.08 16:14:26.760650 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1301 | 2023.12.08 16:14:26.760793 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1302 | 2023.12.08 16:14:26.760866 [ 186 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1303 | 2023.12.08 16:14:26.760886 [ 188 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1304 | 2023.12.08 16:14:26.760985 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1305 | 2023.12.08 16:14:26.761044 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1306 | 2023.12.08 16:14:26.762549 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002574984 sec., 4271 rows/sec., 585.94 KiB/sec. | ||
1307 | 2023.12.08 16:14:26.762797 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> DynamicQueryHandler: Done processing query | ||
1308 | 2023.12.08 16:14:26.762819 [ 3 ] {433dbbfa-4c06-4d28-b2ba-daa79f522a18} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1309 | 2023.12.08 16:14:26.762835 [ 3 ] {} <Debug> HTTP-Session: f27a5857-deff-42b1-a90a-d19f5b4ba242 Destroying unnamed session | ||
1310 | 2023.12.08 16:14:26.763201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1311 | 2023.12.08 16:14:26.763244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1312 | 2023.12.08 16:14:26.763263 [ 3 ] {} <Debug> HTTP-Session: d850f08c-efb2-4812-a99a-8e17759b8be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1313 | 2023.12.08 16:14:26.763280 [ 3 ] {} <Debug> HTTP-Session: d850f08c-efb2-4812-a99a-8e17759b8be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1314 | 2023.12.08 16:14:26.763405 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1315 | 2023.12.08 16:14:26.763904 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1316 | 2023.12.08 16:14:26.764078 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1317 | 2023.12.08 16:14:26.764119 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1318 | 2023.12.08 16:14:26.764262 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1319 | 2023.12.08 16:14:26.764320 [ 186 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1320 | 2023.12.08 16:14:26.764336 [ 188 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1321 | 2023.12.08 16:14:26.764419 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1322 | 2023.12.08 16:14:26.764478 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1323 | 2023.12.08 16:14:26.766047 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002603024 sec., 4225 rows/sec., 579.63 KiB/sec. | ||
1324 | 2023.12.08 16:14:26.766303 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2023.12.08 16:14:26.766326 [ 3 ] {d3104c50-6bba-47d9-9c0d-df07e3789d05} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1326 | 2023.12.08 16:14:26.766344 [ 3 ] {} <Debug> HTTP-Session: d850f08c-efb2-4812-a99a-8e17759b8be6 Destroying unnamed session | ||
1327 | 2023.12.08 16:14:26.766547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2023.12.08 16:14:26.766591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1329 | 2023.12.08 16:14:26.766609 [ 3 ] {} <Debug> HTTP-Session: ca059985-621c-418c-8fa1-d17a1d096712 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1330 | 2023.12.08 16:14:26.766626 [ 3 ] {} <Debug> HTTP-Session: ca059985-621c-418c-8fa1-d17a1d096712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2023.12.08 16:14:26.766752 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1332 | 2023.12.08 16:14:26.767254 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1333 | 2023.12.08 16:14:26.767434 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1334 | 2023.12.08 16:14:26.767476 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1335 | 2023.12.08 16:14:26.767622 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1336 | 2023.12.08 16:14:26.767691 [ 186 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1337 | 2023.12.08 16:14:26.767709 [ 188 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1338 | 2023.12.08 16:14:26.767793 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1339 | 2023.12.08 16:14:26.767853 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1340 | 2023.12.08 16:14:26.769489 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002696316 sec., 4079 rows/sec., 559.57 KiB/sec. | ||
1341 | 2023.12.08 16:14:26.769773 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> DynamicQueryHandler: Done processing query | ||
1342 | 2023.12.08 16:14:26.769804 [ 3 ] {c20650ea-30b4-4d5f-86d5-a7091a64a99c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1343 | 2023.12.08 16:14:26.769823 [ 3 ] {} <Debug> HTTP-Session: ca059985-621c-418c-8fa1-d17a1d096712 Destroying unnamed session | ||
1344 | 2023.12.08 16:14:26.770078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1345 | 2023.12.08 16:14:26.770131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1346 | 2023.12.08 16:14:26.770153 [ 3 ] {} <Debug> HTTP-Session: d6eac4d5-f49f-4bd5-81e6-5d504a7be341 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1347 | 2023.12.08 16:14:26.770174 [ 3 ] {} <Debug> HTTP-Session: d6eac4d5-f49f-4bd5-81e6-5d504a7be341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2023.12.08 16:14:26.770330 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1349 | 2023.12.08 16:14:26.770924 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1350 | 2023.12.08 16:14:26.771112 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1351 | 2023.12.08 16:14:26.771154 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1352 | 2023.12.08 16:14:26.771304 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1353 | 2023.12.08 16:14:26.771391 [ 188 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1354 | 2023.12.08 16:14:26.771396 [ 186 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1355 | 2023.12.08 16:14:26.771495 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1356 | 2023.12.08 16:14:26.771548 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1357 | 2023.12.08 16:14:26.773027 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002650986 sec., 4149 rows/sec., 569.14 KiB/sec. | ||
1358 | 2023.12.08 16:14:26.773268 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> DynamicQueryHandler: Done processing query | ||
1359 | 2023.12.08 16:14:26.773292 [ 3 ] {c145fb8b-ea1a-48cc-b10d-694b87d41f0f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1360 | 2023.12.08 16:14:26.773308 [ 3 ] {} <Debug> HTTP-Session: d6eac4d5-f49f-4bd5-81e6-5d504a7be341 Destroying unnamed session | ||
1361 | 2023.12.08 16:14:26.773533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1362 | 2023.12.08 16:14:26.773582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1363 | 2023.12.08 16:14:26.773601 [ 3 ] {} <Debug> HTTP-Session: 2168deab-6414-4e0a-9dbb-3fe658126b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1364 | 2023.12.08 16:14:26.773617 [ 3 ] {} <Debug> HTTP-Session: 2168deab-6414-4e0a-9dbb-3fe658126b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1365 | 2023.12.08 16:14:26.773744 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1366 | 2023.12.08 16:14:26.774253 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1367 | 2023.12.08 16:14:26.774438 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1368 | 2023.12.08 16:14:26.774479 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1369 | 2023.12.08 16:14:26.774628 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1370 | 2023.12.08 16:14:26.774680 [ 186 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1371 | 2023.12.08 16:14:26.774699 [ 188 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1372 | 2023.12.08 16:14:26.774780 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1373 | 2023.12.08 16:14:26.774841 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1374 | 2023.12.08 16:14:26.775985 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002203214 sec., 4992 rows/sec., 684.81 KiB/sec. | ||
1375 | 2023.12.08 16:14:26.776207 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> DynamicQueryHandler: Done processing query | ||
1376 | 2023.12.08 16:14:26.776232 [ 3 ] {764d4309-8936-4fc6-8726-b3ba17fae10f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1377 | 2023.12.08 16:14:26.776248 [ 3 ] {} <Debug> HTTP-Session: 2168deab-6414-4e0a-9dbb-3fe658126b56 Destroying unnamed session | ||
1378 | 2023.12.08 16:14:26.776484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1379 | 2023.12.08 16:14:26.776529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1380 | 2023.12.08 16:14:26.776547 [ 3 ] {} <Debug> HTTP-Session: ac0f8247-d464-4e61-92a2-8484f3994ee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1381 | 2023.12.08 16:14:26.776563 [ 3 ] {} <Debug> HTTP-Session: ac0f8247-d464-4e61-92a2-8484f3994ee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1382 | 2023.12.08 16:14:26.776711 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1383 | 2023.12.08 16:14:26.777228 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1384 | 2023.12.08 16:14:26.777413 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1385 | 2023.12.08 16:14:26.777454 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1386 | 2023.12.08 16:14:26.777601 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1387 | 2023.12.08 16:14:26.777676 [ 188 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1388 | 2023.12.08 16:14:26.777693 [ 193 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1389 | 2023.12.08 16:14:26.777788 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1390 | 2023.12.08 16:14:26.777848 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1391 | 2023.12.08 16:14:26.779357 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002605675 sec., 4221 rows/sec., 579.04 KiB/sec. | ||
1392 | 2023.12.08 16:14:26.779612 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> DynamicQueryHandler: Done processing query | ||
1393 | 2023.12.08 16:14:26.779641 [ 3 ] {f7de63df-adf8-42a0-8a86-76bb094fe876} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1394 | 2023.12.08 16:14:26.779661 [ 3 ] {} <Debug> HTTP-Session: ac0f8247-d464-4e61-92a2-8484f3994ee4 Destroying unnamed session | ||
1395 | 2023.12.08 16:14:26.779926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1396 | 2023.12.08 16:14:26.779979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1397 | 2023.12.08 16:14:26.780001 [ 3 ] {} <Debug> HTTP-Session: b00b8d6f-50fe-48cc-a18d-e3a857509204 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1398 | 2023.12.08 16:14:26.780021 [ 3 ] {} <Debug> HTTP-Session: b00b8d6f-50fe-48cc-a18d-e3a857509204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2023.12.08 16:14:26.780180 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1400 | 2023.12.08 16:14:26.780753 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1401 | 2023.12.08 16:14:26.780938 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1402 | 2023.12.08 16:14:26.780979 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1403 | 2023.12.08 16:14:26.781127 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1404 | 2023.12.08 16:14:26.781185 [ 188 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1405 | 2023.12.08 16:14:26.781202 [ 192 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1406 | 2023.12.08 16:14:26.781280 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1407 | 2023.12.08 16:14:26.781340 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1408 | 2023.12.08 16:14:26.782796 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002571804 sec., 4277 rows/sec., 586.67 KiB/sec. | ||
1409 | 2023.12.08 16:14:26.783034 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> DynamicQueryHandler: Done processing query | ||
1410 | 2023.12.08 16:14:26.783057 [ 3 ] {64d43010-e4e2-402d-b85b-a75a9a27eb40} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1411 | 2023.12.08 16:14:26.783073 [ 3 ] {} <Debug> HTTP-Session: b00b8d6f-50fe-48cc-a18d-e3a857509204 Destroying unnamed session | ||
1412 | 2023.12.08 16:14:26.783305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1413 | 2023.12.08 16:14:26.783350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1414 | 2023.12.08 16:14:26.783368 [ 3 ] {} <Debug> HTTP-Session: 29674ab4-5ed9-4395-be85-a69f2c041755 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1415 | 2023.12.08 16:14:26.783384 [ 3 ] {} <Debug> HTTP-Session: 29674ab4-5ed9-4395-be85-a69f2c041755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1416 | 2023.12.08 16:14:26.783515 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1417 | 2023.12.08 16:14:26.784039 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1418 | 2023.12.08 16:14:26.784227 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1419 | 2023.12.08 16:14:26.784268 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1420 | 2023.12.08 16:14:26.784417 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1421 | 2023.12.08 16:14:26.784472 [ 188 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1422 | 2023.12.08 16:14:26.784490 [ 187 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1423 | 2023.12.08 16:14:26.784575 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1424 | 2023.12.08 16:14:26.784635 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1425 | 2023.12.08 16:14:26.786313 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002757798 sec., 3988 rows/sec., 547.10 KiB/sec. | ||
1426 | 2023.12.08 16:14:26.786569 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> DynamicQueryHandler: Done processing query | ||
1427 | 2023.12.08 16:14:26.786598 [ 3 ] {4b72f831-597c-4b4e-9a4f-49791ab9cfec} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1428 | 2023.12.08 16:14:26.786617 [ 3 ] {} <Debug> HTTP-Session: 29674ab4-5ed9-4395-be85-a69f2c041755 Destroying unnamed session | ||
1429 | 2023.12.08 16:14:26.786874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1430 | 2023.12.08 16:14:26.786926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1431 | 2023.12.08 16:14:26.786948 [ 3 ] {} <Debug> HTTP-Session: 0df5515a-f52a-4ef3-8a3d-878f72a83f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1432 | 2023.12.08 16:14:26.786968 [ 3 ] {} <Debug> HTTP-Session: 0df5515a-f52a-4ef3-8a3d-878f72a83f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1433 | 2023.12.08 16:14:26.787129 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1434 | 2023.12.08 16:14:26.787721 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1435 | 2023.12.08 16:14:26.787909 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1436 | 2023.12.08 16:14:26.787951 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1437 | 2023.12.08 16:14:26.788099 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1438 | 2023.12.08 16:14:26.788179 [ 188 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1439 | 2023.12.08 16:14:26.788188 [ 186 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1440 | 2023.12.08 16:14:26.788273 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1441 | 2023.12.08 16:14:26.788325 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1442 | 2023.12.08 16:14:26.789629 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002454321 sec., 4481 rows/sec., 614.75 KiB/sec. | ||
1443 | 2023.12.08 16:14:26.789846 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> DynamicQueryHandler: Done processing query | ||
1444 | 2023.12.08 16:14:26.789871 [ 3 ] {faacf7d5-4291-4bd0-ab80-62f943a1a566} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1445 | 2023.12.08 16:14:26.789887 [ 3 ] {} <Debug> HTTP-Session: 0df5515a-f52a-4ef3-8a3d-878f72a83f2d Destroying unnamed session | ||
1446 | 2023.12.08 16:14:26.790104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1447 | 2023.12.08 16:14:26.790149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1448 | 2023.12.08 16:14:26.790167 [ 3 ] {} <Debug> HTTP-Session: 20b5ea05-a691-4d47-a7a7-e70aee628945 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1449 | 2023.12.08 16:14:26.790184 [ 3 ] {} <Debug> HTTP-Session: 20b5ea05-a691-4d47-a7a7-e70aee628945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1450 | 2023.12.08 16:14:26.790315 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1451 | 2023.12.08 16:14:26.790846 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1452 | 2023.12.08 16:14:26.791035 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1453 | 2023.12.08 16:14:26.791076 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1454 | 2023.12.08 16:14:26.791223 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1455 | 2023.12.08 16:14:26.791300 [ 192 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1456 | 2023.12.08 16:14:26.791302 [ 187 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1457 | 2023.12.08 16:14:26.791385 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1458 | 2023.12.08 16:14:26.791444 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1459 | 2023.12.08 16:14:26.793019 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002665886 sec., 4126 rows/sec., 565.96 KiB/sec. | ||
1460 | 2023.12.08 16:14:26.793262 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> DynamicQueryHandler: Done processing query | ||
1461 | 2023.12.08 16:14:26.793286 [ 3 ] {49849196-e4e5-42a9-861b-74fcfa734f29} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1462 | 2023.12.08 16:14:26.793302 [ 3 ] {} <Debug> HTTP-Session: 20b5ea05-a691-4d47-a7a7-e70aee628945 Destroying unnamed session | ||
1463 | 2023.12.08 16:14:26.793623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1464 | 2023.12.08 16:14:26.793670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1465 | 2023.12.08 16:14:26.793688 [ 3 ] {} <Debug> HTTP-Session: 4d9a3ea8-a713-418f-937b-a58c7d0f4a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1466 | 2023.12.08 16:14:26.793704 [ 3 ] {} <Debug> HTTP-Session: 4d9a3ea8-a713-418f-937b-a58c7d0f4a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1467 | 2023.12.08 16:14:26.793838 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'instance_uuid:reset', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1468 | 2023.12.08 16:14:26.794381 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1469 | 2023.12.08 16:14:26.794574 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1470 | 2023.12.08 16:14:26.794615 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1471 | 2023.12.08 16:14:26.794762 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1472 | 2023.12.08 16:14:26.794837 [ 188 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1473 | 2023.12.08 16:14:26.794848 [ 191 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1474 | 2023.12.08 16:14:26.794933 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1475 | 2023.12.08 16:14:26.794986 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
1476 | 2023.12.08 16:14:26.796531 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Information> executeQuery: Read 11 rows, 1.51 KiB in 0.002654506 sec., 4143 rows/sec., 568.39 KiB/sec. | ||
1477 | 2023.12.08 16:14:26.796782 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> DynamicQueryHandler: Done processing query | ||
1478 | 2023.12.08 16:14:26.796807 [ 3 ] {d5f2c2b3-5cfb-45a6-b504-24bac28f46de} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1479 | 2023.12.08 16:14:26.796822 [ 3 ] {} <Debug> HTTP-Session: 4d9a3ea8-a713-418f-937b-a58c7d0f4a09 Destroying unnamed session | ||
1480 | 2023.12.08 16:14:26.799640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 2671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1481 | 2023.12.08 16:14:26.799694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1482 | 2023.12.08 16:14:26.799716 [ 3 ] {} <Debug> HTTP-Session: 1c515958-6fdc-4c11-b352-72fd06f78873 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1483 | 2023.12.08 16:14:26.799736 [ 3 ] {} <Debug> HTTP-Session: 1c515958-6fdc-4c11-b352-72fd06f78873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1484 | 2023.12.08 16:14:26.799831 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1485 | 2023.12.08 16:14:26.799879 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1486 | 2023.12.08 16:14:26.800082 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1487 | 2023.12.08 16:14:26.800475 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1488 | 2023.12.08 16:14:26.800775 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1489 | 2023.12.08 16:14:26.800936 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Trace> oximeter.timeseries_schema (13d1134e-1b5a-4dd9-9e5e-62d8cd1fb4ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1490 | 2023.12.08 16:14:26.801049 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Information> executeQuery: Read 12 rows, 1.21 KiB in 0.00118493 sec., 10127 rows/sec., 1022.77 KiB/sec. | ||
1491 | 2023.12.08 16:14:26.801176 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Debug> DynamicQueryHandler: Done processing query | ||
1492 | 2023.12.08 16:14:26.801199 [ 3 ] {441242f4-5366-4672-aabb-386d7c9b8f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1493 | 2023.12.08 16:14:26.801215 [ 3 ] {} <Debug> HTTP-Session: 1c515958-6fdc-4c11-b352-72fd06f78873 Destroying unnamed session | ||
1494 | 2023.12.08 16:14:26.801363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 5645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1495 | 2023.12.08 16:14:26.801408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1496 | 2023.12.08 16:14:26.801427 [ 3 ] {} <Debug> HTTP-Session: b24b2499-82dc-4239-999e-e57415c15026 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1497 | 2023.12.08 16:14:26.801443 [ 3 ] {} <Debug> HTTP-Session: b24b2499-82dc-4239-999e-e57415c15026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1498 | 2023.12.08 16:14:26.801516 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1499 | 2023.12.08 16:14:26.801554 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1500 | 2023.12.08 16:14:26.801660 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1501 | 2023.12.08 16:14:26.801970 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1502 | 2023.12.08 16:14:26.802177 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1503 | 2023.12.08 16:14:26.802388 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1504 | 2023.12.08 16:14:26.802488 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Information> executeQuery: Read 39 rows, 3.16 KiB in 0.000945833 sec., 41233 rows/sec., 3.26 MiB/sec. | ||
1505 | 2023.12.08 16:14:26.802602 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Debug> DynamicQueryHandler: Done processing query | ||
1506 | 2023.12.08 16:14:26.802626 [ 3 ] {79731d8c-02f3-4d7b-affd-c5ac3cc379fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1507 | 2023.12.08 16:14:26.802641 [ 3 ] {} <Debug> HTTP-Session: b24b2499-82dc-4239-999e-e57415c15026 Destroying unnamed session | ||
1508 | 2023.12.08 16:14:26.802743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1509 | 2023.12.08 16:14:26.802788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1510 | 2023.12.08 16:14:26.802806 [ 3 ] {} <Debug> HTTP-Session: badf50e0-3f02-4915-a0c7-dce1c2ce72e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1511 | 2023.12.08 16:14:26.802822 [ 3 ] {} <Debug> HTTP-Session: badf50e0-3f02-4915-a0c7-dce1c2ce72e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2023.12.08 16:14:26.802890 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1513 | 2023.12.08 16:14:26.802928 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1514 | 2023.12.08 16:14:26.803063 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1515 | 2023.12.08 16:14:26.803328 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1516 | 2023.12.08 16:14:26.803535 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1517 | 2023.12.08 16:14:26.803681 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Trace> oximeter.fields_ipaddr (1fb2fd15-b03a-406e-9d5a-b73ee3510251): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1518 | 2023.12.08 16:14:26.803772 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000856011 sec., 2336 rows/sec., 199.65 KiB/sec. | ||
1519 | 2023.12.08 16:14:26.803885 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Debug> DynamicQueryHandler: Done processing query | ||
1520 | 2023.12.08 16:14:26.803908 [ 3 ] {e2bf0887-ba56-4d1f-b741-81d7c73c6673} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1521 | 2023.12.08 16:14:26.803922 [ 3 ] {} <Debug> HTTP-Session: badf50e0-3f02-4915-a0c7-dce1c2ce72e8 Destroying unnamed session | ||
1522 | 2023.12.08 16:14:26.804067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 24255, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1523 | 2023.12.08 16:14:26.804112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1524 | 2023.12.08 16:14:26.804130 [ 3 ] {} <Debug> HTTP-Session: 7d6044f2-022d-410b-b24e-43087175e39f Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1525 | 2023.12.08 16:14:26.804146 [ 3 ] {} <Debug> HTTP-Session: 7d6044f2-022d-410b-b24e-43087175e39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2023.12.08 16:14:26.804219 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1527 | 2023.12.08 16:14:26.804256 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1528 | 2023.12.08 16:14:26.804355 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1529 | 2023.12.08 16:14:26.804724 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1530 | 2023.12.08 16:14:26.804936 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1531 | 2023.12.08 16:14:26.805079 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1532 | 2023.12.08 16:14:26.805180 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Information> executeQuery: Read 154 rows, 14.85 KiB in 0.000932783 sec., 165097 rows/sec., 15.54 MiB/sec. | ||
1533 | 2023.12.08 16:14:26.805301 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Debug> DynamicQueryHandler: Done processing query | ||
1534 | 2023.12.08 16:14:26.805324 [ 3 ] {c260ebcb-eada-4cb5-be31-d5459a48f1c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1535 | 2023.12.08 16:14:26.805339 [ 3 ] {} <Debug> HTTP-Session: 7d6044f2-022d-410b-b24e-43087175e39f Destroying unnamed session | ||
1536 | 2023.12.08 16:14:26.805443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1537 | 2023.12.08 16:14:26.805487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1538 | 2023.12.08 16:14:26.805505 [ 3 ] {} <Debug> HTTP-Session: bf796544-fe0a-4f7e-a780-a602ee3ff785 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1539 | 2023.12.08 16:14:26.805522 [ 3 ] {} <Debug> HTTP-Session: bf796544-fe0a-4f7e-a780-a602ee3ff785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2023.12.08 16:14:26.805590 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1541 | 2023.12.08 16:14:26.805627 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1542 | 2023.12.08 16:14:26.805727 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1543 | 2023.12.08 16:14:26.806042 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1544 | 2023.12.08 16:14:26.806252 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1545 | 2023.12.08 16:14:26.806394 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Trace> oximeter.fields_u16 (2ac98012-f70b-425f-8952-ec59d364cc6a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1546 | 2023.12.08 16:14:26.806486 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000869731 sec., 2299 rows/sec., 160.57 KiB/sec. | ||
1547 | 2023.12.08 16:14:26.806605 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Debug> DynamicQueryHandler: Done processing query | ||
1548 | 2023.12.08 16:14:26.806627 [ 3 ] {339374a5-fba9-4788-846f-8bfb03ced75e} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1549 | 2023.12.08 16:14:26.806642 [ 3 ] {} <Debug> HTTP-Session: bf796544-fe0a-4f7e-a780-a602ee3ff785 Destroying unnamed session | ||
1550 | 2023.12.08 16:14:26.806765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 12893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1551 | 2023.12.08 16:14:26.806809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1552 | 2023.12.08 16:14:26.806827 [ 3 ] {} <Debug> HTTP-Session: 42786bc8-5f57-4841-9374-289a9a8b372f Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1553 | 2023.12.08 16:14:26.806843 [ 3 ] {} <Debug> HTTP-Session: 42786bc8-5f57-4841-9374-289a9a8b372f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2023.12.08 16:14:26.806914 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1555 | 2023.12.08 16:14:26.806951 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1556 | 2023.12.08 16:14:26.807049 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1557 | 2023.12.08 16:14:26.807358 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1558 | 2023.12.08 16:14:26.807566 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1559 | 2023.12.08 16:14:26.807729 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1560 | 2023.12.08 16:14:26.807828 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Information> executeQuery: Read 76 rows, 6.05 KiB in 0.000887992 sec., 85586 rows/sec., 6.66 MiB/sec. | ||
1561 | 2023.12.08 16:14:26.807938 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Debug> DynamicQueryHandler: Done processing query | ||
1562 | 2023.12.08 16:14:26.807960 [ 3 ] {0f9c2bd2-c58a-47cb-a0a9-b91d555cff01} <Debug> MemoryTracker: Peak memory usage (for query): 4.15 MiB. | ||
1563 | 2023.12.08 16:14:26.807975 [ 3 ] {} <Debug> HTTP-Session: 42786bc8-5f57-4841-9374-289a9a8b372f Destroying unnamed session | ||
1564 | 2023.12.08 16:14:26.808083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 2130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1565 | 2023.12.08 16:14:26.808127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1566 | 2023.12.08 16:14:26.808144 [ 3 ] {} <Debug> HTTP-Session: f0abb4ee-0f92-48be-9764-943b67b58595 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1567 | 2023.12.08 16:14:26.808160 [ 3 ] {} <Debug> HTTP-Session: f0abb4ee-0f92-48be-9764-943b67b58595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2023.12.08 16:14:26.808228 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1569 | 2023.12.08 16:14:26.808269 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1570 | 2023.12.08 16:14:26.808381 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1571 | 2023.12.08 16:14:26.808661 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1572 | 2023.12.08 16:14:26.808915 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1573 | 2023.12.08 16:14:26.809087 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Trace> oximeter.measurements_cumulativei64 (4e1303fc-bf40-4cc8-9776-ccb0c2f057a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0. | ||
1574 | 2023.12.08 16:14:26.809183 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Information> executeQuery: Read 11 rows, 754.00 B in 0.000927313 sec., 11862 rows/sec., 794.04 KiB/sec. | ||
1575 | 2023.12.08 16:14:26.809285 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Debug> DynamicQueryHandler: Done processing query | ||
1576 | 2023.12.08 16:14:26.809307 [ 3 ] {2bfd9b20-bcd4-4f43-93cb-e1bcb78688ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1577 | 2023.12.08 16:14:26.809322 [ 3 ] {} <Debug> HTTP-Session: f0abb4ee-0f92-48be-9764-943b67b58595 Destroying unnamed session | ||
1578 | 2023.12.08 16:14:26.809428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 7184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1579 | 2023.12.08 16:14:26.809470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1580 | 2023.12.08 16:14:26.809488 [ 3 ] {} <Debug> HTTP-Session: ce684176-d5d3-4030-8b2d-000e07921bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1581 | 2023.12.08 16:14:26.809503 [ 3 ] {} <Debug> HTTP-Session: ce684176-d5d3-4030-8b2d-000e07921bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2023.12.08 16:14:26.809573 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1583 | 2023.12.08 16:14:26.809613 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1584 | 2023.12.08 16:14:26.809722 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1585 | 2023.12.08 16:14:26.809988 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1586 | 2023.12.08 16:14:26.810234 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1587 | 2023.12.08 16:14:26.810400 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Trace> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1588 | 2023.12.08 16:14:26.810499 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000897142 sec., 41242 rows/sec., 2.91 MiB/sec. | ||
1589 | 2023.12.08 16:14:26.810613 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Debug> DynamicQueryHandler: Done processing query | ||
1590 | 2023.12.08 16:14:26.810636 [ 3 ] {1d977317-89a4-45a5-8956-8eee2ca6e32c} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1591 | 2023.12.08 16:14:26.810651 [ 3 ] {} <Debug> HTTP-Session: ce684176-d5d3-4030-8b2d-000e07921bcc Destroying unnamed session | ||
1592 | 2023.12.08 16:14:26.810782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 41735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1593 | 2023.12.08 16:14:26.810825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1594 | 2023.12.08 16:14:26.810844 [ 3 ] {} <Debug> HTTP-Session: e91418bc-de7e-451d-ab41-3400cfed7820 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1595 | 2023.12.08 16:14:26.810859 [ 3 ] {} <Debug> HTTP-Session: e91418bc-de7e-451d-ab41-3400cfed7820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2023.12.08 16:14:26.810934 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1597 | 2023.12.08 16:14:26.810976 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1598 | 2023.12.08 16:14:26.811101 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1599 | 2023.12.08 16:14:26.811525 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.50 GiB. | ||
1600 | 2023.12.08 16:14:26.811815 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1601 | 2023.12.08 16:14:26.811987 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0. | ||
1602 | 2023.12.08 16:14:26.812094 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Information> executeQuery: Read 39 rows, 53.89 KiB in 0.001130828 sec., 34488 rows/sec., 46.54 MiB/sec. | ||
1603 | 2023.12.08 16:14:26.812200 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Debug> DynamicQueryHandler: Done processing query | ||
1604 | 2023.12.08 16:14:26.812222 [ 3 ] {46980f42-4505-43ac-95bd-0e45cfeea0d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1605 | 2023.12.08 16:14:26.812237 [ 3 ] {} <Debug> HTTP-Session: e91418bc-de7e-451d-ab41-3400cfed7820 Destroying unnamed session | ||
1606 | 2023.12.08 16:14:27.000158 [ 180 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.13 MiB, peak 237.38 MiB, will set to 230.54 MiB (RSS), difference: -1.58 MiB | ||
1607 | 2023.12.08 16:14:36.755985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 6076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1608 | 2023.12.08 16:14:36.756103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1609 | 2023.12.08 16:14:36.756129 [ 3 ] {} <Debug> HTTP-Session: 80e6bd6f-f4e9-40c5-b868-d0fdf2112c84 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1610 | 2023.12.08 16:14:36.756153 [ 3 ] {} <Debug> HTTP-Session: 80e6bd6f-f4e9-40c5-b868-d0fdf2112c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2023.12.08 16:14:36.756279 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1612 | 2023.12.08 16:14:36.756338 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1613 | 2023.12.08 16:14:36.756496 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1614 | 2023.12.08 16:14:36.756900 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1615 | 2023.12.08 16:14:36.757165 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1616 | 2023.12.08 16:14:36.757324 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1617 | 2023.12.08 16:14:36.757438 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Information> executeQuery: Read 42 rows, 3.40 KiB in 0.001127038 sec., 37265 rows/sec., 2.95 MiB/sec. | ||
1618 | 2023.12.08 16:14:36.757507 [ 152 ] {} <Debug> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1619 | 2023.12.08 16:14:36.757625 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Debug> DynamicQueryHandler: Done processing query | ||
1620 | 2023.12.08 16:14:36.757649 [ 152 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1621 | 2023.12.08 16:14:36.757668 [ 3 ] {95497441-09d0-41cd-be3b-bf92dff3793a} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1622 | 2023.12.08 16:14:36.757708 [ 3 ] {} <Debug> HTTP-Session: 80e6bd6f-f4e9-40c5-b868-d0fdf2112c84 Destroying unnamed session | ||
1623 | 2023.12.08 16:14:36.757850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1624 | 2023.12.08 16:14:36.757903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1625 | 2023.12.08 16:14:36.757910 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1626 | 2023.12.08 16:14:36.757946 [ 3 ] {} <Debug> HTTP-Session: de5ab56e-8494-47af-833d-5f4a841f1f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1627 | 2023.12.08 16:14:36.758020 [ 3 ] {} <Debug> HTTP-Session: de5ab56e-8494-47af-833d-5f4a841f1f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2023.12.08 16:14:36.758096 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1629 | 2023.12.08 16:14:36.758147 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1630 | 2023.12.08 16:14:36.758407 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1631 | 2023.12.08 16:14:36.758490 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1632 | 2023.12.08 16:14:36.758590 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
1633 | 2023.12.08 16:14:36.759061 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 39 rows starting from the beginning of the part | ||
1634 | 2023.12.08 16:14:36.759113 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1635 | 2023.12.08 16:14:36.759232 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 39 rows starting from the beginning of the part | ||
1636 | 2023.12.08 16:14:36.759371 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 39 rows starting from the beginning of the part | ||
1637 | 2023.12.08 16:14:36.759527 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1638 | 2023.12.08 16:14:36.759559 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 39 rows starting from the beginning of the part | ||
1639 | 2023.12.08 16:14:36.759670 [ 19 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
1640 | 2023.12.08 16:14:36.759814 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Trace> oximeter.fields_ipaddr (1fb2fd15-b03a-406e-9d5a-b73ee3510251): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1641 | 2023.12.08 16:14:36.760001 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Information> executeQuery: Read 2 rows, 175.00 B in 0.001866336 sec., 1071 rows/sec., 91.57 KiB/sec. | ||
1642 | 2023.12.08 16:14:36.760198 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Debug> DynamicQueryHandler: Done processing query | ||
1643 | 2023.12.08 16:14:36.760234 [ 3 ] {1e817e74-5aec-42c0-9721-fbe9521377db} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1644 | 2023.12.08 16:14:36.760271 [ 3 ] {} <Debug> HTTP-Session: de5ab56e-8494-47af-833d-5f4a841f1f0a Destroying unnamed session | ||
1645 | 2023.12.08 16:14:36.760586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 20323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1646 | 2023.12.08 16:14:36.760705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1647 | 2023.12.08 16:14:36.760774 [ 3 ] {} <Debug> HTTP-Session: 2908b2c4-4581-4286-8f82-2e42986dadce Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1648 | 2023.12.08 16:14:36.760825 [ 3 ] {} <Debug> HTTP-Session: 2908b2c4-4581-4286-8f82-2e42986dadce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2023.12.08 16:14:36.760882 [ 14 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 4 columns (4 merged, 0 gathered) in 0.003112737 sec., 74211.2166880787 rows/sec., 5.87 MiB/sec. | ||
1650 | 2023.12.08 16:14:36.760927 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1651 | 2023.12.08 16:14:36.760998 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1652 | 2023.12.08 16:14:36.761121 [ 14 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1653 | 2023.12.08 16:14:36.761287 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1654 | 2023.12.08 16:14:36.761489 [ 14 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1655 | 2023.12.08 16:14:36.761638 [ 14 ] {afdfa322-baba-47bf-aeaa-2a8cdf4b80ce::all_1_6_1} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1656 | 2023.12.08 16:14:36.761837 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1657 | 2023.12.08 16:14:36.762062 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1658 | 2023.12.08 16:14:36.762213 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1659 | 2023.12.08 16:14:36.762334 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Information> executeQuery: Read 127 rows, 12.54 KiB in 0.001345144 sec., 94413 rows/sec., 9.11 MiB/sec. | ||
1660 | 2023.12.08 16:14:36.762332 [ 150 ] {} <Debug> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1661 | 2023.12.08 16:14:36.762421 [ 150 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1662 | 2023.12.08 16:14:36.762534 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1663 | 2023.12.08 16:14:36.762535 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Debug> DynamicQueryHandler: Done processing query | ||
1664 | 2023.12.08 16:14:36.762598 [ 3 ] {067ce0d8-127b-4f50-a75f-47af38595dde} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1665 | 2023.12.08 16:14:36.762647 [ 3 ] {} <Debug> HTTP-Session: 2908b2c4-4581-4286-8f82-2e42986dadce Destroying unnamed session | ||
1666 | 2023.12.08 16:14:36.762671 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1667 | 2023.12.08 16:14:36.762710 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part | ||
1668 | 2023.12.08 16:14:36.762810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1669 | 2023.12.08 16:14:36.762852 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 153 rows starting from the beginning of the part | ||
1670 | 2023.12.08 16:14:36.762895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1671 | 2023.12.08 16:14:36.762950 [ 3 ] {} <Debug> HTTP-Session: 67b261f2-76f4-4ecf-8e81-ed7be6035c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1672 | 2023.12.08 16:14:36.762995 [ 3 ] {} <Debug> HTTP-Session: 67b261f2-76f4-4ecf-8e81-ed7be6035c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2023.12.08 16:14:36.763062 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 117 rows starting from the beginning of the part | ||
1674 | 2023.12.08 16:14:36.763184 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1675 | 2023.12.08 16:14:36.763272 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 117 rows starting from the beginning of the part | ||
1676 | 2023.12.08 16:14:36.763283 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1677 | 2023.12.08 16:14:36.763550 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 154 rows starting from the beginning of the part | ||
1678 | 2023.12.08 16:14:36.763746 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1679 | 2023.12.08 16:14:36.763793 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 127 rows starting from the beginning of the part | ||
1680 | 2023.12.08 16:14:36.764356 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1681 | 2023.12.08 16:14:36.764813 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1682 | 2023.12.08 16:14:36.765041 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Trace> oximeter.fields_u16 (2ac98012-f70b-425f-8952-ec59d364cc6a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1683 | 2023.12.08 16:14:36.765326 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Information> executeQuery: Read 2 rows, 143.00 B in 0.002077991 sec., 962 rows/sec., 67.20 KiB/sec. | ||
1684 | 2023.12.08 16:14:36.765552 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003052985 sec., 251557.0826584474 rows/sec., 24.16 MiB/sec. | ||
1685 | 2023.12.08 16:14:36.765641 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Debug> DynamicQueryHandler: Done processing query | ||
1686 | 2023.12.08 16:14:36.765689 [ 3 ] {a2f012bf-a18f-44ef-968d-519780c65ee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1687 | 2023.12.08 16:14:36.765717 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1688 | 2023.12.08 16:14:36.765731 [ 3 ] {} <Debug> HTTP-Session: 67b261f2-76f4-4ecf-8e81-ed7be6035c58 Destroying unnamed session | ||
1689 | 2023.12.08 16:14:36.765899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 8532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1690 | 2023.12.08 16:14:36.765942 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1691 | 2023.12.08 16:14:36.765955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1692 | 2023.12.08 16:14:36.766000 [ 3 ] {} <Debug> HTTP-Session: bc40e845-e124-4ca5-948e-5d3ae6185273 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1693 | 2023.12.08 16:14:36.766020 [ 3 ] {} <Debug> HTTP-Session: bc40e845-e124-4ca5-948e-5d3ae6185273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2023.12.08 16:14:36.766041 [ 19 ] {c053bbac-90d3-43a5-a49b-289d6c257547::all_1_6_1} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1695 | 2023.12.08 16:14:36.766179 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1696 | 2023.12.08 16:14:36.766222 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1697 | 2023.12.08 16:14:36.766339 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1698 | 2023.12.08 16:14:36.766618 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1699 | 2023.12.08 16:14:36.766836 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1700 | 2023.12.08 16:14:36.766980 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1701 | 2023.12.08 16:14:36.767095 [ 150 ] {} <Debug> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1702 | 2023.12.08 16:14:36.767114 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Information> executeQuery: Read 50 rows, 4.01 KiB in 0.000896903 sec., 55747 rows/sec., 4.36 MiB/sec. | ||
1703 | 2023.12.08 16:14:36.767148 [ 150 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1704 | 2023.12.08 16:14:36.767302 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1705 | 2023.12.08 16:14:36.767341 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Debug> DynamicQueryHandler: Done processing query | ||
1706 | 2023.12.08 16:14:36.767382 [ 3 ] {ab2debd3-80e4-4b99-97b2-96ef62a3e559} <Debug> MemoryTracker: Peak memory usage (for query): 4.14 MiB. | ||
1707 | 2023.12.08 16:14:36.767427 [ 3 ] {} <Debug> HTTP-Session: bc40e845-e124-4ca5-948e-5d3ae6185273 Destroying unnamed session | ||
1708 | 2023.12.08 16:14:36.767458 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1709 | 2023.12.08 16:14:36.767502 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part | ||
1710 | 2023.12.08 16:14:36.767587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1711 | 2023.12.08 16:14:36.767680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1712 | 2023.12.08 16:14:36.767730 [ 3 ] {} <Debug> HTTP-Session: 31ae1aa4-de6b-4bcd-98c5-df33f3efc206 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1713 | 2023.12.08 16:14:36.767741 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 69 rows starting from the beginning of the part | ||
1714 | 2023.12.08 16:14:36.767759 [ 3 ] {} <Debug> HTTP-Session: 31ae1aa4-de6b-4bcd-98c5-df33f3efc206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2023.12.08 16:14:36.767960 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1716 | 2023.12.08 16:14:36.767976 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 39 rows starting from the beginning of the part | ||
1717 | 2023.12.08 16:14:36.768064 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1718 | 2023.12.08 16:14:36.768258 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 39 rows starting from the beginning of the part | ||
1719 | 2023.12.08 16:14:36.768576 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part | ||
1720 | 2023.12.08 16:14:36.768638 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1721 | 2023.12.08 16:14:36.768813 [ 10 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
1722 | 2023.12.08 16:14:36.769310 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1723 | 2023.12.08 16:14:36.769973 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1724 | 2023.12.08 16:14:36.770363 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Trace> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1725 | 2023.12.08 16:14:36.770398 [ 9 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 319 rows, containing 4 columns (4 merged, 0 gathered) in 0.003156859 sec., 101049.80931996011 rows/sec., 7.88 MiB/sec. | ||
1726 | 2023.12.08 16:14:36.770558 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Information> executeQuery: Read 1 rows, 72.00 B in 0.002557723 sec., 390 rows/sec., 27.49 KiB/sec. | ||
1727 | 2023.12.08 16:14:36.770741 [ 9 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1728 | 2023.12.08 16:14:36.770781 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Debug> DynamicQueryHandler: Done processing query | ||
1729 | 2023.12.08 16:14:36.770827 [ 3 ] {aa2e0770-0009-4d4a-83be-d98c4462e789} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1730 | 2023.12.08 16:14:36.770851 [ 3 ] {} <Debug> HTTP-Session: 31ae1aa4-de6b-4bcd-98c5-df33f3efc206 Destroying unnamed session | ||
1731 | 2023.12.08 16:14:36.771015 [ 9 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1732 | 2023.12.08 16:14:36.771061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 44941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1733 | 2023.12.08 16:14:36.771133 [ 9 ] {7297668b-3829-4ac8-9097-9c14c5f85e53::all_1_6_1} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1734 | 2023.12.08 16:14:36.771142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1735 | 2023.12.08 16:14:36.771186 [ 3 ] {} <Debug> HTTP-Session: def45e26-5edd-4312-a293-a5fbae0cf74d Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1736 | 2023.12.08 16:14:36.771240 [ 3 ] {} <Debug> HTTP-Session: def45e26-5edd-4312-a293-a5fbae0cf74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1737 | 2023.12.08 16:14:36.771336 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2023.12.08 16:14:36.771381 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1739 | 2023.12.08 16:14:36.771526 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2023.12.08 16:14:36.772019 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1741 | 2023.12.08 16:14:36.772327 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1742 | 2023.12.08 16:14:36.772506 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0. | ||
1743 | 2023.12.08 16:14:36.772622 [ 150 ] {} <Debug> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1744 | 2023.12.08 16:14:36.772640 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Information> executeQuery: Read 42 rows, 58.04 KiB in 0.001273782 sec., 32972 rows/sec., 44.49 MiB/sec. | ||
1745 | 2023.12.08 16:14:36.772672 [ 150 ] {} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1746 | 2023.12.08 16:14:36.772889 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact | ||
1747 | 2023.12.08 16:14:36.772928 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Debug> DynamicQueryHandler: Done processing query | ||
1748 | 2023.12.08 16:14:36.772976 [ 3 ] {0261c7b0-a253-4d7c-8b4b-a59090032ff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1749 | 2023.12.08 16:14:36.773012 [ 3 ] {} <Debug> HTTP-Session: def45e26-5edd-4312-a293-a5fbae0cf74d Destroying unnamed session | ||
1750 | 2023.12.08 16:14:36.773114 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1751 | 2023.12.08 16:14:36.773169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1752 | 2023.12.08 16:14:36.773208 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part | ||
1753 | 2023.12.08 16:14:36.773256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1754 | 2023.12.08 16:14:36.773332 [ 3 ] {} <Debug> HTTP-Session: 3f2bb0b1-1451-4cbd-b2ea-19b42ef5567b Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1755 | 2023.12.08 16:14:36.773373 [ 3 ] {} <Debug> HTTP-Session: 3f2bb0b1-1451-4cbd-b2ea-19b42ef5567b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2023.12.08 16:14:36.773607 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1757 | 2023.12.08 16:14:36.773642 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 39 rows starting from the beginning of the part | ||
1758 | 2023.12.08 16:14:36.773685 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1759 | 2023.12.08 16:14:36.774090 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 39 rows starting from the beginning of the part | ||
1760 | 2023.12.08 16:14:36.774209 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1761 | 2023.12.08 16:14:36.774407 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 39 rows starting from the beginning of the part | ||
1762 | 2023.12.08 16:14:36.774712 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 39 rows starting from the beginning of the part | ||
1763 | 2023.12.08 16:14:36.774931 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1764 | 2023.12.08 16:14:36.774971 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
1765 | 2023.12.08 16:14:36.775356 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1766 | 2023.12.08 16:14:36.775549 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Trace> oximeter.measurements_i64 (4130c8de-7fbe-4da5-8061-7440bb3f756a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1767 | 2023.12.08 16:14:36.775678 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Information> executeQuery: Read 6 rows, 434.00 B in 0.00201591 sec., 2976 rows/sec., 210.24 KiB/sec. | ||
1768 | 2023.12.08 16:14:36.775811 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Debug> DynamicQueryHandler: Done processing query | ||
1769 | 2023.12.08 16:14:36.775836 [ 3 ] {6870bdf4-5740-4d1c-8696-afb3aa9dd2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.10 MiB. | ||
1770 | 2023.12.08 16:14:36.775852 [ 3 ] {} <Debug> HTTP-Session: 3f2bb0b1-1451-4cbd-b2ea-19b42ef5567b Destroying unnamed session | ||
1771 | 2023.12.08 16:14:36.779127 [ 11 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 6 columns (6 merged, 0 gathered) in 0.006380318 sec., 36205.09197190485 rows/sec., 48.86 MiB/sec. | ||
1772 | 2023.12.08 16:14:36.779331 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1773 | 2023.12.08 16:14:36.779544 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1. | ||
1774 | 2023.12.08 16:14:36.779604 [ 10 ] {b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b) (MergerMutator): Merged 6 parts: from all_1_1_0 to all_6_6_0 | ||
1775 | 2023.12.08 16:14:36.779664 [ 10 ] {} <Debug> MemoryTracker: Peak memory usage to apply mutate/merge in b78ebfb6-6818-4f23-a0d8-11ba4ae5092b::all_1_6_1: 4.06 MiB. | ||
1776 | 2023.12.08 16:14:36.992483 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1777 | 2023.12.08 16:14:36.992549 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1778 | 2023.12.08 16:14:46.756160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 6363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2023.12.08 16:14:46.756290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1780 | 2023.12.08 16:14:46.756322 [ 3 ] {} <Debug> HTTP-Session: c9a5e72e-2af2-4649-9098-390f7e5de6af Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1781 | 2023.12.08 16:14:46.756351 [ 3 ] {} <Debug> HTTP-Session: c9a5e72e-2af2-4649-9098-390f7e5de6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2023.12.08 16:14:46.756482 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1783 | 2023.12.08 16:14:46.756546 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1784 | 2023.12.08 16:14:46.756708 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1785 | 2023.12.08 16:14:46.757123 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1786 | 2023.12.08 16:14:46.757399 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1787 | 2023.12.08 16:14:46.757576 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1788 | 2023.12.08 16:14:46.757717 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Information> executeQuery: Read 44 rows, 3.57 KiB in 0.00119795 sec., 36729 rows/sec., 2.91 MiB/sec. | ||
1789 | 2023.12.08 16:14:46.757872 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Debug> DynamicQueryHandler: Done processing query | ||
1790 | 2023.12.08 16:14:46.757898 [ 3 ] {f1480ce1-cf8f-4b9c-8f39-39e20248c08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1791 | 2023.12.08 16:14:46.757914 [ 3 ] {} <Debug> HTTP-Session: c9a5e72e-2af2-4649-9098-390f7e5de6af Destroying unnamed session | ||
1792 | 2023.12.08 16:14:46.758050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 21132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1793 | 2023.12.08 16:14:46.758100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1794 | 2023.12.08 16:14:46.758118 [ 3 ] {} <Debug> HTTP-Session: 0c1be98b-e644-47b4-a06d-da4441a94e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1795 | 2023.12.08 16:14:46.758136 [ 3 ] {} <Debug> HTTP-Session: 0c1be98b-e644-47b4-a06d-da4441a94e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2023.12.08 16:14:46.758221 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1797 | 2023.12.08 16:14:46.758262 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1798 | 2023.12.08 16:14:46.758369 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1799 | 2023.12.08 16:14:46.758746 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1800 | 2023.12.08 16:14:46.758977 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1801 | 2023.12.08 16:14:46.759132 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1802 | 2023.12.08 16:14:46.759253 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Information> executeQuery: Read 132 rows, 13.05 KiB in 0.001000695 sec., 131908 rows/sec., 12.73 MiB/sec. | ||
1803 | 2023.12.08 16:14:46.759414 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Debug> DynamicQueryHandler: Done processing query | ||
1804 | 2023.12.08 16:14:46.759439 [ 3 ] {9df47355-d7d8-4b5d-b52d-026b4ed8fe72} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1805 | 2023.12.08 16:14:46.759455 [ 3 ] {} <Debug> HTTP-Session: 0c1be98b-e644-47b4-a06d-da4441a94e40 Destroying unnamed session | ||
1806 | 2023.12.08 16:14:46.759621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 7508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1807 | 2023.12.08 16:14:46.759665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1808 | 2023.12.08 16:14:46.759684 [ 3 ] {} <Debug> HTTP-Session: adc1932c-1989-416b-b2db-cc0f28381ee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1809 | 2023.12.08 16:14:46.759700 [ 3 ] {} <Debug> HTTP-Session: adc1932c-1989-416b-b2db-cc0f28381ee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2023.12.08 16:14:46.759776 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1811 | 2023.12.08 16:14:46.759829 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1812 | 2023.12.08 16:14:46.759941 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1813 | 2023.12.08 16:14:46.760234 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1814 | 2023.12.08 16:14:46.760440 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1815 | 2023.12.08 16:14:46.760586 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1816 | 2023.12.08 16:14:46.760706 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Information> executeQuery: Read 44 rows, 3.52 KiB in 0.000892222 sec., 49315 rows/sec., 3.86 MiB/sec. | ||
1817 | 2023.12.08 16:14:46.760829 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Debug> DynamicQueryHandler: Done processing query | ||
1818 | 2023.12.08 16:14:46.760852 [ 3 ] {613038ca-0c71-42b5-adc8-cb41de4e1aeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1819 | 2023.12.08 16:14:46.760867 [ 3 ] {} <Debug> HTTP-Session: adc1932c-1989-416b-b2db-cc0f28381ee2 Destroying unnamed session | ||
1820 | 2023.12.08 16:14:46.761032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 47078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1821 | 2023.12.08 16:14:46.761076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1822 | 2023.12.08 16:14:46.761094 [ 3 ] {} <Debug> HTTP-Session: d9ef2daa-91f0-449e-b8e2-851617f7c488 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1823 | 2023.12.08 16:14:46.761110 [ 3 ] {} <Debug> HTTP-Session: d9ef2daa-91f0-449e-b8e2-851617f7c488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1824 | 2023.12.08 16:14:46.761194 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1825 | 2023.12.08 16:14:46.761239 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1826 | 2023.12.08 16:14:46.761375 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1827 | 2023.12.08 16:14:46.761836 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1828 | 2023.12.08 16:14:46.762153 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1829 | 2023.12.08 16:14:46.762354 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0. | ||
1830 | 2023.12.08 16:14:46.762485 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Information> executeQuery: Read 44 rows, 60.80 KiB in 0.001262132 sec., 34861 rows/sec., 47.04 MiB/sec. | ||
1831 | 2023.12.08 16:14:46.762650 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Debug> DynamicQueryHandler: Done processing query | ||
1832 | 2023.12.08 16:14:46.762673 [ 3 ] {079ecd8e-2047-4577-aeea-b73afd95d1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1833 | 2023.12.08 16:14:46.762689 [ 3 ] {} <Debug> HTTP-Session: d9ef2daa-91f0-449e-b8e2-851617f7c488 Destroying unnamed session | ||
1834 | 2023.12.08 16:14:51.992802 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1835 | 2023.12.08 16:14:51.992868 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1836 | 2023.12.08 16:14:56.757539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 6363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1837 | 2023.12.08 16:14:56.757721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1838 | 2023.12.08 16:14:56.757767 [ 3 ] {} <Debug> HTTP-Session: beb7ca97-9bea-4185-89de-8b7986003d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1839 | 2023.12.08 16:14:56.757807 [ 3 ] {} <Debug> HTTP-Session: beb7ca97-9bea-4185-89de-8b7986003d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2023.12.08 16:14:56.758006 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1841 | 2023.12.08 16:14:56.758103 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1842 | 2023.12.08 16:14:56.758340 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1843 | 2023.12.08 16:14:56.758770 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1844 | 2023.12.08 16:14:56.759028 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1845 | 2023.12.08 16:14:56.759188 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Trace> oximeter.fields_i64 (afdfa322-baba-47bf-aeaa-2a8cdf4b80ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1846 | 2023.12.08 16:14:56.759311 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Information> executeQuery: Read 44 rows, 3.57 KiB in 0.001250621 sec., 35182 rows/sec., 2.78 MiB/sec. | ||
1847 | 2023.12.08 16:14:56.759502 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Debug> DynamicQueryHandler: Done processing query | ||
1848 | 2023.12.08 16:14:56.759528 [ 3 ] {c7e1394c-f80c-4131-9d14-48e330913cad} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1849 | 2023.12.08 16:14:56.759544 [ 3 ] {} <Debug> HTTP-Session: beb7ca97-9bea-4185-89de-8b7986003d98 Destroying unnamed session | ||
1850 | 2023.12.08 16:14:56.759712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1851 | 2023.12.08 16:14:56.759757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1852 | 2023.12.08 16:14:56.759776 [ 3 ] {} <Debug> HTTP-Session: d08b056c-db95-4638-a1ea-c9dd2bd2f0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1853 | 2023.12.08 16:14:56.759792 [ 3 ] {} <Debug> HTTP-Session: d08b056c-db95-4638-a1ea-c9dd2bd2f0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2023.12.08 16:14:56.759863 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1855 | 2023.12.08 16:14:56.759904 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1856 | 2023.12.08 16:14:56.760021 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1857 | 2023.12.08 16:14:56.760355 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1858 | 2023.12.08 16:14:56.760558 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1859 | 2023.12.08 16:14:56.760703 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Trace> oximeter.fields_ipaddr (1fb2fd15-b03a-406e-9d5a-b73ee3510251): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1860 | 2023.12.08 16:14:56.760824 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Information> executeQuery: Read 2 rows, 175.00 B in 0.000931253 sec., 2147 rows/sec., 183.51 KiB/sec. | ||
1861 | 2023.12.08 16:14:56.760948 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Debug> DynamicQueryHandler: Done processing query | ||
1862 | 2023.12.08 16:14:56.760971 [ 3 ] {caf1b75e-ea21-42d3-aa2a-ce3fcf4d3dbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1863 | 2023.12.08 16:14:56.760986 [ 3 ] {} <Debug> HTTP-Session: d08b056c-db95-4638-a1ea-c9dd2bd2f0b3 Destroying unnamed session | ||
1864 | 2023.12.08 16:14:56.761177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 26544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1865 | 2023.12.08 16:14:56.761222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1866 | 2023.12.08 16:14:56.761240 [ 3 ] {} <Debug> HTTP-Session: 83e82642-c0b6-4f3a-a971-29fb7dbb0239 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1867 | 2023.12.08 16:14:56.761256 [ 3 ] {} <Debug> HTTP-Session: 83e82642-c0b6-4f3a-a971-29fb7dbb0239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1868 | 2023.12.08 16:14:56.761336 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1869 | 2023.12.08 16:14:56.761375 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1870 | 2023.12.08 16:14:56.761476 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1871 | 2023.12.08 16:14:56.761868 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1872 | 2023.12.08 16:14:56.762090 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1873 | 2023.12.08 16:14:56.762241 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Trace> oximeter.fields_string (c053bbac-90d3-43a5-a49b-289d6c257547): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1874 | 2023.12.08 16:14:56.762367 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Information> executeQuery: Read 169 rows, 16.22 KiB in 0.000998675 sec., 169224 rows/sec., 15.86 MiB/sec. | ||
1875 | 2023.12.08 16:14:56.762490 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Debug> DynamicQueryHandler: Done processing query | ||
1876 | 2023.12.08 16:14:56.762513 [ 3 ] {3c7aa96c-f494-4001-ba84-e66755e7a834} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1877 | 2023.12.08 16:14:56.762528 [ 3 ] {} <Debug> HTTP-Session: 83e82642-c0b6-4f3a-a971-29fb7dbb0239 Destroying unnamed session | ||
1878 | 2023.12.08 16:14:56.762652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2023.12.08 16:14:56.762696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1880 | 2023.12.08 16:14:56.762713 [ 3 ] {} <Debug> HTTP-Session: 5ec909a6-2978-4cf9-8e74-6d94f87596fb Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1881 | 2023.12.08 16:14:56.762730 [ 3 ] {} <Debug> HTTP-Session: 5ec909a6-2978-4cf9-8e74-6d94f87596fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2023.12.08 16:14:56.762797 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2023.12.08 16:14:56.762834 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1884 | 2023.12.08 16:14:56.762941 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1885 | 2023.12.08 16:14:56.763210 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1886 | 2023.12.08 16:14:56.763420 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1887 | 2023.12.08 16:14:56.763584 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Trace> oximeter.fields_u16 (2ac98012-f70b-425f-8952-ec59d364cc6a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0. | ||
1888 | 2023.12.08 16:14:56.763706 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Information> executeQuery: Read 2 rows, 143.00 B in 0.000873622 sec., 2289 rows/sec., 159.85 KiB/sec. | ||
1889 | 2023.12.08 16:14:56.763828 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Debug> DynamicQueryHandler: Done processing query | ||
1890 | 2023.12.08 16:14:56.763852 [ 3 ] {d2213598-3481-4dea-a19f-1fad7bb1aad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.11 MiB. | ||
1891 | 2023.12.08 16:14:56.763867 [ 3 ] {} <Debug> HTTP-Session: 5ec909a6-2978-4cf9-8e74-6d94f87596fb Destroying unnamed session | ||
1892 | 2023.12.08 16:14:56.764001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 13739, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1893 | 2023.12.08 16:14:56.764046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1894 | 2023.12.08 16:14:56.764064 [ 3 ] {} <Debug> HTTP-Session: 5b92324d-1e5b-459b-9340-13fc596318b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1895 | 2023.12.08 16:14:56.764080 [ 3 ] {} <Debug> HTTP-Session: 5b92324d-1e5b-459b-9340-13fc596318b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1896 | 2023.12.08 16:14:56.764160 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1897 | 2023.12.08 16:14:56.764200 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1898 | 2023.12.08 16:14:56.764314 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1899 | 2023.12.08 16:14:56.764647 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1900 | 2023.12.08 16:14:56.764855 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1901 | 2023.12.08 16:14:56.765013 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Trace> oximeter.fields_uuid (7297668b-3829-4ac8-9097-9c14c5f85e53): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1902 | 2023.12.08 16:14:56.765138 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Information> executeQuery: Read 81 rows, 6.45 KiB in 0.000941184 sec., 86061 rows/sec., 6.69 MiB/sec. | ||
1903 | 2023.12.08 16:14:56.765303 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Debug> DynamicQueryHandler: Done processing query | ||
1904 | 2023.12.08 16:14:56.765326 [ 3 ] {afbc2b7b-1163-45ec-8d8c-f1ffcf190013} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
1905 | 2023.12.08 16:14:56.765341 [ 3 ] {} <Debug> HTTP-Session: 5b92324d-1e5b-459b-9340-13fc596318b7 Destroying unnamed session | ||
1906 | 2023.12.08 16:14:56.765462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 2131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1907 | 2023.12.08 16:14:56.765506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1908 | 2023.12.08 16:14:56.765524 [ 3 ] {} <Debug> HTTP-Session: c5cc5e8d-f689-4dcc-b58f-e39dad18aefc Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1909 | 2023.12.08 16:14:56.765540 [ 3 ] {} <Debug> HTTP-Session: c5cc5e8d-f689-4dcc-b58f-e39dad18aefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2023.12.08 16:14:56.765611 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1911 | 2023.12.08 16:14:56.765654 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1912 | 2023.12.08 16:14:56.765783 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1913 | 2023.12.08 16:14:56.766063 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1914 | 2023.12.08 16:14:56.766340 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1915 | 2023.12.08 16:14:56.766513 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Trace> oximeter.measurements_cumulativei64 (4e1303fc-bf40-4cc8-9776-ccb0c2f057a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0. | ||
1916 | 2023.12.08 16:14:56.766636 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Information> executeQuery: Read 11 rows, 754.00 B in 0.000990044 sec., 11110 rows/sec., 743.73 KiB/sec. | ||
1917 | 2023.12.08 16:14:56.766762 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Debug> DynamicQueryHandler: Done processing query | ||
1918 | 2023.12.08 16:14:56.766785 [ 3 ] {e28af96a-dc54-4da1-bbc1-d70a82d50542} <Debug> MemoryTracker: Peak memory usage (for query): 4.12 MiB. | ||
1919 | 2023.12.08 16:14:56.766800 [ 3 ] {} <Debug> HTTP-Session: c5cc5e8d-f689-4dcc-b58f-e39dad18aefc Destroying unnamed session | ||
1920 | 2023.12.08 16:14:56.766917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 7183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1921 | 2023.12.08 16:14:56.766961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1922 | 2023.12.08 16:14:56.766979 [ 3 ] {} <Debug> HTTP-Session: b17a10ff-e1da-40bc-b605-ae9d8dc0f2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1923 | 2023.12.08 16:14:56.766994 [ 3 ] {} <Debug> HTTP-Session: b17a10ff-e1da-40bc-b605-ae9d8dc0f2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2023.12.08 16:14:56.767066 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1925 | 2023.12.08 16:14:56.767106 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1926 | 2023.12.08 16:14:56.767222 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1927 | 2023.12.08 16:14:56.767514 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1928 | 2023.12.08 16:14:56.767761 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1929 | 2023.12.08 16:14:56.767937 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Trace> oximeter.measurements_cumulativeu64 (7f3a69ce-5d3b-413c-9fce-4c82a88aa8c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0. | ||
1930 | 2023.12.08 16:14:56.768042 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Information> executeQuery: Read 37 rows, 2.67 KiB in 0.000945773 sec., 39121 rows/sec., 2.76 MiB/sec. | ||
1931 | 2023.12.08 16:14:56.768202 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Debug> DynamicQueryHandler: Done processing query | ||
1932 | 2023.12.08 16:14:56.768226 [ 3 ] {d35954c6-b389-439d-be00-38947602dfc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.13 MiB. | ||
1933 | 2023.12.08 16:14:56.768243 [ 3 ] {} <Debug> HTTP-Session: b17a10ff-e1da-40bc-b605-ae9d8dc0f2e2 Destroying unnamed session | ||
1934 | 2023.12.08 16:14:56.768410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59101, User-Agent: (none), Length: 47079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1935 | 2023.12.08 16:14:56.768458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1936 | 2023.12.08 16:14:56.768476 [ 3 ] {} <Debug> HTTP-Session: a24aa250-98bc-4981-b8db-f598de0ee19f Authenticating user 'default' from [fd00:1122:3344:101::d]:59101 | ||
1937 | 2023.12.08 16:14:56.768492 [ 3 ] {} <Debug> HTTP-Session: a24aa250-98bc-4981-b8db-f598de0ee19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1938 | 2023.12.08 16:14:56.768579 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59101) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1939 | 2023.12.08 16:14:56.768622 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1940 | 2023.12.08 16:14:56.768762 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1941 | 2023.12.08 16:14:56.769234 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Debug> DiskLocal: Reserving 1.00 MiB on disk `default`, having unreserved 15.49 GiB. | ||
1942 | 2023.12.08 16:14:56.769551 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1943 | 2023.12.08 16:14:56.769747 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Trace> oximeter.measurements_histogramf64 (b78ebfb6-6818-4f23-a0d8-11ba4ae5092b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0. | ||
1944 | 2023.12.08 16:14:56.769870 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Information> executeQuery: Read 44 rows, 60.80 KiB in 0.001262601 sec., 34848 rows/sec., 47.03 MiB/sec. | ||
1945 | 2023.12.08 16:14:56.769997 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Debug> DynamicQueryHandler: Done processing query | ||
1946 | 2023.12.08 16:14:56.770020 [ 3 ] {d4426240-6732-4df5-9a1e-e9cbf603e8e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1947 | 2023.12.08 16:14:56.770036 [ 3 ] {} <Debug> HTTP-Session: a24aa250-98bc-4981-b8db-f598de0ee19f Destroying unnamed session |