1 | [ Apr 2 19:28:53 Enabled. ] | ||
2 | [ Apr 2 19:28:53 Rereading configuration. ] | ||
3 | [ Apr 2 19:28:54 Rereading configuration. ] | ||
4 | [ Apr 2 19:29:06 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Apr 2 19:29:06 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.04.02 19:29:07.666402 [ 1 ] {} <Information> Application: Will watch for the process with pid 25086 | ||
33 | 2024.04.02 19:29:07.667569 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.04.02 19:29:07.920555 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25086 | ||
35 | 2024.04.02 19:29:07.921289 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.04.02 19:29:07.921995 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.04.02 19:29:08.012613 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.04.02 19:29:08.030602 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.04.02 19:29:08.030646 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.04.02 19:29:08.030666 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.04.02 19:29:08.030732 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.04.02 19:29:08.031037 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.04.02 19:29:08.032644 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.04.02 19:29:08.033135 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.04.02 19:29:08.034002 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.04.02 19:29:08.034043 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.04.02 19:29:08.034060 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.04.02 19:29:08.034246 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.04.02 19:29:08.035129 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.04.02 19:29:08.041620 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.04.02 19:29:08.042381 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.04.02 19:29:08.044000 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.04.02 19:29:08.044067 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.04.02 19:29:08.045652 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.04.02 19:29:08.045938 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.04.02 19:29:08.050322 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.04.02 19:29:08.051029 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.04.02 19:29:08.052554 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.04.02 19:29:08.053010 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.04.02 19:29:08.053408 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.04.02 19:29:08.053811 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.04.02 19:29:08.055214 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.04.02 19:29:08.055239 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.04.02 19:29:08.055293 [ 182 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.04.02 19:29:08.055383 [ 182 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.04.02 19:29:08.063487 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.04.02 19:29:08.063520 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152342 sec | ||
74 | 2024.04.02 19:29:08.063557 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.04.02 19:29:08.063569 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.04.02 19:29:08.064728 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.04.02 19:29:08.065782 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.04.02 19:29:08.065806 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.04.02 19:29:08.065837 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.04.02 19:29:08.065853 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.04.02 19:29:08.065865 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.04.02 19:29:08.065899 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.04.02 19:29:08.065911 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.04.02 19:29:08.065927 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.04.02 19:29:08.065966 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.04.02 19:29:08.065980 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.04.02 19:29:08.065996 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.04.02 19:29:08.066011 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.04.02 19:29:08.066044 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.04.02 19:29:08.066060 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.04.02 19:29:08.066077 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.04.02 19:29:08.066106 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.04.02 19:29:08.066120 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.04.02 19:29:08.103597 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.04.02 19:29:08.105140 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.04.02 19:29:08.105173 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.604e-05 sec | ||
97 | 2024.04.02 19:29:08.105188 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.04.02 19:29:08.105205 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.04.02 19:29:08.105231 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.04.02 19:29:08.105438 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.04.02 19:29:08.105496 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.04.02 19:29:08.105520 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.04.02 19:29:08.105543 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.04.02 19:29:08.105561 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.04.02 19:29:08.148287 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.04.02 19:29:08.346832 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.04.02 19:29:08.346885 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.04.02 19:29:08.409151 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.04.02 19:29:08.409370 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB | ||
110 | 2024.04.02 19:29:08.410244 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2811e-05 sec. | ||
111 | 2024.04.02 19:29:08.410646 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.04.02 19:29:08.410745 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.04.02 19:29:08.410804 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.04.02 19:29:08.410825 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.04.02 19:29:11.987785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.04.02 19:29:11.988017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
117 | 2024.04.02 19:29:11.988055 [ 3 ] {} <Debug> HTTP-Session: 28c00154-3a0a-4eef-ad34-e3a2e6d119ff Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
118 | 2024.04.02 19:29:11.988086 [ 3 ] {} <Debug> HTTP-Session: 28c00154-3a0a-4eef-ad34-e3a2e6d119ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.04.02 19:29:11.988110 [ 3 ] {} <Debug> HTTP-Session: 28c00154-3a0a-4eef-ad34-e3a2e6d119ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.04.02 19:29:11.988198 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.04.02 19:29:11.988235 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.04.02 19:29:11.988259 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.04.02 19:29:11.988323 [ 3 ] {} <Trace> HTTP-Session: 28c00154-3a0a-4eef-ad34-e3a2e6d119ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.04.02 19:29:11.989334 [ 3 ] {c7bcce75-c5bc-4391-be07-55236534ef4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.04.02 19:29:12.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.62 MiB, peak 158.62 MiB, free memory in arenas 0.00 B, will set to 161.63 MiB (RSS), difference: 3.01 MiB | ||
126 | 2024.04.02 19:29:12.024547 [ 3 ] {c7bcce75-c5bc-4391-be07-55236534ef4d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41588) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
127 | |||
128 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
129 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
130 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
131 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
132 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
133 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
134 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
135 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
136 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
137 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
138 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
139 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
140 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
141 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
142 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
143 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
144 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
145 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
146 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
147 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
148 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
149 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
150 | |||
151 | 2024.04.02 19:29:12.025395 [ 3 ] {c7bcce75-c5bc-4391-be07-55236534ef4d} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
152 | |||
153 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
154 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
155 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
156 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
157 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
158 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
159 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
160 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
161 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
162 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
163 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
164 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
165 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
166 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
167 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
168 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
169 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
170 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
171 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
172 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
173 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
174 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
175 | (version 23.8.7.1) | ||
176 | 2024.04.02 19:29:12.025609 [ 3 ] {} <Debug> HTTP-Session: 28c00154-3a0a-4eef-ad34-e3a2e6d119ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.04.02 19:29:12.026872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
178 | 2024.04.02 19:29:12.026989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
179 | 2024.04.02 19:29:12.027022 [ 3 ] {} <Debug> HTTP-Session: e10e28df-5965-49d9-80af-91cafed080b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
180 | 2024.04.02 19:29:12.027046 [ 3 ] {} <Debug> HTTP-Session: e10e28df-5965-49d9-80af-91cafed080b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.04.02 19:29:12.027063 [ 3 ] {} <Debug> HTTP-Session: e10e28df-5965-49d9-80af-91cafed080b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2024.04.02 19:29:12.027111 [ 3 ] {} <Trace> HTTP-Session: e10e28df-5965-49d9-80af-91cafed080b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
183 | 2024.04.02 19:29:12.028349 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
184 | 2024.04.02 19:29:12.028485 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
185 | 2024.04.02 19:29:12.030783 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
186 | 2024.04.02 19:29:12.033997 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
187 | 2024.04.02 19:29:12.040892 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Debug> DynamicQueryHandler: Done processing query | ||
188 | 2024.04.02 19:29:12.040958 [ 3 ] {874ed9ce-99f4-44fc-8af1-6f69c92354d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
189 | 2024.04.02 19:29:12.040981 [ 3 ] {} <Debug> HTTP-Session: e10e28df-5965-49d9-80af-91cafed080b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2024.04.02 19:29:12.053618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
191 | 2024.04.02 19:29:12.053714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
192 | 2024.04.02 19:29:12.053735 [ 3 ] {} <Debug> HTTP-Session: 101e704a-caac-4337-8118-3a30d599b086 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
193 | 2024.04.02 19:29:12.053761 [ 3 ] {} <Debug> HTTP-Session: 101e704a-caac-4337-8118-3a30d599b086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.04.02 19:29:12.053777 [ 3 ] {} <Debug> HTTP-Session: 101e704a-caac-4337-8118-3a30d599b086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
195 | 2024.04.02 19:29:12.053823 [ 3 ] {} <Trace> HTTP-Session: 101e704a-caac-4337-8118-3a30d599b086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
196 | 2024.04.02 19:29:12.053969 [ 3 ] {9a046348-454b-4674-ac0e-3dc49437a878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
197 | 2024.04.02 19:29:12.054348 [ 3 ] {9a046348-454b-4674-ac0e-3dc49437a878} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41588) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
198 | |||
199 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
200 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
201 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
202 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
203 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
204 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
205 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
206 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
207 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
208 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
209 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
210 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
211 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
212 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
213 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
214 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
215 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
216 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
217 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
218 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
219 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
220 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
221 | |||
222 | 2024.04.02 19:29:12.054516 [ 3 ] {9a046348-454b-4674-ac0e-3dc49437a878} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
223 | |||
224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
226 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
230 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
231 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
232 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
233 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
234 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
237 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
238 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
239 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
240 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
241 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
242 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
243 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
244 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
245 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
246 | (version 23.8.7.1) | ||
247 | 2024.04.02 19:29:12.054649 [ 3 ] {} <Debug> HTTP-Session: 101e704a-caac-4337-8118-3a30d599b086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
248 | 2024.04.02 19:29:12.054877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
249 | 2024.04.02 19:29:12.054928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
250 | 2024.04.02 19:29:12.054953 [ 3 ] {} <Debug> HTTP-Session: c04fe116-eb42-4ef2-b49c-5bf8cf55ff21 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
251 | 2024.04.02 19:29:12.054978 [ 3 ] {} <Debug> HTTP-Session: c04fe116-eb42-4ef2-b49c-5bf8cf55ff21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.04.02 19:29:12.054995 [ 3 ] {} <Debug> HTTP-Session: c04fe116-eb42-4ef2-b49c-5bf8cf55ff21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
253 | 2024.04.02 19:29:12.055030 [ 3 ] {} <Trace> HTTP-Session: c04fe116-eb42-4ef2-b49c-5bf8cf55ff21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
254 | 2024.04.02 19:29:12.055165 [ 3 ] {1edb2c7e-3baa-4e35-a874-ae67d96af6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
255 | 2024.04.02 19:29:12.055281 [ 3 ] {1edb2c7e-3baa-4e35-a874-ae67d96af6df} <Debug> DynamicQueryHandler: Done processing query | ||
256 | 2024.04.02 19:29:12.055310 [ 3 ] {} <Debug> HTTP-Session: c04fe116-eb42-4ef2-b49c-5bf8cf55ff21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2024.04.02 19:29:12.055428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
258 | 2024.04.02 19:29:12.055479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
259 | 2024.04.02 19:29:12.055505 [ 3 ] {} <Debug> HTTP-Session: e20017de-e4cb-4dd8-9a7c-049233983f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
260 | 2024.04.02 19:29:12.055526 [ 3 ] {} <Debug> HTTP-Session: e20017de-e4cb-4dd8-9a7c-049233983f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.04.02 19:29:12.055539 [ 3 ] {} <Debug> HTTP-Session: e20017de-e4cb-4dd8-9a7c-049233983f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2024.04.02 19:29:12.055573 [ 3 ] {} <Trace> HTTP-Session: e20017de-e4cb-4dd8-9a7c-049233983f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
263 | 2024.04.02 19:29:12.055640 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
264 | 2024.04.02 19:29:12.055707 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
265 | 2024.04.02 19:29:12.057041 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
266 | 2024.04.02 19:29:12.057096 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0631e-05 sec | ||
267 | 2024.04.02 19:29:12.057115 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Trace> ReferentialDeps: No tables | ||
268 | 2024.04.02 19:29:12.057126 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Trace> LoadingDeps: No tables | ||
269 | 2024.04.02 19:29:12.057154 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
270 | 2024.04.02 19:29:12.057237 [ 3 ] {bb0bb4f0-f0b6-44c8-9278-fee8c607eebe} <Debug> DynamicQueryHandler: Done processing query | ||
271 | 2024.04.02 19:29:12.057260 [ 3 ] {} <Debug> HTTP-Session: e20017de-e4cb-4dd8-9a7c-049233983f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2024.04.02 19:29:12.057375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
273 | 2024.04.02 19:29:12.057425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
274 | 2024.04.02 19:29:12.057443 [ 3 ] {} <Debug> HTTP-Session: 7315d50b-4fb8-4f50-9987-367a022e3036 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
275 | 2024.04.02 19:29:12.057463 [ 3 ] {} <Debug> HTTP-Session: 7315d50b-4fb8-4f50-9987-367a022e3036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.04.02 19:29:12.057489 [ 3 ] {} <Debug> HTTP-Session: 7315d50b-4fb8-4f50-9987-367a022e3036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
277 | 2024.04.02 19:29:12.057520 [ 3 ] {} <Trace> HTTP-Session: 7315d50b-4fb8-4f50-9987-367a022e3036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
278 | 2024.04.02 19:29:12.057634 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) /* The version table contains metadata about the `oximeter` database */ | ||
279 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
280 | 2024.04.02 19:29:12.057689 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
281 | 2024.04.02 19:29:12.062090 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
282 | 2024.04.02 19:29:12.063105 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Debug> oximeter.version (66cae48a-b87e-4ce0-bcc5-0af3dab2de50): Loading data parts | ||
283 | 2024.04.02 19:29:12.063426 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Debug> oximeter.version (66cae48a-b87e-4ce0-bcc5-0af3dab2de50): There are no data parts | ||
284 | 2024.04.02 19:29:12.065826 [ 3 ] {b6c5954b-4983-4cea-b0da-4d3efcc6153e} <Debug> DynamicQueryHandler: Done processing query | ||
285 | 2024.04.02 19:29:12.065864 [ 3 ] {} <Debug> HTTP-Session: 7315d50b-4fb8-4f50-9987-367a022e3036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
286 | 2024.04.02 19:29:12.065997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
287 | 2024.04.02 19:29:12.066050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
288 | 2024.04.02 19:29:12.066081 [ 3 ] {} <Debug> HTTP-Session: b5001013-8e9d-4e0c-9b4f-1dccba78b6f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
289 | 2024.04.02 19:29:12.066100 [ 3 ] {} <Debug> HTTP-Session: b5001013-8e9d-4e0c-9b4f-1dccba78b6f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.04.02 19:29:12.066119 [ 3 ] {} <Debug> HTTP-Session: b5001013-8e9d-4e0c-9b4f-1dccba78b6f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.04.02 19:29:12.066155 [ 3 ] {} <Trace> HTTP-Session: b5001013-8e9d-4e0c-9b4f-1dccba78b6f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
292 | 2024.04.02 19:29:12.066330 [ 3 ] {9e9dad4b-6924-4460-81e0-c3c969506263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) /* The measurement tables contain all individual samples from each timeseries. | ||
293 | * | ||
294 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
295 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
296 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
297 | * by all samples from the same timeseries. | ||
298 | * | ||
299 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
300 | * and then uses that to index quickly into the measurements tables. | ||
301 | */ | ||
302 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
303 | 2024.04.02 19:29:12.066389 [ 3 ] {9e9dad4b-6924-4460-81e0-c3c969506263} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
304 | 2024.04.02 19:29:12.072797 [ 3 ] {9e9dad4b-6924-4460-81e0-c3c969506263} <Debug> oximeter.measurements_bool (c38074c4-e5de-4ea0-bd10-38c407ef05b3): Loading data parts | ||
305 | 2024.04.02 19:29:12.072958 [ 3 ] {9e9dad4b-6924-4460-81e0-c3c969506263} <Debug> oximeter.measurements_bool (c38074c4-e5de-4ea0-bd10-38c407ef05b3): There are no data parts | ||
306 | 2024.04.02 19:29:12.074117 [ 3 ] {9e9dad4b-6924-4460-81e0-c3c969506263} <Debug> DynamicQueryHandler: Done processing query | ||
307 | 2024.04.02 19:29:12.074150 [ 3 ] {} <Debug> HTTP-Session: b5001013-8e9d-4e0c-9b4f-1dccba78b6f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.04.02 19:29:12.074292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
309 | 2024.04.02 19:29:12.074343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
310 | 2024.04.02 19:29:12.074365 [ 3 ] {} <Debug> HTTP-Session: 6a6f6b89-75ff-4a36-ac66-0f36e53bec17 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
311 | 2024.04.02 19:29:12.074386 [ 3 ] {} <Debug> HTTP-Session: 6a6f6b89-75ff-4a36-ac66-0f36e53bec17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.04.02 19:29:12.074399 [ 3 ] {} <Debug> HTTP-Session: 6a6f6b89-75ff-4a36-ac66-0f36e53bec17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
313 | 2024.04.02 19:29:12.074432 [ 3 ] {} <Trace> HTTP-Session: 6a6f6b89-75ff-4a36-ac66-0f36e53bec17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
314 | 2024.04.02 19:29:12.074589 [ 3 ] {aa8ee812-8fb4-415e-bfd7-219f6930b935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
315 | 2024.04.02 19:29:12.074638 [ 3 ] {aa8ee812-8fb4-415e-bfd7-219f6930b935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
316 | 2024.04.02 19:29:12.076162 [ 3 ] {aa8ee812-8fb4-415e-bfd7-219f6930b935} <Debug> oximeter.measurements_i8 (c9b12292-ce45-4184-9948-c2770792a09b): Loading data parts | ||
317 | 2024.04.02 19:29:12.076293 [ 3 ] {aa8ee812-8fb4-415e-bfd7-219f6930b935} <Debug> oximeter.measurements_i8 (c9b12292-ce45-4184-9948-c2770792a09b): There are no data parts | ||
318 | 2024.04.02 19:29:12.077422 [ 3 ] {aa8ee812-8fb4-415e-bfd7-219f6930b935} <Debug> DynamicQueryHandler: Done processing query | ||
319 | 2024.04.02 19:29:12.077458 [ 3 ] {} <Debug> HTTP-Session: 6a6f6b89-75ff-4a36-ac66-0f36e53bec17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.04.02 19:29:12.077586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
321 | 2024.04.02 19:29:12.077636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
322 | 2024.04.02 19:29:12.077660 [ 3 ] {} <Debug> HTTP-Session: c09ba47d-3b1e-4f99-a9c0-4d7ac3e8d26d Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
323 | 2024.04.02 19:29:12.077677 [ 3 ] {} <Debug> HTTP-Session: c09ba47d-3b1e-4f99-a9c0-4d7ac3e8d26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.04.02 19:29:12.077694 [ 3 ] {} <Debug> HTTP-Session: c09ba47d-3b1e-4f99-a9c0-4d7ac3e8d26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
325 | 2024.04.02 19:29:12.077728 [ 3 ] {} <Trace> HTTP-Session: c09ba47d-3b1e-4f99-a9c0-4d7ac3e8d26d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
326 | 2024.04.02 19:29:12.077888 [ 3 ] {08c1f6ba-8e6c-4e99-8eb6-69e9184d8138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
327 | 2024.04.02 19:29:12.077946 [ 3 ] {08c1f6ba-8e6c-4e99-8eb6-69e9184d8138} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
328 | 2024.04.02 19:29:12.079509 [ 3 ] {08c1f6ba-8e6c-4e99-8eb6-69e9184d8138} <Debug> oximeter.measurements_u8 (4dd5db05-819c-44d0-bc00-f8f17d5c59db): Loading data parts | ||
329 | 2024.04.02 19:29:12.079643 [ 3 ] {08c1f6ba-8e6c-4e99-8eb6-69e9184d8138} <Debug> oximeter.measurements_u8 (4dd5db05-819c-44d0-bc00-f8f17d5c59db): There are no data parts | ||
330 | 2024.04.02 19:29:12.080728 [ 3 ] {08c1f6ba-8e6c-4e99-8eb6-69e9184d8138} <Debug> DynamicQueryHandler: Done processing query | ||
331 | 2024.04.02 19:29:12.080767 [ 3 ] {} <Debug> HTTP-Session: c09ba47d-3b1e-4f99-a9c0-4d7ac3e8d26d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.04.02 19:29:12.080890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
333 | 2024.04.02 19:29:12.080943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
334 | 2024.04.02 19:29:12.080966 [ 3 ] {} <Debug> HTTP-Session: f09c867a-4662-4a7c-b7cc-e1004b08422b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
335 | 2024.04.02 19:29:12.080986 [ 3 ] {} <Debug> HTTP-Session: f09c867a-4662-4a7c-b7cc-e1004b08422b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.04.02 19:29:12.081004 [ 3 ] {} <Debug> HTTP-Session: f09c867a-4662-4a7c-b7cc-e1004b08422b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
337 | 2024.04.02 19:29:12.081038 [ 3 ] {} <Trace> HTTP-Session: f09c867a-4662-4a7c-b7cc-e1004b08422b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
338 | 2024.04.02 19:29:12.081199 [ 3 ] {043e6a2f-5eb7-4966-a59c-1b8a23d8ee4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
339 | 2024.04.02 19:29:12.081252 [ 3 ] {043e6a2f-5eb7-4966-a59c-1b8a23d8ee4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
340 | 2024.04.02 19:29:12.082753 [ 3 ] {043e6a2f-5eb7-4966-a59c-1b8a23d8ee4e} <Debug> oximeter.measurements_i16 (c7a9fa3b-3b13-401d-9507-3cdae00873d8): Loading data parts | ||
341 | 2024.04.02 19:29:12.082880 [ 3 ] {043e6a2f-5eb7-4966-a59c-1b8a23d8ee4e} <Debug> oximeter.measurements_i16 (c7a9fa3b-3b13-401d-9507-3cdae00873d8): There are no data parts | ||
342 | 2024.04.02 19:29:12.084096 [ 3 ] {043e6a2f-5eb7-4966-a59c-1b8a23d8ee4e} <Debug> DynamicQueryHandler: Done processing query | ||
343 | 2024.04.02 19:29:12.084129 [ 3 ] {} <Debug> HTTP-Session: f09c867a-4662-4a7c-b7cc-e1004b08422b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.04.02 19:29:12.084239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
345 | 2024.04.02 19:29:12.084287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
346 | 2024.04.02 19:29:12.084309 [ 3 ] {} <Debug> HTTP-Session: 626c653f-74f6-4f55-a73b-a729cf5ea0dd Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
347 | 2024.04.02 19:29:12.084325 [ 3 ] {} <Debug> HTTP-Session: 626c653f-74f6-4f55-a73b-a729cf5ea0dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.04.02 19:29:12.084342 [ 3 ] {} <Debug> HTTP-Session: 626c653f-74f6-4f55-a73b-a729cf5ea0dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
349 | 2024.04.02 19:29:12.084375 [ 3 ] {} <Trace> HTTP-Session: 626c653f-74f6-4f55-a73b-a729cf5ea0dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
350 | 2024.04.02 19:29:12.084518 [ 3 ] {0ba642a4-1082-4278-b35c-c24aa42d665f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
351 | 2024.04.02 19:29:12.084566 [ 3 ] {0ba642a4-1082-4278-b35c-c24aa42d665f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
352 | 2024.04.02 19:29:12.086137 [ 3 ] {0ba642a4-1082-4278-b35c-c24aa42d665f} <Debug> oximeter.measurements_u16 (f3032bdc-6818-4c24-9c40-b55233338edc): Loading data parts | ||
353 | 2024.04.02 19:29:12.086275 [ 3 ] {0ba642a4-1082-4278-b35c-c24aa42d665f} <Debug> oximeter.measurements_u16 (f3032bdc-6818-4c24-9c40-b55233338edc): There are no data parts | ||
354 | 2024.04.02 19:29:12.087385 [ 3 ] {0ba642a4-1082-4278-b35c-c24aa42d665f} <Debug> DynamicQueryHandler: Done processing query | ||
355 | 2024.04.02 19:29:12.087411 [ 3 ] {} <Debug> HTTP-Session: 626c653f-74f6-4f55-a73b-a729cf5ea0dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.04.02 19:29:12.087538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
357 | 2024.04.02 19:29:12.087589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
358 | 2024.04.02 19:29:12.087610 [ 3 ] {} <Debug> HTTP-Session: 843c8394-1467-4c47-a0b7-4370e59a7dad Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
359 | 2024.04.02 19:29:12.087627 [ 3 ] {} <Debug> HTTP-Session: 843c8394-1467-4c47-a0b7-4370e59a7dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.04.02 19:29:12.087648 [ 3 ] {} <Debug> HTTP-Session: 843c8394-1467-4c47-a0b7-4370e59a7dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
361 | 2024.04.02 19:29:12.087682 [ 3 ] {} <Trace> HTTP-Session: 843c8394-1467-4c47-a0b7-4370e59a7dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
362 | 2024.04.02 19:29:12.087832 [ 3 ] {28a2c022-8945-4309-a552-c52c24e4bdc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
363 | 2024.04.02 19:29:12.087888 [ 3 ] {28a2c022-8945-4309-a552-c52c24e4bdc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
364 | 2024.04.02 19:29:12.089491 [ 3 ] {28a2c022-8945-4309-a552-c52c24e4bdc1} <Debug> oximeter.measurements_i32 (7ca62cfc-9bc7-4c36-80a2-cb72a703aaeb): Loading data parts | ||
365 | 2024.04.02 19:29:12.089635 [ 3 ] {28a2c022-8945-4309-a552-c52c24e4bdc1} <Debug> oximeter.measurements_i32 (7ca62cfc-9bc7-4c36-80a2-cb72a703aaeb): There are no data parts | ||
366 | 2024.04.02 19:29:12.090840 [ 3 ] {28a2c022-8945-4309-a552-c52c24e4bdc1} <Debug> DynamicQueryHandler: Done processing query | ||
367 | 2024.04.02 19:29:12.090873 [ 3 ] {} <Debug> HTTP-Session: 843c8394-1467-4c47-a0b7-4370e59a7dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.04.02 19:29:12.091003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
369 | 2024.04.02 19:29:12.091052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
370 | 2024.04.02 19:29:12.091077 [ 3 ] {} <Debug> HTTP-Session: 996aa5d2-1163-469a-8d46-6e1fa56bcc21 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
371 | 2024.04.02 19:29:12.091093 [ 3 ] {} <Debug> HTTP-Session: 996aa5d2-1163-469a-8d46-6e1fa56bcc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.04.02 19:29:12.091110 [ 3 ] {} <Debug> HTTP-Session: 996aa5d2-1163-469a-8d46-6e1fa56bcc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
373 | 2024.04.02 19:29:12.091143 [ 3 ] {} <Trace> HTTP-Session: 996aa5d2-1163-469a-8d46-6e1fa56bcc21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
374 | 2024.04.02 19:29:12.091285 [ 3 ] {dffbb105-df6c-409e-99be-75b90ab55880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
375 | 2024.04.02 19:29:12.091334 [ 3 ] {dffbb105-df6c-409e-99be-75b90ab55880} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
376 | 2024.04.02 19:29:12.092809 [ 3 ] {dffbb105-df6c-409e-99be-75b90ab55880} <Debug> oximeter.measurements_u32 (b6373955-e4e7-416a-ad62-2ec7ae8109b6): Loading data parts | ||
377 | 2024.04.02 19:29:12.092944 [ 3 ] {dffbb105-df6c-409e-99be-75b90ab55880} <Debug> oximeter.measurements_u32 (b6373955-e4e7-416a-ad62-2ec7ae8109b6): There are no data parts | ||
378 | 2024.04.02 19:29:12.094110 [ 3 ] {dffbb105-df6c-409e-99be-75b90ab55880} <Debug> DynamicQueryHandler: Done processing query | ||
379 | 2024.04.02 19:29:12.094135 [ 3 ] {} <Debug> HTTP-Session: 996aa5d2-1163-469a-8d46-6e1fa56bcc21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.04.02 19:29:12.094257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
381 | 2024.04.02 19:29:12.094307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
382 | 2024.04.02 19:29:12.094328 [ 3 ] {} <Debug> HTTP-Session: 5fa01656-f353-4a02-9e61-ba19e2115f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
383 | 2024.04.02 19:29:12.094345 [ 3 ] {} <Debug> HTTP-Session: 5fa01656-f353-4a02-9e61-ba19e2115f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.04.02 19:29:12.094361 [ 3 ] {} <Debug> HTTP-Session: 5fa01656-f353-4a02-9e61-ba19e2115f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
385 | 2024.04.02 19:29:12.094390 [ 3 ] {} <Trace> HTTP-Session: 5fa01656-f353-4a02-9e61-ba19e2115f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2024.04.02 19:29:12.094546 [ 3 ] {d6f1159e-4af5-4146-9d5e-866f4f65d4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
387 | 2024.04.02 19:29:12.094594 [ 3 ] {d6f1159e-4af5-4146-9d5e-866f4f65d4b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
388 | 2024.04.02 19:29:12.096136 [ 3 ] {d6f1159e-4af5-4146-9d5e-866f4f65d4b2} <Debug> oximeter.measurements_i64 (6c80e511-ff85-4247-8be0-f696618fea9e): Loading data parts | ||
389 | 2024.04.02 19:29:12.096280 [ 3 ] {d6f1159e-4af5-4146-9d5e-866f4f65d4b2} <Debug> oximeter.measurements_i64 (6c80e511-ff85-4247-8be0-f696618fea9e): There are no data parts | ||
390 | 2024.04.02 19:29:12.097472 [ 3 ] {d6f1159e-4af5-4146-9d5e-866f4f65d4b2} <Debug> DynamicQueryHandler: Done processing query | ||
391 | 2024.04.02 19:29:12.097507 [ 3 ] {} <Debug> HTTP-Session: 5fa01656-f353-4a02-9e61-ba19e2115f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.04.02 19:29:12.097625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
393 | 2024.04.02 19:29:12.097680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
394 | 2024.04.02 19:29:12.097709 [ 3 ] {} <Debug> HTTP-Session: 8658ba36-6791-457d-a0ec-457c1c0a613a Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
395 | 2024.04.02 19:29:12.097729 [ 3 ] {} <Debug> HTTP-Session: 8658ba36-6791-457d-a0ec-457c1c0a613a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.04.02 19:29:12.097747 [ 3 ] {} <Debug> HTTP-Session: 8658ba36-6791-457d-a0ec-457c1c0a613a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
397 | 2024.04.02 19:29:12.097782 [ 3 ] {} <Trace> HTTP-Session: 8658ba36-6791-457d-a0ec-457c1c0a613a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
398 | 2024.04.02 19:29:12.097929 [ 3 ] {28daff91-9c54-41d0-92fd-04a428499f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
399 | 2024.04.02 19:29:12.097992 [ 3 ] {28daff91-9c54-41d0-92fd-04a428499f00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
400 | 2024.04.02 19:29:12.099536 [ 3 ] {28daff91-9c54-41d0-92fd-04a428499f00} <Debug> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Loading data parts | ||
401 | 2024.04.02 19:29:12.099714 [ 3 ] {28daff91-9c54-41d0-92fd-04a428499f00} <Debug> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): There are no data parts | ||
402 | 2024.04.02 19:29:12.101058 [ 3 ] {28daff91-9c54-41d0-92fd-04a428499f00} <Debug> DynamicQueryHandler: Done processing query | ||
403 | 2024.04.02 19:29:12.101085 [ 3 ] {} <Debug> HTTP-Session: 8658ba36-6791-457d-a0ec-457c1c0a613a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.04.02 19:29:12.101224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
405 | 2024.04.02 19:29:12.101282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
406 | 2024.04.02 19:29:12.101301 [ 3 ] {} <Debug> HTTP-Session: 4e694cea-8dee-4be3-9f18-80360d7b11bb Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
407 | 2024.04.02 19:29:12.101323 [ 3 ] {} <Debug> HTTP-Session: 4e694cea-8dee-4be3-9f18-80360d7b11bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.04.02 19:29:12.101341 [ 3 ] {} <Debug> HTTP-Session: 4e694cea-8dee-4be3-9f18-80360d7b11bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
409 | 2024.04.02 19:29:12.101371 [ 3 ] {} <Trace> HTTP-Session: 4e694cea-8dee-4be3-9f18-80360d7b11bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
410 | 2024.04.02 19:29:12.101523 [ 3 ] {eb62342d-bcfe-49ba-8deb-59f0d39e940c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
411 | 2024.04.02 19:29:12.101570 [ 3 ] {eb62342d-bcfe-49ba-8deb-59f0d39e940c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
412 | 2024.04.02 19:29:12.103337 [ 3 ] {eb62342d-bcfe-49ba-8deb-59f0d39e940c} <Debug> oximeter.measurements_f32 (8c63078c-bb8e-41a2-b42e-431d49a39909): Loading data parts | ||
413 | 2024.04.02 19:29:12.103471 [ 3 ] {eb62342d-bcfe-49ba-8deb-59f0d39e940c} <Debug> oximeter.measurements_f32 (8c63078c-bb8e-41a2-b42e-431d49a39909): There are no data parts | ||
414 | 2024.04.02 19:29:12.104622 [ 3 ] {eb62342d-bcfe-49ba-8deb-59f0d39e940c} <Debug> DynamicQueryHandler: Done processing query | ||
415 | 2024.04.02 19:29:12.104658 [ 3 ] {} <Debug> HTTP-Session: 4e694cea-8dee-4be3-9f18-80360d7b11bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.04.02 19:29:12.104772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
417 | 2024.04.02 19:29:12.104824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
418 | 2024.04.02 19:29:12.104850 [ 3 ] {} <Debug> HTTP-Session: 56473e8b-97bb-4e99-a560-cd8315a0255b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
419 | 2024.04.02 19:29:12.104874 [ 3 ] {} <Debug> HTTP-Session: 56473e8b-97bb-4e99-a560-cd8315a0255b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.04.02 19:29:12.104896 [ 3 ] {} <Debug> HTTP-Session: 56473e8b-97bb-4e99-a560-cd8315a0255b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
421 | 2024.04.02 19:29:12.104931 [ 3 ] {} <Trace> HTTP-Session: 56473e8b-97bb-4e99-a560-cd8315a0255b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
422 | 2024.04.02 19:29:12.105073 [ 3 ] {e8818744-aa4f-4401-8d82-e39180e028e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
423 | 2024.04.02 19:29:12.105124 [ 3 ] {e8818744-aa4f-4401-8d82-e39180e028e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
424 | 2024.04.02 19:29:12.106668 [ 3 ] {e8818744-aa4f-4401-8d82-e39180e028e9} <Debug> oximeter.measurements_f64 (8c96585d-e19c-4c04-a54e-e9ea3f44544d): Loading data parts | ||
425 | 2024.04.02 19:29:12.106801 [ 3 ] {e8818744-aa4f-4401-8d82-e39180e028e9} <Debug> oximeter.measurements_f64 (8c96585d-e19c-4c04-a54e-e9ea3f44544d): There are no data parts | ||
426 | 2024.04.02 19:29:12.108155 [ 3 ] {e8818744-aa4f-4401-8d82-e39180e028e9} <Debug> DynamicQueryHandler: Done processing query | ||
427 | 2024.04.02 19:29:12.108181 [ 3 ] {} <Debug> HTTP-Session: 56473e8b-97bb-4e99-a560-cd8315a0255b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.04.02 19:29:12.108311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
429 | 2024.04.02 19:29:12.108360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
430 | 2024.04.02 19:29:12.108378 [ 3 ] {} <Debug> HTTP-Session: 01db2f9b-7e4a-4143-9736-bfb6963a477c Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
431 | 2024.04.02 19:29:12.108399 [ 3 ] {} <Debug> HTTP-Session: 01db2f9b-7e4a-4143-9736-bfb6963a477c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.04.02 19:29:12.108417 [ 3 ] {} <Debug> HTTP-Session: 01db2f9b-7e4a-4143-9736-bfb6963a477c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
433 | 2024.04.02 19:29:12.108446 [ 3 ] {} <Trace> HTTP-Session: 01db2f9b-7e4a-4143-9736-bfb6963a477c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
434 | 2024.04.02 19:29:12.108591 [ 3 ] {adea6548-ed80-4be8-8bb8-ab9a4f94215f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
435 | 2024.04.02 19:29:12.108642 [ 3 ] {adea6548-ed80-4be8-8bb8-ab9a4f94215f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
436 | 2024.04.02 19:29:12.110414 [ 3 ] {adea6548-ed80-4be8-8bb8-ab9a4f94215f} <Debug> oximeter.measurements_string (8873e74b-cc08-4a61-b779-96b8408880bd): Loading data parts | ||
437 | 2024.04.02 19:29:12.110620 [ 3 ] {adea6548-ed80-4be8-8bb8-ab9a4f94215f} <Debug> oximeter.measurements_string (8873e74b-cc08-4a61-b779-96b8408880bd): There are no data parts | ||
438 | 2024.04.02 19:29:12.111778 [ 3 ] {adea6548-ed80-4be8-8bb8-ab9a4f94215f} <Debug> DynamicQueryHandler: Done processing query | ||
439 | 2024.04.02 19:29:12.111814 [ 3 ] {} <Debug> HTTP-Session: 01db2f9b-7e4a-4143-9736-bfb6963a477c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.04.02 19:29:12.111928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
441 | 2024.04.02 19:29:12.111978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
442 | 2024.04.02 19:29:12.112001 [ 3 ] {} <Debug> HTTP-Session: 3fb7e2a3-b2b8-4708-9a54-140d7a02a874 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
443 | 2024.04.02 19:29:12.112017 [ 3 ] {} <Debug> HTTP-Session: 3fb7e2a3-b2b8-4708-9a54-140d7a02a874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.04.02 19:29:12.112034 [ 3 ] {} <Debug> HTTP-Session: 3fb7e2a3-b2b8-4708-9a54-140d7a02a874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
445 | 2024.04.02 19:29:12.112068 [ 3 ] {} <Trace> HTTP-Session: 3fb7e2a3-b2b8-4708-9a54-140d7a02a874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
446 | 2024.04.02 19:29:12.112210 [ 3 ] {1d1194b1-e75d-42ee-bca4-81213ee9925b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
449 | * a string isn't palatable for a few reasons. | ||
450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
451 | * details. | ||
452 | */ | ||
453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
454 | 2024.04.02 19:29:12.112261 [ 3 ] {1d1194b1-e75d-42ee-bca4-81213ee9925b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
455 | 2024.04.02 19:29:12.113769 [ 3 ] {1d1194b1-e75d-42ee-bca4-81213ee9925b} <Debug> oximeter.measurements_bytes (3e79e41c-6e5a-467b-9cee-04bb6f21dd9b): Loading data parts | ||
456 | 2024.04.02 19:29:12.113934 [ 3 ] {1d1194b1-e75d-42ee-bca4-81213ee9925b} <Debug> oximeter.measurements_bytes (3e79e41c-6e5a-467b-9cee-04bb6f21dd9b): There are no data parts | ||
457 | 2024.04.02 19:29:12.114991 [ 3 ] {1d1194b1-e75d-42ee-bca4-81213ee9925b} <Debug> DynamicQueryHandler: Done processing query | ||
458 | 2024.04.02 19:29:12.115025 [ 3 ] {} <Debug> HTTP-Session: 3fb7e2a3-b2b8-4708-9a54-140d7a02a874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.04.02 19:29:12.115150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
460 | 2024.04.02 19:29:12.115200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
461 | 2024.04.02 19:29:12.115223 [ 3 ] {} <Debug> HTTP-Session: 0dae68de-fd8f-486e-b2d0-11d18cf75d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
462 | 2024.04.02 19:29:12.115239 [ 3 ] {} <Debug> HTTP-Session: 0dae68de-fd8f-486e-b2d0-11d18cf75d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.04.02 19:29:12.115257 [ 3 ] {} <Debug> HTTP-Session: 0dae68de-fd8f-486e-b2d0-11d18cf75d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
464 | 2024.04.02 19:29:12.115290 [ 3 ] {} <Trace> HTTP-Session: 0dae68de-fd8f-486e-b2d0-11d18cf75d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
465 | 2024.04.02 19:29:12.115442 [ 3 ] {557b9d12-a729-4df6-a24b-382a0df582fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
466 | 2024.04.02 19:29:12.115489 [ 3 ] {557b9d12-a729-4df6-a24b-382a0df582fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
467 | 2024.04.02 19:29:12.117033 [ 3 ] {557b9d12-a729-4df6-a24b-382a0df582fc} <Debug> oximeter.measurements_cumulativei64 (af78f471-81c3-4d59-8903-9973dc404000): Loading data parts | ||
468 | 2024.04.02 19:29:12.117199 [ 3 ] {557b9d12-a729-4df6-a24b-382a0df582fc} <Debug> oximeter.measurements_cumulativei64 (af78f471-81c3-4d59-8903-9973dc404000): There are no data parts | ||
469 | 2024.04.02 19:29:12.118590 [ 3 ] {557b9d12-a729-4df6-a24b-382a0df582fc} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.04.02 19:29:12.118624 [ 3 ] {} <Debug> HTTP-Session: 0dae68de-fd8f-486e-b2d0-11d18cf75d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.04.02 19:29:12.118757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.04.02 19:29:12.118809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
473 | 2024.04.02 19:29:12.118827 [ 3 ] {} <Debug> HTTP-Session: 20f698bc-511e-4aa2-993c-1f22a5baba3a Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
474 | 2024.04.02 19:29:12.118848 [ 3 ] {} <Debug> HTTP-Session: 20f698bc-511e-4aa2-993c-1f22a5baba3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.04.02 19:29:12.118861 [ 3 ] {} <Debug> HTTP-Session: 20f698bc-511e-4aa2-993c-1f22a5baba3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.04.02 19:29:12.118896 [ 3 ] {} <Trace> HTTP-Session: 20f698bc-511e-4aa2-993c-1f22a5baba3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.04.02 19:29:12.119053 [ 3 ] {cde54741-0aa4-46de-b661-4e6841efa93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
478 | 2024.04.02 19:29:12.119105 [ 3 ] {cde54741-0aa4-46de-b661-4e6841efa93b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.04.02 19:29:12.121286 [ 3 ] {cde54741-0aa4-46de-b661-4e6841efa93b} <Debug> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Loading data parts | ||
480 | 2024.04.02 19:29:12.121459 [ 3 ] {cde54741-0aa4-46de-b661-4e6841efa93b} <Debug> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): There are no data parts | ||
481 | 2024.04.02 19:29:12.122617 [ 3 ] {cde54741-0aa4-46de-b661-4e6841efa93b} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.04.02 19:29:12.122645 [ 3 ] {} <Debug> HTTP-Session: 20f698bc-511e-4aa2-993c-1f22a5baba3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.04.02 19:29:12.122788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.04.02 19:29:12.122848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
485 | 2024.04.02 19:29:12.122867 [ 3 ] {} <Debug> HTTP-Session: 71ace8d2-5f7f-4f14-939d-c9358250f4e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
486 | 2024.04.02 19:29:12.122890 [ 3 ] {} <Debug> HTTP-Session: 71ace8d2-5f7f-4f14-939d-c9358250f4e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.04.02 19:29:12.122909 [ 3 ] {} <Debug> HTTP-Session: 71ace8d2-5f7f-4f14-939d-c9358250f4e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.04.02 19:29:12.122939 [ 3 ] {} <Trace> HTTP-Session: 71ace8d2-5f7f-4f14-939d-c9358250f4e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.04.02 19:29:12.123094 [ 3 ] {1860fa3e-ba33-476c-b0a9-b82a6ca8cd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
490 | 2024.04.02 19:29:12.123148 [ 3 ] {1860fa3e-ba33-476c-b0a9-b82a6ca8cd0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.04.02 19:29:12.124767 [ 3 ] {1860fa3e-ba33-476c-b0a9-b82a6ca8cd0c} <Debug> oximeter.measurements_cumulativef32 (b3619901-4c06-482f-a7da-ab735a6ba6f9): Loading data parts | ||
492 | 2024.04.02 19:29:12.124930 [ 3 ] {1860fa3e-ba33-476c-b0a9-b82a6ca8cd0c} <Debug> oximeter.measurements_cumulativef32 (b3619901-4c06-482f-a7da-ab735a6ba6f9): There are no data parts | ||
493 | 2024.04.02 19:29:12.126155 [ 3 ] {1860fa3e-ba33-476c-b0a9-b82a6ca8cd0c} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.04.02 19:29:12.126197 [ 3 ] {} <Debug> HTTP-Session: 71ace8d2-5f7f-4f14-939d-c9358250f4e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.04.02 19:29:12.126321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.04.02 19:29:12.126375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
497 | 2024.04.02 19:29:12.126400 [ 3 ] {} <Debug> HTTP-Session: aebe6a72-a2c9-48a7-8ff3-f1014cc74259 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
498 | 2024.04.02 19:29:12.126417 [ 3 ] {} <Debug> HTTP-Session: aebe6a72-a2c9-48a7-8ff3-f1014cc74259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.04.02 19:29:12.126436 [ 3 ] {} <Debug> HTTP-Session: aebe6a72-a2c9-48a7-8ff3-f1014cc74259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.04.02 19:29:12.126472 [ 3 ] {} <Trace> HTTP-Session: aebe6a72-a2c9-48a7-8ff3-f1014cc74259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.04.02 19:29:12.126630 [ 3 ] {cebb9a67-8a43-4435-aa8c-6b457b7d30d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
502 | 2024.04.02 19:29:12.126686 [ 3 ] {cebb9a67-8a43-4435-aa8c-6b457b7d30d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.04.02 19:29:12.128257 [ 3 ] {cebb9a67-8a43-4435-aa8c-6b457b7d30d4} <Debug> oximeter.measurements_cumulativef64 (b5101a79-69a4-404d-9e8d-f984954c1713): Loading data parts | ||
504 | 2024.04.02 19:29:12.128431 [ 3 ] {cebb9a67-8a43-4435-aa8c-6b457b7d30d4} <Debug> oximeter.measurements_cumulativef64 (b5101a79-69a4-404d-9e8d-f984954c1713): There are no data parts | ||
505 | 2024.04.02 19:29:12.129513 [ 3 ] {cebb9a67-8a43-4435-aa8c-6b457b7d30d4} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.04.02 19:29:12.129551 [ 3 ] {} <Debug> HTTP-Session: aebe6a72-a2c9-48a7-8ff3-f1014cc74259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.04.02 19:29:12.129672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.04.02 19:29:12.129717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
509 | 2024.04.02 19:29:12.129742 [ 3 ] {} <Debug> HTTP-Session: 6950ba80-2eed-46cd-8197-602c7b0a609f Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
510 | 2024.04.02 19:29:12.129765 [ 3 ] {} <Debug> HTTP-Session: 6950ba80-2eed-46cd-8197-602c7b0a609f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.04.02 19:29:12.129779 [ 3 ] {} <Debug> HTTP-Session: 6950ba80-2eed-46cd-8197-602c7b0a609f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.04.02 19:29:12.129814 [ 3 ] {} <Trace> HTTP-Session: 6950ba80-2eed-46cd-8197-602c7b0a609f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.04.02 19:29:12.129982 [ 3 ] {c6306939-bd33-406c-876c-a95e87d8bdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
524 | 2024.04.02 19:29:12.130037 [ 3 ] {c6306939-bd33-406c-876c-a95e87d8bdb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.04.02 19:29:12.131624 [ 3 ] {c6306939-bd33-406c-876c-a95e87d8bdb8} <Debug> oximeter.measurements_histogrami8 (36302927-73ec-4d9e-bbaa-0bc22162030b): Loading data parts | ||
526 | 2024.04.02 19:29:12.131791 [ 3 ] {c6306939-bd33-406c-876c-a95e87d8bdb8} <Debug> oximeter.measurements_histogrami8 (36302927-73ec-4d9e-bbaa-0bc22162030b): There are no data parts | ||
527 | 2024.04.02 19:29:12.132950 [ 3 ] {c6306939-bd33-406c-876c-a95e87d8bdb8} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.04.02 19:29:12.132977 [ 3 ] {} <Debug> HTTP-Session: 6950ba80-2eed-46cd-8197-602c7b0a609f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.04.02 19:29:12.133095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.04.02 19:29:12.133151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
531 | 2024.04.02 19:29:12.133170 [ 3 ] {} <Debug> HTTP-Session: e36a478c-3c8e-4b39-afb7-38575b27cfa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
532 | 2024.04.02 19:29:12.133193 [ 3 ] {} <Debug> HTTP-Session: e36a478c-3c8e-4b39-afb7-38575b27cfa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.04.02 19:29:12.133212 [ 3 ] {} <Debug> HTTP-Session: e36a478c-3c8e-4b39-afb7-38575b27cfa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.04.02 19:29:12.133242 [ 3 ] {} <Trace> HTTP-Session: e36a478c-3c8e-4b39-afb7-38575b27cfa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.04.02 19:29:12.133404 [ 3 ] {b433f6fb-ea08-4b19-9597-efb91d80db3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
536 | 2024.04.02 19:29:12.133462 [ 3 ] {b433f6fb-ea08-4b19-9597-efb91d80db3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.04.02 19:29:12.135020 [ 3 ] {b433f6fb-ea08-4b19-9597-efb91d80db3c} <Debug> oximeter.measurements_histogramu8 (540bb39f-c049-457c-a5c7-f5f2b4069903): Loading data parts | ||
538 | 2024.04.02 19:29:12.135170 [ 3 ] {b433f6fb-ea08-4b19-9597-efb91d80db3c} <Debug> oximeter.measurements_histogramu8 (540bb39f-c049-457c-a5c7-f5f2b4069903): There are no data parts | ||
539 | 2024.04.02 19:29:12.136269 [ 3 ] {b433f6fb-ea08-4b19-9597-efb91d80db3c} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.04.02 19:29:12.136305 [ 3 ] {} <Debug> HTTP-Session: e36a478c-3c8e-4b39-afb7-38575b27cfa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.04.02 19:29:12.136419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.04.02 19:29:12.136471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
543 | 2024.04.02 19:29:12.136495 [ 3 ] {} <Debug> HTTP-Session: be55624b-c647-447c-a0f0-0e74d696c3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
544 | 2024.04.02 19:29:12.136512 [ 3 ] {} <Debug> HTTP-Session: be55624b-c647-447c-a0f0-0e74d696c3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.04.02 19:29:12.136530 [ 3 ] {} <Debug> HTTP-Session: be55624b-c647-447c-a0f0-0e74d696c3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.04.02 19:29:12.136567 [ 3 ] {} <Trace> HTTP-Session: be55624b-c647-447c-a0f0-0e74d696c3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.04.02 19:29:12.136724 [ 3 ] {ea8eb897-079d-46ee-8137-f61b20c10da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
548 | 2024.04.02 19:29:12.136780 [ 3 ] {ea8eb897-079d-46ee-8137-f61b20c10da0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.04.02 19:29:12.138290 [ 3 ] {ea8eb897-079d-46ee-8137-f61b20c10da0} <Debug> oximeter.measurements_histogrami16 (0c78b186-ecec-45d7-bb53-510e603812c7): Loading data parts | ||
550 | 2024.04.02 19:29:12.138540 [ 3 ] {ea8eb897-079d-46ee-8137-f61b20c10da0} <Debug> oximeter.measurements_histogrami16 (0c78b186-ecec-45d7-bb53-510e603812c7): There are no data parts | ||
551 | 2024.04.02 19:29:12.139679 [ 3 ] {ea8eb897-079d-46ee-8137-f61b20c10da0} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.04.02 19:29:12.139715 [ 3 ] {} <Debug> HTTP-Session: be55624b-c647-447c-a0f0-0e74d696c3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.04.02 19:29:12.139837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.04.02 19:29:12.139883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
555 | 2024.04.02 19:29:12.139909 [ 3 ] {} <Debug> HTTP-Session: 4d7b0956-49bd-4296-b43a-f8be0dd39bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
556 | 2024.04.02 19:29:12.139931 [ 3 ] {} <Debug> HTTP-Session: 4d7b0956-49bd-4296-b43a-f8be0dd39bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.04.02 19:29:12.139944 [ 3 ] {} <Debug> HTTP-Session: 4d7b0956-49bd-4296-b43a-f8be0dd39bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.04.02 19:29:12.139980 [ 3 ] {} <Trace> HTTP-Session: 4d7b0956-49bd-4296-b43a-f8be0dd39bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.04.02 19:29:12.140142 [ 3 ] {c25f1b56-cd1d-421d-9f2d-f7e19459b7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
560 | 2024.04.02 19:29:12.140197 [ 3 ] {c25f1b56-cd1d-421d-9f2d-f7e19459b7e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.04.02 19:29:12.141799 [ 3 ] {c25f1b56-cd1d-421d-9f2d-f7e19459b7e4} <Debug> oximeter.measurements_histogramu16 (b9c5af86-f657-4706-a87a-69f28bf15bbb): Loading data parts | ||
562 | 2024.04.02 19:29:12.141974 [ 3 ] {c25f1b56-cd1d-421d-9f2d-f7e19459b7e4} <Debug> oximeter.measurements_histogramu16 (b9c5af86-f657-4706-a87a-69f28bf15bbb): There are no data parts | ||
563 | 2024.04.02 19:29:12.143102 [ 3 ] {c25f1b56-cd1d-421d-9f2d-f7e19459b7e4} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.04.02 19:29:12.143129 [ 3 ] {} <Debug> HTTP-Session: 4d7b0956-49bd-4296-b43a-f8be0dd39bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.04.02 19:29:12.143252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.04.02 19:29:12.143308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
567 | 2024.04.02 19:29:12.143328 [ 3 ] {} <Debug> HTTP-Session: 36ef074f-5cec-4355-b6c8-8160ad1452fd Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
568 | 2024.04.02 19:29:12.143357 [ 3 ] {} <Debug> HTTP-Session: 36ef074f-5cec-4355-b6c8-8160ad1452fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.04.02 19:29:12.143380 [ 3 ] {} <Debug> HTTP-Session: 36ef074f-5cec-4355-b6c8-8160ad1452fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.04.02 19:29:12.143411 [ 3 ] {} <Trace> HTTP-Session: 36ef074f-5cec-4355-b6c8-8160ad1452fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.04.02 19:29:12.143576 [ 3 ] {c8bc874f-aff5-4e02-843e-d2ca3c800562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
572 | 2024.04.02 19:29:12.143633 [ 3 ] {c8bc874f-aff5-4e02-843e-d2ca3c800562} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.04.02 19:29:12.145251 [ 3 ] {c8bc874f-aff5-4e02-843e-d2ca3c800562} <Debug> oximeter.measurements_histogrami32 (1680fd9e-6dca-409b-9ca2-3bf416965c9e): Loading data parts | ||
574 | 2024.04.02 19:29:12.145412 [ 3 ] {c8bc874f-aff5-4e02-843e-d2ca3c800562} <Debug> oximeter.measurements_histogrami32 (1680fd9e-6dca-409b-9ca2-3bf416965c9e): There are no data parts | ||
575 | 2024.04.02 19:29:12.146624 [ 3 ] {c8bc874f-aff5-4e02-843e-d2ca3c800562} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.04.02 19:29:12.146659 [ 3 ] {} <Debug> HTTP-Session: 36ef074f-5cec-4355-b6c8-8160ad1452fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.04.02 19:29:12.146785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.04.02 19:29:12.146839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
579 | 2024.04.02 19:29:12.146866 [ 3 ] {} <Debug> HTTP-Session: 48b72456-2705-4703-a704-7d7d4d9c84aa Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
580 | 2024.04.02 19:29:12.146883 [ 3 ] {} <Debug> HTTP-Session: 48b72456-2705-4703-a704-7d7d4d9c84aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.04.02 19:29:12.146902 [ 3 ] {} <Debug> HTTP-Session: 48b72456-2705-4703-a704-7d7d4d9c84aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.04.02 19:29:12.146943 [ 3 ] {} <Trace> HTTP-Session: 48b72456-2705-4703-a704-7d7d4d9c84aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.04.02 19:29:12.147099 [ 3 ] {0f1554f5-ca19-408e-90af-f8d6e834d452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
584 | 2024.04.02 19:29:12.147162 [ 3 ] {0f1554f5-ca19-408e-90af-f8d6e834d452} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.04.02 19:29:12.148753 [ 3 ] {0f1554f5-ca19-408e-90af-f8d6e834d452} <Debug> oximeter.measurements_histogramu32 (0519c01e-46d4-4158-982e-b2dfc57c3f54): Loading data parts | ||
586 | 2024.04.02 19:29:12.148928 [ 3 ] {0f1554f5-ca19-408e-90af-f8d6e834d452} <Debug> oximeter.measurements_histogramu32 (0519c01e-46d4-4158-982e-b2dfc57c3f54): There are no data parts | ||
587 | 2024.04.02 19:29:12.150106 [ 3 ] {0f1554f5-ca19-408e-90af-f8d6e834d452} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.04.02 19:29:12.150141 [ 3 ] {} <Debug> HTTP-Session: 48b72456-2705-4703-a704-7d7d4d9c84aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.04.02 19:29:12.150273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.04.02 19:29:12.150320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
591 | 2024.04.02 19:29:12.150346 [ 3 ] {} <Debug> HTTP-Session: d27e5af9-62a8-4415-9d3e-a1e794018384 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
592 | 2024.04.02 19:29:12.150375 [ 3 ] {} <Debug> HTTP-Session: d27e5af9-62a8-4415-9d3e-a1e794018384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.04.02 19:29:12.150390 [ 3 ] {} <Debug> HTTP-Session: d27e5af9-62a8-4415-9d3e-a1e794018384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.04.02 19:29:12.150426 [ 3 ] {} <Trace> HTTP-Session: d27e5af9-62a8-4415-9d3e-a1e794018384 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.04.02 19:29:12.150591 [ 3 ] {4edb47f7-1670-40b2-8128-88b4f4795692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
596 | 2024.04.02 19:29:12.150648 [ 3 ] {4edb47f7-1670-40b2-8128-88b4f4795692} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.04.02 19:29:12.152320 [ 3 ] {4edb47f7-1670-40b2-8128-88b4f4795692} <Debug> oximeter.measurements_histogrami64 (fecbdfdb-e81c-4dfa-8b84-2ce9c5cc6812): Loading data parts | ||
598 | 2024.04.02 19:29:12.152490 [ 3 ] {4edb47f7-1670-40b2-8128-88b4f4795692} <Debug> oximeter.measurements_histogrami64 (fecbdfdb-e81c-4dfa-8b84-2ce9c5cc6812): There are no data parts | ||
599 | 2024.04.02 19:29:12.153730 [ 3 ] {4edb47f7-1670-40b2-8128-88b4f4795692} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.04.02 19:29:12.153757 [ 3 ] {} <Debug> HTTP-Session: d27e5af9-62a8-4415-9d3e-a1e794018384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.04.02 19:29:12.153883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.04.02 19:29:12.153938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
603 | 2024.04.02 19:29:12.153956 [ 3 ] {} <Debug> HTTP-Session: b36c40fe-a3fd-43b6-bbd4-fe34d9ac8039 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
604 | 2024.04.02 19:29:12.153979 [ 3 ] {} <Debug> HTTP-Session: b36c40fe-a3fd-43b6-bbd4-fe34d9ac8039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.04.02 19:29:12.154000 [ 3 ] {} <Debug> HTTP-Session: b36c40fe-a3fd-43b6-bbd4-fe34d9ac8039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.04.02 19:29:12.154030 [ 3 ] {} <Trace> HTTP-Session: b36c40fe-a3fd-43b6-bbd4-fe34d9ac8039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.04.02 19:29:12.154193 [ 3 ] {7d5a7513-6c9a-4fe2-bef2-b55b9c6bbbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
608 | 2024.04.02 19:29:12.154251 [ 3 ] {7d5a7513-6c9a-4fe2-bef2-b55b9c6bbbdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.04.02 19:29:12.156148 [ 3 ] {7d5a7513-6c9a-4fe2-bef2-b55b9c6bbbdb} <Debug> oximeter.measurements_histogramu64 (deee1e4e-e160-48da-bb77-c2a8edd9e85c): Loading data parts | ||
610 | 2024.04.02 19:29:12.156308 [ 3 ] {7d5a7513-6c9a-4fe2-bef2-b55b9c6bbbdb} <Debug> oximeter.measurements_histogramu64 (deee1e4e-e160-48da-bb77-c2a8edd9e85c): There are no data parts | ||
611 | 2024.04.02 19:29:12.157474 [ 3 ] {7d5a7513-6c9a-4fe2-bef2-b55b9c6bbbdb} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.04.02 19:29:12.157512 [ 3 ] {} <Debug> HTTP-Session: b36c40fe-a3fd-43b6-bbd4-fe34d9ac8039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.04.02 19:29:12.157633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.04.02 19:29:12.157688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
615 | 2024.04.02 19:29:12.157713 [ 3 ] {} <Debug> HTTP-Session: 7c6af5b2-5b5d-4cd2-94e0-9163487ca478 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
616 | 2024.04.02 19:29:12.157731 [ 3 ] {} <Debug> HTTP-Session: 7c6af5b2-5b5d-4cd2-94e0-9163487ca478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.04.02 19:29:12.157752 [ 3 ] {} <Debug> HTTP-Session: 7c6af5b2-5b5d-4cd2-94e0-9163487ca478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.04.02 19:29:12.157788 [ 3 ] {} <Trace> HTTP-Session: 7c6af5b2-5b5d-4cd2-94e0-9163487ca478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.04.02 19:29:12.157951 [ 3 ] {449c6c59-fd08-4cc6-b754-c50a6dfaa4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
620 | 2024.04.02 19:29:12.158002 [ 3 ] {449c6c59-fd08-4cc6-b754-c50a6dfaa4b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.04.02 19:29:12.159600 [ 3 ] {449c6c59-fd08-4cc6-b754-c50a6dfaa4b6} <Debug> oximeter.measurements_histogramf32 (c8b450d5-b1ae-4be3-99fc-9f63f764cf11): Loading data parts | ||
622 | 2024.04.02 19:29:12.159764 [ 3 ] {449c6c59-fd08-4cc6-b754-c50a6dfaa4b6} <Debug> oximeter.measurements_histogramf32 (c8b450d5-b1ae-4be3-99fc-9f63f764cf11): There are no data parts | ||
623 | 2024.04.02 19:29:12.160875 [ 3 ] {449c6c59-fd08-4cc6-b754-c50a6dfaa4b6} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.04.02 19:29:12.160903 [ 3 ] {} <Debug> HTTP-Session: 7c6af5b2-5b5d-4cd2-94e0-9163487ca478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.04.02 19:29:12.161028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.04.02 19:29:12.161081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
627 | 2024.04.02 19:29:12.161099 [ 3 ] {} <Debug> HTTP-Session: 6ed52052-7175-48dc-9254-6c315bc8250d Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
628 | 2024.04.02 19:29:12.161123 [ 3 ] {} <Debug> HTTP-Session: 6ed52052-7175-48dc-9254-6c315bc8250d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.04.02 19:29:12.161136 [ 3 ] {} <Debug> HTTP-Session: 6ed52052-7175-48dc-9254-6c315bc8250d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.04.02 19:29:12.161173 [ 3 ] {} <Trace> HTTP-Session: 6ed52052-7175-48dc-9254-6c315bc8250d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.04.02 19:29:12.161336 [ 3 ] {7124b808-8de3-4fbc-aefa-6cf7106e4a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) 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) | ||
632 | 2024.04.02 19:29:12.161392 [ 3 ] {7124b808-8de3-4fbc-aefa-6cf7106e4a91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.04.02 19:29:12.163072 [ 3 ] {7124b808-8de3-4fbc-aefa-6cf7106e4a91} <Debug> oximeter.measurements_histogramf64 (fc614212-9fdd-4001-96b7-74e3e9c97f25): Loading data parts | ||
634 | 2024.04.02 19:29:12.163249 [ 3 ] {7124b808-8de3-4fbc-aefa-6cf7106e4a91} <Debug> oximeter.measurements_histogramf64 (fc614212-9fdd-4001-96b7-74e3e9c97f25): There are no data parts | ||
635 | 2024.04.02 19:29:12.164577 [ 3 ] {7124b808-8de3-4fbc-aefa-6cf7106e4a91} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.04.02 19:29:12.164603 [ 3 ] {} <Debug> HTTP-Session: 6ed52052-7175-48dc-9254-6c315bc8250d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.04.02 19:29:12.164727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.04.02 19:29:12.164781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
639 | 2024.04.02 19:29:12.164800 [ 3 ] {} <Debug> HTTP-Session: d6665308-4933-4eea-861c-4d965ad3f0f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
640 | 2024.04.02 19:29:12.164822 [ 3 ] {} <Debug> HTTP-Session: d6665308-4933-4eea-861c-4d965ad3f0f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.04.02 19:29:12.164843 [ 3 ] {} <Debug> HTTP-Session: d6665308-4933-4eea-861c-4d965ad3f0f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.04.02 19:29:12.164873 [ 3 ] {} <Trace> HTTP-Session: d6665308-4933-4eea-861c-4d965ad3f0f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.04.02 19:29:12.164995 [ 3 ] {0ffca9f5-bb42-46bb-a1e2-820d6462a215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.04.02 19:29:12.165049 [ 3 ] {0ffca9f5-bb42-46bb-a1e2-820d6462a215} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.04.02 19:29:12.166404 [ 3 ] {0ffca9f5-bb42-46bb-a1e2-820d6462a215} <Debug> oximeter.fields_bool (eae4c718-5cd6-45a8-bb9e-0dd0f5fc7af2): Loading data parts | ||
663 | 2024.04.02 19:29:12.166646 [ 3 ] {0ffca9f5-bb42-46bb-a1e2-820d6462a215} <Debug> oximeter.fields_bool (eae4c718-5cd6-45a8-bb9e-0dd0f5fc7af2): There are no data parts | ||
664 | 2024.04.02 19:29:12.167766 [ 3 ] {0ffca9f5-bb42-46bb-a1e2-820d6462a215} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.04.02 19:29:12.167801 [ 3 ] {} <Debug> HTTP-Session: d6665308-4933-4eea-861c-4d965ad3f0f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.04.02 19:29:12.167917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.04.02 19:29:12.167963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
668 | 2024.04.02 19:29:12.167988 [ 3 ] {} <Debug> HTTP-Session: dba4c13c-b62e-41b1-af87-eb07309e61d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
669 | 2024.04.02 19:29:12.168011 [ 3 ] {} <Debug> HTTP-Session: dba4c13c-b62e-41b1-af87-eb07309e61d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.04.02 19:29:12.168025 [ 3 ] {} <Debug> HTTP-Session: dba4c13c-b62e-41b1-af87-eb07309e61d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.04.02 19:29:12.168061 [ 3 ] {} <Trace> HTTP-Session: dba4c13c-b62e-41b1-af87-eb07309e61d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.04.02 19:29:12.168180 [ 3 ] {04417af0-df1c-4558-9f3f-af3866729516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.04.02 19:29:12.168224 [ 3 ] {04417af0-df1c-4558-9f3f-af3866729516} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.04.02 19:29:12.170002 [ 3 ] {04417af0-df1c-4558-9f3f-af3866729516} <Debug> oximeter.fields_i8 (a6a89cf2-687d-463d-8bca-9831fad70819): Loading data parts | ||
675 | 2024.04.02 19:29:12.170166 [ 3 ] {04417af0-df1c-4558-9f3f-af3866729516} <Debug> oximeter.fields_i8 (a6a89cf2-687d-463d-8bca-9831fad70819): There are no data parts | ||
676 | 2024.04.02 19:29:12.171318 [ 3 ] {04417af0-df1c-4558-9f3f-af3866729516} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.04.02 19:29:12.171361 [ 3 ] {} <Debug> HTTP-Session: dba4c13c-b62e-41b1-af87-eb07309e61d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.04.02 19:29:12.171470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.04.02 19:29:12.171524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
680 | 2024.04.02 19:29:12.171557 [ 3 ] {} <Debug> HTTP-Session: 6d04e721-2dcb-4ec3-b983-18f09e7ad2b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
681 | 2024.04.02 19:29:12.171572 [ 3 ] {} <Debug> HTTP-Session: 6d04e721-2dcb-4ec3-b983-18f09e7ad2b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.04.02 19:29:12.171593 [ 3 ] {} <Debug> HTTP-Session: 6d04e721-2dcb-4ec3-b983-18f09e7ad2b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.04.02 19:29:12.171631 [ 3 ] {} <Trace> HTTP-Session: 6d04e721-2dcb-4ec3-b983-18f09e7ad2b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.04.02 19:29:12.171741 [ 3 ] {6ff0d7d5-078c-4ef6-83e8-f0112b7618e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.04.02 19:29:12.171799 [ 3 ] {6ff0d7d5-078c-4ef6-83e8-f0112b7618e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.04.02 19:29:12.173259 [ 3 ] {6ff0d7d5-078c-4ef6-83e8-f0112b7618e3} <Debug> oximeter.fields_u8 (fc020e2d-a85b-4665-b353-d3c32eb8e466): Loading data parts | ||
687 | 2024.04.02 19:29:12.173422 [ 3 ] {6ff0d7d5-078c-4ef6-83e8-f0112b7618e3} <Debug> oximeter.fields_u8 (fc020e2d-a85b-4665-b353-d3c32eb8e466): There are no data parts | ||
688 | 2024.04.02 19:29:12.174542 [ 3 ] {6ff0d7d5-078c-4ef6-83e8-f0112b7618e3} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.04.02 19:29:12.174569 [ 3 ] {} <Debug> HTTP-Session: 6d04e721-2dcb-4ec3-b983-18f09e7ad2b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.04.02 19:29:12.174695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.04.02 19:29:12.174752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
692 | 2024.04.02 19:29:12.174771 [ 3 ] {} <Debug> HTTP-Session: 225dee51-72d2-4bdf-ada9-4f4f0484a5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
693 | 2024.04.02 19:29:12.174794 [ 3 ] {} <Debug> HTTP-Session: 225dee51-72d2-4bdf-ada9-4f4f0484a5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.04.02 19:29:12.174815 [ 3 ] {} <Debug> HTTP-Session: 225dee51-72d2-4bdf-ada9-4f4f0484a5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.04.02 19:29:12.174845 [ 3 ] {} <Trace> HTTP-Session: 225dee51-72d2-4bdf-ada9-4f4f0484a5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.04.02 19:29:12.174962 [ 3 ] {9422ead5-791e-4641-a1b3-595b7dad3a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.04.02 19:29:12.175015 [ 3 ] {9422ead5-791e-4641-a1b3-595b7dad3a66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.04.02 19:29:12.176423 [ 3 ] {9422ead5-791e-4641-a1b3-595b7dad3a66} <Debug> oximeter.fields_i16 (591af8ea-d6e2-4ce7-9e06-0aa624ea19a6): Loading data parts | ||
699 | 2024.04.02 19:29:12.176617 [ 3 ] {9422ead5-791e-4641-a1b3-595b7dad3a66} <Debug> oximeter.fields_i16 (591af8ea-d6e2-4ce7-9e06-0aa624ea19a6): There are no data parts | ||
700 | 2024.04.02 19:29:12.177864 [ 3 ] {9422ead5-791e-4641-a1b3-595b7dad3a66} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.04.02 19:29:12.177891 [ 3 ] {} <Debug> HTTP-Session: 225dee51-72d2-4bdf-ada9-4f4f0484a5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.04.02 19:29:12.178020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.04.02 19:29:12.178080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
704 | 2024.04.02 19:29:12.178099 [ 3 ] {} <Debug> HTTP-Session: 4c543442-a2f2-400f-aeee-71503cfacd99 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
705 | 2024.04.02 19:29:12.178123 [ 3 ] {} <Debug> HTTP-Session: 4c543442-a2f2-400f-aeee-71503cfacd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.04.02 19:29:12.178137 [ 3 ] {} <Debug> HTTP-Session: 4c543442-a2f2-400f-aeee-71503cfacd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.04.02 19:29:12.178173 [ 3 ] {} <Trace> HTTP-Session: 4c543442-a2f2-400f-aeee-71503cfacd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.04.02 19:29:12.178295 [ 3 ] {06afa242-12ce-4c5f-a71d-19ecaa54253a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.04.02 19:29:12.178347 [ 3 ] {06afa242-12ce-4c5f-a71d-19ecaa54253a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.04.02 19:29:12.180072 [ 3 ] {06afa242-12ce-4c5f-a71d-19ecaa54253a} <Debug> oximeter.fields_u16 (bba5c523-9ea9-4e3e-8834-3dbb6c269caf): Loading data parts | ||
711 | 2024.04.02 19:29:12.180242 [ 3 ] {06afa242-12ce-4c5f-a71d-19ecaa54253a} <Debug> oximeter.fields_u16 (bba5c523-9ea9-4e3e-8834-3dbb6c269caf): There are no data parts | ||
712 | 2024.04.02 19:29:12.181334 [ 3 ] {06afa242-12ce-4c5f-a71d-19ecaa54253a} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.04.02 19:29:12.181373 [ 3 ] {} <Debug> HTTP-Session: 4c543442-a2f2-400f-aeee-71503cfacd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.04.02 19:29:12.181497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.04.02 19:29:12.181558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
716 | 2024.04.02 19:29:12.181578 [ 3 ] {} <Debug> HTTP-Session: 02509ba4-c713-4776-a3ef-82a144aa49ce Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
717 | 2024.04.02 19:29:12.181594 [ 3 ] {} <Debug> HTTP-Session: 02509ba4-c713-4776-a3ef-82a144aa49ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.04.02 19:29:12.181614 [ 3 ] {} <Debug> HTTP-Session: 02509ba4-c713-4776-a3ef-82a144aa49ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.04.02 19:29:12.181651 [ 3 ] {} <Trace> HTTP-Session: 02509ba4-c713-4776-a3ef-82a144aa49ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.04.02 19:29:12.181769 [ 3 ] {ee4e48dc-c8b1-425b-8495-a34b39d15ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.04.02 19:29:12.181829 [ 3 ] {ee4e48dc-c8b1-425b-8495-a34b39d15ccf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.04.02 19:29:12.183276 [ 3 ] {ee4e48dc-c8b1-425b-8495-a34b39d15ccf} <Debug> oximeter.fields_i32 (ffeb1e32-d486-4a58-b942-13dfef691d8b): Loading data parts | ||
723 | 2024.04.02 19:29:12.183443 [ 3 ] {ee4e48dc-c8b1-425b-8495-a34b39d15ccf} <Debug> oximeter.fields_i32 (ffeb1e32-d486-4a58-b942-13dfef691d8b): There are no data parts | ||
724 | 2024.04.02 19:29:12.184492 [ 3 ] {ee4e48dc-c8b1-425b-8495-a34b39d15ccf} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.04.02 19:29:12.184519 [ 3 ] {} <Debug> HTTP-Session: 02509ba4-c713-4776-a3ef-82a144aa49ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.04.02 19:29:12.184652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.04.02 19:29:12.184708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
728 | 2024.04.02 19:29:12.184735 [ 3 ] {} <Debug> HTTP-Session: f0339faa-6f2e-4a41-9688-5bced6194274 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
729 | 2024.04.02 19:29:12.184752 [ 3 ] {} <Debug> HTTP-Session: f0339faa-6f2e-4a41-9688-5bced6194274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.04.02 19:29:12.184772 [ 3 ] {} <Debug> HTTP-Session: f0339faa-6f2e-4a41-9688-5bced6194274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.04.02 19:29:12.184808 [ 3 ] {} <Trace> HTTP-Session: f0339faa-6f2e-4a41-9688-5bced6194274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.04.02 19:29:12.184925 [ 3 ] {b8712abe-f8f3-4cfc-adbd-23f7891761b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.04.02 19:29:12.184969 [ 3 ] {b8712abe-f8f3-4cfc-adbd-23f7891761b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.04.02 19:29:12.186580 [ 3 ] {b8712abe-f8f3-4cfc-adbd-23f7891761b4} <Debug> oximeter.fields_u32 (6acbe21e-bef1-4f6b-9719-1f99505dd810): Loading data parts | ||
735 | 2024.04.02 19:29:12.186742 [ 3 ] {b8712abe-f8f3-4cfc-adbd-23f7891761b4} <Debug> oximeter.fields_u32 (6acbe21e-bef1-4f6b-9719-1f99505dd810): There are no data parts | ||
736 | 2024.04.02 19:29:12.187812 [ 3 ] {b8712abe-f8f3-4cfc-adbd-23f7891761b4} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.04.02 19:29:12.187838 [ 3 ] {} <Debug> HTTP-Session: f0339faa-6f2e-4a41-9688-5bced6194274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.04.02 19:29:12.187976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.04.02 19:29:12.188030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
740 | 2024.04.02 19:29:12.188057 [ 3 ] {} <Debug> HTTP-Session: 81c5c298-479e-4f2f-b0b7-1977e2c8500c Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
741 | 2024.04.02 19:29:12.188074 [ 3 ] {} <Debug> HTTP-Session: 81c5c298-479e-4f2f-b0b7-1977e2c8500c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.04.02 19:29:12.188094 [ 3 ] {} <Debug> HTTP-Session: 81c5c298-479e-4f2f-b0b7-1977e2c8500c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.04.02 19:29:12.188125 [ 3 ] {} <Trace> HTTP-Session: 81c5c298-479e-4f2f-b0b7-1977e2c8500c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.04.02 19:29:12.188256 [ 3 ] {bc412211-366b-42fc-ad28-86be334854dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.04.02 19:29:12.188307 [ 3 ] {bc412211-366b-42fc-ad28-86be334854dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.04.02 19:29:12.189849 [ 3 ] {bc412211-366b-42fc-ad28-86be334854dc} <Debug> oximeter.fields_i64 (6d51a5f8-eefa-463d-ae49-4cbf723178d8): Loading data parts | ||
747 | 2024.04.02 19:29:12.190014 [ 3 ] {bc412211-366b-42fc-ad28-86be334854dc} <Debug> oximeter.fields_i64 (6d51a5f8-eefa-463d-ae49-4cbf723178d8): There are no data parts | ||
748 | 2024.04.02 19:29:12.191161 [ 3 ] {bc412211-366b-42fc-ad28-86be334854dc} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.04.02 19:29:12.191189 [ 3 ] {} <Debug> HTTP-Session: 81c5c298-479e-4f2f-b0b7-1977e2c8500c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.04.02 19:29:12.191346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.04.02 19:29:12.191429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
752 | 2024.04.02 19:29:12.191461 [ 3 ] {} <Debug> HTTP-Session: 8cd6d125-9bbe-4f7a-a185-82dce409cf07 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
753 | 2024.04.02 19:29:12.191497 [ 3 ] {} <Debug> HTTP-Session: 8cd6d125-9bbe-4f7a-a185-82dce409cf07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.04.02 19:29:12.191530 [ 3 ] {} <Debug> HTTP-Session: 8cd6d125-9bbe-4f7a-a185-82dce409cf07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.04.02 19:29:12.191575 [ 3 ] {} <Trace> HTTP-Session: 8cd6d125-9bbe-4f7a-a185-82dce409cf07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.04.02 19:29:12.191707 [ 3 ] {1be89f30-ec89-4217-b28a-71b3f2e98914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.04.02 19:29:12.191754 [ 3 ] {1be89f30-ec89-4217-b28a-71b3f2e98914} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.04.02 19:29:12.193336 [ 3 ] {1be89f30-ec89-4217-b28a-71b3f2e98914} <Debug> oximeter.fields_u64 (60a9ab63-fc8e-494a-b101-2bcfe093e666): Loading data parts | ||
759 | 2024.04.02 19:29:12.193514 [ 3 ] {1be89f30-ec89-4217-b28a-71b3f2e98914} <Debug> oximeter.fields_u64 (60a9ab63-fc8e-494a-b101-2bcfe093e666): There are no data parts | ||
760 | 2024.04.02 19:29:12.194972 [ 3 ] {1be89f30-ec89-4217-b28a-71b3f2e98914} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.04.02 19:29:12.195018 [ 3 ] {} <Debug> HTTP-Session: 8cd6d125-9bbe-4f7a-a185-82dce409cf07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.04.02 19:29:12.195143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.04.02 19:29:12.195201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
764 | 2024.04.02 19:29:12.195230 [ 3 ] {} <Debug> HTTP-Session: 423776f3-cb33-465a-ba4d-f8d4c057a7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
765 | 2024.04.02 19:29:12.195260 [ 3 ] {} <Debug> HTTP-Session: 423776f3-cb33-465a-ba4d-f8d4c057a7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.04.02 19:29:12.195274 [ 3 ] {} <Debug> HTTP-Session: 423776f3-cb33-465a-ba4d-f8d4c057a7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.04.02 19:29:12.195323 [ 3 ] {} <Trace> HTTP-Session: 423776f3-cb33-465a-ba4d-f8d4c057a7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.04.02 19:29:12.195440 [ 3 ] {9f0be41c-bdae-4f21-a151-e89fff400c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.04.02 19:29:12.195490 [ 3 ] {9f0be41c-bdae-4f21-a151-e89fff400c3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.04.02 19:29:12.196925 [ 3 ] {9f0be41c-bdae-4f21-a151-e89fff400c3f} <Debug> oximeter.fields_ipaddr (94b6d939-a934-4550-9fd1-c9f4c64faffd): Loading data parts | ||
771 | 2024.04.02 19:29:12.197074 [ 3 ] {9f0be41c-bdae-4f21-a151-e89fff400c3f} <Debug> oximeter.fields_ipaddr (94b6d939-a934-4550-9fd1-c9f4c64faffd): There are no data parts | ||
772 | 2024.04.02 19:29:12.198131 [ 3 ] {9f0be41c-bdae-4f21-a151-e89fff400c3f} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.04.02 19:29:12.198160 [ 3 ] {} <Debug> HTTP-Session: 423776f3-cb33-465a-ba4d-f8d4c057a7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.04.02 19:29:12.198288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.04.02 19:29:12.198350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
776 | 2024.04.02 19:29:12.198371 [ 3 ] {} <Debug> HTTP-Session: 99fecbef-c3f5-4bd1-8a52-d84785bb9468 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
777 | 2024.04.02 19:29:12.198387 [ 3 ] {} <Debug> HTTP-Session: 99fecbef-c3f5-4bd1-8a52-d84785bb9468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.04.02 19:29:12.198403 [ 3 ] {} <Debug> HTTP-Session: 99fecbef-c3f5-4bd1-8a52-d84785bb9468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.04.02 19:29:12.198435 [ 3 ] {} <Trace> HTTP-Session: 99fecbef-c3f5-4bd1-8a52-d84785bb9468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.04.02 19:29:12.198549 [ 3 ] {eee9d40d-0444-466a-b4f2-a31bb22de520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.04.02 19:29:12.198589 [ 3 ] {eee9d40d-0444-466a-b4f2-a31bb22de520} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.04.02 19:29:12.199971 [ 3 ] {eee9d40d-0444-466a-b4f2-a31bb22de520} <Debug> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Loading data parts | ||
783 | 2024.04.02 19:29:12.200136 [ 3 ] {eee9d40d-0444-466a-b4f2-a31bb22de520} <Debug> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): There are no data parts | ||
784 | 2024.04.02 19:29:12.201228 [ 3 ] {eee9d40d-0444-466a-b4f2-a31bb22de520} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.04.02 19:29:12.201256 [ 3 ] {} <Debug> HTTP-Session: 99fecbef-c3f5-4bd1-8a52-d84785bb9468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.04.02 19:29:12.201370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.04.02 19:29:12.201417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
788 | 2024.04.02 19:29:12.201437 [ 3 ] {} <Debug> HTTP-Session: c1736deb-fa4e-4a8d-8846-8defa85b45b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
789 | 2024.04.02 19:29:12.201454 [ 3 ] {} <Debug> HTTP-Session: c1736deb-fa4e-4a8d-8846-8defa85b45b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.04.02 19:29:12.201469 [ 3 ] {} <Debug> HTTP-Session: c1736deb-fa4e-4a8d-8846-8defa85b45b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.04.02 19:29:12.201501 [ 3 ] {} <Trace> HTTP-Session: c1736deb-fa4e-4a8d-8846-8defa85b45b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.04.02 19:29:12.201614 [ 3 ] {26039e0d-472c-49f6-9914-ad60828549ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.04.02 19:29:12.201652 [ 3 ] {26039e0d-472c-49f6-9914-ad60828549ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.04.02 19:29:12.203445 [ 3 ] {26039e0d-472c-49f6-9914-ad60828549ff} <Debug> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Loading data parts | ||
795 | 2024.04.02 19:29:12.203627 [ 3 ] {26039e0d-472c-49f6-9914-ad60828549ff} <Debug> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): There are no data parts | ||
796 | 2024.04.02 19:29:12.204741 [ 3 ] {26039e0d-472c-49f6-9914-ad60828549ff} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.04.02 19:29:12.204768 [ 3 ] {} <Debug> HTTP-Session: c1736deb-fa4e-4a8d-8846-8defa85b45b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.04.02 19:29:12.204890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.04.02 19:29:12.204938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
800 | 2024.04.02 19:29:12.204957 [ 3 ] {} <Debug> HTTP-Session: 2cfdd278-33c9-44c7-91e4-db7f72acd530 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
801 | 2024.04.02 19:29:12.204975 [ 3 ] {} <Debug> HTTP-Session: 2cfdd278-33c9-44c7-91e4-db7f72acd530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.04.02 19:29:12.204988 [ 3 ] {} <Debug> HTTP-Session: 2cfdd278-33c9-44c7-91e4-db7f72acd530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.04.02 19:29:12.205020 [ 3 ] {} <Trace> HTTP-Session: 2cfdd278-33c9-44c7-91e4-db7f72acd530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.04.02 19:29:12.205196 [ 3 ] {66503054-f746-4f38-86df-9a0f34fb3aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.04.02 19:29:12.205254 [ 3 ] {66503054-f746-4f38-86df-9a0f34fb3aef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.04.02 19:29:12.206771 [ 3 ] {66503054-f746-4f38-86df-9a0f34fb3aef} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Loading data parts | ||
810 | 2024.04.02 19:29:12.206935 [ 3 ] {66503054-f746-4f38-86df-9a0f34fb3aef} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): There are no data parts | ||
811 | 2024.04.02 19:29:12.208182 [ 3 ] {66503054-f746-4f38-86df-9a0f34fb3aef} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.04.02 19:29:12.208215 [ 3 ] {} <Debug> HTTP-Session: 2cfdd278-33c9-44c7-91e4-db7f72acd530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.04.02 19:29:12.208358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.04.02 19:29:12.208406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
815 | 2024.04.02 19:29:12.208425 [ 3 ] {} <Debug> HTTP-Session: 9608d693-bdb6-45f8-964a-a3f15a5a3dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
816 | 2024.04.02 19:29:12.208443 [ 3 ] {} <Debug> HTTP-Session: 9608d693-bdb6-45f8-964a-a3f15a5a3dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.04.02 19:29:12.208457 [ 3 ] {} <Debug> HTTP-Session: 9608d693-bdb6-45f8-964a-a3f15a5a3dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.04.02 19:29:12.208487 [ 3 ] {} <Trace> HTTP-Session: 9608d693-bdb6-45f8-964a-a3f15a5a3dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.04.02 19:29:12.208628 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.04.02 19:29:12.210327 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.04.02 19:29:12.214192 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Trace> oximeter.version (66cae48a-b87e-4ce0-bcc5-0af3dab2de50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.04.02 19:29:12.214235 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
823 | 2024.04.02 19:29:12.218699 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.04.02 19:29:12.219730 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Trace> oximeter.version (66cae48a-b87e-4ce0-bcc5-0af3dab2de50): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.04.02 19:29:12.219988 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011442 sec., 87.39730816290857 rows/sec., 1.37 KiB/sec. | ||
826 | 2024.04.02 19:29:12.220109 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.04.02 19:29:12.220132 [ 3 ] {438321a6-2b4f-4c06-b307-e5455f3acb42} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
828 | 2024.04.02 19:29:12.220148 [ 3 ] {} <Debug> HTTP-Session: 9608d693-bdb6-45f8-964a-a3f15a5a3dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.04.02 19:29:13.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.16 MiB, peak 169.37 MiB, free memory in arenas 0.00 B, will set to 173.48 MiB (RSS), difference: 9.32 MiB | ||
830 | 2024.04.02 19:29:17.232179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
831 | 2024.04.02 19:29:17.232304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
832 | 2024.04.02 19:29:17.232333 [ 3 ] {} <Debug> HTTP-Session: 943cd392-f1ca-44f2-bf2a-a6b3e937d269 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
833 | 2024.04.02 19:29:17.232360 [ 3 ] {} <Debug> HTTP-Session: 943cd392-f1ca-44f2-bf2a-a6b3e937d269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
834 | 2024.04.02 19:29:17.232377 [ 3 ] {} <Debug> HTTP-Session: 943cd392-f1ca-44f2-bf2a-a6b3e937d269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.04.02 19:29:17.232431 [ 3 ] {} <Trace> HTTP-Session: 943cd392-f1ca-44f2-bf2a-a6b3e937d269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2024.04.02 19:29:17.232563 [ 3 ] {a478e76b-7798-4c2d-b6f5-34cda9446228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
837 | 2024.04.02 19:29:17.232899 [ 3 ] {a478e76b-7798-4c2d-b6f5-34cda9446228} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2024.04.02 19:29:17.233023 [ 3 ] {a478e76b-7798-4c2d-b6f5-34cda9446228} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2024.04.02 19:29:17.233923 [ 3 ] {a478e76b-7798-4c2d-b6f5-34cda9446228} <Debug> DynamicQueryHandler: Done processing query | ||
840 | 2024.04.02 19:29:17.233952 [ 3 ] {a478e76b-7798-4c2d-b6f5-34cda9446228} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
841 | 2024.04.02 19:29:17.233968 [ 3 ] {} <Debug> HTTP-Session: 943cd392-f1ca-44f2-bf2a-a6b3e937d269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
842 | 2024.04.02 19:29:17.240186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
843 | 2024.04.02 19:29:17.240245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
844 | 2024.04.02 19:29:17.240265 [ 3 ] {} <Debug> HTTP-Session: 76b49f44-1688-4d83-8b51-271a6bd87219 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
845 | 2024.04.02 19:29:17.240283 [ 3 ] {} <Debug> HTTP-Session: 76b49f44-1688-4d83-8b51-271a6bd87219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.04.02 19:29:17.240298 [ 3 ] {} <Debug> HTTP-Session: 76b49f44-1688-4d83-8b51-271a6bd87219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.04.02 19:29:17.240331 [ 3 ] {} <Trace> HTTP-Session: 76b49f44-1688-4d83-8b51-271a6bd87219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
848 | 2024.04.02 19:29:17.240443 [ 3 ] {c703b38f-4d42-4efb-8951-b0f479717690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
849 | 2024.04.02 19:29:17.242583 [ 3 ] {c703b38f-4d42-4efb-8951-b0f479717690} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
850 | 2024.04.02 19:29:17.242642 [ 3 ] {c703b38f-4d42-4efb-8951-b0f479717690} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
851 | 2024.04.02 19:29:17.243617 [ 3 ] {c703b38f-4d42-4efb-8951-b0f479717690} <Debug> DynamicQueryHandler: Done processing query | ||
852 | 2024.04.02 19:29:17.243647 [ 3 ] {c703b38f-4d42-4efb-8951-b0f479717690} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
853 | 2024.04.02 19:29:17.243664 [ 3 ] {} <Debug> HTTP-Session: 76b49f44-1688-4d83-8b51-271a6bd87219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
854 | 2024.04.02 19:29:17.243931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
855 | 2024.04.02 19:29:17.243981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
856 | 2024.04.02 19:29:17.244000 [ 3 ] {} <Debug> HTTP-Session: 2e28bd84-fd07-4f00-9c5f-0aca494c594f Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
857 | 2024.04.02 19:29:17.244018 [ 3 ] {} <Debug> HTTP-Session: 2e28bd84-fd07-4f00-9c5f-0aca494c594f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.04.02 19:29:17.244031 [ 3 ] {} <Debug> HTTP-Session: 2e28bd84-fd07-4f00-9c5f-0aca494c594f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.04.02 19:29:17.244063 [ 3 ] {} <Trace> HTTP-Session: 2e28bd84-fd07-4f00-9c5f-0aca494c594f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
860 | 2024.04.02 19:29:17.244155 [ 3 ] {8a8a2aaf-9479-4565-a210-f4f27ea09b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
861 | 2024.04.02 19:29:17.244513 [ 3 ] {8a8a2aaf-9479-4565-a210-f4f27ea09b22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
862 | 2024.04.02 19:29:17.244567 [ 3 ] {8a8a2aaf-9479-4565-a210-f4f27ea09b22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
863 | 2024.04.02 19:29:17.245502 [ 3 ] {8a8a2aaf-9479-4565-a210-f4f27ea09b22} <Debug> DynamicQueryHandler: Done processing query | ||
864 | 2024.04.02 19:29:17.245531 [ 3 ] {8a8a2aaf-9479-4565-a210-f4f27ea09b22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
865 | 2024.04.02 19:29:17.245548 [ 3 ] {} <Debug> HTTP-Session: 2e28bd84-fd07-4f00-9c5f-0aca494c594f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
866 | 2024.04.02 19:29:17.245884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
867 | 2024.04.02 19:29:17.245933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
868 | 2024.04.02 19:29:17.245953 [ 3 ] {} <Debug> HTTP-Session: 331ad006-809e-45ee-93bc-7b475aa28b4b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
869 | 2024.04.02 19:29:17.245969 [ 3 ] {} <Debug> HTTP-Session: 331ad006-809e-45ee-93bc-7b475aa28b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.04.02 19:29:17.245984 [ 3 ] {} <Debug> HTTP-Session: 331ad006-809e-45ee-93bc-7b475aa28b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.04.02 19:29:17.246016 [ 3 ] {} <Trace> HTTP-Session: 331ad006-809e-45ee-93bc-7b475aa28b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
872 | 2024.04.02 19:29:17.246107 [ 3 ] {3a153f51-758e-493a-ac66-ae3b8b655af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
873 | 2024.04.02 19:29:17.246419 [ 3 ] {3a153f51-758e-493a-ac66-ae3b8b655af5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
874 | 2024.04.02 19:29:17.246472 [ 3 ] {3a153f51-758e-493a-ac66-ae3b8b655af5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
875 | 2024.04.02 19:29:17.247369 [ 3 ] {3a153f51-758e-493a-ac66-ae3b8b655af5} <Debug> DynamicQueryHandler: Done processing query | ||
876 | 2024.04.02 19:29:17.247398 [ 3 ] {3a153f51-758e-493a-ac66-ae3b8b655af5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
877 | 2024.04.02 19:29:17.247414 [ 3 ] {} <Debug> HTTP-Session: 331ad006-809e-45ee-93bc-7b475aa28b4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
878 | 2024.04.02 19:29:17.247654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
879 | 2024.04.02 19:29:17.247701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
880 | 2024.04.02 19:29:17.247720 [ 3 ] {} <Debug> HTTP-Session: 315eb9a1-112b-4e62-b139-e5435657fc99 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
881 | 2024.04.02 19:29:17.247736 [ 3 ] {} <Debug> HTTP-Session: 315eb9a1-112b-4e62-b139-e5435657fc99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.04.02 19:29:17.247749 [ 3 ] {} <Debug> HTTP-Session: 315eb9a1-112b-4e62-b139-e5435657fc99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.04.02 19:29:17.247780 [ 3 ] {} <Trace> HTTP-Session: 315eb9a1-112b-4e62-b139-e5435657fc99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
884 | 2024.04.02 19:29:17.247871 [ 3 ] {ed99b088-88a2-449f-be32-3e12eabb6079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
885 | 2024.04.02 19:29:17.248184 [ 3 ] {ed99b088-88a2-449f-be32-3e12eabb6079} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
886 | 2024.04.02 19:29:17.248235 [ 3 ] {ed99b088-88a2-449f-be32-3e12eabb6079} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
887 | 2024.04.02 19:29:17.249117 [ 3 ] {ed99b088-88a2-449f-be32-3e12eabb6079} <Debug> DynamicQueryHandler: Done processing query | ||
888 | 2024.04.02 19:29:17.249145 [ 3 ] {ed99b088-88a2-449f-be32-3e12eabb6079} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
889 | 2024.04.02 19:29:17.249161 [ 3 ] {} <Debug> HTTP-Session: 315eb9a1-112b-4e62-b139-e5435657fc99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
890 | 2024.04.02 19:29:17.249413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
891 | 2024.04.02 19:29:17.249459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
892 | 2024.04.02 19:29:17.249479 [ 3 ] {} <Debug> HTTP-Session: 152ef784-2009-4b82-8b35-a8f056ba3ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
893 | 2024.04.02 19:29:17.249495 [ 3 ] {} <Debug> HTTP-Session: 152ef784-2009-4b82-8b35-a8f056ba3ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
894 | 2024.04.02 19:29:17.249509 [ 3 ] {} <Debug> HTTP-Session: 152ef784-2009-4b82-8b35-a8f056ba3ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.04.02 19:29:17.249540 [ 3 ] {} <Trace> HTTP-Session: 152ef784-2009-4b82-8b35-a8f056ba3ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
896 | 2024.04.02 19:29:17.249632 [ 3 ] {26470a8c-62eb-471e-ac2c-015edb20b676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
897 | 2024.04.02 19:29:17.249944 [ 3 ] {26470a8c-62eb-471e-ac2c-015edb20b676} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
898 | 2024.04.02 19:29:17.249996 [ 3 ] {26470a8c-62eb-471e-ac2c-015edb20b676} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
899 | 2024.04.02 19:29:17.250798 [ 3 ] {26470a8c-62eb-471e-ac2c-015edb20b676} <Debug> DynamicQueryHandler: Done processing query | ||
900 | 2024.04.02 19:29:17.250827 [ 3 ] {26470a8c-62eb-471e-ac2c-015edb20b676} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
901 | 2024.04.02 19:29:17.250843 [ 3 ] {} <Debug> HTTP-Session: 152ef784-2009-4b82-8b35-a8f056ba3ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.04.02 19:29:17.251050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
903 | 2024.04.02 19:29:17.251098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
904 | 2024.04.02 19:29:17.251116 [ 3 ] {} <Debug> HTTP-Session: 7c5ef7af-8cb9-4e8e-add5-1e430c8667cb Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
905 | 2024.04.02 19:29:17.251133 [ 3 ] {} <Debug> HTTP-Session: 7c5ef7af-8cb9-4e8e-add5-1e430c8667cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.04.02 19:29:17.251146 [ 3 ] {} <Debug> HTTP-Session: 7c5ef7af-8cb9-4e8e-add5-1e430c8667cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.04.02 19:29:17.251177 [ 3 ] {} <Trace> HTTP-Session: 7c5ef7af-8cb9-4e8e-add5-1e430c8667cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
908 | 2024.04.02 19:29:17.251267 [ 3 ] {f86e3d22-8415-439c-91d3-dc20ebd5e88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
909 | 2024.04.02 19:29:17.251579 [ 3 ] {f86e3d22-8415-439c-91d3-dc20ebd5e88e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
910 | 2024.04.02 19:29:17.251630 [ 3 ] {f86e3d22-8415-439c-91d3-dc20ebd5e88e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
911 | 2024.04.02 19:29:17.252451 [ 3 ] {f86e3d22-8415-439c-91d3-dc20ebd5e88e} <Debug> DynamicQueryHandler: Done processing query | ||
912 | 2024.04.02 19:29:17.252480 [ 3 ] {f86e3d22-8415-439c-91d3-dc20ebd5e88e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
913 | 2024.04.02 19:29:17.252495 [ 3 ] {} <Debug> HTTP-Session: 7c5ef7af-8cb9-4e8e-add5-1e430c8667cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.04.02 19:29:17.252711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
915 | 2024.04.02 19:29:17.252759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
916 | 2024.04.02 19:29:17.252779 [ 3 ] {} <Debug> HTTP-Session: af37f9ff-78ed-44c0-8c87-1b5a5ea5300c Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
917 | 2024.04.02 19:29:17.252796 [ 3 ] {} <Debug> HTTP-Session: af37f9ff-78ed-44c0-8c87-1b5a5ea5300c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.04.02 19:29:17.252811 [ 3 ] {} <Debug> HTTP-Session: af37f9ff-78ed-44c0-8c87-1b5a5ea5300c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.04.02 19:29:17.252842 [ 3 ] {} <Trace> HTTP-Session: af37f9ff-78ed-44c0-8c87-1b5a5ea5300c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2024.04.02 19:29:17.252935 [ 3 ] {d44dc9bc-d57f-4e3b-a30c-1a82afff8132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
921 | 2024.04.02 19:29:17.253260 [ 3 ] {d44dc9bc-d57f-4e3b-a30c-1a82afff8132} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
922 | 2024.04.02 19:29:17.253311 [ 3 ] {d44dc9bc-d57f-4e3b-a30c-1a82afff8132} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
923 | 2024.04.02 19:29:17.254136 [ 3 ] {d44dc9bc-d57f-4e3b-a30c-1a82afff8132} <Debug> DynamicQueryHandler: Done processing query | ||
924 | 2024.04.02 19:29:17.254165 [ 3 ] {d44dc9bc-d57f-4e3b-a30c-1a82afff8132} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
925 | 2024.04.02 19:29:17.254181 [ 3 ] {} <Debug> HTTP-Session: af37f9ff-78ed-44c0-8c87-1b5a5ea5300c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2024.04.02 19:29:17.254371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
927 | 2024.04.02 19:29:17.254423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
928 | 2024.04.02 19:29:17.254953 [ 3 ] {} <Debug> HTTP-Session: 28072406-0491-4f56-b326-143170738029 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
929 | 2024.04.02 19:29:17.254974 [ 3 ] {} <Debug> HTTP-Session: 28072406-0491-4f56-b326-143170738029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.04.02 19:29:17.254989 [ 3 ] {} <Debug> HTTP-Session: 28072406-0491-4f56-b326-143170738029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.04.02 19:29:17.255019 [ 3 ] {} <Trace> HTTP-Session: 28072406-0491-4f56-b326-143170738029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
932 | 2024.04.02 19:29:17.255112 [ 3 ] {7750c309-a065-42bb-99a4-b17268bbdfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
933 | 2024.04.02 19:29:17.255435 [ 3 ] {7750c309-a065-42bb-99a4-b17268bbdfe3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
934 | 2024.04.02 19:29:17.255487 [ 3 ] {7750c309-a065-42bb-99a4-b17268bbdfe3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
935 | 2024.04.02 19:29:17.256279 [ 3 ] {7750c309-a065-42bb-99a4-b17268bbdfe3} <Debug> DynamicQueryHandler: Done processing query | ||
936 | 2024.04.02 19:29:17.256308 [ 3 ] {7750c309-a065-42bb-99a4-b17268bbdfe3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
937 | 2024.04.02 19:29:17.256324 [ 3 ] {} <Debug> HTTP-Session: 28072406-0491-4f56-b326-143170738029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
938 | 2024.04.02 19:29:17.256532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
939 | 2024.04.02 19:29:17.256579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
940 | 2024.04.02 19:29:17.256599 [ 3 ] {} <Debug> HTTP-Session: 08cd791b-1bb8-490a-a6fc-c2c943505a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
941 | 2024.04.02 19:29:17.256617 [ 3 ] {} <Debug> HTTP-Session: 08cd791b-1bb8-490a-a6fc-c2c943505a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
942 | 2024.04.02 19:29:17.256631 [ 3 ] {} <Debug> HTTP-Session: 08cd791b-1bb8-490a-a6fc-c2c943505a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.04.02 19:29:17.256661 [ 3 ] {} <Trace> HTTP-Session: 08cd791b-1bb8-490a-a6fc-c2c943505a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
944 | 2024.04.02 19:29:17.256755 [ 3 ] {a56cebc1-9f45-4c87-8f11-701f45c2d242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
945 | 2024.04.02 19:29:17.257078 [ 3 ] {a56cebc1-9f45-4c87-8f11-701f45c2d242} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
946 | 2024.04.02 19:29:17.257129 [ 3 ] {a56cebc1-9f45-4c87-8f11-701f45c2d242} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
947 | 2024.04.02 19:29:17.257918 [ 3 ] {a56cebc1-9f45-4c87-8f11-701f45c2d242} <Debug> DynamicQueryHandler: Done processing query | ||
948 | 2024.04.02 19:29:17.257950 [ 3 ] {a56cebc1-9f45-4c87-8f11-701f45c2d242} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
949 | 2024.04.02 19:29:17.257967 [ 3 ] {} <Debug> HTTP-Session: 08cd791b-1bb8-490a-a6fc-c2c943505a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
950 | 2024.04.02 19:29:17.258192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
951 | 2024.04.02 19:29:17.258247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
952 | 2024.04.02 19:29:17.258266 [ 3 ] {} <Debug> HTTP-Session: deda8085-1a91-4c23-97e3-d56fa00a4237 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
953 | 2024.04.02 19:29:17.258284 [ 3 ] {} <Debug> HTTP-Session: deda8085-1a91-4c23-97e3-d56fa00a4237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.04.02 19:29:17.258298 [ 3 ] {} <Debug> HTTP-Session: deda8085-1a91-4c23-97e3-d56fa00a4237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.04.02 19:29:17.258330 [ 3 ] {} <Trace> HTTP-Session: deda8085-1a91-4c23-97e3-d56fa00a4237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
956 | 2024.04.02 19:29:17.258430 [ 3 ] {94333258-950b-4242-a172-c68c201f04c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
957 | 2024.04.02 19:29:17.258773 [ 3 ] {94333258-950b-4242-a172-c68c201f04c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
958 | 2024.04.02 19:29:17.258827 [ 3 ] {94333258-950b-4242-a172-c68c201f04c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
959 | 2024.04.02 19:29:17.259705 [ 3 ] {94333258-950b-4242-a172-c68c201f04c7} <Debug> DynamicQueryHandler: Done processing query | ||
960 | 2024.04.02 19:29:17.259736 [ 3 ] {94333258-950b-4242-a172-c68c201f04c7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
961 | 2024.04.02 19:29:17.259752 [ 3 ] {} <Debug> HTTP-Session: deda8085-1a91-4c23-97e3-d56fa00a4237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
962 | 2024.04.02 19:29:17.259948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
963 | 2024.04.02 19:29:17.259994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
964 | 2024.04.02 19:29:17.260013 [ 3 ] {} <Debug> HTTP-Session: 15a62ace-d866-4719-9fa8-c2c4ef1fecb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
965 | 2024.04.02 19:29:17.260031 [ 3 ] {} <Debug> HTTP-Session: 15a62ace-d866-4719-9fa8-c2c4ef1fecb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.04.02 19:29:17.260045 [ 3 ] {} <Debug> HTTP-Session: 15a62ace-d866-4719-9fa8-c2c4ef1fecb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.04.02 19:29:17.260077 [ 3 ] {} <Trace> HTTP-Session: 15a62ace-d866-4719-9fa8-c2c4ef1fecb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
968 | 2024.04.02 19:29:17.260176 [ 3 ] {dd80ee59-8390-45ec-ab73-81249915285f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
969 | 2024.04.02 19:29:17.260518 [ 3 ] {dd80ee59-8390-45ec-ab73-81249915285f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
970 | 2024.04.02 19:29:17.260573 [ 3 ] {dd80ee59-8390-45ec-ab73-81249915285f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
971 | 2024.04.02 19:29:17.261490 [ 3 ] {dd80ee59-8390-45ec-ab73-81249915285f} <Debug> DynamicQueryHandler: Done processing query | ||
972 | 2024.04.02 19:29:17.261519 [ 3 ] {dd80ee59-8390-45ec-ab73-81249915285f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
973 | 2024.04.02 19:29:17.261537 [ 3 ] {} <Debug> HTTP-Session: 15a62ace-d866-4719-9fa8-c2c4ef1fecb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.04.02 19:29:17.261747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
975 | 2024.04.02 19:29:17.261795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
976 | 2024.04.02 19:29:17.261815 [ 3 ] {} <Debug> HTTP-Session: b90ad5ef-133e-48ec-a02b-84b124d13e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
977 | 2024.04.02 19:29:17.261831 [ 3 ] {} <Debug> HTTP-Session: b90ad5ef-133e-48ec-a02b-84b124d13e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
978 | 2024.04.02 19:29:17.261846 [ 3 ] {} <Debug> HTTP-Session: b90ad5ef-133e-48ec-a02b-84b124d13e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.04.02 19:29:17.261877 [ 3 ] {} <Trace> HTTP-Session: b90ad5ef-133e-48ec-a02b-84b124d13e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
980 | 2024.04.02 19:29:17.261977 [ 3 ] {0114b0fe-1a40-49f3-a9e2-ee4b486f176f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
981 | 2024.04.02 19:29:17.262381 [ 3 ] {0114b0fe-1a40-49f3-a9e2-ee4b486f176f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
982 | 2024.04.02 19:29:17.262434 [ 3 ] {0114b0fe-1a40-49f3-a9e2-ee4b486f176f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
983 | 2024.04.02 19:29:17.263329 [ 3 ] {0114b0fe-1a40-49f3-a9e2-ee4b486f176f} <Debug> DynamicQueryHandler: Done processing query | ||
984 | 2024.04.02 19:29:17.263357 [ 3 ] {0114b0fe-1a40-49f3-a9e2-ee4b486f176f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
985 | 2024.04.02 19:29:17.263374 [ 3 ] {} <Debug> HTTP-Session: b90ad5ef-133e-48ec-a02b-84b124d13e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.04.02 19:29:17.263616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
987 | 2024.04.02 19:29:17.263670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
988 | 2024.04.02 19:29:17.263691 [ 3 ] {} <Debug> HTTP-Session: d645c182-c78f-4ee0-b8c6-da50755b41c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
989 | 2024.04.02 19:29:17.263711 [ 3 ] {} <Debug> HTTP-Session: d645c182-c78f-4ee0-b8c6-da50755b41c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.04.02 19:29:17.263729 [ 3 ] {} <Debug> HTTP-Session: d645c182-c78f-4ee0-b8c6-da50755b41c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.04.02 19:29:17.263767 [ 3 ] {} <Trace> HTTP-Session: d645c182-c78f-4ee0-b8c6-da50755b41c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
992 | 2024.04.02 19:29:17.263890 [ 3 ] {d0c80546-02ef-4c2a-a93b-204414eea3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
993 | 2024.04.02 19:29:17.264323 [ 3 ] {d0c80546-02ef-4c2a-a93b-204414eea3b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
994 | 2024.04.02 19:29:17.264387 [ 3 ] {d0c80546-02ef-4c2a-a93b-204414eea3b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
995 | 2024.04.02 19:29:17.265340 [ 3 ] {d0c80546-02ef-4c2a-a93b-204414eea3b4} <Debug> DynamicQueryHandler: Done processing query | ||
996 | 2024.04.02 19:29:17.265368 [ 3 ] {d0c80546-02ef-4c2a-a93b-204414eea3b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
997 | 2024.04.02 19:29:17.265384 [ 3 ] {} <Debug> HTTP-Session: d645c182-c78f-4ee0-b8c6-da50755b41c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
998 | 2024.04.02 19:29:17.267199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
999 | 2024.04.02 19:29:17.267245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1000 | 2024.04.02 19:29:17.267264 [ 3 ] {} <Debug> HTTP-Session: e0274cc0-8e53-4300-8ae3-2893ea39d1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1001 | 2024.04.02 19:29:17.267280 [ 3 ] {} <Debug> HTTP-Session: e0274cc0-8e53-4300-8ae3-2893ea39d1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.04.02 19:29:17.267293 [ 3 ] {} <Debug> HTTP-Session: e0274cc0-8e53-4300-8ae3-2893ea39d1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.04.02 19:29:17.267324 [ 3 ] {} <Trace> HTTP-Session: e0274cc0-8e53-4300-8ae3-2893ea39d1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1004 | 2024.04.02 19:29:17.267410 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1005 | 2024.04.02 19:29:17.267453 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1006 | 2024.04.02 19:29:17.267647 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1007 | 2024.04.02 19:29:17.268126 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1008 | 2024.04.02 19:29:17.268166 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1009 | 2024.04.02 19:29:17.268718 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1010 | 2024.04.02 19:29:17.269030 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1011 | 2024.04.02 19:29:17.269173 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 1.09 MiB/sec. | ||
1012 | 2024.04.02 19:29:17.269318 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Debug> DynamicQueryHandler: Done processing query | ||
1013 | 2024.04.02 19:29:17.269343 [ 3 ] {8bdf4d4f-c56f-48e1-9013-3f3dc1e563b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1014 | 2024.04.02 19:29:17.269359 [ 3 ] {} <Debug> HTTP-Session: e0274cc0-8e53-4300-8ae3-2893ea39d1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.04.02 19:29:17.269476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 3680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1016 | 2024.04.02 19:29:17.269524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1017 | 2024.04.02 19:29:17.269542 [ 3 ] {} <Debug> HTTP-Session: 1e1d800d-61c5-457e-a6c9-849cfdeb95a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1018 | 2024.04.02 19:29:17.269559 [ 3 ] {} <Debug> HTTP-Session: 1e1d800d-61c5-457e-a6c9-849cfdeb95a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1019 | 2024.04.02 19:29:17.269573 [ 3 ] {} <Debug> HTTP-Session: 1e1d800d-61c5-457e-a6c9-849cfdeb95a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.04.02 19:29:17.269603 [ 3 ] {} <Trace> HTTP-Session: 1e1d800d-61c5-457e-a6c9-849cfdeb95a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1021 | 2024.04.02 19:29:17.269673 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1022 | 2024.04.02 19:29:17.269715 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1023 | 2024.04.02 19:29:17.269836 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1024 | 2024.04.02 19:29:17.270754 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1025 | 2024.04.02 19:29:17.270788 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1026 | 2024.04.02 19:29:17.271076 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1027 | 2024.04.02 19:29:17.271364 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1028 | 2024.04.02 19:29:17.271491 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001842 sec., 14115.092290988056 rows/sec., 1.09 MiB/sec. | ||
1029 | 2024.04.02 19:29:17.271685 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Debug> DynamicQueryHandler: Done processing query | ||
1030 | 2024.04.02 19:29:17.271709 [ 3 ] {c9e877e1-26d3-4cd6-b73f-330b9f5f91bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1031 | 2024.04.02 19:29:17.271725 [ 3 ] {} <Debug> HTTP-Session: 1e1d800d-61c5-457e-a6c9-849cfdeb95a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.04.02 19:29:17.271861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1033 | 2024.04.02 19:29:17.271907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1034 | 2024.04.02 19:29:17.271926 [ 3 ] {} <Debug> HTTP-Session: 2136e1d1-2e97-4ca7-9410-cae725b1c4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1035 | 2024.04.02 19:29:17.271943 [ 3 ] {} <Debug> HTTP-Session: 2136e1d1-2e97-4ca7-9410-cae725b1c4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.04.02 19:29:17.271957 [ 3 ] {} <Debug> HTTP-Session: 2136e1d1-2e97-4ca7-9410-cae725b1c4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.04.02 19:29:17.271987 [ 3 ] {} <Trace> HTTP-Session: 2136e1d1-2e97-4ca7-9410-cae725b1c4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1038 | 2024.04.02 19:29:17.272059 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1039 | 2024.04.02 19:29:17.272100 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1040 | 2024.04.02 19:29:17.272758 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1041 | 2024.04.02 19:29:17.273078 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1042 | 2024.04.02 19:29:17.273114 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1043 | 2024.04.02 19:29:17.273948 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1044 | 2024.04.02 19:29:17.274257 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1045 | 2024.04.02 19:29:17.274375 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002346 sec., 11935.208866155157 rows/sec., 953.25 KiB/sec. | ||
1046 | 2024.04.02 19:29:17.274491 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Debug> DynamicQueryHandler: Done processing query | ||
1047 | 2024.04.02 19:29:17.274515 [ 3 ] {09b99c6d-47b2-4fbd-9cbc-1c170fd34391} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1048 | 2024.04.02 19:29:17.274530 [ 3 ] {} <Debug> HTTP-Session: 2136e1d1-2e97-4ca7-9410-cae725b1c4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.04.02 19:29:17.274666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1050 | 2024.04.02 19:29:17.274714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1051 | 2024.04.02 19:29:17.274732 [ 3 ] {} <Debug> HTTP-Session: a46f2029-e077-4d58-9de3-f6b82b8eb459 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1052 | 2024.04.02 19:29:17.274749 [ 3 ] {} <Debug> HTTP-Session: a46f2029-e077-4d58-9de3-f6b82b8eb459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.04.02 19:29:17.274763 [ 3 ] {} <Debug> HTTP-Session: a46f2029-e077-4d58-9de3-f6b82b8eb459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.04.02 19:29:17.274793 [ 3 ] {} <Trace> HTTP-Session: a46f2029-e077-4d58-9de3-f6b82b8eb459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1055 | 2024.04.02 19:29:17.274867 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1056 | 2024.04.02 19:29:17.274910 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1057 | 2024.04.02 19:29:17.275049 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1058 | 2024.04.02 19:29:17.275883 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1059 | 2024.04.02 19:29:17.275916 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1060 | 2024.04.02 19:29:17.276335 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1061 | 2024.04.02 19:29:17.276653 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1062 | 2024.04.02 19:29:17.276775 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001941 sec., 20607.934054611025 rows/sec., 1.43 MiB/sec. | ||
1063 | 2024.04.02 19:29:17.276934 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Debug> DynamicQueryHandler: Done processing query | ||
1064 | 2024.04.02 19:29:17.276958 [ 3 ] {a621c5ae-942b-41fe-bd38-ecac4025757d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1065 | 2024.04.02 19:29:17.276973 [ 3 ] {} <Debug> HTTP-Session: a46f2029-e077-4d58-9de3-f6b82b8eb459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.04.02 19:29:17.277112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 2497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1067 | 2024.04.02 19:29:17.277158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1068 | 2024.04.02 19:29:17.277177 [ 3 ] {} <Debug> HTTP-Session: aadb1f8e-b5ff-407d-992b-ccd54b2d6d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1069 | 2024.04.02 19:29:17.277194 [ 3 ] {} <Debug> HTTP-Session: aadb1f8e-b5ff-407d-992b-ccd54b2d6d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.04.02 19:29:17.277208 [ 3 ] {} <Debug> HTTP-Session: aadb1f8e-b5ff-407d-992b-ccd54b2d6d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.04.02 19:29:17.277238 [ 3 ] {} <Trace> HTTP-Session: aadb1f8e-b5ff-407d-992b-ccd54b2d6d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1072 | 2024.04.02 19:29:17.277308 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1073 | 2024.04.02 19:29:17.277349 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1074 | 2024.04.02 19:29:17.277476 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1075 | 2024.04.02 19:29:17.277749 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1076 | 2024.04.02 19:29:17.277782 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1077 | 2024.04.02 19:29:17.278130 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1078 | 2024.04.02 19:29:17.278439 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1079 | 2024.04.02 19:29:17.278557 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001279 sec., 12509.773260359656 rows/sec., 879.59 KiB/sec. | ||
1080 | 2024.04.02 19:29:17.278677 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Debug> DynamicQueryHandler: Done processing query | ||
1081 | 2024.04.02 19:29:17.278712 [ 3 ] {0c3277e5-2206-4820-a697-119ac3948a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1082 | 2024.04.02 19:29:17.278734 [ 3 ] {} <Debug> HTTP-Session: aadb1f8e-b5ff-407d-992b-ccd54b2d6d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.04.02 19:29:22.221524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1084 | 2024.04.02 19:29:22.221640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1085 | 2024.04.02 19:29:22.221665 [ 3 ] {} <Debug> HTTP-Session: 833bfeb8-895b-471c-98f9-8ad722c08dae Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1086 | 2024.04.02 19:29:22.221688 [ 3 ] {} <Debug> HTTP-Session: 833bfeb8-895b-471c-98f9-8ad722c08dae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.04.02 19:29:22.221703 [ 3 ] {} <Debug> HTTP-Session: 833bfeb8-895b-471c-98f9-8ad722c08dae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.04.02 19:29:22.221750 [ 3 ] {} <Trace> HTTP-Session: 833bfeb8-895b-471c-98f9-8ad722c08dae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1089 | 2024.04.02 19:29:22.221906 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1090 | 2024.04.02 19:29:22.222307 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1091 | 2024.04.02 19:29:22.222376 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1092 | 2024.04.02 19:29:22.222653 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1093 | 2024.04.02 19:29:22.222836 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1094 | 2024.04.02 19:29:22.223179 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1095 | 2024.04.02 19:29:22.224316 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1096 | 2024.04.02 19:29:22.224366 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (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 | ||
1097 | 2024.04.02 19:29:22.224385 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1098 | 2024.04.02 19:29:22.224490 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1099 | 2024.04.02 19:29:22.224514 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1100 | 2024.04.02 19:29:22.226570 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004753 sec., 2945.5081001472754 rows/sec., 120.20 KiB/sec. | ||
1101 | 2024.04.02 19:29:22.226782 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> DynamicQueryHandler: Done processing query | ||
1102 | 2024.04.02 19:29:22.226809 [ 3 ] {fbe93bf2-6ec3-4456-92db-7b6d258824f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1103 | 2024.04.02 19:29:22.226826 [ 3 ] {} <Debug> HTTP-Session: 833bfeb8-895b-471c-98f9-8ad722c08dae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.04.02 19:29:22.227085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1105 | 2024.04.02 19:29:22.227137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1106 | 2024.04.02 19:29:22.227157 [ 3 ] {} <Debug> HTTP-Session: d6ff402d-23db-4a33-adc4-72d36d620288 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1107 | 2024.04.02 19:29:22.227176 [ 3 ] {} <Debug> HTTP-Session: d6ff402d-23db-4a33-adc4-72d36d620288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.04.02 19:29:22.227189 [ 3 ] {} <Debug> HTTP-Session: d6ff402d-23db-4a33-adc4-72d36d620288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.04.02 19:29:22.227225 [ 3 ] {} <Trace> HTTP-Session: d6ff402d-23db-4a33-adc4-72d36d620288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1110 | 2024.04.02 19:29:22.227336 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1111 | 2024.04.02 19:29:22.227595 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1112 | 2024.04.02 19:29:22.227634 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1113 | 2024.04.02 19:29:22.227878 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1114 | 2024.04.02 19:29:22.227943 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1115 | 2024.04.02 19:29:22.228084 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1116 | 2024.04.02 19:29:22.228119 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1117 | 2024.04.02 19:29:22.228141 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (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 | ||
1118 | 2024.04.02 19:29:22.228159 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1119 | 2024.04.02 19:29:22.228198 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1120 | 2024.04.02 19:29:22.228219 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1121 | 2024.04.02 19:29:22.229078 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001806 sec., 7751.937984496124 rows/sec., 316.33 KiB/sec. | ||
1122 | 2024.04.02 19:29:22.229280 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> DynamicQueryHandler: Done processing query | ||
1123 | 2024.04.02 19:29:22.229305 [ 3 ] {535333fd-8b8d-4c77-b24d-8f391186ee50} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1124 | 2024.04.02 19:29:22.229321 [ 3 ] {} <Debug> HTTP-Session: d6ff402d-23db-4a33-adc4-72d36d620288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.04.02 19:29:22.229592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1126 | 2024.04.02 19:29:22.229640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1127 | 2024.04.02 19:29:22.229659 [ 3 ] {} <Debug> HTTP-Session: 9089cb32-91fb-4172-bb34-c066311d6da6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1128 | 2024.04.02 19:29:22.229675 [ 3 ] {} <Debug> HTTP-Session: 9089cb32-91fb-4172-bb34-c066311d6da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1129 | 2024.04.02 19:29:22.229690 [ 3 ] {} <Debug> HTTP-Session: 9089cb32-91fb-4172-bb34-c066311d6da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.04.02 19:29:22.229720 [ 3 ] {} <Trace> HTTP-Session: 9089cb32-91fb-4172-bb34-c066311d6da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1131 | 2024.04.02 19:29:22.229821 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1132 | 2024.04.02 19:29:22.230069 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1133 | 2024.04.02 19:29:22.230108 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1134 | 2024.04.02 19:29:22.230346 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1135 | 2024.04.02 19:29:22.230409 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1136 | 2024.04.02 19:29:22.230542 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1137 | 2024.04.02 19:29:22.230574 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1138 | 2024.04.02 19:29:22.230596 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (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 | ||
1139 | 2024.04.02 19:29:22.230613 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1140 | 2024.04.02 19:29:22.230651 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1141 | 2024.04.02 19:29:22.230672 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1142 | 2024.04.02 19:29:22.231457 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 337.24 KiB/sec. | ||
1143 | 2024.04.02 19:29:22.231658 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> DynamicQueryHandler: Done processing query | ||
1144 | 2024.04.02 19:29:22.231682 [ 3 ] {d0eda714-b030-4d44-9500-3acae9a42ab9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1145 | 2024.04.02 19:29:22.231699 [ 3 ] {} <Debug> HTTP-Session: 9089cb32-91fb-4172-bb34-c066311d6da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1146 | 2024.04.02 19:29:22.231914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1147 | 2024.04.02 19:29:22.231961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1148 | 2024.04.02 19:29:22.231980 [ 3 ] {} <Debug> HTTP-Session: b0c54c83-13a7-4fe8-b0c2-c4ce661b7a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1149 | 2024.04.02 19:29:22.231996 [ 3 ] {} <Debug> HTTP-Session: b0c54c83-13a7-4fe8-b0c2-c4ce661b7a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1150 | 2024.04.02 19:29:22.232010 [ 3 ] {} <Debug> HTTP-Session: b0c54c83-13a7-4fe8-b0c2-c4ce661b7a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1151 | 2024.04.02 19:29:22.232040 [ 3 ] {} <Trace> HTTP-Session: b0c54c83-13a7-4fe8-b0c2-c4ce661b7a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1152 | 2024.04.02 19:29:22.232142 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1153 | 2024.04.02 19:29:22.232388 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1154 | 2024.04.02 19:29:22.232427 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1155 | 2024.04.02 19:29:22.232672 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1156 | 2024.04.02 19:29:22.232735 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1157 | 2024.04.02 19:29:22.232868 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1158 | 2024.04.02 19:29:22.232901 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1159 | 2024.04.02 19:29:22.232923 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (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 | ||
1160 | 2024.04.02 19:29:22.232940 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1161 | 2024.04.02 19:29:22.232978 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1162 | 2024.04.02 19:29:22.232999 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1163 | 2024.04.02 19:29:22.233795 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 336.25 KiB/sec. | ||
1164 | 2024.04.02 19:29:22.233988 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> DynamicQueryHandler: Done processing query | ||
1165 | 2024.04.02 19:29:22.234013 [ 3 ] {30833672-7c9f-4864-aa7e-42fcb81d2f78} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1166 | 2024.04.02 19:29:22.234029 [ 3 ] {} <Debug> HTTP-Session: b0c54c83-13a7-4fe8-b0c2-c4ce661b7a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1167 | 2024.04.02 19:29:22.241636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1168 | 2024.04.02 19:29:22.241695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1169 | 2024.04.02 19:29:22.241718 [ 3 ] {} <Debug> HTTP-Session: c7751498-2d15-40b4-a3e5-12fd9821854e Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1170 | 2024.04.02 19:29:22.241738 [ 3 ] {} <Debug> HTTP-Session: c7751498-2d15-40b4-a3e5-12fd9821854e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.04.02 19:29:22.241755 [ 3 ] {} <Debug> HTTP-Session: c7751498-2d15-40b4-a3e5-12fd9821854e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.04.02 19:29:22.241792 [ 3 ] {} <Trace> HTTP-Session: c7751498-2d15-40b4-a3e5-12fd9821854e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1173 | 2024.04.02 19:29:22.241885 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1174 | 2024.04.02 19:29:22.241935 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1175 | 2024.04.02 19:29:22.242130 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1176 | 2024.04.02 19:29:22.242506 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1177 | 2024.04.02 19:29:22.242553 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1178 | 2024.04.02 19:29:22.243076 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1179 | 2024.04.02 19:29:22.243379 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1180 | 2024.04.02 19:29:22.243557 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 297.54 KiB/sec. | ||
1181 | 2024.04.02 19:29:22.243685 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Debug> DynamicQueryHandler: Done processing query | ||
1182 | 2024.04.02 19:29:22.243709 [ 3 ] {4cc77f0b-6e0d-4aec-aa83-f5fbd6ca608b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1183 | 2024.04.02 19:29:22.243725 [ 3 ] {} <Debug> HTTP-Session: c7751498-2d15-40b4-a3e5-12fd9821854e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.04.02 19:29:22.243854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1185 | 2024.04.02 19:29:22.243901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1186 | 2024.04.02 19:29:22.243919 [ 3 ] {} <Debug> HTTP-Session: bd7fa693-715b-4274-9cf3-b1745c49b863 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1187 | 2024.04.02 19:29:22.243935 [ 3 ] {} <Debug> HTTP-Session: bd7fa693-715b-4274-9cf3-b1745c49b863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.04.02 19:29:22.243949 [ 3 ] {} <Debug> HTTP-Session: bd7fa693-715b-4274-9cf3-b1745c49b863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.04.02 19:29:22.243980 [ 3 ] {} <Trace> HTTP-Session: bd7fa693-715b-4274-9cf3-b1745c49b863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1190 | 2024.04.02 19:29:22.244057 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1191 | 2024.04.02 19:29:22.244097 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1192 | 2024.04.02 19:29:22.244220 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1193 | 2024.04.02 19:29:22.244610 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1194 | 2024.04.02 19:29:22.244646 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1195 | 2024.04.02 19:29:22.244946 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1196 | 2024.04.02 19:29:22.245237 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1197 | 2024.04.02 19:29:22.245349 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001328 sec., 42168.674698795185 rows/sec., 3.24 MiB/sec. | ||
1198 | 2024.04.02 19:29:22.245467 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Debug> DynamicQueryHandler: Done processing query | ||
1199 | 2024.04.02 19:29:22.245490 [ 3 ] {0b38cb80-145e-4560-92e3-0d24d9b40b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1200 | 2024.04.02 19:29:22.245506 [ 3 ] {} <Debug> HTTP-Session: bd7fa693-715b-4274-9cf3-b1745c49b863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.04.02 19:29:22.245654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1202 | 2024.04.02 19:29:22.245702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1203 | 2024.04.02 19:29:22.245719 [ 3 ] {} <Debug> HTTP-Session: 1bc155e7-f949-4f90-8522-ddcec902a944 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1204 | 2024.04.02 19:29:22.245735 [ 3 ] {} <Debug> HTTP-Session: 1bc155e7-f949-4f90-8522-ddcec902a944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.04.02 19:29:22.245750 [ 3 ] {} <Debug> HTTP-Session: 1bc155e7-f949-4f90-8522-ddcec902a944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.04.02 19:29:22.245780 [ 3 ] {} <Trace> HTTP-Session: 1bc155e7-f949-4f90-8522-ddcec902a944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1207 | 2024.04.02 19:29:22.245866 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1208 | 2024.04.02 19:29:22.245906 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1209 | 2024.04.02 19:29:22.246028 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1210 | 2024.04.02 19:29:22.246402 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1211 | 2024.04.02 19:29:22.246437 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1212 | 2024.04.02 19:29:22.246738 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1213 | 2024.04.02 19:29:22.247052 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1214 | 2024.04.02 19:29:22.247168 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001346 sec., 47548.2912332838 rows/sec., 3.71 MiB/sec. | ||
1215 | 2024.04.02 19:29:22.247284 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Debug> DynamicQueryHandler: Done processing query | ||
1216 | 2024.04.02 19:29:22.247309 [ 3 ] {d6329c92-ceb3-411c-89bc-a9feb44abab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1217 | 2024.04.02 19:29:22.247324 [ 3 ] {} <Debug> HTTP-Session: 1bc155e7-f949-4f90-8522-ddcec902a944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.04.02 19:29:22.247609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1219 | 2024.04.02 19:29:22.247656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1220 | 2024.04.02 19:29:22.247674 [ 3 ] {} <Debug> HTTP-Session: 5736d778-a64d-4989-a4c6-706894bb0166 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1221 | 2024.04.02 19:29:22.247691 [ 3 ] {} <Debug> HTTP-Session: 5736d778-a64d-4989-a4c6-706894bb0166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.04.02 19:29:22.247705 [ 3 ] {} <Debug> HTTP-Session: 5736d778-a64d-4989-a4c6-706894bb0166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.04.02 19:29:22.247735 [ 3 ] {} <Trace> HTTP-Session: 5736d778-a64d-4989-a4c6-706894bb0166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1224 | 2024.04.02 19:29:22.247839 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1225 | 2024.04.02 19:29:22.247883 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1226 | 2024.04.02 19:29:22.248020 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1227 | 2024.04.02 19:29:22.248385 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1228 | 2024.04.02 19:29:22.248420 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1229 | 2024.04.02 19:29:22.248799 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1230 | 2024.04.02 19:29:22.249130 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1231 | 2024.04.02 19:29:22.249253 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001473 sec., 95044.12763068567 rows/sec., 6.62 MiB/sec. | ||
1232 | 2024.04.02 19:29:22.249374 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Debug> DynamicQueryHandler: Done processing query | ||
1233 | 2024.04.02 19:29:22.249398 [ 3 ] {de64283e-d5ce-4ffa-b9bd-510700aff55d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1234 | 2024.04.02 19:29:22.249414 [ 3 ] {} <Debug> HTTP-Session: 5736d778-a64d-4989-a4c6-706894bb0166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.04.02 19:29:22.249533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 8205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1236 | 2024.04.02 19:29:22.249581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1237 | 2024.04.02 19:29:22.249601 [ 3 ] {} <Debug> HTTP-Session: 0c8140f0-304f-43f9-916d-9d0f56882148 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1238 | 2024.04.02 19:29:22.249617 [ 3 ] {} <Debug> HTTP-Session: 0c8140f0-304f-43f9-916d-9d0f56882148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.04.02 19:29:22.249631 [ 3 ] {} <Debug> HTTP-Session: 0c8140f0-304f-43f9-916d-9d0f56882148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1240 | 2024.04.02 19:29:22.249660 [ 3 ] {} <Trace> HTTP-Session: 0c8140f0-304f-43f9-916d-9d0f56882148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1241 | 2024.04.02 19:29:22.249741 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1242 | 2024.04.02 19:29:22.249783 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1243 | 2024.04.02 19:29:22.249906 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1244 | 2024.04.02 19:29:22.250237 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1245 | 2024.04.02 19:29:22.250274 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1246 | 2024.04.02 19:29:22.250620 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1247 | 2024.04.02 19:29:22.250931 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1248 | 2024.04.02 19:29:22.251050 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001348 sec., 40059.3471810089 rows/sec., 2.69 MiB/sec. | ||
1249 | 2024.04.02 19:29:22.251259 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Debug> DynamicQueryHandler: Done processing query | ||
1250 | 2024.04.02 19:29:22.251284 [ 3 ] {c4f68440-f713-439f-9597-1a5489de2d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1251 | 2024.04.02 19:29:22.251300 [ 3 ] {} <Debug> HTTP-Session: 0c8140f0-304f-43f9-916d-9d0f56882148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.04.02 19:29:23.055430 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1253 | 2024.04.02 19:29:23.055505 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1254 | 2024.04.02 19:29:27.230240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1255 | 2024.04.02 19:29:27.230349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1256 | 2024.04.02 19:29:27.230374 [ 3 ] {} <Debug> HTTP-Session: 6eb740bc-a691-435a-83a7-12bf25bf2ad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1257 | 2024.04.02 19:29:27.230399 [ 3 ] {} <Debug> HTTP-Session: 6eb740bc-a691-435a-83a7-12bf25bf2ad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1258 | 2024.04.02 19:29:27.230414 [ 3 ] {} <Debug> HTTP-Session: 6eb740bc-a691-435a-83a7-12bf25bf2ad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.04.02 19:29:27.230463 [ 3 ] {} <Trace> HTTP-Session: 6eb740bc-a691-435a-83a7-12bf25bf2ad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1260 | 2024.04.02 19:29:27.230588 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1261 | 2024.04.02 19:29:27.230651 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1262 | 2024.04.02 19:29:27.230838 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1263 | 2024.04.02 19:29:27.231314 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1264 | 2024.04.02 19:29:27.231360 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1265 | 2024.04.02 19:29:27.231744 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1266 | 2024.04.02 19:29:27.232079 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1267 | 2024.04.02 19:29:27.232251 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001716 sec., 32634.032634032632 rows/sec., 2.51 MiB/sec. | ||
1268 | 2024.04.02 19:29:27.232409 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Debug> DynamicQueryHandler: Done processing query | ||
1269 | 2024.04.02 19:29:27.232441 [ 3 ] {53dc24e4-e48d-4db9-96d6-77b4ea842444} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1270 | 2024.04.02 19:29:27.232465 [ 3 ] {} <Debug> HTTP-Session: 6eb740bc-a691-435a-83a7-12bf25bf2ad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1271 | 2024.04.02 19:29:27.232685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1272 | 2024.04.02 19:29:27.232755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1273 | 2024.04.02 19:29:27.232783 [ 3 ] {} <Debug> HTTP-Session: 30515c19-ba21-46e1-803f-1ad05e406015 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1274 | 2024.04.02 19:29:27.232801 [ 3 ] {} <Debug> HTTP-Session: 30515c19-ba21-46e1-803f-1ad05e406015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1275 | 2024.04.02 19:29:27.232815 [ 3 ] {} <Debug> HTTP-Session: 30515c19-ba21-46e1-803f-1ad05e406015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1276 | 2024.04.02 19:29:27.232848 [ 3 ] {} <Trace> HTTP-Session: 30515c19-ba21-46e1-803f-1ad05e406015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1277 | 2024.04.02 19:29:27.232937 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1278 | 2024.04.02 19:29:27.232979 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1279 | 2024.04.02 19:29:27.233109 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1280 | 2024.04.02 19:29:27.233441 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1281 | 2024.04.02 19:29:27.233480 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1282 | 2024.04.02 19:29:27.233810 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1283 | 2024.04.02 19:29:27.234113 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1284 | 2024.04.02 19:29:27.234263 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001361 sec., 47024.24687729611 rows/sec., 3.67 MiB/sec. | ||
1285 | 2024.04.02 19:29:27.234375 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Debug> DynamicQueryHandler: Done processing query | ||
1286 | 2024.04.02 19:29:27.234399 [ 3 ] {97de7d4c-4a25-4a3b-8164-b87f66cf3585} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1287 | 2024.04.02 19:29:27.234415 [ 3 ] {} <Debug> HTTP-Session: 30515c19-ba21-46e1-803f-1ad05e406015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1288 | 2024.04.02 19:29:27.234661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1289 | 2024.04.02 19:29:27.234708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1290 | 2024.04.02 19:29:27.234726 [ 3 ] {} <Debug> HTTP-Session: 335b62a8-7959-4810-b38b-9985d58a2da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1291 | 2024.04.02 19:29:27.234743 [ 3 ] {} <Debug> HTTP-Session: 335b62a8-7959-4810-b38b-9985d58a2da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1292 | 2024.04.02 19:29:27.234757 [ 3 ] {} <Debug> HTTP-Session: 335b62a8-7959-4810-b38b-9985d58a2da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1293 | 2024.04.02 19:29:27.234788 [ 3 ] {} <Trace> HTTP-Session: 335b62a8-7959-4810-b38b-9985d58a2da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1294 | 2024.04.02 19:29:27.234900 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1295 | 2024.04.02 19:29:27.234943 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1296 | 2024.04.02 19:29:27.235085 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1297 | 2024.04.02 19:29:27.235487 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1298 | 2024.04.02 19:29:27.235524 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1299 | 2024.04.02 19:29:27.235923 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1300 | 2024.04.02 19:29:27.236272 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1301 | 2024.04.02 19:29:27.236432 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
1302 | 2024.04.02 19:29:27.236597 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Debug> DynamicQueryHandler: Done processing query | ||
1303 | 2024.04.02 19:29:27.236621 [ 3 ] {ce00247c-9eac-46b5-b056-9364119973bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1304 | 2024.04.02 19:29:27.236637 [ 3 ] {} <Debug> HTTP-Session: 335b62a8-7959-4810-b38b-9985d58a2da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1305 | 2024.04.02 19:29:27.236779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1306 | 2024.04.02 19:29:27.236826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1307 | 2024.04.02 19:29:27.236844 [ 3 ] {} <Debug> HTTP-Session: 64c212e3-5bad-4774-bd59-deefa52314bf Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1308 | 2024.04.02 19:29:27.236861 [ 3 ] {} <Debug> HTTP-Session: 64c212e3-5bad-4774-bd59-deefa52314bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.04.02 19:29:27.236874 [ 3 ] {} <Debug> HTTP-Session: 64c212e3-5bad-4774-bd59-deefa52314bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1310 | 2024.04.02 19:29:27.236904 [ 3 ] {} <Trace> HTTP-Session: 64c212e3-5bad-4774-bd59-deefa52314bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1311 | 2024.04.02 19:29:27.237001 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1312 | 2024.04.02 19:29:27.237044 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1313 | 2024.04.02 19:29:27.237167 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1314 | 2024.04.02 19:29:27.237448 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1315 | 2024.04.02 19:29:27.237484 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1316 | 2024.04.02 19:29:27.237832 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1317 | 2024.04.02 19:29:27.238148 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1318 | 2024.04.02 19:29:27.238304 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
1319 | 2024.04.02 19:29:27.238418 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Debug> DynamicQueryHandler: Done processing query | ||
1320 | 2024.04.02 19:29:27.238442 [ 3 ] {6a4dac14-04d2-443b-b05a-97ed5d228e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1321 | 2024.04.02 19:29:27.238457 [ 3 ] {} <Debug> HTTP-Session: 64c212e3-5bad-4774-bd59-deefa52314bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1322 | 2024.04.02 19:29:32.229894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1323 | 2024.04.02 19:29:32.230030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1324 | 2024.04.02 19:29:32.230059 [ 3 ] {} <Debug> HTTP-Session: 0ff9a746-a445-4d7b-9be1-aafc97bcb640 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1325 | 2024.04.02 19:29:32.230087 [ 3 ] {} <Debug> HTTP-Session: 0ff9a746-a445-4d7b-9be1-aafc97bcb640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1326 | 2024.04.02 19:29:32.230105 [ 3 ] {} <Debug> HTTP-Session: 0ff9a746-a445-4d7b-9be1-aafc97bcb640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.04.02 19:29:32.230159 [ 3 ] {} <Trace> HTTP-Session: 0ff9a746-a445-4d7b-9be1-aafc97bcb640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1328 | 2024.04.02 19:29:32.230283 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1329 | 2024.04.02 19:29:32.230345 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1330 | 2024.04.02 19:29:32.230530 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1331 | 2024.04.02 19:29:32.230996 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1332 | 2024.04.02 19:29:32.231041 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1333 | 2024.04.02 19:29:32.231426 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1334 | 2024.04.02 19:29:32.231763 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1335 | 2024.04.02 19:29:32.231936 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001704 sec., 32863.849765258215 rows/sec., 2.52 MiB/sec. | ||
1336 | 2024.04.02 19:29:32.232093 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Debug> DynamicQueryHandler: Done processing query | ||
1337 | 2024.04.02 19:29:32.232121 [ 3 ] {874729f3-18da-4d3a-a4b0-eac9094da3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1338 | 2024.04.02 19:29:32.232137 [ 3 ] {} <Debug> HTTP-Session: 0ff9a746-a445-4d7b-9be1-aafc97bcb640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1339 | 2024.04.02 19:29:32.232326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1340 | 2024.04.02 19:29:32.232382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1341 | 2024.04.02 19:29:32.232400 [ 3 ] {} <Debug> HTTP-Session: 6b150e7e-7280-41a1-92ee-04f90a2d498e Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1342 | 2024.04.02 19:29:32.232418 [ 3 ] {} <Debug> HTTP-Session: 6b150e7e-7280-41a1-92ee-04f90a2d498e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.04.02 19:29:32.232432 [ 3 ] {} <Debug> HTTP-Session: 6b150e7e-7280-41a1-92ee-04f90a2d498e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1344 | 2024.04.02 19:29:32.232467 [ 3 ] {} <Trace> HTTP-Session: 6b150e7e-7280-41a1-92ee-04f90a2d498e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1345 | 2024.04.02 19:29:32.232563 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1346 | 2024.04.02 19:29:32.232608 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1347 | 2024.04.02 19:29:32.232739 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1348 | 2024.04.02 19:29:32.233105 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1349 | 2024.04.02 19:29:32.233143 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1350 | 2024.04.02 19:29:32.233456 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1351 | 2024.04.02 19:29:32.233765 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1352 | 2024.04.02 19:29:32.233916 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001392 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. | ||
1353 | 2024.04.02 19:29:32.234063 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Debug> DynamicQueryHandler: Done processing query | ||
1354 | 2024.04.02 19:29:32.234088 [ 3 ] {2b35141c-1a10-45e0-b775-91640ee546ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1355 | 2024.04.02 19:29:32.234103 [ 3 ] {} <Debug> HTTP-Session: 6b150e7e-7280-41a1-92ee-04f90a2d498e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1356 | 2024.04.02 19:29:32.234342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1357 | 2024.04.02 19:29:32.234391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1358 | 2024.04.02 19:29:32.234409 [ 3 ] {} <Debug> HTTP-Session: 40ac8b87-55d4-43c8-8ccc-0ab73242fe76 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1359 | 2024.04.02 19:29:32.234425 [ 3 ] {} <Debug> HTTP-Session: 40ac8b87-55d4-43c8-8ccc-0ab73242fe76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.04.02 19:29:32.234439 [ 3 ] {} <Debug> HTTP-Session: 40ac8b87-55d4-43c8-8ccc-0ab73242fe76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1361 | 2024.04.02 19:29:32.234470 [ 3 ] {} <Trace> HTTP-Session: 40ac8b87-55d4-43c8-8ccc-0ab73242fe76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1362 | 2024.04.02 19:29:32.234584 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1363 | 2024.04.02 19:29:32.234629 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1364 | 2024.04.02 19:29:32.234768 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1365 | 2024.04.02 19:29:32.235146 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1366 | 2024.04.02 19:29:32.235183 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1367 | 2024.04.02 19:29:32.235587 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1368 | 2024.04.02 19:29:32.235956 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1369 | 2024.04.02 19:29:32.236110 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
1370 | 2024.04.02 19:29:32.236241 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Debug> DynamicQueryHandler: Done processing query | ||
1371 | 2024.04.02 19:29:32.236265 [ 3 ] {f47b757a-b489-46b8-b877-6afb5a0563c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1372 | 2024.04.02 19:29:32.236281 [ 3 ] {} <Debug> HTTP-Session: 40ac8b87-55d4-43c8-8ccc-0ab73242fe76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.04.02 19:29:32.236396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1374 | 2024.04.02 19:29:32.236446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1375 | 2024.04.02 19:29:32.236465 [ 3 ] {} <Debug> HTTP-Session: 4ffc216a-f233-451d-869f-998a38c4fac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1376 | 2024.04.02 19:29:32.236481 [ 3 ] {} <Debug> HTTP-Session: 4ffc216a-f233-451d-869f-998a38c4fac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.04.02 19:29:32.236495 [ 3 ] {} <Debug> HTTP-Session: 4ffc216a-f233-451d-869f-998a38c4fac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1378 | 2024.04.02 19:29:32.236526 [ 3 ] {} <Trace> HTTP-Session: 4ffc216a-f233-451d-869f-998a38c4fac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1379 | 2024.04.02 19:29:32.236622 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1380 | 2024.04.02 19:29:32.236664 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1381 | 2024.04.02 19:29:32.236788 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1382 | 2024.04.02 19:29:32.237065 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1383 | 2024.04.02 19:29:32.237102 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1384 | 2024.04.02 19:29:32.237484 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1385 | 2024.04.02 19:29:32.237816 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1386 | 2024.04.02 19:29:32.237933 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
1387 | 2024.04.02 19:29:32.238116 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Debug> DynamicQueryHandler: Done processing query | ||
1388 | 2024.04.02 19:29:32.238155 [ 3 ] {2c8dfa74-ceb9-476e-ae4d-598f5ccff13b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1389 | 2024.04.02 19:29:32.238171 [ 3 ] {} <Debug> HTTP-Session: 4ffc216a-f233-451d-869f-998a38c4fac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1390 | 2024.04.02 19:29:37.230567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1391 | 2024.04.02 19:29:37.230705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1392 | 2024.04.02 19:29:37.230734 [ 3 ] {} <Debug> HTTP-Session: d232a117-3f5b-44d9-8e00-d03a6bc452e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1393 | 2024.04.02 19:29:37.230761 [ 3 ] {} <Debug> HTTP-Session: d232a117-3f5b-44d9-8e00-d03a6bc452e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.04.02 19:29:37.230779 [ 3 ] {} <Debug> HTTP-Session: d232a117-3f5b-44d9-8e00-d03a6bc452e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.04.02 19:29:37.230834 [ 3 ] {} <Trace> HTTP-Session: d232a117-3f5b-44d9-8e00-d03a6bc452e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1396 | 2024.04.02 19:29:37.230973 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1397 | 2024.04.02 19:29:37.231043 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1398 | 2024.04.02 19:29:37.231248 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1399 | 2024.04.02 19:29:37.231701 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1400 | 2024.04.02 19:29:37.231750 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1401 | 2024.04.02 19:29:37.232147 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1402 | 2024.04.02 19:29:37.232473 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1403 | 2024.04.02 19:29:37.232620 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001716 sec., 32634.032634032632 rows/sec., 2.51 MiB/sec. | ||
1404 | 2024.04.02 19:29:37.232815 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Debug> DynamicQueryHandler: Done processing query | ||
1405 | 2024.04.02 19:29:37.232870 [ 3 ] {efe246d3-f781-47a7-835f-184ae90c42af} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1406 | 2024.04.02 19:29:37.232916 [ 3 ] {} <Debug> HTTP-Session: d232a117-3f5b-44d9-8e00-d03a6bc452e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1407 | 2024.04.02 19:29:37.233111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1408 | 2024.04.02 19:29:37.233166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1409 | 2024.04.02 19:29:37.233185 [ 3 ] {} <Debug> HTTP-Session: 88419d79-d9e9-42ef-a857-312fb10e791a Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1410 | 2024.04.02 19:29:37.233201 [ 3 ] {} <Debug> HTTP-Session: 88419d79-d9e9-42ef-a857-312fb10e791a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1411 | 2024.04.02 19:29:37.233216 [ 3 ] {} <Debug> HTTP-Session: 88419d79-d9e9-42ef-a857-312fb10e791a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1412 | 2024.04.02 19:29:37.233248 [ 3 ] {} <Trace> HTTP-Session: 88419d79-d9e9-42ef-a857-312fb10e791a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1413 | 2024.04.02 19:29:37.233335 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1414 | 2024.04.02 19:29:37.233377 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1415 | 2024.04.02 19:29:37.233514 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1416 | 2024.04.02 19:29:37.233910 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1417 | 2024.04.02 19:29:37.233947 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1418 | 2024.04.02 19:29:37.234279 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1419 | 2024.04.02 19:29:37.234587 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1420 | 2024.04.02 19:29:37.234739 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001437 sec., 44537.23034098817 rows/sec., 3.48 MiB/sec. | ||
1421 | 2024.04.02 19:29:37.234864 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Debug> DynamicQueryHandler: Done processing query | ||
1422 | 2024.04.02 19:29:37.234889 [ 3 ] {06bbd23a-5ea3-499e-8e2d-f323ad23eaa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1423 | 2024.04.02 19:29:37.234905 [ 3 ] {} <Debug> HTTP-Session: 88419d79-d9e9-42ef-a857-312fb10e791a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1424 | 2024.04.02 19:29:37.235150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1425 | 2024.04.02 19:29:37.235200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1426 | 2024.04.02 19:29:37.235219 [ 3 ] {} <Debug> HTTP-Session: 24723fb1-9095-4d85-ad60-b23080c0aafe Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1427 | 2024.04.02 19:29:37.235235 [ 3 ] {} <Debug> HTTP-Session: 24723fb1-9095-4d85-ad60-b23080c0aafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.04.02 19:29:37.235249 [ 3 ] {} <Debug> HTTP-Session: 24723fb1-9095-4d85-ad60-b23080c0aafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1429 | 2024.04.02 19:29:37.235279 [ 3 ] {} <Trace> HTTP-Session: 24723fb1-9095-4d85-ad60-b23080c0aafe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1430 | 2024.04.02 19:29:37.235393 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1431 | 2024.04.02 19:29:37.235437 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1432 | 2024.04.02 19:29:37.235580 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1433 | 2024.04.02 19:29:37.235979 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1434 | 2024.04.02 19:29:37.236016 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1435 | 2024.04.02 19:29:37.236415 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1436 | 2024.04.02 19:29:37.236736 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1437 | 2024.04.02 19:29:37.236892 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
1438 | 2024.04.02 19:29:37.237029 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.04.02 19:29:37.237054 [ 3 ] {ed7d2724-4ac5-46cd-9a80-5171f5ce5358} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1440 | 2024.04.02 19:29:37.237070 [ 3 ] {} <Debug> HTTP-Session: 24723fb1-9095-4d85-ad60-b23080c0aafe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.04.02 19:29:37.237194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1442 | 2024.04.02 19:29:37.237242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1443 | 2024.04.02 19:29:37.237260 [ 3 ] {} <Debug> HTTP-Session: b3a9441f-6558-4a59-b337-b69aebf7fd8b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1444 | 2024.04.02 19:29:37.237276 [ 3 ] {} <Debug> HTTP-Session: b3a9441f-6558-4a59-b337-b69aebf7fd8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.04.02 19:29:37.237290 [ 3 ] {} <Debug> HTTP-Session: b3a9441f-6558-4a59-b337-b69aebf7fd8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.04.02 19:29:37.237347 [ 3 ] {} <Trace> HTTP-Session: b3a9441f-6558-4a59-b337-b69aebf7fd8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.04.02 19:29:37.237441 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1448 | 2024.04.02 19:29:37.237484 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1449 | 2024.04.02 19:29:37.237607 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1450 | 2024.04.02 19:29:37.237957 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1451 | 2024.04.02 19:29:37.238007 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1452 | 2024.04.02 19:29:37.238429 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1453 | 2024.04.02 19:29:37.238738 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1454 | 2024.04.02 19:29:37.238894 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
1455 | 2024.04.02 19:29:37.239123 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Debug> DynamicQueryHandler: Done processing query | ||
1456 | 2024.04.02 19:29:37.239150 [ 3 ] {a46e77f3-3876-44ff-baec-a0024297dacb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1457 | 2024.04.02 19:29:37.239166 [ 3 ] {} <Debug> HTTP-Session: b3a9441f-6558-4a59-b337-b69aebf7fd8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.04.02 19:29:38.055760 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1459 | 2024.04.02 19:29:38.055824 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1460 | 2024.04.02 19:29:42.229840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1461 | 2024.04.02 19:29:42.229943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1462 | 2024.04.02 19:29:42.229967 [ 3 ] {} <Debug> HTTP-Session: 9ae0a578-1f44-430c-8e68-b785c4ca6da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1463 | 2024.04.02 19:29:42.229991 [ 3 ] {} <Debug> HTTP-Session: 9ae0a578-1f44-430c-8e68-b785c4ca6da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.04.02 19:29:42.230005 [ 3 ] {} <Debug> HTTP-Session: 9ae0a578-1f44-430c-8e68-b785c4ca6da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.04.02 19:29:42.230051 [ 3 ] {} <Trace> HTTP-Session: 9ae0a578-1f44-430c-8e68-b785c4ca6da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1466 | 2024.04.02 19:29:42.230175 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1467 | 2024.04.02 19:29:42.230238 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1468 | 2024.04.02 19:29:42.230418 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1469 | 2024.04.02 19:29:42.230901 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1470 | 2024.04.02 19:29:42.230951 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1471 | 2024.04.02 19:29:42.231410 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1472 | 2024.04.02 19:29:42.231949 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1473 | 2024.04.02 19:29:42.232105 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.16 MiB/sec. | ||
1474 | 2024.04.02 19:29:42.232127 [ 105 ] {} <Debug> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1475 | 2024.04.02 19:29:42.232234 [ 105 ] {} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1476 | 2024.04.02 19:29:42.232262 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1477 | 2024.04.02 19:29:42.232292 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Debug> DynamicQueryHandler: Done processing query | ||
1478 | 2024.04.02 19:29:42.232329 [ 3 ] {e6427dfb-ad8c-4b36-ae80-848bdd36076a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1479 | 2024.04.02 19:29:42.232375 [ 3 ] {} <Debug> HTTP-Session: 9ae0a578-1f44-430c-8e68-b785c4ca6da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.04.02 19:29:42.232547 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1481 | 2024.04.02 19:29:42.232567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1482 | 2024.04.02 19:29:42.232665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1483 | 2024.04.02 19:29:42.232718 [ 3 ] {} <Debug> HTTP-Session: ec170753-216c-4c10-9abc-12a307911eac Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1484 | 2024.04.02 19:29:42.232765 [ 3 ] {} <Debug> HTTP-Session: ec170753-216c-4c10-9abc-12a307911eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.04.02 19:29:42.232813 [ 3 ] {} <Debug> HTTP-Session: ec170753-216c-4c10-9abc-12a307911eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.04.02 19:29:42.232845 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1487 | 2024.04.02 19:29:42.232870 [ 3 ] {} <Trace> HTTP-Session: ec170753-216c-4c10-9abc-12a307911eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2024.04.02 19:29:42.232946 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1489 | 2024.04.02 19:29:42.233025 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1490 | 2024.04.02 19:29:42.233122 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1491 | 2024.04.02 19:29:42.233192 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1492 | 2024.04.02 19:29:42.233587 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1493 | 2024.04.02 19:29:42.233984 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1494 | 2024.04.02 19:29:42.234271 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1495 | 2024.04.02 19:29:42.234442 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1496 | 2024.04.02 19:29:42.234643 [ 193 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1497 | 2024.04.02 19:29:42.235789 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1498 | 2024.04.02 19:29:42.235860 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1499 | 2024.04.02 19:29:42.236896 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1500 | 2024.04.02 19:29:42.237038 [ 189 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00469919 sec., 65117.60537454327 rows/sec., 5.01 MiB/sec. | ||
1501 | 2024.04.02 19:29:42.237430 [ 191 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1502 | 2024.04.02 19:29:42.237716 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1503 | 2024.04.02 19:29:42.238037 [ 105 ] {} <Debug> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1504 | 2024.04.02 19:29:42.238127 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005152 sec., 12422.360248447205 rows/sec., 992.86 KiB/sec. | ||
1505 | 2024.04.02 19:29:42.238137 [ 105 ] {} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1506 | 2024.04.02 19:29:42.238243 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1507 | 2024.04.02 19:29:42.238581 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1508 | 2024.04.02 19:29:42.238585 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Debug> DynamicQueryHandler: Done processing query | ||
1509 | 2024.04.02 19:29:42.238670 [ 3 ] {1355156a-ea21-4fc6-9677-5f10cf486a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1510 | 2024.04.02 19:29:42.238722 [ 3 ] {} <Debug> HTTP-Session: ec170753-216c-4c10-9abc-12a307911eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1511 | 2024.04.02 19:29:42.238845 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1512 | 2024.04.02 19:29:42.238909 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1513 | 2024.04.02 19:29:42.238946 [ 191 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1514 | 2024.04.02 19:29:42.238978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1515 | 2024.04.02 19:29:42.239195 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1516 | 2024.04.02 19:29:42.239200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1517 | 2024.04.02 19:29:42.239325 [ 3 ] {} <Debug> HTTP-Session: 0b33241e-a74c-4464-bc16-11f15460ad35 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1518 | 2024.04.02 19:29:42.239414 [ 3 ] {} <Debug> HTTP-Session: 0b33241e-a74c-4464-bc16-11f15460ad35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.04.02 19:29:42.239479 [ 3 ] {} <Debug> HTTP-Session: 0b33241e-a74c-4464-bc16-11f15460ad35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.04.02 19:29:42.239519 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1521 | 2024.04.02 19:29:42.239611 [ 3 ] {} <Trace> HTTP-Session: 0b33241e-a74c-4464-bc16-11f15460ad35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1522 | 2024.04.02 19:29:42.239890 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1523 | 2024.04.02 19:29:42.240254 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1524 | 2024.04.02 19:29:42.240254 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1525 | 2024.04.02 19:29:42.240342 [ 191 ] {5eed488a-d9b2-40be-80ba-e4e4628140f3::all_1_6_1} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1526 | 2024.04.02 19:29:42.240531 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1527 | 2024.04.02 19:29:42.240572 [ 193 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1528 | 2024.04.02 19:29:42.241240 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1529 | 2024.04.02 19:29:42.241530 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1530 | 2024.04.02 19:29:42.242471 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1531 | 2024.04.02 19:29:42.242535 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1532 | 2024.04.02 19:29:42.243336 [ 189 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.004959343 sec., 70170.58509564675 rows/sec., 5.48 MiB/sec. | ||
1533 | 2024.04.02 19:29:42.243624 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1534 | 2024.04.02 19:29:42.243639 [ 189 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1535 | 2024.04.02 19:29:42.244778 [ 189 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1536 | 2024.04.02 19:29:42.244929 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1537 | 2024.04.02 19:29:42.244977 [ 189 ] {c6d4bfef-16fd-496c-8433-3d0fc86898b5::all_1_6_1} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1538 | 2024.04.02 19:29:42.245129 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1539 | 2024.04.02 19:29:42.245192 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1540 | 2024.04.02 19:29:42.245250 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005348 sec., 29917.726252804787 rows/sec., 2.08 MiB/sec. | ||
1541 | 2024.04.02 19:29:42.245258 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2024.04.02 19:29:42.245343 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1543 | 2024.04.02 19:29:42.245574 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Debug> DynamicQueryHandler: Done processing query | ||
1544 | 2024.04.02 19:29:42.245586 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1545 | 2024.04.02 19:29:42.245617 [ 3 ] {ea9a8f38-bbfb-43e0-a445-07af42445e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1546 | 2024.04.02 19:29:42.245667 [ 3 ] {} <Debug> HTTP-Session: 0b33241e-a74c-4464-bc16-11f15460ad35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.04.02 19:29:42.245795 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1548 | 2024.04.02 19:29:42.245840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1549 | 2024.04.02 19:29:42.245858 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
1550 | 2024.04.02 19:29:42.245934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1551 | 2024.04.02 19:29:42.246026 [ 3 ] {} <Debug> HTTP-Session: 916b8746-3231-4084-a232-c797bef0d208 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1552 | 2024.04.02 19:29:42.246089 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 140 rows starting from the beginning of the part | ||
1553 | 2024.04.02 19:29:42.246109 [ 3 ] {} <Debug> HTTP-Session: 916b8746-3231-4084-a232-c797bef0d208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.04.02 19:29:42.246184 [ 3 ] {} <Debug> HTTP-Session: 916b8746-3231-4084-a232-c797bef0d208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.04.02 19:29:42.246348 [ 3 ] {} <Trace> HTTP-Session: 916b8746-3231-4084-a232-c797bef0d208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2024.04.02 19:29:42.246387 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
1557 | 2024.04.02 19:29:42.246645 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1558 | 2024.04.02 19:29:42.246755 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1559 | 2024.04.02 19:29:42.246789 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1560 | 2024.04.02 19:29:42.247055 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1561 | 2024.04.02 19:29:42.247407 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1562 | 2024.04.02 19:29:42.247977 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1563 | 2024.04.02 19:29:42.248653 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1564 | 2024.04.02 19:29:42.248718 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1565 | 2024.04.02 19:29:42.249815 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1566 | 2024.04.02 19:29:42.250169 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047019 sec., 174397.58395542228 rows/sec., 12.15 MiB/sec. | ||
1567 | 2024.04.02 19:29:42.250532 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1568 | 2024.04.02 19:29:42.250778 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2024.04.02 19:29:42.251038 [ 104 ] {} <Debug> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1570 | 2024.04.02 19:29:42.251147 [ 104 ] {} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1571 | 2024.04.02 19:29:42.251187 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004699 sec., 12768.67418599702 rows/sec., 881.17 KiB/sec. | ||
1572 | 2024.04.02 19:29:42.251210 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1573 | 2024.04.02 19:29:42.251623 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Debug> DynamicQueryHandler: Done processing query | ||
1574 | 2024.04.02 19:29:42.251647 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1575 | 2024.04.02 19:29:42.251687 [ 3 ] {b10adf4b-4827-4511-8d56-f8dbf9e83a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1576 | 2024.04.02 19:29:42.251752 [ 3 ] {} <Debug> HTTP-Session: 916b8746-3231-4084-a232-c797bef0d208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.04.02 19:29:42.251933 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1578 | 2024.04.02 19:29:42.252052 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1579 | 2024.04.02 19:29:42.252115 [ 189 ] {b8be2f4a-02aa-4712-ab16-dba0f845d396::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1580 | 2024.04.02 19:29:42.252122 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
1581 | 2024.04.02 19:29:42.252266 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
1582 | 2024.04.02 19:29:42.252408 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
1583 | 2024.04.02 19:29:42.252566 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1584 | 2024.04.02 19:29:42.252649 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1585 | 2024.04.02 19:29:42.252856 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1586 | 2024.04.02 19:29:42.252971 [ 186 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1587 | 2024.04.02 19:29:42.254503 [ 187 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 4 columns (4 merged, 0 gathered) in 0.003069759 sec., 100985.12619394551 rows/sec., 6.81 MiB/sec. | ||
1588 | 2024.04.02 19:29:42.254755 [ 189 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1589 | 2024.04.02 19:29:42.255417 [ 189 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.04.02 19:29:42.255501 [ 189 ] {ef41aba8-148d-4e47-a749-079c1d5a624c::all_1_6_1} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1591 | 2024.04.02 19:29:42.255583 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1592 | 2024.04.02 19:29:47.229849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1593 | 2024.04.02 19:29:47.229983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1594 | 2024.04.02 19:29:47.230010 [ 3 ] {} <Debug> HTTP-Session: 00c0719f-d555-4f5a-b764-6321ccf6cdb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1595 | 2024.04.02 19:29:47.230039 [ 3 ] {} <Debug> HTTP-Session: 00c0719f-d555-4f5a-b764-6321ccf6cdb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2024.04.02 19:29:47.230057 [ 3 ] {} <Debug> HTTP-Session: 00c0719f-d555-4f5a-b764-6321ccf6cdb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1597 | 2024.04.02 19:29:47.230110 [ 3 ] {} <Trace> HTTP-Session: 00c0719f-d555-4f5a-b764-6321ccf6cdb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1598 | 2024.04.02 19:29:47.230251 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1599 | 2024.04.02 19:29:47.230322 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1600 | 2024.04.02 19:29:47.230531 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1601 | 2024.04.02 19:29:47.230993 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1602 | 2024.04.02 19:29:47.231039 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1603 | 2024.04.02 19:29:47.231502 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1604 | 2024.04.02 19:29:47.232037 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1605 | 2024.04.02 19:29:47.232199 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002012 sec., 27833.001988071574 rows/sec., 2.14 MiB/sec. | ||
1606 | 2024.04.02 19:29:47.232347 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Debug> DynamicQueryHandler: Done processing query | ||
1607 | 2024.04.02 19:29:47.232374 [ 3 ] {944418ca-f3b2-45a8-a34d-f3a4ec211300} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1608 | 2024.04.02 19:29:47.232390 [ 3 ] {} <Debug> HTTP-Session: 00c0719f-d555-4f5a-b764-6321ccf6cdb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.04.02 19:29:47.232562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1610 | 2024.04.02 19:29:47.232611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1611 | 2024.04.02 19:29:47.232629 [ 3 ] {} <Debug> HTTP-Session: 29d0346d-b0a4-418f-b8a5-ed240d837560 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1612 | 2024.04.02 19:29:47.232646 [ 3 ] {} <Debug> HTTP-Session: 29d0346d-b0a4-418f-b8a5-ed240d837560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1613 | 2024.04.02 19:29:47.232659 [ 3 ] {} <Debug> HTTP-Session: 29d0346d-b0a4-418f-b8a5-ed240d837560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1614 | 2024.04.02 19:29:47.232691 [ 3 ] {} <Trace> HTTP-Session: 29d0346d-b0a4-418f-b8a5-ed240d837560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1615 | 2024.04.02 19:29:47.232776 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1616 | 2024.04.02 19:29:47.232818 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1617 | 2024.04.02 19:29:47.232943 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1618 | 2024.04.02 19:29:47.233274 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1619 | 2024.04.02 19:29:47.233312 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1620 | 2024.04.02 19:29:47.233731 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1621 | 2024.04.02 19:29:47.234304 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1622 | 2024.04.02 19:29:47.234461 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001723 sec., 37144.5153801509 rows/sec., 2.90 MiB/sec. | ||
1623 | 2024.04.02 19:29:47.234666 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Debug> DynamicQueryHandler: Done processing query | ||
1624 | 2024.04.02 19:29:47.234713 [ 3 ] {4d8fb566-4500-46bf-8581-7d57a72eb701} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1625 | 2024.04.02 19:29:47.234747 [ 3 ] {} <Debug> HTTP-Session: 29d0346d-b0a4-418f-b8a5-ed240d837560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.04.02 19:29:47.234915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1627 | 2024.04.02 19:29:47.234963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1628 | 2024.04.02 19:29:47.234981 [ 3 ] {} <Debug> HTTP-Session: b80911f7-a9f3-47bd-b525-046537505a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1629 | 2024.04.02 19:29:47.234999 [ 3 ] {} <Debug> HTTP-Session: b80911f7-a9f3-47bd-b525-046537505a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.04.02 19:29:47.235013 [ 3 ] {} <Debug> HTTP-Session: b80911f7-a9f3-47bd-b525-046537505a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1631 | 2024.04.02 19:29:47.235043 [ 3 ] {} <Trace> HTTP-Session: b80911f7-a9f3-47bd-b525-046537505a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1632 | 2024.04.02 19:29:47.235158 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1633 | 2024.04.02 19:29:47.235203 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1634 | 2024.04.02 19:29:47.235365 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1635 | 2024.04.02 19:29:47.235746 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1636 | 2024.04.02 19:29:47.235783 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1637 | 2024.04.02 19:29:47.236281 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1638 | 2024.04.02 19:29:47.236851 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1639 | 2024.04.02 19:29:47.237008 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001916 sec., 83507.30688935283 rows/sec., 5.82 MiB/sec. | ||
1640 | 2024.04.02 19:29:47.237138 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Debug> DynamicQueryHandler: Done processing query | ||
1641 | 2024.04.02 19:29:47.237162 [ 3 ] {2aa26e7e-8696-480b-a471-4e521f1b578c} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1642 | 2024.04.02 19:29:47.237178 [ 3 ] {} <Debug> HTTP-Session: b80911f7-a9f3-47bd-b525-046537505a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1643 | 2024.04.02 19:29:47.237305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1644 | 2024.04.02 19:29:47.237353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1645 | 2024.04.02 19:29:47.237372 [ 3 ] {} <Debug> HTTP-Session: 4c335161-59f2-4869-8212-b7a7da025c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1646 | 2024.04.02 19:29:47.237388 [ 3 ] {} <Debug> HTTP-Session: 4c335161-59f2-4869-8212-b7a7da025c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.04.02 19:29:47.237401 [ 3 ] {} <Debug> HTTP-Session: 4c335161-59f2-4869-8212-b7a7da025c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1648 | 2024.04.02 19:29:47.237432 [ 3 ] {} <Trace> HTTP-Session: 4c335161-59f2-4869-8212-b7a7da025c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1649 | 2024.04.02 19:29:47.237517 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1650 | 2024.04.02 19:29:47.237559 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1651 | 2024.04.02 19:29:47.237687 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1652 | 2024.04.02 19:29:47.237985 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1653 | 2024.04.02 19:29:47.238022 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1654 | 2024.04.02 19:29:47.238551 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1655 | 2024.04.02 19:29:47.239104 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1656 | 2024.04.02 19:29:47.239258 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001782 sec., 33670.03367003367 rows/sec., 2.27 MiB/sec. | ||
1657 | 2024.04.02 19:29:47.239383 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Debug> DynamicQueryHandler: Done processing query | ||
1658 | 2024.04.02 19:29:47.239406 [ 3 ] {218a5909-d18d-4527-818b-39c3ac69cf10} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1659 | 2024.04.02 19:29:47.239422 [ 3 ] {} <Debug> HTTP-Session: 4c335161-59f2-4869-8212-b7a7da025c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1660 | 2024.04.02 19:29:52.230657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1661 | 2024.04.02 19:29:52.230791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1662 | 2024.04.02 19:29:52.230820 [ 3 ] {} <Debug> HTTP-Session: a2e8469f-1f29-4e77-a401-c11afefcbda5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1663 | 2024.04.02 19:29:52.230849 [ 3 ] {} <Debug> HTTP-Session: a2e8469f-1f29-4e77-a401-c11afefcbda5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.04.02 19:29:52.230867 [ 3 ] {} <Debug> HTTP-Session: a2e8469f-1f29-4e77-a401-c11afefcbda5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1665 | 2024.04.02 19:29:52.230923 [ 3 ] {} <Trace> HTTP-Session: a2e8469f-1f29-4e77-a401-c11afefcbda5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1666 | 2024.04.02 19:29:52.231065 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1667 | 2024.04.02 19:29:52.231135 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1668 | 2024.04.02 19:29:52.231355 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1669 | 2024.04.02 19:29:52.231907 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1670 | 2024.04.02 19:29:52.231953 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1671 | 2024.04.02 19:29:52.232332 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1672 | 2024.04.02 19:29:52.232677 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1673 | 2024.04.02 19:29:52.232824 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001831 sec., 30584.380120152924 rows/sec., 2.35 MiB/sec. | ||
1674 | 2024.04.02 19:29:52.232976 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Debug> DynamicQueryHandler: Done processing query | ||
1675 | 2024.04.02 19:29:52.233003 [ 3 ] {667347d3-1844-4e96-b513-e5331ab1dce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1676 | 2024.04.02 19:29:52.233019 [ 3 ] {} <Debug> HTTP-Session: a2e8469f-1f29-4e77-a401-c11afefcbda5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1677 | 2024.04.02 19:29:52.233152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1678 | 2024.04.02 19:29:52.233208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1679 | 2024.04.02 19:29:52.233226 [ 3 ] {} <Debug> HTTP-Session: a94af1c5-5a28-4337-a474-dc33505fbb22 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1680 | 2024.04.02 19:29:52.233244 [ 3 ] {} <Debug> HTTP-Session: a94af1c5-5a28-4337-a474-dc33505fbb22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1681 | 2024.04.02 19:29:52.233258 [ 3 ] {} <Debug> HTTP-Session: a94af1c5-5a28-4337-a474-dc33505fbb22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.04.02 19:29:52.233292 [ 3 ] {} <Trace> HTTP-Session: a94af1c5-5a28-4337-a474-dc33505fbb22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1683 | 2024.04.02 19:29:52.233385 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1684 | 2024.04.02 19:29:52.233430 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1685 | 2024.04.02 19:29:52.233560 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1686 | 2024.04.02 19:29:52.233900 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1687 | 2024.04.02 19:29:52.233938 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1688 | 2024.04.02 19:29:52.234250 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1689 | 2024.04.02 19:29:52.234556 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1690 | 2024.04.02 19:29:52.234682 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001343 sec., 47654.504839910645 rows/sec., 3.72 MiB/sec. | ||
1691 | 2024.04.02 19:29:52.234804 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Debug> DynamicQueryHandler: Done processing query | ||
1692 | 2024.04.02 19:29:52.234827 [ 3 ] {4974a433-1d39-4c37-9bd6-b34418ed8594} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1693 | 2024.04.02 19:29:52.234843 [ 3 ] {} <Debug> HTTP-Session: a94af1c5-5a28-4337-a474-dc33505fbb22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.04.02 19:29:52.234982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1695 | 2024.04.02 19:29:52.235032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1696 | 2024.04.02 19:29:52.235050 [ 3 ] {} <Debug> HTTP-Session: fbf8527f-5dc1-4ce6-9ff5-210cd22a60d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1697 | 2024.04.02 19:29:52.235067 [ 3 ] {} <Debug> HTTP-Session: fbf8527f-5dc1-4ce6-9ff5-210cd22a60d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1698 | 2024.04.02 19:29:52.235080 [ 3 ] {} <Debug> HTTP-Session: fbf8527f-5dc1-4ce6-9ff5-210cd22a60d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.04.02 19:29:52.235111 [ 3 ] {} <Trace> HTTP-Session: fbf8527f-5dc1-4ce6-9ff5-210cd22a60d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1700 | 2024.04.02 19:29:52.235230 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1701 | 2024.04.02 19:29:52.235275 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1702 | 2024.04.02 19:29:52.235417 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1703 | 2024.04.02 19:29:52.235785 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1704 | 2024.04.02 19:29:52.235820 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1705 | 2024.04.02 19:29:52.236204 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1706 | 2024.04.02 19:29:52.236538 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1707 | 2024.04.02 19:29:52.236667 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
1708 | 2024.04.02 19:29:52.236922 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Debug> DynamicQueryHandler: Done processing query | ||
1709 | 2024.04.02 19:29:52.236953 [ 3 ] {5d8897de-9b72-4fe7-a89b-3c813622bf86} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1710 | 2024.04.02 19:29:52.236969 [ 3 ] {} <Debug> HTTP-Session: fbf8527f-5dc1-4ce6-9ff5-210cd22a60d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.04.02 19:29:52.237104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1712 | 2024.04.02 19:29:52.237154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1713 | 2024.04.02 19:29:52.237172 [ 3 ] {} <Debug> HTTP-Session: a3883f10-9d68-41ba-a6a4-1320508a05d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1714 | 2024.04.02 19:29:52.237189 [ 3 ] {} <Debug> HTTP-Session: a3883f10-9d68-41ba-a6a4-1320508a05d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2024.04.02 19:29:52.237202 [ 3 ] {} <Debug> HTTP-Session: a3883f10-9d68-41ba-a6a4-1320508a05d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.04.02 19:29:52.237233 [ 3 ] {} <Trace> HTTP-Session: a3883f10-9d68-41ba-a6a4-1320508a05d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1717 | 2024.04.02 19:29:52.237336 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1718 | 2024.04.02 19:29:52.237382 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1719 | 2024.04.02 19:29:52.237527 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1720 | 2024.04.02 19:29:52.237807 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1721 | 2024.04.02 19:29:52.237842 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1722 | 2024.04.02 19:29:52.238193 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1723 | 2024.04.02 19:29:52.238517 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1724 | 2024.04.02 19:29:52.238643 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
1725 | 2024.04.02 19:29:52.238764 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Debug> DynamicQueryHandler: Done processing query | ||
1726 | 2024.04.02 19:29:52.238788 [ 3 ] {7e57ec3f-a433-4bb8-8af9-eefeabc4f5ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1727 | 2024.04.02 19:29:52.238803 [ 3 ] {} <Debug> HTTP-Session: a3883f10-9d68-41ba-a6a4-1320508a05d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.04.02 19:29:53.055867 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1729 | 2024.04.02 19:29:53.055927 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1730 | 2024.04.02 19:29:57.223616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1731 | 2024.04.02 19:29:57.223796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1732 | 2024.04.02 19:29:57.223827 [ 3 ] {} <Debug> HTTP-Session: cd5a00fc-6854-41c2-9675-f9917361b99b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1733 | 2024.04.02 19:29:57.223855 [ 3 ] {} <Debug> HTTP-Session: cd5a00fc-6854-41c2-9675-f9917361b99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.04.02 19:29:57.223873 [ 3 ] {} <Debug> HTTP-Session: cd5a00fc-6854-41c2-9675-f9917361b99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.04.02 19:29:57.223929 [ 3 ] {} <Trace> HTTP-Session: cd5a00fc-6854-41c2-9675-f9917361b99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1736 | 2024.04.02 19:29:57.224111 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1737 | 2024.04.02 19:29:57.224530 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1738 | 2024.04.02 19:29:57.224583 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1739 | 2024.04.02 19:29:57.224920 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1740 | 2024.04.02 19:29:57.225001 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1741 | 2024.04.02 19:29:57.225174 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1742 | 2024.04.02 19:29:57.225299 [ 255 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1743 | 2024.04.02 19:29:57.225299 [ 251 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1744 | 2024.04.02 19:29:57.225432 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1745 | 2024.04.02 19:29:57.225465 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1746 | 2024.04.02 19:29:57.225611 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1747 | 2024.04.02 19:29:57.225710 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1748 | 2024.04.02 19:29:57.225771 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1749 | 2024.04.02 19:29:57.225815 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1750 | 2024.04.02 19:29:57.227934 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003931 sec., 4578.987534978378 rows/sec., 187.31 KiB/sec. | ||
1751 | 2024.04.02 19:29:57.228260 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> DynamicQueryHandler: Done processing query | ||
1752 | 2024.04.02 19:29:57.228293 [ 3 ] {c0cff1de-0e0d-4893-99bd-405df6c8cac2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1753 | 2024.04.02 19:29:57.228313 [ 3 ] {} <Debug> HTTP-Session: cd5a00fc-6854-41c2-9675-f9917361b99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.04.02 19:29:57.229383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1755 | 2024.04.02 19:29:57.229439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1756 | 2024.04.02 19:29:57.229458 [ 3 ] {} <Debug> HTTP-Session: 9fc506c8-c1f9-41fd-b452-1f0b90d2c4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1757 | 2024.04.02 19:29:57.229477 [ 3 ] {} <Debug> HTTP-Session: 9fc506c8-c1f9-41fd-b452-1f0b90d2c4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.04.02 19:29:57.229491 [ 3 ] {} <Debug> HTTP-Session: 9fc506c8-c1f9-41fd-b452-1f0b90d2c4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.04.02 19:29:57.229526 [ 3 ] {} <Trace> HTTP-Session: 9fc506c8-c1f9-41fd-b452-1f0b90d2c4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1760 | 2024.04.02 19:29:57.229645 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1761 | 2024.04.02 19:29:57.229922 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1762 | 2024.04.02 19:29:57.229962 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1763 | 2024.04.02 19:29:57.230213 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1764 | 2024.04.02 19:29:57.230278 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1765 | 2024.04.02 19:29:57.230418 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1766 | 2024.04.02 19:29:57.230542 [ 258 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1767 | 2024.04.02 19:29:57.230569 [ 259 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1768 | 2024.04.02 19:29:57.230726 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1769 | 2024.04.02 19:29:57.230756 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1770 | 2024.04.02 19:29:57.230838 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1771 | 2024.04.02 19:29:57.230859 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1772 | 2024.04.02 19:29:57.230897 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1773 | 2024.04.02 19:29:57.230938 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1774 | 2024.04.02 19:29:57.232006 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002432 sec., 7401.315789473684 rows/sec., 302.77 KiB/sec. | ||
1775 | 2024.04.02 19:29:57.232264 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> DynamicQueryHandler: Done processing query | ||
1776 | 2024.04.02 19:29:57.232288 [ 3 ] {28dee0b9-94e2-4358-ba92-438080959c56} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1777 | 2024.04.02 19:29:57.232305 [ 3 ] {} <Debug> HTTP-Session: 9fc506c8-c1f9-41fd-b452-1f0b90d2c4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.04.02 19:29:57.232534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2024.04.02 19:29:57.232583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1780 | 2024.04.02 19:29:57.232602 [ 3 ] {} <Debug> HTTP-Session: 05c4039d-990d-4c62-b664-c62cd50606ef Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1781 | 2024.04.02 19:29:57.232619 [ 3 ] {} <Debug> HTTP-Session: 05c4039d-990d-4c62-b664-c62cd50606ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.04.02 19:29:57.232633 [ 3 ] {} <Debug> HTTP-Session: 05c4039d-990d-4c62-b664-c62cd50606ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.04.02 19:29:57.232665 [ 3 ] {} <Trace> HTTP-Session: 05c4039d-990d-4c62-b664-c62cd50606ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1784 | 2024.04.02 19:29:57.232779 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1785 | 2024.04.02 19:29:57.233045 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1786 | 2024.04.02 19:29:57.233085 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1787 | 2024.04.02 19:29:57.233339 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1788 | 2024.04.02 19:29:57.233403 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1789 | 2024.04.02 19:29:57.233540 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1790 | 2024.04.02 19:29:57.233619 [ 255 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1791 | 2024.04.02 19:29:57.233620 [ 251 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1792 | 2024.04.02 19:29:57.233719 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1793 | 2024.04.02 19:29:57.233747 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1794 | 2024.04.02 19:29:57.233826 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1795 | 2024.04.02 19:29:57.233846 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1796 | 2024.04.02 19:29:57.233885 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1797 | 2024.04.02 19:29:57.233923 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1798 | 2024.04.02 19:29:57.235350 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00264 sec., 6818.181818181818 rows/sec., 278.91 KiB/sec. | ||
1799 | 2024.04.02 19:29:57.235615 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> DynamicQueryHandler: Done processing query | ||
1800 | 2024.04.02 19:29:57.235639 [ 3 ] {005093b5-f471-4a7e-8808-ba32146b4fd6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1801 | 2024.04.02 19:29:57.235656 [ 3 ] {} <Debug> HTTP-Session: 05c4039d-990d-4c62-b664-c62cd50606ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.04.02 19:29:57.235835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1803 | 2024.04.02 19:29:57.235884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1804 | 2024.04.02 19:29:57.235903 [ 3 ] {} <Debug> HTTP-Session: 20038341-2496-4d8f-9334-e0a874bf4053 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1805 | 2024.04.02 19:29:57.235920 [ 3 ] {} <Debug> HTTP-Session: 20038341-2496-4d8f-9334-e0a874bf4053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.04.02 19:29:57.235934 [ 3 ] {} <Debug> HTTP-Session: 20038341-2496-4d8f-9334-e0a874bf4053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.04.02 19:29:57.235967 [ 3 ] {} <Trace> HTTP-Session: 20038341-2496-4d8f-9334-e0a874bf4053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2024.04.02 19:29:57.236076 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1809 | 2024.04.02 19:29:57.236340 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1810 | 2024.04.02 19:29:57.236380 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1811 | 2024.04.02 19:29:57.236645 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1812 | 2024.04.02 19:29:57.236711 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1813 | 2024.04.02 19:29:57.236848 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1814 | 2024.04.02 19:29:57.236956 [ 255 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1815 | 2024.04.02 19:29:57.236964 [ 260 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1816 | 2024.04.02 19:29:57.237087 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (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 | ||
1817 | 2024.04.02 19:29:57.237114 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1818 | 2024.04.02 19:29:57.237191 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1819 | 2024.04.02 19:29:57.237210 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1820 | 2024.04.02 19:29:57.237248 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1821 | 2024.04.02 19:29:57.237287 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1822 | 2024.04.02 19:29:57.238594 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002582 sec., 6971.3400464756005 rows/sec., 285.18 KiB/sec. | ||
1823 | 2024.04.02 19:29:57.238856 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> DynamicQueryHandler: Done processing query | ||
1824 | 2024.04.02 19:29:57.238881 [ 3 ] {3a7c64d9-2221-4201-83c5-ae133b9284ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1825 | 2024.04.02 19:29:57.238897 [ 3 ] {} <Debug> HTTP-Session: 20038341-2496-4d8f-9334-e0a874bf4053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1826 | 2024.04.02 19:29:57.246189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1827 | 2024.04.02 19:29:57.246249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1828 | 2024.04.02 19:29:57.246271 [ 3 ] {} <Debug> HTTP-Session: fe944561-f00f-475f-8e54-ec1d32bf3b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1829 | 2024.04.02 19:29:57.246291 [ 3 ] {} <Debug> HTTP-Session: fe944561-f00f-475f-8e54-ec1d32bf3b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.04.02 19:29:57.246308 [ 3 ] {} <Debug> HTTP-Session: fe944561-f00f-475f-8e54-ec1d32bf3b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.04.02 19:29:57.246346 [ 3 ] {} <Trace> HTTP-Session: fe944561-f00f-475f-8e54-ec1d32bf3b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1832 | 2024.04.02 19:29:57.246441 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1833 | 2024.04.02 19:29:57.246492 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1834 | 2024.04.02 19:29:57.246694 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1835 | 2024.04.02 19:29:57.247076 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1836 | 2024.04.02 19:29:57.247121 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1837 | 2024.04.02 19:29:57.247633 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1838 | 2024.04.02 19:29:57.247949 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Trace> oximeter.timeseries_schema (99b8d01b-0694-4895-81b0-378c6a226672): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1839 | 2024.04.02 19:29:57.248113 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001708 sec., 2341.9203747072597 rows/sec., 253.29 KiB/sec. | ||
1840 | 2024.04.02 19:29:57.248357 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Debug> DynamicQueryHandler: Done processing query | ||
1841 | 2024.04.02 19:29:57.248381 [ 3 ] {4e17535b-a396-4274-b1ca-eac5f0d1cbc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1842 | 2024.04.02 19:29:57.248397 [ 3 ] {} <Debug> HTTP-Session: fe944561-f00f-475f-8e54-ec1d32bf3b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1843 | 2024.04.02 19:29:57.248510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 2203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1844 | 2024.04.02 19:29:57.248559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1845 | 2024.04.02 19:29:57.248578 [ 3 ] {} <Debug> HTTP-Session: fa29757c-88c7-4411-ad48-d9e09a6aff57 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1846 | 2024.04.02 19:29:57.248594 [ 3 ] {} <Debug> HTTP-Session: fa29757c-88c7-4411-ad48-d9e09a6aff57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.04.02 19:29:57.248609 [ 3 ] {} <Debug> HTTP-Session: fa29757c-88c7-4411-ad48-d9e09a6aff57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1848 | 2024.04.02 19:29:57.248640 [ 3 ] {} <Trace> HTTP-Session: fa29757c-88c7-4411-ad48-d9e09a6aff57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1849 | 2024.04.02 19:29:57.248715 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1850 | 2024.04.02 19:29:57.248756 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1851 | 2024.04.02 19:29:57.248899 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1852 | 2024.04.02 19:29:57.249769 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> oximeter.fields_i64 (6d51a5f8-eefa-463d-ae49-4cbf723178d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1853 | 2024.04.02 19:29:57.249808 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1854 | 2024.04.02 19:29:57.250119 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1855 | 2024.04.02 19:29:57.250432 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Trace> oximeter.fields_i64 (6d51a5f8-eefa-463d-ae49-4cbf723178d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1856 | 2024.04.02 19:29:57.250588 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001901 sec., 7890.583903208838 rows/sec., 639.57 KiB/sec. | ||
1857 | 2024.04.02 19:29:57.250802 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Debug> DynamicQueryHandler: Done processing query | ||
1858 | 2024.04.02 19:29:57.250826 [ 3 ] {4f681adb-ccab-4a18-9f7f-fd0d228922df} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1859 | 2024.04.02 19:29:57.250842 [ 3 ] {} <Debug> HTTP-Session: fa29757c-88c7-4411-ad48-d9e09a6aff57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1860 | 2024.04.02 19:29:57.251040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 14567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1861 | 2024.04.02 19:29:57.251091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1862 | 2024.04.02 19:29:57.251109 [ 3 ] {} <Debug> HTTP-Session: b847c838-a559-4e80-bc38-d58744eac153 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1863 | 2024.04.02 19:29:57.251125 [ 3 ] {} <Debug> HTTP-Session: b847c838-a559-4e80-bc38-d58744eac153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1864 | 2024.04.02 19:29:57.251138 [ 3 ] {} <Debug> HTTP-Session: b847c838-a559-4e80-bc38-d58744eac153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.04.02 19:29:57.251169 [ 3 ] {} <Trace> HTTP-Session: b847c838-a559-4e80-bc38-d58744eac153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1866 | 2024.04.02 19:29:57.251263 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1867 | 2024.04.02 19:29:57.251305 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1868 | 2024.04.02 19:29:57.251453 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1869 | 2024.04.02 19:29:57.251907 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1870 | 2024.04.02 19:29:57.251945 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1871 | 2024.04.02 19:29:57.252246 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1872 | 2024.04.02 19:29:57.252541 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Trace> oximeter.fields_string (5eed488a-d9b2-40be-80ba-e4e4628140f3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1873 | 2024.04.02 19:29:57.252698 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Debug> executeQuery: Read 101 rows, 8.42 KiB in 0.001472 sec., 68614.13043478261 rows/sec., 5.59 MiB/sec. | ||
1874 | 2024.04.02 19:29:57.252942 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Debug> DynamicQueryHandler: Done processing query | ||
1875 | 2024.04.02 19:29:57.252966 [ 3 ] {27130971-c752-428c-bf39-78454f67bac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1876 | 2024.04.02 19:29:57.252982 [ 3 ] {} <Debug> HTTP-Session: b847c838-a559-4e80-bc38-d58744eac153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.04.02 19:29:57.253195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 14617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1878 | 2024.04.02 19:29:57.253244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1879 | 2024.04.02 19:29:57.253262 [ 3 ] {} <Debug> HTTP-Session: 8a49e1d7-3a86-4f89-9eda-b65afbf08c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1880 | 2024.04.02 19:29:57.253279 [ 3 ] {} <Debug> HTTP-Session: 8a49e1d7-3a86-4f89-9eda-b65afbf08c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.04.02 19:29:57.253293 [ 3 ] {} <Debug> HTTP-Session: 8a49e1d7-3a86-4f89-9eda-b65afbf08c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.04.02 19:29:57.253323 [ 3 ] {} <Trace> HTTP-Session: 8a49e1d7-3a86-4f89-9eda-b65afbf08c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1883 | 2024.04.02 19:29:57.253417 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1884 | 2024.04.02 19:29:57.253457 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1885 | 2024.04.02 19:29:57.253603 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1886 | 2024.04.02 19:29:57.253938 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1887 | 2024.04.02 19:29:57.253975 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1888 | 2024.04.02 19:29:57.254276 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1889 | 2024.04.02 19:29:57.254576 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Trace> oximeter.fields_uuid (c6d4bfef-16fd-496c-8433-3d0fc86898b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1890 | 2024.04.02 19:29:57.254727 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001358 sec., 63328.424153166416 rows/sec., 4.95 MiB/sec. | ||
1891 | 2024.04.02 19:29:57.254852 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Debug> DynamicQueryHandler: Done processing query | ||
1892 | 2024.04.02 19:29:57.254876 [ 3 ] {14214a1d-e0c9-410f-b6e0-87011f38b7ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1893 | 2024.04.02 19:29:57.254892 [ 3 ] {} <Debug> HTTP-Session: 8a49e1d7-3a86-4f89-9eda-b65afbf08c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1894 | 2024.04.02 19:29:57.255036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1895 | 2024.04.02 19:29:57.255084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1896 | 2024.04.02 19:29:57.255103 [ 3 ] {} <Debug> HTTP-Session: 1ade770a-f7cc-409f-b428-301b26a06751 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1897 | 2024.04.02 19:29:57.255119 [ 3 ] {} <Debug> HTTP-Session: 1ade770a-f7cc-409f-b428-301b26a06751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.04.02 19:29:57.255133 [ 3 ] {} <Debug> HTTP-Session: 1ade770a-f7cc-409f-b428-301b26a06751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.04.02 19:29:57.255163 [ 3 ] {} <Trace> HTTP-Session: 1ade770a-f7cc-409f-b428-301b26a06751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1900 | 2024.04.02 19:29:57.255274 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1901 | 2024.04.02 19:29:57.255317 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1902 | 2024.04.02 19:29:57.255462 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1903 | 2024.04.02 19:29:57.255831 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1904 | 2024.04.02 19:29:57.255869 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1905 | 2024.04.02 19:29:57.256243 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1906 | 2024.04.02 19:29:57.256579 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Trace> oximeter.measurements_cumulativeu64 (b8be2f4a-02aa-4712-ab16-dba0f845d396): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1907 | 2024.04.02 19:29:57.256740 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. | ||
1908 | 2024.04.02 19:29:57.256981 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Debug> DynamicQueryHandler: Done processing query | ||
1909 | 2024.04.02 19:29:57.257006 [ 3 ] {f5906e63-461c-41e1-92a4-e5eaf1a088ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1910 | 2024.04.02 19:29:57.257022 [ 3 ] {} <Debug> HTTP-Session: 1ade770a-f7cc-409f-b428-301b26a06751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.04.02 19:29:57.257175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 16093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1912 | 2024.04.02 19:29:57.257224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1913 | 2024.04.02 19:29:57.257243 [ 3 ] {} <Debug> HTTP-Session: ccc7ea51-ad20-4c88-adbf-e3bd31488cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1914 | 2024.04.02 19:29:57.257259 [ 3 ] {} <Debug> HTTP-Session: ccc7ea51-ad20-4c88-adbf-e3bd31488cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1915 | 2024.04.02 19:29:57.257273 [ 3 ] {} <Debug> HTTP-Session: ccc7ea51-ad20-4c88-adbf-e3bd31488cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.04.02 19:29:57.257303 [ 3 ] {} <Trace> HTTP-Session: ccc7ea51-ad20-4c88-adbf-e3bd31488cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1917 | 2024.04.02 19:29:57.257472 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1918 | 2024.04.02 19:29:57.257519 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1919 | 2024.04.02 19:29:57.257719 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1920 | 2024.04.02 19:29:57.260079 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> oximeter.measurements_histogramf64 (fc614212-9fdd-4001-96b7-74e3e9c97f25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1921 | 2024.04.02 19:29:57.260117 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1922 | 2024.04.02 19:29:57.263085 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1923 | 2024.04.02 19:29:57.263429 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Trace> oximeter.measurements_histogramf64 (fc614212-9fdd-4001-96b7-74e3e9c97f25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1924 | 2024.04.02 19:29:57.263607 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.006243 sec., 2402.6910139356078 rows/sec., 3.24 MiB/sec. | ||
1925 | 2024.04.02 19:29:57.263843 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Debug> DynamicQueryHandler: Done processing query | ||
1926 | 2024.04.02 19:29:57.263869 [ 3 ] {58f4cce2-ad4f-4bbf-82e5-9935453e7acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1927 | 2024.04.02 19:29:57.263885 [ 3 ] {} <Debug> HTTP-Session: ccc7ea51-ad20-4c88-adbf-e3bd31488cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.04.02 19:29:57.264013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1929 | 2024.04.02 19:29:57.264062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1930 | 2024.04.02 19:29:57.264081 [ 3 ] {} <Debug> HTTP-Session: bd670f55-22cf-4a95-9fb7-08b7be5ef80b Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1931 | 2024.04.02 19:29:57.264097 [ 3 ] {} <Debug> HTTP-Session: bd670f55-22cf-4a95-9fb7-08b7be5ef80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.04.02 19:29:57.264112 [ 3 ] {} <Debug> HTTP-Session: bd670f55-22cf-4a95-9fb7-08b7be5ef80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.04.02 19:29:57.264143 [ 3 ] {} <Trace> HTTP-Session: bd670f55-22cf-4a95-9fb7-08b7be5ef80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1934 | 2024.04.02 19:29:57.264214 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1935 | 2024.04.02 19:29:57.264257 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1936 | 2024.04.02 19:29:57.264404 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1937 | 2024.04.02 19:29:57.264731 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> oximeter.measurements_i64 (6c80e511-ff85-4247-8be0-f696618fea9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1938 | 2024.04.02 19:29:57.264769 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1939 | 2024.04.02 19:29:57.265115 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1940 | 2024.04.02 19:29:57.265426 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Trace> oximeter.measurements_i64 (6c80e511-ff85-4247-8be0-f696618fea9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1941 | 2024.04.02 19:29:57.265588 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001392 sec., 8620.689655172413 rows/sec., 649.64 KiB/sec. | ||
1942 | 2024.04.02 19:29:57.265813 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Debug> DynamicQueryHandler: Done processing query | ||
1943 | 2024.04.02 19:29:57.265836 [ 3 ] {58141ba8-1563-461b-b009-46927043c9c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1944 | 2024.04.02 19:29:57.265852 [ 3 ] {} <Debug> HTTP-Session: bd670f55-22cf-4a95-9fb7-08b7be5ef80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.04.02 19:29:57.265976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41588, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1946 | 2024.04.02 19:29:57.266025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1947 | 2024.04.02 19:29:57.266044 [ 3 ] {} <Debug> HTTP-Session: 70ffd746-db62-4ace-ab8c-69af85a162a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41588 | ||
1948 | 2024.04.02 19:29:57.266060 [ 3 ] {} <Debug> HTTP-Session: 70ffd746-db62-4ace-ab8c-69af85a162a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.04.02 19:29:57.266073 [ 3 ] {} <Debug> HTTP-Session: 70ffd746-db62-4ace-ab8c-69af85a162a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.04.02 19:29:57.266103 [ 3 ] {} <Trace> HTTP-Session: 70ffd746-db62-4ace-ab8c-69af85a162a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1951 | 2024.04.02 19:29:57.266193 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41588) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1952 | 2024.04.02 19:29:57.266235 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1953 | 2024.04.02 19:29:57.266379 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1954 | 2024.04.02 19:29:57.266662 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1955 | 2024.04.02 19:29:57.266698 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
1956 | 2024.04.02 19:29:57.267043 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1957 | 2024.04.02 19:29:57.267362 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Trace> oximeter.measurements_u64 (ef41aba8-148d-4e47-a749-079c1d5a624c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2024.04.02 19:29:57.267485 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
1959 | 2024.04.02 19:29:57.267742 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Debug> DynamicQueryHandler: Done processing query | ||
1960 | 2024.04.02 19:29:57.267766 [ 3 ] {7987ac26-306c-473c-b81e-711536b8c2df} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1961 | 2024.04.02 19:29:57.267782 [ 3 ] {} <Debug> HTTP-Session: 70ffd746-db62-4ace-ab8c-69af85a162a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |