1 | [ Aug 16 21:29:23 Enabled. ] | ||
2 | [ Aug 16 21:29:23 Rereading configuration. ] | ||
3 | [ Aug 16 21:29:25 Rereading configuration. ] | ||
4 | [ Aug 16 21:29:28 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Aug 16 21:29:28 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.08.16 21:29:29.511281 [ 1 ] {} <Information> Application: Will watch for the process with pid 22547 | ||
33 | 2024.08.16 21:29:29.511803 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.16 21:29:29.754558 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22547 | ||
35 | 2024.08.16 21:29:29.755264 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.16 21:29:29.755966 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.16 21:29:29.840965 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.16 21:29:29.958572 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.16 21:29:29.958632 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.16 21:29:29.958652 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.16 21:29:29.958736 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.16 21:29:29.959045 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.16 21:29:29.960572 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.08.16 21:29:29.961072 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.16 21:29:29.961933 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.08.16 21:29:29.961959 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.08.16 21:29:29.961972 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.16 21:29:29.962165 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.16 21:29:29.963139 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.16 21:29:29.968101 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.16 21:29:29.968895 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.16 21:29:29.970348 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.16 21:29:29.970417 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.16 21:29:29.972001 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.08.16 21:29:29.972287 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.16 21:29:29.976509 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.16 21:29:29.977048 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.16 21:29:29.978488 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.16 21:29:29.978909 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.16 21:29:29.979228 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.16 21:29:29.979582 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.16 21:29:29.981111 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.16 21:29:29.981136 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.16 21:29:29.981185 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.16 21:29:29.981279 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.16 21:29:29.996565 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.16 21:29:29.996594 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143444 sec | ||
74 | 2024.08.16 21:29:29.996630 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.16 21:29:29.996641 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.16 21:29:29.997912 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.16 21:29:29.998962 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.16 21:29:29.998988 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.16 21:29:29.999020 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.16 21:29:29.999034 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.16 21:29:29.999046 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.16 21:29:29.999078 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.16 21:29:29.999090 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.16 21:29:29.999104 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.16 21:29:29.999138 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.16 21:29:29.999151 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.16 21:29:29.999165 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.16 21:29:29.999180 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.16 21:29:29.999212 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.16 21:29:29.999227 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.16 21:29:29.999242 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.16 21:29:29.999269 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.16 21:29:29.999284 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.16 21:29:30.036008 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.16 21:29:30.039850 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.16 21:29:30.039877 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7021e-05 sec | ||
97 | 2024.08.16 21:29:30.039891 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.16 21:29:30.039906 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.16 21:29:30.039933 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.16 21:29:30.040105 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.16 21:29:30.040147 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.16 21:29:30.040161 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.16 21:29:30.040177 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.08.16 21:29:30.040188 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.16 21:29:30.058525 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.08.16 21:29:30.247199 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.08.16 21:29:30.247252 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.16 21:29:30.323176 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.16 21:29:30.323389 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.09 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.08.16 21:29:30.324253 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3151e-05 sec. | ||
111 | 2024.08.16 21:29:30.324640 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.16 21:29:30.324721 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.16 21:29:30.324774 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.16 21:29:30.324795 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.16 21:29:30.364727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.16 21:29:30.364938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.16 21:29:30.364976 [ 3 ] {} <Debug> HTTP-Session: 1c3f7fa7-5be8-404d-b36c-357fc08f1215 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
118 | 2024.08.16 21:29:30.365006 [ 3 ] {} <Debug> HTTP-Session: 1c3f7fa7-5be8-404d-b36c-357fc08f1215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.16 21:29:30.365024 [ 3 ] {} <Debug> HTTP-Session: 1c3f7fa7-5be8-404d-b36c-357fc08f1215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.16 21:29:30.365108 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.16 21:29:30.365142 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.08.16 21:29:30.365165 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.08.16 21:29:30.365227 [ 3 ] {} <Trace> HTTP-Session: 1c3f7fa7-5be8-404d-b36c-357fc08f1215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.16 21:29:30.366310 [ 3 ] {25782ae7-8a77-4990-85f9-bd2db30403c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.16 21:29:30.402901 [ 3 ] {25782ae7-8a77-4990-85f9-bd2db30403c2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42641) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.16 21:29:30.403621 [ 3 ] {25782ae7-8a77-4990-85f9-bd2db30403c2} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.16 21:29:30.404979 [ 3 ] {} <Debug> HTTP-Session: 1c3f7fa7-5be8-404d-b36c-357fc08f1215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.16 21:29:30.405859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.16 21:29:30.405931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.16 21:29:30.405956 [ 3 ] {} <Debug> HTTP-Session: b072c20b-8b8a-41cb-bfc3-9eb4cbc8b335 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
179 | 2024.08.16 21:29:30.405982 [ 3 ] {} <Debug> HTTP-Session: b072c20b-8b8a-41cb-bfc3-9eb4cbc8b335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.16 21:29:30.405995 [ 3 ] {} <Debug> HTTP-Session: b072c20b-8b8a-41cb-bfc3-9eb4cbc8b335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.16 21:29:30.406040 [ 3 ] {} <Trace> HTTP-Session: b072c20b-8b8a-41cb-bfc3-9eb4cbc8b335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.16 21:29:30.407123 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.16 21:29:30.407241 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.16 21:29:30.409222 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.16 21:29:30.412016 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.16 21:29:30.417852 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.16 21:29:30.417885 [ 3 ] {cc849969-1096-4e3f-9a68-b8e7df6c2779} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.16 21:29:30.417908 [ 3 ] {} <Debug> HTTP-Session: b072c20b-8b8a-41cb-bfc3-9eb4cbc8b335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.16 21:29:30.421107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.16 21:29:30.421167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.16 21:29:30.421191 [ 3 ] {} <Debug> HTTP-Session: c358506a-6b1e-4677-8277-0324fbab7f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
192 | 2024.08.16 21:29:30.421208 [ 3 ] {} <Debug> HTTP-Session: c358506a-6b1e-4677-8277-0324fbab7f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.16 21:29:30.421222 [ 3 ] {} <Debug> HTTP-Session: c358506a-6b1e-4677-8277-0324fbab7f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.16 21:29:30.421259 [ 3 ] {} <Trace> HTTP-Session: c358506a-6b1e-4677-8277-0324fbab7f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.16 21:29:30.421380 [ 3 ] {24a01ab0-b95c-4614-9ad3-adf57a0e1719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.16 21:29:30.421633 [ 3 ] {24a01ab0-b95c-4614-9ad3-adf57a0e1719} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42641) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.16 21:29:30.421748 [ 3 ] {24a01ab0-b95c-4614-9ad3-adf57a0e1719} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.16 21:29:30.421882 [ 3 ] {} <Debug> HTTP-Session: c358506a-6b1e-4677-8277-0324fbab7f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.16 21:29:30.422612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.16 21:29:30.422663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.16 21:29:30.422681 [ 3 ] {} <Debug> HTTP-Session: d0fea9b2-8a94-4465-8575-dc6a1650edcf Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
250 | 2024.08.16 21:29:30.422699 [ 3 ] {} <Debug> HTTP-Session: d0fea9b2-8a94-4465-8575-dc6a1650edcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.16 21:29:30.422718 [ 3 ] {} <Debug> HTTP-Session: d0fea9b2-8a94-4465-8575-dc6a1650edcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.16 21:29:30.422747 [ 3 ] {} <Trace> HTTP-Session: d0fea9b2-8a94-4465-8575-dc6a1650edcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.16 21:29:30.422913 [ 3 ] {939f10fe-6152-4f2f-a517-0784b569c1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.16 21:29:30.423067 [ 3 ] {939f10fe-6152-4f2f-a517-0784b569c1a0} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.16 21:29:30.423090 [ 3 ] {} <Debug> HTTP-Session: d0fea9b2-8a94-4465-8575-dc6a1650edcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.16 21:29:30.423209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.16 21:29:30.423256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.16 21:29:30.423278 [ 3 ] {} <Debug> HTTP-Session: abeb59c9-58ba-42aa-a893-a8b6aa28a250 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
259 | 2024.08.16 21:29:30.423296 [ 3 ] {} <Debug> HTTP-Session: abeb59c9-58ba-42aa-a893-a8b6aa28a250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.16 21:29:30.423313 [ 3 ] {} <Debug> HTTP-Session: abeb59c9-58ba-42aa-a893-a8b6aa28a250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.16 21:29:30.423344 [ 3 ] {} <Trace> HTTP-Session: abeb59c9-58ba-42aa-a893-a8b6aa28a250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.16 21:29:30.423428 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.16 21:29:30.423483 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.16 21:29:30.424796 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.16 21:29:30.424825 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0032e-05 sec | ||
266 | 2024.08.16 21:29:30.424839 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.16 21:29:30.424855 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.16 21:29:30.424876 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.16 21:29:30.424994 [ 3 ] {1c87e090-a889-4f6d-ae20-bd62066e2d12} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.16 21:29:30.425016 [ 3 ] {} <Debug> HTTP-Session: abeb59c9-58ba-42aa-a893-a8b6aa28a250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.16 21:29:30.425121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.16 21:29:30.425171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.16 21:29:30.425190 [ 3 ] {} <Debug> HTTP-Session: 68c48180-b982-4411-9eaf-387a234a8307 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
274 | 2024.08.16 21:29:30.425209 [ 3 ] {} <Debug> HTTP-Session: 68c48180-b982-4411-9eaf-387a234a8307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.16 21:29:30.425230 [ 3 ] {} <Debug> HTTP-Session: 68c48180-b982-4411-9eaf-387a234a8307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.16 21:29:30.425258 [ 3 ] {} <Trace> HTTP-Session: 68c48180-b982-4411-9eaf-387a234a8307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.16 21:29:30.425397 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.08.16 21:29:30.425442 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.16 21:29:30.429619 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.16 21:29:30.435933 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Debug> oximeter.version (75b3f0d1-bca1-4ce7-9a10-d6e3fc21a31f): Loading data parts | ||
282 | 2024.08.16 21:29:30.436307 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Debug> oximeter.version (75b3f0d1-bca1-4ce7-9a10-d6e3fc21a31f): There are no data parts | ||
283 | 2024.08.16 21:29:30.443635 [ 3 ] {5a34421f-b450-45bd-a576-35b060850666} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.16 21:29:30.443666 [ 3 ] {} <Debug> HTTP-Session: 68c48180-b982-4411-9eaf-387a234a8307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.16 21:29:30.443787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.16 21:29:30.443837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.16 21:29:30.443860 [ 3 ] {} <Debug> HTTP-Session: 0b77f3cb-f40c-43be-8c28-021188abeecb Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
288 | 2024.08.16 21:29:30.443875 [ 3 ] {} <Debug> HTTP-Session: 0b77f3cb-f40c-43be-8c28-021188abeecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.16 21:29:30.443891 [ 3 ] {} <Debug> HTTP-Session: 0b77f3cb-f40c-43be-8c28-021188abeecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.16 21:29:30.443925 [ 3 ] {} <Trace> HTTP-Session: 0b77f3cb-f40c-43be-8c28-021188abeecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.16 21:29:30.444112 [ 3 ] {f3556dd2-0723-48eb-8d63-8cdc461178ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.08.16 21:29:30.444163 [ 3 ] {f3556dd2-0723-48eb-8d63-8cdc461178ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.16 21:29:30.452164 [ 3 ] {f3556dd2-0723-48eb-8d63-8cdc461178ac} <Debug> oximeter.measurements_bool (aefad101-beec-4c05-bfc9-44aa181410b7): Loading data parts | ||
304 | 2024.08.16 21:29:30.452339 [ 3 ] {f3556dd2-0723-48eb-8d63-8cdc461178ac} <Debug> oximeter.measurements_bool (aefad101-beec-4c05-bfc9-44aa181410b7): There are no data parts | ||
305 | 2024.08.16 21:29:30.457031 [ 3 ] {f3556dd2-0723-48eb-8d63-8cdc461178ac} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.16 21:29:30.457057 [ 3 ] {} <Debug> HTTP-Session: 0b77f3cb-f40c-43be-8c28-021188abeecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.16 21:29:30.457192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.16 21:29:30.457245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.16 21:29:30.457268 [ 3 ] {} <Debug> HTTP-Session: 86ddf834-aecc-4902-9a88-52f010553d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
310 | 2024.08.16 21:29:30.457284 [ 3 ] {} <Debug> HTTP-Session: 86ddf834-aecc-4902-9a88-52f010553d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.16 21:29:30.457301 [ 3 ] {} <Debug> HTTP-Session: 86ddf834-aecc-4902-9a88-52f010553d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.16 21:29:30.457334 [ 3 ] {} <Trace> HTTP-Session: 86ddf834-aecc-4902-9a88-52f010553d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.16 21:29:30.457513 [ 3 ] {663728ae-ffb0-49d1-862f-ff9a317a2780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.08.16 21:29:30.457560 [ 3 ] {663728ae-ffb0-49d1-862f-ff9a317a2780} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.16 21:29:30.460702 [ 3 ] {663728ae-ffb0-49d1-862f-ff9a317a2780} <Debug> oximeter.measurements_i8 (84c4d476-e5f9-4ed9-add9-e9d269ba5e08): Loading data parts | ||
316 | 2024.08.16 21:29:30.460871 [ 3 ] {663728ae-ffb0-49d1-862f-ff9a317a2780} <Debug> oximeter.measurements_i8 (84c4d476-e5f9-4ed9-add9-e9d269ba5e08): There are no data parts | ||
317 | 2024.08.16 21:29:30.467022 [ 3 ] {663728ae-ffb0-49d1-862f-ff9a317a2780} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.16 21:29:30.467059 [ 3 ] {} <Debug> HTTP-Session: 86ddf834-aecc-4902-9a88-52f010553d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.16 21:29:30.467180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.16 21:29:30.467239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.16 21:29:30.467275 [ 3 ] {} <Debug> HTTP-Session: eecf79c0-6270-4d38-ac6b-29d703d768b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
322 | 2024.08.16 21:29:30.467298 [ 3 ] {} <Debug> HTTP-Session: eecf79c0-6270-4d38-ac6b-29d703d768b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.16 21:29:30.467319 [ 3 ] {} <Debug> HTTP-Session: eecf79c0-6270-4d38-ac6b-29d703d768b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.16 21:29:30.467353 [ 3 ] {} <Trace> HTTP-Session: eecf79c0-6270-4d38-ac6b-29d703d768b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.16 21:29:30.467523 [ 3 ] {7deb80aa-1dba-4843-b061-3c94bde26003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.08.16 21:29:30.467575 [ 3 ] {7deb80aa-1dba-4843-b061-3c94bde26003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.16 21:29:30.469638 [ 3 ] {7deb80aa-1dba-4843-b061-3c94bde26003} <Debug> oximeter.measurements_u8 (5e1cb658-ccb6-4b4d-85f7-6ac86d046c8a): Loading data parts | ||
328 | 2024.08.16 21:29:30.469811 [ 3 ] {7deb80aa-1dba-4843-b061-3c94bde26003} <Debug> oximeter.measurements_u8 (5e1cb658-ccb6-4b4d-85f7-6ac86d046c8a): There are no data parts | ||
329 | 2024.08.16 21:29:30.471582 [ 3 ] {7deb80aa-1dba-4843-b061-3c94bde26003} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.16 21:29:30.471607 [ 3 ] {} <Debug> HTTP-Session: eecf79c0-6270-4d38-ac6b-29d703d768b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.16 21:29:30.471736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.16 21:29:30.471790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.16 21:29:30.471814 [ 3 ] {} <Debug> HTTP-Session: 391f6018-2bc1-4e7f-80c9-9b8a28fd8022 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
334 | 2024.08.16 21:29:30.471829 [ 3 ] {} <Debug> HTTP-Session: 391f6018-2bc1-4e7f-80c9-9b8a28fd8022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.16 21:29:30.471845 [ 3 ] {} <Debug> HTTP-Session: 391f6018-2bc1-4e7f-80c9-9b8a28fd8022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.16 21:29:30.471878 [ 3 ] {} <Trace> HTTP-Session: 391f6018-2bc1-4e7f-80c9-9b8a28fd8022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.16 21:29:30.472050 [ 3 ] {4feb8a05-e9e1-40c8-b60d-fd8ecbdc8433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.08.16 21:29:30.472098 [ 3 ] {4feb8a05-e9e1-40c8-b60d-fd8ecbdc8433} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.16 21:29:30.475994 [ 3 ] {4feb8a05-e9e1-40c8-b60d-fd8ecbdc8433} <Debug> oximeter.measurements_i16 (1b2a82cf-c52a-4661-a688-d0db7350b82f): Loading data parts | ||
340 | 2024.08.16 21:29:30.476177 [ 3 ] {4feb8a05-e9e1-40c8-b60d-fd8ecbdc8433} <Debug> oximeter.measurements_i16 (1b2a82cf-c52a-4661-a688-d0db7350b82f): There are no data parts | ||
341 | 2024.08.16 21:29:30.478563 [ 3 ] {4feb8a05-e9e1-40c8-b60d-fd8ecbdc8433} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.16 21:29:30.478594 [ 3 ] {} <Debug> HTTP-Session: 391f6018-2bc1-4e7f-80c9-9b8a28fd8022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.16 21:29:30.478696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.16 21:29:30.478747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.16 21:29:30.478769 [ 3 ] {} <Debug> HTTP-Session: 3e4097db-0577-49cf-b78f-741f858c696e Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
346 | 2024.08.16 21:29:30.478785 [ 3 ] {} <Debug> HTTP-Session: 3e4097db-0577-49cf-b78f-741f858c696e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.16 21:29:30.478801 [ 3 ] {} <Debug> HTTP-Session: 3e4097db-0577-49cf-b78f-741f858c696e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.16 21:29:30.478834 [ 3 ] {} <Trace> HTTP-Session: 3e4097db-0577-49cf-b78f-741f858c696e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.16 21:29:30.479001 [ 3 ] {1ee2f180-a957-402e-94af-18d7c38f317d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.08.16 21:29:30.479054 [ 3 ] {1ee2f180-a957-402e-94af-18d7c38f317d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.16 21:29:30.485461 [ 3 ] {1ee2f180-a957-402e-94af-18d7c38f317d} <Debug> oximeter.measurements_u16 (e8c86e13-b826-4bce-92ff-adabe6c782d9): Loading data parts | ||
352 | 2024.08.16 21:29:30.485653 [ 3 ] {1ee2f180-a957-402e-94af-18d7c38f317d} <Debug> oximeter.measurements_u16 (e8c86e13-b826-4bce-92ff-adabe6c782d9): There are no data parts | ||
353 | 2024.08.16 21:29:30.489322 [ 3 ] {1ee2f180-a957-402e-94af-18d7c38f317d} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.16 21:29:30.489360 [ 3 ] {} <Debug> HTTP-Session: 3e4097db-0577-49cf-b78f-741f858c696e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.16 21:29:30.489483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.16 21:29:30.489546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.16 21:29:30.489574 [ 3 ] {} <Debug> HTTP-Session: 720893c9-e482-478c-bc1c-47be04a7fc77 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
358 | 2024.08.16 21:29:30.489605 [ 3 ] {} <Debug> HTTP-Session: 720893c9-e482-478c-bc1c-47be04a7fc77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.16 21:29:30.489621 [ 3 ] {} <Debug> HTTP-Session: 720893c9-e482-478c-bc1c-47be04a7fc77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.16 21:29:30.489661 [ 3 ] {} <Trace> HTTP-Session: 720893c9-e482-478c-bc1c-47be04a7fc77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.16 21:29:30.489839 [ 3 ] {e6bf47e4-674a-4b97-bd14-644221ea9a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.08.16 21:29:30.489887 [ 3 ] {e6bf47e4-674a-4b97-bd14-644221ea9a4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.16 21:29:30.494271 [ 3 ] {e6bf47e4-674a-4b97-bd14-644221ea9a4d} <Debug> oximeter.measurements_i32 (964f7c73-4c71-430f-8e5b-ce4a4d903278): Loading data parts | ||
364 | 2024.08.16 21:29:30.494434 [ 3 ] {e6bf47e4-674a-4b97-bd14-644221ea9a4d} <Debug> oximeter.measurements_i32 (964f7c73-4c71-430f-8e5b-ce4a4d903278): There are no data parts | ||
365 | 2024.08.16 21:29:30.500938 [ 3 ] {e6bf47e4-674a-4b97-bd14-644221ea9a4d} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.16 21:29:30.500977 [ 3 ] {} <Debug> HTTP-Session: 720893c9-e482-478c-bc1c-47be04a7fc77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.16 21:29:30.501118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.16 21:29:30.501179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.16 21:29:30.501235 [ 3 ] {} <Debug> HTTP-Session: 01cb1925-8ba1-443a-9dc1-fabc8083f3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
370 | 2024.08.16 21:29:30.501254 [ 3 ] {} <Debug> HTTP-Session: 01cb1925-8ba1-443a-9dc1-fabc8083f3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.16 21:29:30.501274 [ 3 ] {} <Debug> HTTP-Session: 01cb1925-8ba1-443a-9dc1-fabc8083f3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.16 21:29:30.501314 [ 3 ] {} <Trace> HTTP-Session: 01cb1925-8ba1-443a-9dc1-fabc8083f3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.16 21:29:30.501524 [ 3 ] {b781d8d2-5173-4cf9-8abe-71665e7b5fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.08.16 21:29:30.501584 [ 3 ] {b781d8d2-5173-4cf9-8abe-71665e7b5fe9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.16 21:29:30.503587 [ 3 ] {b781d8d2-5173-4cf9-8abe-71665e7b5fe9} <Debug> oximeter.measurements_u32 (9be31aa6-5615-45ef-a2e6-d2b1bbdc6065): Loading data parts | ||
376 | 2024.08.16 21:29:30.503775 [ 3 ] {b781d8d2-5173-4cf9-8abe-71665e7b5fe9} <Debug> oximeter.measurements_u32 (9be31aa6-5615-45ef-a2e6-d2b1bbdc6065): There are no data parts | ||
377 | 2024.08.16 21:29:30.508314 [ 3 ] {b781d8d2-5173-4cf9-8abe-71665e7b5fe9} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.16 21:29:30.508345 [ 3 ] {} <Debug> HTTP-Session: 01cb1925-8ba1-443a-9dc1-fabc8083f3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.16 21:29:30.508457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.16 21:29:30.508511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.16 21:29:30.508534 [ 3 ] {} <Debug> HTTP-Session: 2e7b23c5-0666-43f0-a3f2-2037c521c49b Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
382 | 2024.08.16 21:29:30.508554 [ 3 ] {} <Debug> HTTP-Session: 2e7b23c5-0666-43f0-a3f2-2037c521c49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.16 21:29:30.508567 [ 3 ] {} <Debug> HTTP-Session: 2e7b23c5-0666-43f0-a3f2-2037c521c49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.16 21:29:30.508599 [ 3 ] {} <Trace> HTTP-Session: 2e7b23c5-0666-43f0-a3f2-2037c521c49b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.16 21:29:30.508779 [ 3 ] {e57c8208-6bb9-4fff-99e7-c1872cead372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.08.16 21:29:30.508832 [ 3 ] {e57c8208-6bb9-4fff-99e7-c1872cead372} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.16 21:29:30.516997 [ 3 ] {e57c8208-6bb9-4fff-99e7-c1872cead372} <Debug> oximeter.measurements_i64 (f864203e-10a8-4647-9b08-167c3dc2b6db): Loading data parts | ||
388 | 2024.08.16 21:29:30.517175 [ 3 ] {e57c8208-6bb9-4fff-99e7-c1872cead372} <Debug> oximeter.measurements_i64 (f864203e-10a8-4647-9b08-167c3dc2b6db): There are no data parts | ||
389 | 2024.08.16 21:29:30.520547 [ 3 ] {e57c8208-6bb9-4fff-99e7-c1872cead372} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.16 21:29:30.520579 [ 3 ] {} <Debug> HTTP-Session: 2e7b23c5-0666-43f0-a3f2-2037c521c49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.16 21:29:30.520693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.16 21:29:30.520751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.16 21:29:30.520769 [ 3 ] {} <Debug> HTTP-Session: 92e34b93-9551-48d4-8709-33d8d8a6a8b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
394 | 2024.08.16 21:29:30.520789 [ 3 ] {} <Debug> HTTP-Session: 92e34b93-9551-48d4-8709-33d8d8a6a8b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.16 21:29:30.520802 [ 3 ] {} <Debug> HTTP-Session: 92e34b93-9551-48d4-8709-33d8d8a6a8b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.16 21:29:30.520835 [ 3 ] {} <Trace> HTTP-Session: 92e34b93-9551-48d4-8709-33d8d8a6a8b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.16 21:29:30.521005 [ 3 ] {313ce9f3-0370-463a-85ea-a113ead19c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.08.16 21:29:30.521053 [ 3 ] {313ce9f3-0370-463a-85ea-a113ead19c60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.16 21:29:30.524722 [ 3 ] {313ce9f3-0370-463a-85ea-a113ead19c60} <Debug> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Loading data parts | ||
400 | 2024.08.16 21:29:30.524913 [ 3 ] {313ce9f3-0370-463a-85ea-a113ead19c60} <Debug> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): There are no data parts | ||
401 | 2024.08.16 21:29:30.528090 [ 3 ] {313ce9f3-0370-463a-85ea-a113ead19c60} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.16 21:29:30.528129 [ 3 ] {} <Debug> HTTP-Session: 92e34b93-9551-48d4-8709-33d8d8a6a8b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.16 21:29:30.528266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.16 21:29:30.528325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.16 21:29:30.528355 [ 3 ] {} <Debug> HTTP-Session: 2da0377f-a49f-40b0-b821-16c0076da9e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
406 | 2024.08.16 21:29:30.528382 [ 3 ] {} <Debug> HTTP-Session: 2da0377f-a49f-40b0-b821-16c0076da9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.16 21:29:30.528400 [ 3 ] {} <Debug> HTTP-Session: 2da0377f-a49f-40b0-b821-16c0076da9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.16 21:29:30.528441 [ 3 ] {} <Trace> HTTP-Session: 2da0377f-a49f-40b0-b821-16c0076da9e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.16 21:29:30.528659 [ 3 ] {5a50f58d-ebf7-4b90-81e6-b38d9d9e1a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.08.16 21:29:30.528716 [ 3 ] {5a50f58d-ebf7-4b90-81e6-b38d9d9e1a75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.16 21:29:30.532668 [ 3 ] {5a50f58d-ebf7-4b90-81e6-b38d9d9e1a75} <Debug> oximeter.measurements_f32 (41bc7e61-4f50-42a5-9e39-d627f86d0079): Loading data parts | ||
412 | 2024.08.16 21:29:30.532874 [ 3 ] {5a50f58d-ebf7-4b90-81e6-b38d9d9e1a75} <Debug> oximeter.measurements_f32 (41bc7e61-4f50-42a5-9e39-d627f86d0079): There are no data parts | ||
413 | 2024.08.16 21:29:30.536841 [ 3 ] {5a50f58d-ebf7-4b90-81e6-b38d9d9e1a75} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.16 21:29:30.536868 [ 3 ] {} <Debug> HTTP-Session: 2da0377f-a49f-40b0-b821-16c0076da9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.16 21:29:30.536982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.16 21:29:30.537043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.16 21:29:30.537063 [ 3 ] {} <Debug> HTTP-Session: 0720fc57-cd17-4ef2-a23a-e7c0826cd415 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
418 | 2024.08.16 21:29:30.537084 [ 3 ] {} <Debug> HTTP-Session: 0720fc57-cd17-4ef2-a23a-e7c0826cd415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.16 21:29:30.537103 [ 3 ] {} <Debug> HTTP-Session: 0720fc57-cd17-4ef2-a23a-e7c0826cd415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.16 21:29:30.537132 [ 3 ] {} <Trace> HTTP-Session: 0720fc57-cd17-4ef2-a23a-e7c0826cd415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.16 21:29:30.537308 [ 3 ] {62a33272-0bd5-4093-a2b5-fd27c7e97ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.08.16 21:29:30.537363 [ 3 ] {62a33272-0bd5-4093-a2b5-fd27c7e97ff8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.16 21:29:30.539145 [ 3 ] {62a33272-0bd5-4093-a2b5-fd27c7e97ff8} <Debug> oximeter.measurements_f64 (53b367ff-0e0c-4de4-911e-0dd554ff5c46): Loading data parts | ||
424 | 2024.08.16 21:29:30.539307 [ 3 ] {62a33272-0bd5-4093-a2b5-fd27c7e97ff8} <Debug> oximeter.measurements_f64 (53b367ff-0e0c-4de4-911e-0dd554ff5c46): There are no data parts | ||
425 | 2024.08.16 21:29:30.542513 [ 3 ] {62a33272-0bd5-4093-a2b5-fd27c7e97ff8} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.16 21:29:30.542546 [ 3 ] {} <Debug> HTTP-Session: 0720fc57-cd17-4ef2-a23a-e7c0826cd415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.16 21:29:30.542668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.16 21:29:30.542724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.16 21:29:30.542742 [ 3 ] {} <Debug> HTTP-Session: e9a855ff-6c41-4af6-8af0-962de42856ad Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
430 | 2024.08.16 21:29:30.542764 [ 3 ] {} <Debug> HTTP-Session: e9a855ff-6c41-4af6-8af0-962de42856ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.16 21:29:30.542778 [ 3 ] {} <Debug> HTTP-Session: e9a855ff-6c41-4af6-8af0-962de42856ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.16 21:29:30.542811 [ 3 ] {} <Trace> HTTP-Session: e9a855ff-6c41-4af6-8af0-962de42856ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.16 21:29:30.542985 [ 3 ] {61a6ff74-3af1-473f-9c75-767096f3cba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.08.16 21:29:30.543041 [ 3 ] {61a6ff74-3af1-473f-9c75-767096f3cba1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.16 21:29:30.546598 [ 3 ] {61a6ff74-3af1-473f-9c75-767096f3cba1} <Debug> oximeter.measurements_string (865488e0-52cc-4409-8e2f-2e0619d86d51): Loading data parts | ||
436 | 2024.08.16 21:29:30.546781 [ 3 ] {61a6ff74-3af1-473f-9c75-767096f3cba1} <Debug> oximeter.measurements_string (865488e0-52cc-4409-8e2f-2e0619d86d51): There are no data parts | ||
437 | 2024.08.16 21:29:30.553550 [ 3 ] {61a6ff74-3af1-473f-9c75-767096f3cba1} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.16 21:29:30.553582 [ 3 ] {} <Debug> HTTP-Session: e9a855ff-6c41-4af6-8af0-962de42856ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.16 21:29:30.553712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.16 21:29:30.553765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.16 21:29:30.553784 [ 3 ] {} <Debug> HTTP-Session: 675164e7-3e08-41f6-957f-e065fe7be8bd Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
442 | 2024.08.16 21:29:30.553806 [ 3 ] {} <Debug> HTTP-Session: 675164e7-3e08-41f6-957f-e065fe7be8bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.16 21:29:30.553826 [ 3 ] {} <Debug> HTTP-Session: 675164e7-3e08-41f6-957f-e065fe7be8bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.16 21:29:30.553856 [ 3 ] {} <Trace> HTTP-Session: 675164e7-3e08-41f6-957f-e065fe7be8bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.16 21:29:30.554033 [ 3 ] {d7f8790b-1328-42e1-a392-3006b16a8849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.08.16 21:29:30.554089 [ 3 ] {d7f8790b-1328-42e1-a392-3006b16a8849} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.16 21:29:30.559018 [ 3 ] {d7f8790b-1328-42e1-a392-3006b16a8849} <Debug> oximeter.measurements_bytes (95859c9e-3aae-45ae-aa81-53abd7c35897): Loading data parts | ||
455 | 2024.08.16 21:29:30.559185 [ 3 ] {d7f8790b-1328-42e1-a392-3006b16a8849} <Debug> oximeter.measurements_bytes (95859c9e-3aae-45ae-aa81-53abd7c35897): There are no data parts | ||
456 | 2024.08.16 21:29:30.566383 [ 3 ] {d7f8790b-1328-42e1-a392-3006b16a8849} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.16 21:29:30.566416 [ 3 ] {} <Debug> HTTP-Session: 675164e7-3e08-41f6-957f-e065fe7be8bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.16 21:29:30.566566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.16 21:29:30.566632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.16 21:29:30.566661 [ 3 ] {} <Debug> HTTP-Session: 31907683-dcb3-46e3-b963-7b778a9b182c Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
461 | 2024.08.16 21:29:30.566682 [ 3 ] {} <Debug> HTTP-Session: 31907683-dcb3-46e3-b963-7b778a9b182c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.16 21:29:30.566701 [ 3 ] {} <Debug> HTTP-Session: 31907683-dcb3-46e3-b963-7b778a9b182c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.16 21:29:30.566732 [ 3 ] {} <Trace> HTTP-Session: 31907683-dcb3-46e3-b963-7b778a9b182c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.16 21:29:30.566924 [ 3 ] {1d0d05b4-fbe6-4044-97b0-32cfa318e18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.08.16 21:29:30.566977 [ 3 ] {1d0d05b4-fbe6-4044-97b0-32cfa318e18d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.16 21:29:30.571604 [ 3 ] {1d0d05b4-fbe6-4044-97b0-32cfa318e18d} <Debug> oximeter.measurements_cumulativei64 (52ac1f69-ba2e-4bb9-b8d0-3b7f2d640667): Loading data parts | ||
467 | 2024.08.16 21:29:30.571771 [ 3 ] {1d0d05b4-fbe6-4044-97b0-32cfa318e18d} <Debug> oximeter.measurements_cumulativei64 (52ac1f69-ba2e-4bb9-b8d0-3b7f2d640667): There are no data parts | ||
468 | 2024.08.16 21:29:30.576899 [ 3 ] {1d0d05b4-fbe6-4044-97b0-32cfa318e18d} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.16 21:29:30.576939 [ 3 ] {} <Debug> HTTP-Session: 31907683-dcb3-46e3-b963-7b778a9b182c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.16 21:29:30.577069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.16 21:29:30.577140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.16 21:29:30.577163 [ 3 ] {} <Debug> HTTP-Session: 588ee869-9371-4c35-b909-3dc8773fdfcc Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
473 | 2024.08.16 21:29:30.577189 [ 3 ] {} <Debug> HTTP-Session: 588ee869-9371-4c35-b909-3dc8773fdfcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.16 21:29:30.577207 [ 3 ] {} <Debug> HTTP-Session: 588ee869-9371-4c35-b909-3dc8773fdfcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.16 21:29:30.577249 [ 3 ] {} <Trace> HTTP-Session: 588ee869-9371-4c35-b909-3dc8773fdfcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.16 21:29:30.577473 [ 3 ] {07c93c4d-ad2c-40b2-bd34-c718f564597d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.08.16 21:29:30.577540 [ 3 ] {07c93c4d-ad2c-40b2-bd34-c718f564597d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.16 21:29:30.579455 [ 3 ] {07c93c4d-ad2c-40b2-bd34-c718f564597d} <Debug> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Loading data parts | ||
479 | 2024.08.16 21:29:30.579612 [ 3 ] {07c93c4d-ad2c-40b2-bd34-c718f564597d} <Debug> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): There are no data parts | ||
480 | 2024.08.16 21:29:30.586156 [ 3 ] {07c93c4d-ad2c-40b2-bd34-c718f564597d} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.16 21:29:30.586188 [ 3 ] {} <Debug> HTTP-Session: 588ee869-9371-4c35-b909-3dc8773fdfcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.16 21:29:30.586332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.16 21:29:30.586399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.16 21:29:30.586424 [ 3 ] {} <Debug> HTTP-Session: 92cd8493-8823-4f83-bfb7-bac2c48a6d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
485 | 2024.08.16 21:29:30.586451 [ 3 ] {} <Debug> HTTP-Session: 92cd8493-8823-4f83-bfb7-bac2c48a6d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.16 21:29:30.586474 [ 3 ] {} <Debug> HTTP-Session: 92cd8493-8823-4f83-bfb7-bac2c48a6d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.16 21:29:30.586511 [ 3 ] {} <Trace> HTTP-Session: 92cd8493-8823-4f83-bfb7-bac2c48a6d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.16 21:29:30.586730 [ 3 ] {43ca2df8-8cbd-4716-b932-cde8ce0806c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.08.16 21:29:30.586793 [ 3 ] {43ca2df8-8cbd-4716-b932-cde8ce0806c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.16 21:29:30.590418 [ 3 ] {43ca2df8-8cbd-4716-b932-cde8ce0806c7} <Debug> oximeter.measurements_cumulativef32 (b4457b2e-6088-4114-b1a5-a2a111b86599): Loading data parts | ||
491 | 2024.08.16 21:29:30.590587 [ 3 ] {43ca2df8-8cbd-4716-b932-cde8ce0806c7} <Debug> oximeter.measurements_cumulativef32 (b4457b2e-6088-4114-b1a5-a2a111b86599): There are no data parts | ||
492 | 2024.08.16 21:29:30.594657 [ 3 ] {43ca2df8-8cbd-4716-b932-cde8ce0806c7} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.16 21:29:30.594690 [ 3 ] {} <Debug> HTTP-Session: 92cd8493-8823-4f83-bfb7-bac2c48a6d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.16 21:29:30.594810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.16 21:29:30.594864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.16 21:29:30.594890 [ 3 ] {} <Debug> HTTP-Session: 37e6f693-5dba-4882-b2e1-93cf6c771980 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
497 | 2024.08.16 21:29:30.594915 [ 3 ] {} <Debug> HTTP-Session: 37e6f693-5dba-4882-b2e1-93cf6c771980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.16 21:29:30.594929 [ 3 ] {} <Debug> HTTP-Session: 37e6f693-5dba-4882-b2e1-93cf6c771980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.16 21:29:30.594963 [ 3 ] {} <Trace> HTTP-Session: 37e6f693-5dba-4882-b2e1-93cf6c771980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.16 21:29:30.595155 [ 3 ] {0114d1aa-55c6-4bc0-a121-3c56fcfe9bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.08.16 21:29:30.595210 [ 3 ] {0114d1aa-55c6-4bc0-a121-3c56fcfe9bc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.16 21:29:30.601052 [ 3 ] {0114d1aa-55c6-4bc0-a121-3c56fcfe9bc5} <Debug> oximeter.measurements_cumulativef64 (d45db31f-ae57-4a19-83a6-355a93bd2655): Loading data parts | ||
503 | 2024.08.16 21:29:30.601239 [ 3 ] {0114d1aa-55c6-4bc0-a121-3c56fcfe9bc5} <Debug> oximeter.measurements_cumulativef64 (d45db31f-ae57-4a19-83a6-355a93bd2655): There are no data parts | ||
504 | 2024.08.16 21:29:30.607677 [ 3 ] {0114d1aa-55c6-4bc0-a121-3c56fcfe9bc5} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.16 21:29:30.607708 [ 3 ] {} <Debug> HTTP-Session: 37e6f693-5dba-4882-b2e1-93cf6c771980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.16 21:29:30.607871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.16 21:29:30.607939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.16 21:29:30.607963 [ 3 ] {} <Debug> HTTP-Session: 6151b8a9-512e-467d-8b95-36e899cd70aa Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
509 | 2024.08.16 21:29:30.607990 [ 3 ] {} <Debug> HTTP-Session: 6151b8a9-512e-467d-8b95-36e899cd70aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.16 21:29:30.608012 [ 3 ] {} <Debug> HTTP-Session: 6151b8a9-512e-467d-8b95-36e899cd70aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.16 21:29:30.608049 [ 3 ] {} <Trace> HTTP-Session: 6151b8a9-512e-467d-8b95-36e899cd70aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.16 21:29:30.608356 [ 3 ] {04eddf24-3616-4f66-a6de-e2a9c5040f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.08.16 21:29:30.608435 [ 3 ] {04eddf24-3616-4f66-a6de-e2a9c5040f22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.16 21:29:30.614138 [ 3 ] {04eddf24-3616-4f66-a6de-e2a9c5040f22} <Debug> oximeter.measurements_histogrami8 (166778e0-9f6c-4652-aa8b-dfca8a1cfdef): Loading data parts | ||
525 | 2024.08.16 21:29:30.614342 [ 3 ] {04eddf24-3616-4f66-a6de-e2a9c5040f22} <Debug> oximeter.measurements_histogrami8 (166778e0-9f6c-4652-aa8b-dfca8a1cfdef): There are no data parts | ||
526 | 2024.08.16 21:29:30.617266 [ 3 ] {04eddf24-3616-4f66-a6de-e2a9c5040f22} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.16 21:29:30.617305 [ 3 ] {} <Debug> HTTP-Session: 6151b8a9-512e-467d-8b95-36e899cd70aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.16 21:29:30.617445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.16 21:29:30.617502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.16 21:29:30.617533 [ 3 ] {} <Debug> HTTP-Session: 41b26909-a539-4229-9371-150b567df70b Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
531 | 2024.08.16 21:29:30.617560 [ 3 ] {} <Debug> HTTP-Session: 41b26909-a539-4229-9371-150b567df70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.16 21:29:30.617578 [ 3 ] {} <Debug> HTTP-Session: 41b26909-a539-4229-9371-150b567df70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.16 21:29:30.617620 [ 3 ] {} <Trace> HTTP-Session: 41b26909-a539-4229-9371-150b567df70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.16 21:29:30.617889 [ 3 ] {a920355e-daf9-423b-9126-6234a2b9830e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.08.16 21:29:30.617954 [ 3 ] {a920355e-daf9-423b-9126-6234a2b9830e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.16 21:29:30.621127 [ 3 ] {a920355e-daf9-423b-9126-6234a2b9830e} <Debug> oximeter.measurements_histogramu8 (a0860484-cdf9-4da9-a3f7-14a4cef8778e): Loading data parts | ||
537 | 2024.08.16 21:29:30.621296 [ 3 ] {a920355e-daf9-423b-9126-6234a2b9830e} <Debug> oximeter.measurements_histogramu8 (a0860484-cdf9-4da9-a3f7-14a4cef8778e): There are no data parts | ||
538 | 2024.08.16 21:29:30.624994 [ 3 ] {a920355e-daf9-423b-9126-6234a2b9830e} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.16 21:29:30.625024 [ 3 ] {} <Debug> HTTP-Session: 41b26909-a539-4229-9371-150b567df70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.16 21:29:30.625145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.16 21:29:30.625216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.16 21:29:30.625238 [ 3 ] {} <Debug> HTTP-Session: 9e028201-28ff-4fa0-9bc6-1fb60a90d05d Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
543 | 2024.08.16 21:29:30.625262 [ 3 ] {} <Debug> HTTP-Session: 9e028201-28ff-4fa0-9bc6-1fb60a90d05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.16 21:29:30.625279 [ 3 ] {} <Debug> HTTP-Session: 9e028201-28ff-4fa0-9bc6-1fb60a90d05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.16 21:29:30.625321 [ 3 ] {} <Trace> HTTP-Session: 9e028201-28ff-4fa0-9bc6-1fb60a90d05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.16 21:29:30.625622 [ 3 ] {a9fccdef-6ab4-477f-b112-df214a289a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.08.16 21:29:30.625701 [ 3 ] {a9fccdef-6ab4-477f-b112-df214a289a01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.16 21:29:30.634385 [ 3 ] {a9fccdef-6ab4-477f-b112-df214a289a01} <Debug> oximeter.measurements_histogrami16 (cef528d2-3653-423c-91fa-d5785d84d2ee): Loading data parts | ||
549 | 2024.08.16 21:29:30.634550 [ 3 ] {a9fccdef-6ab4-477f-b112-df214a289a01} <Debug> oximeter.measurements_histogrami16 (cef528d2-3653-423c-91fa-d5785d84d2ee): There are no data parts | ||
550 | 2024.08.16 21:29:30.659509 [ 3 ] {a9fccdef-6ab4-477f-b112-df214a289a01} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.16 21:29:30.659544 [ 3 ] {} <Debug> HTTP-Session: 9e028201-28ff-4fa0-9bc6-1fb60a90d05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.16 21:29:30.659673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.16 21:29:30.659721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.16 21:29:30.659746 [ 3 ] {} <Debug> HTTP-Session: 28c9e182-620a-4785-a3bb-1c04f66a48c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
555 | 2024.08.16 21:29:30.659768 [ 3 ] {} <Debug> HTTP-Session: 28c9e182-620a-4785-a3bb-1c04f66a48c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.16 21:29:30.659781 [ 3 ] {} <Debug> HTTP-Session: 28c9e182-620a-4785-a3bb-1c04f66a48c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.16 21:29:30.659815 [ 3 ] {} <Trace> HTTP-Session: 28c9e182-620a-4785-a3bb-1c04f66a48c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.16 21:29:30.660075 [ 3 ] {4f755449-b9c3-4dbd-a129-95497b631ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.08.16 21:29:30.660141 [ 3 ] {4f755449-b9c3-4dbd-a129-95497b631ee0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.16 21:29:30.666664 [ 3 ] {4f755449-b9c3-4dbd-a129-95497b631ee0} <Debug> oximeter.measurements_histogramu16 (66e5d7ee-b75c-4d23-807e-96b0cb7e7544): Loading data parts | ||
561 | 2024.08.16 21:29:30.666839 [ 3 ] {4f755449-b9c3-4dbd-a129-95497b631ee0} <Debug> oximeter.measurements_histogramu16 (66e5d7ee-b75c-4d23-807e-96b0cb7e7544): There are no data parts | ||
562 | 2024.08.16 21:29:30.668807 [ 3 ] {4f755449-b9c3-4dbd-a129-95497b631ee0} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.16 21:29:30.668832 [ 3 ] {} <Debug> HTTP-Session: 28c9e182-620a-4785-a3bb-1c04f66a48c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.16 21:29:30.668965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.16 21:29:30.669020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.16 21:29:30.669039 [ 3 ] {} <Debug> HTTP-Session: 585a5d53-51a6-4c77-a2d9-f31e95f8626a Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
567 | 2024.08.16 21:29:30.669061 [ 3 ] {} <Debug> HTTP-Session: 585a5d53-51a6-4c77-a2d9-f31e95f8626a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.16 21:29:30.669081 [ 3 ] {} <Debug> HTTP-Session: 585a5d53-51a6-4c77-a2d9-f31e95f8626a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.16 21:29:30.669112 [ 3 ] {} <Trace> HTTP-Session: 585a5d53-51a6-4c77-a2d9-f31e95f8626a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.16 21:29:30.669363 [ 3 ] {5dd312e1-7fb7-4ac4-84e9-6562db4118d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.08.16 21:29:30.669431 [ 3 ] {5dd312e1-7fb7-4ac4-84e9-6562db4118d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.16 21:29:30.672978 [ 3 ] {5dd312e1-7fb7-4ac4-84e9-6562db4118d2} <Debug> oximeter.measurements_histogrami32 (08e511ea-83b6-4804-b615-086accb4cf93): Loading data parts | ||
573 | 2024.08.16 21:29:30.673160 [ 3 ] {5dd312e1-7fb7-4ac4-84e9-6562db4118d2} <Debug> oximeter.measurements_histogrami32 (08e511ea-83b6-4804-b615-086accb4cf93): There are no data parts | ||
574 | 2024.08.16 21:29:30.674680 [ 3 ] {5dd312e1-7fb7-4ac4-84e9-6562db4118d2} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.08.16 21:29:30.674706 [ 3 ] {} <Debug> HTTP-Session: 585a5d53-51a6-4c77-a2d9-f31e95f8626a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.16 21:29:30.674823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.08.16 21:29:30.674878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.08.16 21:29:30.674898 [ 3 ] {} <Debug> HTTP-Session: 85a173b3-5b20-4210-9257-43681ab2060a Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
579 | 2024.08.16 21:29:30.674950 [ 3 ] {} <Debug> HTTP-Session: 85a173b3-5b20-4210-9257-43681ab2060a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.08.16 21:29:30.674963 [ 3 ] {} <Debug> HTTP-Session: 85a173b3-5b20-4210-9257-43681ab2060a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.16 21:29:30.674999 [ 3 ] {} <Trace> HTTP-Session: 85a173b3-5b20-4210-9257-43681ab2060a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.08.16 21:29:30.675248 [ 3 ] {4fc02f5d-f7ce-46c3-b656-df79a6edd4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.08.16 21:29:30.675313 [ 3 ] {4fc02f5d-f7ce-46c3-b656-df79a6edd4fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.08.16 21:29:30.677257 [ 3 ] {4fc02f5d-f7ce-46c3-b656-df79a6edd4fa} <Debug> oximeter.measurements_histogramu32 (0343031c-7702-4e47-aaf2-f095c6020e76): Loading data parts | ||
585 | 2024.08.16 21:29:30.677421 [ 3 ] {4fc02f5d-f7ce-46c3-b656-df79a6edd4fa} <Debug> oximeter.measurements_histogramu32 (0343031c-7702-4e47-aaf2-f095c6020e76): There are no data parts | ||
586 | 2024.08.16 21:29:30.682675 [ 3 ] {4fc02f5d-f7ce-46c3-b656-df79a6edd4fa} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.08.16 21:29:30.682713 [ 3 ] {} <Debug> HTTP-Session: 85a173b3-5b20-4210-9257-43681ab2060a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.08.16 21:29:30.682865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.08.16 21:29:30.682935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.08.16 21:29:30.682956 [ 3 ] {} <Debug> HTTP-Session: 78118ba5-dc3a-4ff8-b787-90a0cc644027 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
591 | 2024.08.16 21:29:30.682980 [ 3 ] {} <Debug> HTTP-Session: 78118ba5-dc3a-4ff8-b787-90a0cc644027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.08.16 21:29:30.683001 [ 3 ] {} <Debug> HTTP-Session: 78118ba5-dc3a-4ff8-b787-90a0cc644027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.16 21:29:30.683031 [ 3 ] {} <Trace> HTTP-Session: 78118ba5-dc3a-4ff8-b787-90a0cc644027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.08.16 21:29:30.683284 [ 3 ] {c74525e3-a9b0-4ce2-80c3-ea4a4e3f0f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.08.16 21:29:30.683350 [ 3 ] {c74525e3-a9b0-4ce2-80c3-ea4a4e3f0f65} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.08.16 21:29:30.685501 [ 3 ] {c74525e3-a9b0-4ce2-80c3-ea4a4e3f0f65} <Debug> oximeter.measurements_histogrami64 (9ee489d7-7da0-426c-94ed-9872ff04fcb8): Loading data parts | ||
597 | 2024.08.16 21:29:30.685656 [ 3 ] {c74525e3-a9b0-4ce2-80c3-ea4a4e3f0f65} <Debug> oximeter.measurements_histogrami64 (9ee489d7-7da0-426c-94ed-9872ff04fcb8): There are no data parts | ||
598 | 2024.08.16 21:29:30.686973 [ 3 ] {c74525e3-a9b0-4ce2-80c3-ea4a4e3f0f65} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.08.16 21:29:30.686998 [ 3 ] {} <Debug> HTTP-Session: 78118ba5-dc3a-4ff8-b787-90a0cc644027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.08.16 21:29:30.687126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.08.16 21:29:30.687181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.08.16 21:29:30.687208 [ 3 ] {} <Debug> HTTP-Session: 8f99f629-d21c-47ae-bbc2-e73179df283a Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
603 | 2024.08.16 21:29:30.687224 [ 3 ] {} <Debug> HTTP-Session: 8f99f629-d21c-47ae-bbc2-e73179df283a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.08.16 21:29:30.687243 [ 3 ] {} <Debug> HTTP-Session: 8f99f629-d21c-47ae-bbc2-e73179df283a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.16 21:29:30.687273 [ 3 ] {} <Trace> HTTP-Session: 8f99f629-d21c-47ae-bbc2-e73179df283a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.08.16 21:29:30.687525 [ 3 ] {c12b9c31-5ce7-4e3b-944f-828f9ebf7d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.08.16 21:29:30.687592 [ 3 ] {c12b9c31-5ce7-4e3b-944f-828f9ebf7d8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.08.16 21:29:30.689415 [ 3 ] {c12b9c31-5ce7-4e3b-944f-828f9ebf7d8c} <Debug> oximeter.measurements_histogramu64 (09b5d06b-1d8d-46e6-9cd5-c4cf1389d5d8): Loading data parts | ||
609 | 2024.08.16 21:29:30.689588 [ 3 ] {c12b9c31-5ce7-4e3b-944f-828f9ebf7d8c} <Debug> oximeter.measurements_histogramu64 (09b5d06b-1d8d-46e6-9cd5-c4cf1389d5d8): There are no data parts | ||
610 | 2024.08.16 21:29:30.690829 [ 3 ] {c12b9c31-5ce7-4e3b-944f-828f9ebf7d8c} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.08.16 21:29:30.690854 [ 3 ] {} <Debug> HTTP-Session: 8f99f629-d21c-47ae-bbc2-e73179df283a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.08.16 21:29:30.690975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.08.16 21:29:30.691031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.08.16 21:29:30.691050 [ 3 ] {} <Debug> HTTP-Session: fa6dcbfb-2da6-4e00-8ec0-0330f99ca011 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
615 | 2024.08.16 21:29:30.691071 [ 3 ] {} <Debug> HTTP-Session: fa6dcbfb-2da6-4e00-8ec0-0330f99ca011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.08.16 21:29:30.691091 [ 3 ] {} <Debug> HTTP-Session: fa6dcbfb-2da6-4e00-8ec0-0330f99ca011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.16 21:29:30.691120 [ 3 ] {} <Trace> HTTP-Session: fa6dcbfb-2da6-4e00-8ec0-0330f99ca011 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.08.16 21:29:30.691371 [ 3 ] {aa51dd1b-212d-47cb-9841-98d5513cc199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.08.16 21:29:30.691444 [ 3 ] {aa51dd1b-212d-47cb-9841-98d5513cc199} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.08.16 21:29:30.697128 [ 3 ] {aa51dd1b-212d-47cb-9841-98d5513cc199} <Debug> oximeter.measurements_histogramf32 (25409f4b-143a-413e-9d85-261384c348f9): Loading data parts | ||
621 | 2024.08.16 21:29:30.697329 [ 3 ] {aa51dd1b-212d-47cb-9841-98d5513cc199} <Debug> oximeter.measurements_histogramf32 (25409f4b-143a-413e-9d85-261384c348f9): There are no data parts | ||
622 | 2024.08.16 21:29:30.699192 [ 3 ] {aa51dd1b-212d-47cb-9841-98d5513cc199} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.08.16 21:29:30.699236 [ 3 ] {} <Debug> HTTP-Session: fa6dcbfb-2da6-4e00-8ec0-0330f99ca011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.08.16 21:29:30.699359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.08.16 21:29:30.699417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.08.16 21:29:30.699446 [ 3 ] {} <Debug> HTTP-Session: fb29a138-7546-4c29-b5e9-f33033d5ad7a Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
627 | 2024.08.16 21:29:30.699463 [ 3 ] {} <Debug> HTTP-Session: fb29a138-7546-4c29-b5e9-f33033d5ad7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.08.16 21:29:30.699483 [ 3 ] {} <Debug> HTTP-Session: fb29a138-7546-4c29-b5e9-f33033d5ad7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.16 21:29:30.699521 [ 3 ] {} <Trace> HTTP-Session: fb29a138-7546-4c29-b5e9-f33033d5ad7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.08.16 21:29:30.699769 [ 3 ] {19161ec6-12fe-4579-8dc8-c49be9549615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.08.16 21:29:30.699838 [ 3 ] {19161ec6-12fe-4579-8dc8-c49be9549615} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.08.16 21:29:30.701888 [ 3 ] {19161ec6-12fe-4579-8dc8-c49be9549615} <Debug> oximeter.measurements_histogramf64 (106c2643-a169-4300-bd18-b217987e95f4): Loading data parts | ||
633 | 2024.08.16 21:29:30.702049 [ 3 ] {19161ec6-12fe-4579-8dc8-c49be9549615} <Debug> oximeter.measurements_histogramf64 (106c2643-a169-4300-bd18-b217987e95f4): There are no data parts | ||
634 | 2024.08.16 21:29:30.703509 [ 3 ] {19161ec6-12fe-4579-8dc8-c49be9549615} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.08.16 21:29:30.703535 [ 3 ] {} <Debug> HTTP-Session: fb29a138-7546-4c29-b5e9-f33033d5ad7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.08.16 21:29:30.703658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.08.16 21:29:30.703716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.08.16 21:29:30.703741 [ 3 ] {} <Debug> HTTP-Session: 389efd46-f164-43ad-934f-2c9c0a26fa0b Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
639 | 2024.08.16 21:29:30.703758 [ 3 ] {} <Debug> HTTP-Session: 389efd46-f164-43ad-934f-2c9c0a26fa0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.08.16 21:29:30.703783 [ 3 ] {} <Debug> HTTP-Session: 389efd46-f164-43ad-934f-2c9c0a26fa0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.16 21:29:30.703819 [ 3 ] {} <Trace> HTTP-Session: 389efd46-f164-43ad-934f-2c9c0a26fa0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.08.16 21:29:30.703976 [ 3 ] {bf089435-f571-40a4-aafa-e9cf6600e4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.08.16 21:29:30.704032 [ 3 ] {bf089435-f571-40a4-aafa-e9cf6600e4df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.08.16 21:29:30.711668 [ 3 ] {bf089435-f571-40a4-aafa-e9cf6600e4df} <Debug> oximeter.fields_bool (227278cd-e150-4a6f-a618-bd1bf67fc5a2): Loading data parts | ||
662 | 2024.08.16 21:29:30.711873 [ 3 ] {bf089435-f571-40a4-aafa-e9cf6600e4df} <Debug> oximeter.fields_bool (227278cd-e150-4a6f-a618-bd1bf67fc5a2): There are no data parts | ||
663 | 2024.08.16 21:29:30.714458 [ 3 ] {bf089435-f571-40a4-aafa-e9cf6600e4df} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.08.16 21:29:30.714493 [ 3 ] {} <Debug> HTTP-Session: 389efd46-f164-43ad-934f-2c9c0a26fa0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.08.16 21:29:30.714620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.08.16 21:29:30.714677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.08.16 21:29:30.714696 [ 3 ] {} <Debug> HTTP-Session: 06b32dc6-2b89-4930-abb6-4900312fbd98 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
668 | 2024.08.16 21:29:30.714719 [ 3 ] {} <Debug> HTTP-Session: 06b32dc6-2b89-4930-abb6-4900312fbd98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.08.16 21:29:30.714733 [ 3 ] {} <Debug> HTTP-Session: 06b32dc6-2b89-4930-abb6-4900312fbd98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.16 21:29:30.714768 [ 3 ] {} <Trace> HTTP-Session: 06b32dc6-2b89-4930-abb6-4900312fbd98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.08.16 21:29:30.714915 [ 3 ] {026f4238-492e-4d2e-b89d-bbaaaa3b3cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.08.16 21:29:30.714967 [ 3 ] {026f4238-492e-4d2e-b89d-bbaaaa3b3cb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.08.16 21:29:30.720012 [ 3 ] {026f4238-492e-4d2e-b89d-bbaaaa3b3cb9} <Debug> oximeter.fields_i8 (4450d27d-de84-403c-8ee2-b7342a418a79): Loading data parts | ||
674 | 2024.08.16 21:29:30.720199 [ 3 ] {026f4238-492e-4d2e-b89d-bbaaaa3b3cb9} <Debug> oximeter.fields_i8 (4450d27d-de84-403c-8ee2-b7342a418a79): There are no data parts | ||
675 | 2024.08.16 21:29:30.721648 [ 3 ] {026f4238-492e-4d2e-b89d-bbaaaa3b3cb9} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.08.16 21:29:30.721683 [ 3 ] {} <Debug> HTTP-Session: 06b32dc6-2b89-4930-abb6-4900312fbd98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.08.16 21:29:30.721810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.08.16 21:29:30.721874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.08.16 21:29:30.721894 [ 3 ] {} <Debug> HTTP-Session: a4611909-e7f7-47fd-a5e3-821c7e8cd8fe Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
680 | 2024.08.16 21:29:30.721918 [ 3 ] {} <Debug> HTTP-Session: a4611909-e7f7-47fd-a5e3-821c7e8cd8fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.08.16 21:29:30.721932 [ 3 ] {} <Debug> HTTP-Session: a4611909-e7f7-47fd-a5e3-821c7e8cd8fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.16 21:29:30.721974 [ 3 ] {} <Trace> HTTP-Session: a4611909-e7f7-47fd-a5e3-821c7e8cd8fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.08.16 21:29:30.722120 [ 3 ] {cb2a7384-7724-4cce-81b8-aef50318f4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.08.16 21:29:30.722166 [ 3 ] {cb2a7384-7724-4cce-81b8-aef50318f4e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.08.16 21:29:30.723602 [ 3 ] {cb2a7384-7724-4cce-81b8-aef50318f4e6} <Debug> oximeter.fields_u8 (ab5871c4-0373-4740-b5d6-347902fe03bf): Loading data parts | ||
686 | 2024.08.16 21:29:30.723759 [ 3 ] {cb2a7384-7724-4cce-81b8-aef50318f4e6} <Debug> oximeter.fields_u8 (ab5871c4-0373-4740-b5d6-347902fe03bf): There are no data parts | ||
687 | 2024.08.16 21:29:30.725018 [ 3 ] {cb2a7384-7724-4cce-81b8-aef50318f4e6} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.08.16 21:29:30.725052 [ 3 ] {} <Debug> HTTP-Session: a4611909-e7f7-47fd-a5e3-821c7e8cd8fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.08.16 21:29:30.725171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.08.16 21:29:30.725228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.08.16 21:29:30.725253 [ 3 ] {} <Debug> HTTP-Session: 3ba689b1-453a-47b6-9adb-736121b3587d Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
692 | 2024.08.16 21:29:30.725277 [ 3 ] {} <Debug> HTTP-Session: 3ba689b1-453a-47b6-9adb-736121b3587d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.08.16 21:29:30.725290 [ 3 ] {} <Debug> HTTP-Session: 3ba689b1-453a-47b6-9adb-736121b3587d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.16 21:29:30.725325 [ 3 ] {} <Trace> HTTP-Session: 3ba689b1-453a-47b6-9adb-736121b3587d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.08.16 21:29:30.725470 [ 3 ] {6a87a3ea-1c36-4401-a1c4-361a31981542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.08.16 21:29:30.725516 [ 3 ] {6a87a3ea-1c36-4401-a1c4-361a31981542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.08.16 21:29:30.731844 [ 3 ] {6a87a3ea-1c36-4401-a1c4-361a31981542} <Debug> oximeter.fields_i16 (7bebca00-a6f1-4d92-b6fa-dbe1ffa14c9b): Loading data parts | ||
698 | 2024.08.16 21:29:30.732042 [ 3 ] {6a87a3ea-1c36-4401-a1c4-361a31981542} <Debug> oximeter.fields_i16 (7bebca00-a6f1-4d92-b6fa-dbe1ffa14c9b): There are no data parts | ||
699 | 2024.08.16 21:29:30.733735 [ 3 ] {6a87a3ea-1c36-4401-a1c4-361a31981542} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.08.16 21:29:30.733769 [ 3 ] {} <Debug> HTTP-Session: 3ba689b1-453a-47b6-9adb-736121b3587d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.08.16 21:29:30.733895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.08.16 21:29:30.733952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.08.16 21:29:30.733978 [ 3 ] {} <Debug> HTTP-Session: 1865e487-07fb-4721-b30e-6be1d2e26483 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
704 | 2024.08.16 21:29:30.733994 [ 3 ] {} <Debug> HTTP-Session: 1865e487-07fb-4721-b30e-6be1d2e26483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.08.16 21:29:30.734014 [ 3 ] {} <Debug> HTTP-Session: 1865e487-07fb-4721-b30e-6be1d2e26483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.16 21:29:30.734052 [ 3 ] {} <Trace> HTTP-Session: 1865e487-07fb-4721-b30e-6be1d2e26483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.08.16 21:29:30.734188 [ 3 ] {9d2ab487-cf33-4cf8-8e88-185d97c6918b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.08.16 21:29:30.734243 [ 3 ] {9d2ab487-cf33-4cf8-8e88-185d97c6918b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.08.16 21:29:30.735677 [ 3 ] {9d2ab487-cf33-4cf8-8e88-185d97c6918b} <Debug> oximeter.fields_u16 (b6052917-8006-4636-9e47-f3fedc78afb9): Loading data parts | ||
710 | 2024.08.16 21:29:30.735843 [ 3 ] {9d2ab487-cf33-4cf8-8e88-185d97c6918b} <Debug> oximeter.fields_u16 (b6052917-8006-4636-9e47-f3fedc78afb9): There are no data parts | ||
711 | 2024.08.16 21:29:30.736960 [ 3 ] {9d2ab487-cf33-4cf8-8e88-185d97c6918b} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.08.16 21:29:30.736985 [ 3 ] {} <Debug> HTTP-Session: 1865e487-07fb-4721-b30e-6be1d2e26483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.08.16 21:29:30.737102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.08.16 21:29:30.737158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.08.16 21:29:30.737178 [ 3 ] {} <Debug> HTTP-Session: a16f2242-c6a5-442f-bdce-93dc5a6d3899 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
716 | 2024.08.16 21:29:30.737202 [ 3 ] {} <Debug> HTTP-Session: a16f2242-c6a5-442f-bdce-93dc5a6d3899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.08.16 21:29:30.737225 [ 3 ] {} <Debug> HTTP-Session: a16f2242-c6a5-442f-bdce-93dc5a6d3899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.16 21:29:30.737255 [ 3 ] {} <Trace> HTTP-Session: a16f2242-c6a5-442f-bdce-93dc5a6d3899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.08.16 21:29:30.737402 [ 3 ] {79a30c27-b243-4451-b97e-3667f2134af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.08.16 21:29:30.737456 [ 3 ] {79a30c27-b243-4451-b97e-3667f2134af4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.08.16 21:29:30.738828 [ 3 ] {79a30c27-b243-4451-b97e-3667f2134af4} <Debug> oximeter.fields_i32 (2b0ebd5c-fd12-467c-9192-436a9f577fb2): Loading data parts | ||
722 | 2024.08.16 21:29:30.739012 [ 3 ] {79a30c27-b243-4451-b97e-3667f2134af4} <Debug> oximeter.fields_i32 (2b0ebd5c-fd12-467c-9192-436a9f577fb2): There are no data parts | ||
723 | 2024.08.16 21:29:30.740156 [ 3 ] {79a30c27-b243-4451-b97e-3667f2134af4} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.08.16 21:29:30.740182 [ 3 ] {} <Debug> HTTP-Session: a16f2242-c6a5-442f-bdce-93dc5a6d3899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.08.16 21:29:30.740302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.08.16 21:29:30.740358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.08.16 21:29:30.740379 [ 3 ] {} <Debug> HTTP-Session: d925c158-adc2-4183-8ab3-8539bce1ca94 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
728 | 2024.08.16 21:29:30.740403 [ 3 ] {} <Debug> HTTP-Session: d925c158-adc2-4183-8ab3-8539bce1ca94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.08.16 21:29:30.740416 [ 3 ] {} <Debug> HTTP-Session: d925c158-adc2-4183-8ab3-8539bce1ca94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.16 21:29:30.740452 [ 3 ] {} <Trace> HTTP-Session: d925c158-adc2-4183-8ab3-8539bce1ca94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.08.16 21:29:30.740603 [ 3 ] {deefc32d-3532-441e-8a87-26a6fb9bd6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.08.16 21:29:30.740657 [ 3 ] {deefc32d-3532-441e-8a87-26a6fb9bd6a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.08.16 21:29:30.742206 [ 3 ] {deefc32d-3532-441e-8a87-26a6fb9bd6a0} <Debug> oximeter.fields_u32 (64be6de5-4dc0-4dfb-8ff6-fdc929cc661a): Loading data parts | ||
734 | 2024.08.16 21:29:30.742361 [ 3 ] {deefc32d-3532-441e-8a87-26a6fb9bd6a0} <Debug> oximeter.fields_u32 (64be6de5-4dc0-4dfb-8ff6-fdc929cc661a): There are no data parts | ||
735 | 2024.08.16 21:29:30.743527 [ 3 ] {deefc32d-3532-441e-8a87-26a6fb9bd6a0} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.08.16 21:29:30.743555 [ 3 ] {} <Debug> HTTP-Session: d925c158-adc2-4183-8ab3-8539bce1ca94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.08.16 21:29:30.743663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.08.16 21:29:30.743737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.08.16 21:29:30.743760 [ 3 ] {} <Debug> HTTP-Session: 374c39b5-c7f1-44a7-8584-676f73b20e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
740 | 2024.08.16 21:29:30.743784 [ 3 ] {} <Debug> HTTP-Session: 374c39b5-c7f1-44a7-8584-676f73b20e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.08.16 21:29:30.743798 [ 3 ] {} <Debug> HTTP-Session: 374c39b5-c7f1-44a7-8584-676f73b20e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.16 21:29:30.743828 [ 3 ] {} <Trace> HTTP-Session: 374c39b5-c7f1-44a7-8584-676f73b20e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.08.16 21:29:30.743972 [ 3 ] {9c9163de-aa2a-40df-b419-c55a292988d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.08.16 21:29:30.744012 [ 3 ] {9c9163de-aa2a-40df-b419-c55a292988d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.08.16 21:29:30.745455 [ 3 ] {9c9163de-aa2a-40df-b419-c55a292988d1} <Debug> oximeter.fields_i64 (727f810c-87b9-4455-9fbb-0f7cf9adea47): Loading data parts | ||
746 | 2024.08.16 21:29:30.745646 [ 3 ] {9c9163de-aa2a-40df-b419-c55a292988d1} <Debug> oximeter.fields_i64 (727f810c-87b9-4455-9fbb-0f7cf9adea47): There are no data parts | ||
747 | 2024.08.16 21:29:30.746753 [ 3 ] {9c9163de-aa2a-40df-b419-c55a292988d1} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.08.16 21:29:30.746789 [ 3 ] {} <Debug> HTTP-Session: 374c39b5-c7f1-44a7-8584-676f73b20e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.08.16 21:29:30.746893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.08.16 21:29:30.746941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.08.16 21:29:30.746960 [ 3 ] {} <Debug> HTTP-Session: 1f568cee-ad77-461b-9631-a7171637165b Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
752 | 2024.08.16 21:29:30.746977 [ 3 ] {} <Debug> HTTP-Session: 1f568cee-ad77-461b-9631-a7171637165b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.08.16 21:29:30.746990 [ 3 ] {} <Debug> HTTP-Session: 1f568cee-ad77-461b-9631-a7171637165b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.16 21:29:30.747020 [ 3 ] {} <Trace> HTTP-Session: 1f568cee-ad77-461b-9631-a7171637165b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.08.16 21:29:30.747158 [ 3 ] {313eaf97-53e9-4570-a3ab-affd97e83de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.08.16 21:29:30.747197 [ 3 ] {313eaf97-53e9-4570-a3ab-affd97e83de1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.08.16 21:29:30.752572 [ 3 ] {313eaf97-53e9-4570-a3ab-affd97e83de1} <Debug> oximeter.fields_u64 (51897427-f425-4c4f-aafa-0d2f0ca4ccfb): Loading data parts | ||
758 | 2024.08.16 21:29:30.752742 [ 3 ] {313eaf97-53e9-4570-a3ab-affd97e83de1} <Debug> oximeter.fields_u64 (51897427-f425-4c4f-aafa-0d2f0ca4ccfb): There are no data parts | ||
759 | 2024.08.16 21:29:30.754260 [ 3 ] {313eaf97-53e9-4570-a3ab-affd97e83de1} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.08.16 21:29:30.754285 [ 3 ] {} <Debug> HTTP-Session: 1f568cee-ad77-461b-9631-a7171637165b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.08.16 21:29:30.754384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.08.16 21:29:30.754431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.08.16 21:29:30.754450 [ 3 ] {} <Debug> HTTP-Session: c8b36911-bedf-439c-8dfd-f1e9f6e5f3af Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
764 | 2024.08.16 21:29:30.754466 [ 3 ] {} <Debug> HTTP-Session: c8b36911-bedf-439c-8dfd-f1e9f6e5f3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.08.16 21:29:30.754479 [ 3 ] {} <Debug> HTTP-Session: c8b36911-bedf-439c-8dfd-f1e9f6e5f3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.16 21:29:30.754508 [ 3 ] {} <Trace> HTTP-Session: c8b36911-bedf-439c-8dfd-f1e9f6e5f3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.08.16 21:29:30.754645 [ 3 ] {659cb074-8793-4dd4-90c4-42e81ca2703b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.08.16 21:29:30.754683 [ 3 ] {659cb074-8793-4dd4-90c4-42e81ca2703b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.08.16 21:29:30.757167 [ 3 ] {659cb074-8793-4dd4-90c4-42e81ca2703b} <Debug> oximeter.fields_ipaddr (495b19d3-477f-4a91-ac1e-d4efe8980bae): Loading data parts | ||
770 | 2024.08.16 21:29:30.757324 [ 3 ] {659cb074-8793-4dd4-90c4-42e81ca2703b} <Debug> oximeter.fields_ipaddr (495b19d3-477f-4a91-ac1e-d4efe8980bae): There are no data parts | ||
771 | 2024.08.16 21:29:30.758635 [ 3 ] {659cb074-8793-4dd4-90c4-42e81ca2703b} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.08.16 21:29:30.758660 [ 3 ] {} <Debug> HTTP-Session: c8b36911-bedf-439c-8dfd-f1e9f6e5f3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.08.16 21:29:30.758780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.08.16 21:29:30.758829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.08.16 21:29:30.758848 [ 3 ] {} <Debug> HTTP-Session: 4753ac7f-36c7-4229-8006-df7945229661 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
776 | 2024.08.16 21:29:30.758864 [ 3 ] {} <Debug> HTTP-Session: 4753ac7f-36c7-4229-8006-df7945229661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.08.16 21:29:30.758879 [ 3 ] {} <Debug> HTTP-Session: 4753ac7f-36c7-4229-8006-df7945229661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.16 21:29:30.758910 [ 3 ] {} <Trace> HTTP-Session: 4753ac7f-36c7-4229-8006-df7945229661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.08.16 21:29:30.759050 [ 3 ] {527c59d7-2345-4e7e-ace9-7109b1547430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.08.16 21:29:30.759090 [ 3 ] {527c59d7-2345-4e7e-ace9-7109b1547430} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.08.16 21:29:30.761345 [ 3 ] {527c59d7-2345-4e7e-ace9-7109b1547430} <Debug> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Loading data parts | ||
782 | 2024.08.16 21:29:30.761501 [ 3 ] {527c59d7-2345-4e7e-ace9-7109b1547430} <Debug> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): There are no data parts | ||
783 | 2024.08.16 21:29:30.763068 [ 3 ] {527c59d7-2345-4e7e-ace9-7109b1547430} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.08.16 21:29:30.763094 [ 3 ] {} <Debug> HTTP-Session: 4753ac7f-36c7-4229-8006-df7945229661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.08.16 21:29:30.763205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.08.16 21:29:30.763252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.08.16 21:29:30.763271 [ 3 ] {} <Debug> HTTP-Session: 60c60473-6256-402f-8765-b1c61f4e1e66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
788 | 2024.08.16 21:29:30.763287 [ 3 ] {} <Debug> HTTP-Session: 60c60473-6256-402f-8765-b1c61f4e1e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.08.16 21:29:30.763301 [ 3 ] {} <Debug> HTTP-Session: 60c60473-6256-402f-8765-b1c61f4e1e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.16 21:29:30.763332 [ 3 ] {} <Trace> HTTP-Session: 60c60473-6256-402f-8765-b1c61f4e1e66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.08.16 21:29:30.763473 [ 3 ] {d33bec9f-fa48-49c6-b03a-93a58dd488a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.08.16 21:29:30.763513 [ 3 ] {d33bec9f-fa48-49c6-b03a-93a58dd488a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.08.16 21:29:30.764970 [ 3 ] {d33bec9f-fa48-49c6-b03a-93a58dd488a3} <Debug> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Loading data parts | ||
794 | 2024.08.16 21:29:30.765114 [ 3 ] {d33bec9f-fa48-49c6-b03a-93a58dd488a3} <Debug> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): There are no data parts | ||
795 | 2024.08.16 21:29:30.766611 [ 3 ] {d33bec9f-fa48-49c6-b03a-93a58dd488a3} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.08.16 21:29:30.766638 [ 3 ] {} <Debug> HTTP-Session: 60c60473-6256-402f-8765-b1c61f4e1e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.08.16 21:29:30.766765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.08.16 21:29:30.766814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.08.16 21:29:30.766833 [ 3 ] {} <Debug> HTTP-Session: ad2a94cc-3e81-4c9f-823c-f608f8a7611d Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
800 | 2024.08.16 21:29:30.766849 [ 3 ] {} <Debug> HTTP-Session: ad2a94cc-3e81-4c9f-823c-f608f8a7611d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.08.16 21:29:30.766863 [ 3 ] {} <Debug> HTTP-Session: ad2a94cc-3e81-4c9f-823c-f608f8a7611d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.16 21:29:30.766893 [ 3 ] {} <Trace> HTTP-Session: ad2a94cc-3e81-4c9f-823c-f608f8a7611d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.08.16 21:29:30.767100 [ 3 ] {91235882-7d1a-4fc1-b778-0168886a434d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.08.16 21:29:30.767160 [ 3 ] {91235882-7d1a-4fc1-b778-0168886a434d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.08.16 21:29:30.771607 [ 3 ] {91235882-7d1a-4fc1-b778-0168886a434d} <Debug> oximeter.timeseries_schema (543c448e-4dcd-4beb-bccf-838c57847f24): Loading data parts | ||
809 | 2024.08.16 21:29:30.771768 [ 3 ] {91235882-7d1a-4fc1-b778-0168886a434d} <Debug> oximeter.timeseries_schema (543c448e-4dcd-4beb-bccf-838c57847f24): There are no data parts | ||
810 | 2024.08.16 21:29:30.773419 [ 3 ] {91235882-7d1a-4fc1-b778-0168886a434d} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.08.16 21:29:30.773445 [ 3 ] {} <Debug> HTTP-Session: ad2a94cc-3e81-4c9f-823c-f608f8a7611d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.08.16 21:29:30.773582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42641, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.08.16 21:29:30.773630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.08.16 21:29:30.773649 [ 3 ] {} <Debug> HTTP-Session: 5ab09970-8282-4d5b-b5c9-2522a2e35ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:42641 | ||
815 | 2024.08.16 21:29:30.773664 [ 3 ] {} <Debug> HTTP-Session: 5ab09970-8282-4d5b-b5c9-2522a2e35ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.08.16 21:29:30.773680 [ 3 ] {} <Debug> HTTP-Session: 5ab09970-8282-4d5b-b5c9-2522a2e35ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.16 21:29:30.773710 [ 3 ] {} <Trace> HTTP-Session: 5ab09970-8282-4d5b-b5c9-2522a2e35ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.08.16 21:29:30.773873 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42641) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.08.16 21:29:30.775524 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.08.16 21:29:30.779314 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Trace> oximeter.version (75b3f0d1-bca1-4ce7-9a10-d6e3fc21a31f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.08.16 21:29:30.779350 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
822 | 2024.08.16 21:29:30.783657 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.08.16 21:29:30.784681 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Trace> oximeter.version (75b3f0d1-bca1-4ce7-9a10-d6e3fc21a31f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.08.16 21:29:30.784961 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011164 sec., 89.57362952346828 rows/sec., 1.40 KiB/sec. | ||
825 | 2024.08.16 21:29:30.785162 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.08.16 21:29:30.785190 [ 3 ] {2a72a0c3-e54d-4cfa-9d89-40d8da3877e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.08.16 21:29:30.785206 [ 3 ] {} <Debug> HTTP-Session: 5ab09970-8282-4d5b-b5c9-2522a2e35ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.08.16 21:29:31.000122 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.69 MiB, peak 165.83 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 12.98 MiB | ||
829 | 2024.08.16 21:29:44.981322 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.08.16 21:29:44.981389 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.08.16 21:29:50.787397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.08.16 21:29:50.787531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.08.16 21:29:50.787557 [ 3 ] {} <Debug> HTTP-Session: 286374c7-be9c-4b6a-b21f-ad9de17bd4cb Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
834 | 2024.08.16 21:29:50.787582 [ 3 ] {} <Debug> HTTP-Session: 286374c7-be9c-4b6a-b21f-ad9de17bd4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.08.16 21:29:50.787597 [ 3 ] {} <Debug> HTTP-Session: 286374c7-be9c-4b6a-b21f-ad9de17bd4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.16 21:29:50.787647 [ 3 ] {} <Trace> HTTP-Session: 286374c7-be9c-4b6a-b21f-ad9de17bd4cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.08.16 21:29:50.787837 [ 3 ] {282663ae-1fc8-4a6a-8dc2-efe3bffb62d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.08.16 21:29:50.788173 [ 3 ] {282663ae-1fc8-4a6a-8dc2-efe3bffb62d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.08.16 21:29:50.788312 [ 3 ] {282663ae-1fc8-4a6a-8dc2-efe3bffb62d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.08.16 21:29:50.789419 [ 3 ] {282663ae-1fc8-4a6a-8dc2-efe3bffb62d2} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.08.16 21:29:50.789450 [ 3 ] {282663ae-1fc8-4a6a-8dc2-efe3bffb62d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.08.16 21:29:50.789468 [ 3 ] {} <Debug> HTTP-Session: 286374c7-be9c-4b6a-b21f-ad9de17bd4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.08.16 21:29:50.791173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.08.16 21:29:50.791227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.08.16 21:29:50.791250 [ 3 ] {} <Debug> HTTP-Session: 19fe102e-42e3-4115-a778-25305f6e209e Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
846 | 2024.08.16 21:29:50.791272 [ 3 ] {} <Debug> HTTP-Session: 19fe102e-42e3-4115-a778-25305f6e209e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.08.16 21:29:50.791291 [ 3 ] {} <Debug> HTTP-Session: 19fe102e-42e3-4115-a778-25305f6e209e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.08.16 21:29:50.791333 [ 3 ] {} <Trace> HTTP-Session: 19fe102e-42e3-4115-a778-25305f6e209e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.08.16 21:29:50.791515 [ 3 ] {34ad26de-e2ca-4c58-a1fb-c0500d763653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.08.16 21:29:50.793923 [ 3 ] {34ad26de-e2ca-4c58-a1fb-c0500d763653} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.08.16 21:29:50.793977 [ 3 ] {34ad26de-e2ca-4c58-a1fb-c0500d763653} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.08.16 21:29:50.794979 [ 3 ] {34ad26de-e2ca-4c58-a1fb-c0500d763653} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.08.16 21:29:50.795006 [ 3 ] {34ad26de-e2ca-4c58-a1fb-c0500d763653} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.08.16 21:29:50.795023 [ 3 ] {} <Debug> HTTP-Session: 19fe102e-42e3-4115-a778-25305f6e209e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.08.16 21:29:50.795518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.08.16 21:29:50.795569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.08.16 21:29:50.795590 [ 3 ] {} <Debug> HTTP-Session: 8fbb20ff-a7aa-453e-a807-8338a87f1420 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
858 | 2024.08.16 21:29:50.795607 [ 3 ] {} <Debug> HTTP-Session: 8fbb20ff-a7aa-453e-a807-8338a87f1420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.08.16 21:29:50.795622 [ 3 ] {} <Debug> HTTP-Session: 8fbb20ff-a7aa-453e-a807-8338a87f1420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.08.16 21:29:50.795656 [ 3 ] {} <Trace> HTTP-Session: 8fbb20ff-a7aa-453e-a807-8338a87f1420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.08.16 21:29:50.795790 [ 3 ] {979530f9-c223-46ab-8a3a-1a8bf14faaa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.08.16 21:29:50.796147 [ 3 ] {979530f9-c223-46ab-8a3a-1a8bf14faaa2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.08.16 21:29:50.796198 [ 3 ] {979530f9-c223-46ab-8a3a-1a8bf14faaa2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.08.16 21:29:50.797106 [ 3 ] {979530f9-c223-46ab-8a3a-1a8bf14faaa2} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.08.16 21:29:50.797132 [ 3 ] {979530f9-c223-46ab-8a3a-1a8bf14faaa2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.08.16 21:29:50.797149 [ 3 ] {} <Debug> HTTP-Session: 8fbb20ff-a7aa-453e-a807-8338a87f1420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.08.16 21:29:50.797360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.08.16 21:29:50.797409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.08.16 21:29:50.797430 [ 3 ] {} <Debug> HTTP-Session: 53cf0774-e8a7-4af0-9b8e-eb1320e5a52c Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
870 | 2024.08.16 21:29:50.797446 [ 3 ] {} <Debug> HTTP-Session: 53cf0774-e8a7-4af0-9b8e-eb1320e5a52c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.08.16 21:29:50.797460 [ 3 ] {} <Debug> HTTP-Session: 53cf0774-e8a7-4af0-9b8e-eb1320e5a52c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.08.16 21:29:50.797492 [ 3 ] {} <Trace> HTTP-Session: 53cf0774-e8a7-4af0-9b8e-eb1320e5a52c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.08.16 21:29:50.797619 [ 3 ] {d5c2a495-f6f2-4c4c-822c-94691726aee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.08.16 21:29:50.797935 [ 3 ] {d5c2a495-f6f2-4c4c-822c-94691726aee4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.08.16 21:29:50.797987 [ 3 ] {d5c2a495-f6f2-4c4c-822c-94691726aee4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.08.16 21:29:50.798833 [ 3 ] {d5c2a495-f6f2-4c4c-822c-94691726aee4} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.08.16 21:29:50.798859 [ 3 ] {d5c2a495-f6f2-4c4c-822c-94691726aee4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.08.16 21:29:50.798876 [ 3 ] {} <Debug> HTTP-Session: 53cf0774-e8a7-4af0-9b8e-eb1320e5a52c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.08.16 21:29:50.799561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.08.16 21:29:50.799609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.08.16 21:29:50.799629 [ 3 ] {} <Debug> HTTP-Session: 5c74371b-e3f0-4da5-9d7c-6ef0d212235c Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
882 | 2024.08.16 21:29:50.799645 [ 3 ] {} <Debug> HTTP-Session: 5c74371b-e3f0-4da5-9d7c-6ef0d212235c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.08.16 21:29:50.799659 [ 3 ] {} <Debug> HTTP-Session: 5c74371b-e3f0-4da5-9d7c-6ef0d212235c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.08.16 21:29:50.799689 [ 3 ] {} <Trace> HTTP-Session: 5c74371b-e3f0-4da5-9d7c-6ef0d212235c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.08.16 21:29:50.799810 [ 3 ] {0be8e73d-09ec-4d91-b180-05a9a8cf8005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.08.16 21:29:50.800132 [ 3 ] {0be8e73d-09ec-4d91-b180-05a9a8cf8005} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.08.16 21:29:50.800182 [ 3 ] {0be8e73d-09ec-4d91-b180-05a9a8cf8005} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.08.16 21:29:50.801103 [ 3 ] {0be8e73d-09ec-4d91-b180-05a9a8cf8005} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.08.16 21:29:50.801129 [ 3 ] {0be8e73d-09ec-4d91-b180-05a9a8cf8005} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.08.16 21:29:50.801145 [ 3 ] {} <Debug> HTTP-Session: 5c74371b-e3f0-4da5-9d7c-6ef0d212235c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.08.16 21:29:50.801379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.08.16 21:29:50.801427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.08.16 21:29:50.801446 [ 3 ] {} <Debug> HTTP-Session: ea7701c9-60f9-46a6-8a84-512a3bfb7a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
894 | 2024.08.16 21:29:50.801462 [ 3 ] {} <Debug> HTTP-Session: ea7701c9-60f9-46a6-8a84-512a3bfb7a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.08.16 21:29:50.801476 [ 3 ] {} <Debug> HTTP-Session: ea7701c9-60f9-46a6-8a84-512a3bfb7a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.08.16 21:29:50.801507 [ 3 ] {} <Trace> HTTP-Session: ea7701c9-60f9-46a6-8a84-512a3bfb7a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.08.16 21:29:50.801629 [ 3 ] {fe56e267-b139-42c2-b75d-f3abe7c01265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.08.16 21:29:50.801951 [ 3 ] {fe56e267-b139-42c2-b75d-f3abe7c01265} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.08.16 21:29:50.802003 [ 3 ] {fe56e267-b139-42c2-b75d-f3abe7c01265} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.08.16 21:29:50.802895 [ 3 ] {fe56e267-b139-42c2-b75d-f3abe7c01265} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.08.16 21:29:50.802921 [ 3 ] {fe56e267-b139-42c2-b75d-f3abe7c01265} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.08.16 21:29:50.802937 [ 3 ] {} <Debug> HTTP-Session: ea7701c9-60f9-46a6-8a84-512a3bfb7a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.08.16 21:29:50.803150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.08.16 21:29:50.803197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.08.16 21:29:50.803217 [ 3 ] {} <Debug> HTTP-Session: c991438b-47f8-44a9-b003-734859a608fe Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
906 | 2024.08.16 21:29:50.803233 [ 3 ] {} <Debug> HTTP-Session: c991438b-47f8-44a9-b003-734859a608fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.08.16 21:29:50.803247 [ 3 ] {} <Debug> HTTP-Session: c991438b-47f8-44a9-b003-734859a608fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.08.16 21:29:50.803278 [ 3 ] {} <Trace> HTTP-Session: c991438b-47f8-44a9-b003-734859a608fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.08.16 21:29:50.803399 [ 3 ] {25c58392-a69f-4761-bcf0-aaebf1fae46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.08.16 21:29:50.803729 [ 3 ] {25c58392-a69f-4761-bcf0-aaebf1fae46f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.08.16 21:29:50.803780 [ 3 ] {25c58392-a69f-4761-bcf0-aaebf1fae46f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.08.16 21:29:50.804652 [ 3 ] {25c58392-a69f-4761-bcf0-aaebf1fae46f} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.08.16 21:29:50.804677 [ 3 ] {25c58392-a69f-4761-bcf0-aaebf1fae46f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.08.16 21:29:50.804693 [ 3 ] {} <Debug> HTTP-Session: c991438b-47f8-44a9-b003-734859a608fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.08.16 21:29:50.804898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.08.16 21:29:50.804946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.08.16 21:29:50.804966 [ 3 ] {} <Debug> HTTP-Session: bd713f56-ff47-417d-85d9-54e172375062 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
918 | 2024.08.16 21:29:50.804982 [ 3 ] {} <Debug> HTTP-Session: bd713f56-ff47-417d-85d9-54e172375062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.08.16 21:29:50.804996 [ 3 ] {} <Debug> HTTP-Session: bd713f56-ff47-417d-85d9-54e172375062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.08.16 21:29:50.805027 [ 3 ] {} <Trace> HTTP-Session: bd713f56-ff47-417d-85d9-54e172375062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.08.16 21:29:50.805151 [ 3 ] {5f31182c-6ccb-4dbf-a326-ce6957ab8176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.08.16 21:29:50.805483 [ 3 ] {5f31182c-6ccb-4dbf-a326-ce6957ab8176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.08.16 21:29:50.805535 [ 3 ] {5f31182c-6ccb-4dbf-a326-ce6957ab8176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.08.16 21:29:50.806373 [ 3 ] {5f31182c-6ccb-4dbf-a326-ce6957ab8176} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.08.16 21:29:50.806399 [ 3 ] {5f31182c-6ccb-4dbf-a326-ce6957ab8176} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.08.16 21:29:50.806416 [ 3 ] {} <Debug> HTTP-Session: bd713f56-ff47-417d-85d9-54e172375062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.08.16 21:29:50.806627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.08.16 21:29:50.806676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.08.16 21:29:50.806695 [ 3 ] {} <Debug> HTTP-Session: ead8d72a-de97-4b07-a12f-d5d499e300cf Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
930 | 2024.08.16 21:29:50.806711 [ 3 ] {} <Debug> HTTP-Session: ead8d72a-de97-4b07-a12f-d5d499e300cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.08.16 21:29:50.806727 [ 3 ] {} <Debug> HTTP-Session: ead8d72a-de97-4b07-a12f-d5d499e300cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.08.16 21:29:50.806758 [ 3 ] {} <Trace> HTTP-Session: ead8d72a-de97-4b07-a12f-d5d499e300cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.08.16 21:29:50.806882 [ 3 ] {f2a393ee-7f93-4a30-a9ff-4f61db3cd12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.08.16 21:29:50.807214 [ 3 ] {f2a393ee-7f93-4a30-a9ff-4f61db3cd12f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.08.16 21:29:50.807264 [ 3 ] {f2a393ee-7f93-4a30-a9ff-4f61db3cd12f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.08.16 21:29:50.808127 [ 3 ] {f2a393ee-7f93-4a30-a9ff-4f61db3cd12f} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.08.16 21:29:50.808153 [ 3 ] {f2a393ee-7f93-4a30-a9ff-4f61db3cd12f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.08.16 21:29:50.808169 [ 3 ] {} <Debug> HTTP-Session: ead8d72a-de97-4b07-a12f-d5d499e300cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.08.16 21:29:50.808401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.08.16 21:29:50.808448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.08.16 21:29:50.808467 [ 3 ] {} <Debug> HTTP-Session: a93629f2-2af7-46f8-9f1c-5af45a17c43c Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
942 | 2024.08.16 21:29:50.808485 [ 3 ] {} <Debug> HTTP-Session: a93629f2-2af7-46f8-9f1c-5af45a17c43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.08.16 21:29:50.808499 [ 3 ] {} <Debug> HTTP-Session: a93629f2-2af7-46f8-9f1c-5af45a17c43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.08.16 21:29:50.808530 [ 3 ] {} <Trace> HTTP-Session: a93629f2-2af7-46f8-9f1c-5af45a17c43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.08.16 21:29:50.808654 [ 3 ] {de926d43-4800-4c27-9bef-e141091608fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.08.16 21:29:50.808988 [ 3 ] {de926d43-4800-4c27-9bef-e141091608fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.08.16 21:29:50.809039 [ 3 ] {de926d43-4800-4c27-9bef-e141091608fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.08.16 21:29:50.809907 [ 3 ] {de926d43-4800-4c27-9bef-e141091608fe} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.08.16 21:29:50.809932 [ 3 ] {de926d43-4800-4c27-9bef-e141091608fe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.08.16 21:29:50.809949 [ 3 ] {} <Debug> HTTP-Session: a93629f2-2af7-46f8-9f1c-5af45a17c43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.08.16 21:29:50.810158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.08.16 21:29:50.810207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.08.16 21:29:50.810225 [ 3 ] {} <Debug> HTTP-Session: fb0b6669-c39c-4bce-8408-686489a64bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
954 | 2024.08.16 21:29:50.810242 [ 3 ] {} <Debug> HTTP-Session: fb0b6669-c39c-4bce-8408-686489a64bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.08.16 21:29:50.810256 [ 3 ] {} <Debug> HTTP-Session: fb0b6669-c39c-4bce-8408-686489a64bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.08.16 21:29:50.810286 [ 3 ] {} <Trace> HTTP-Session: fb0b6669-c39c-4bce-8408-686489a64bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.08.16 21:29:50.810414 [ 3 ] {ced0cd19-d6a3-420f-91e5-809d157a0ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.08.16 21:29:50.810751 [ 3 ] {ced0cd19-d6a3-420f-91e5-809d157a0ecb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.08.16 21:29:50.810806 [ 3 ] {ced0cd19-d6a3-420f-91e5-809d157a0ecb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.08.16 21:29:50.811723 [ 3 ] {ced0cd19-d6a3-420f-91e5-809d157a0ecb} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.08.16 21:29:50.811748 [ 3 ] {ced0cd19-d6a3-420f-91e5-809d157a0ecb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.08.16 21:29:50.811764 [ 3 ] {} <Debug> HTTP-Session: fb0b6669-c39c-4bce-8408-686489a64bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.08.16 21:29:50.811975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.08.16 21:29:50.812022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.08.16 21:29:50.812042 [ 3 ] {} <Debug> HTTP-Session: 086a2382-0449-4925-a058-284a837e936d Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
966 | 2024.08.16 21:29:50.812058 [ 3 ] {} <Debug> HTTP-Session: 086a2382-0449-4925-a058-284a837e936d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.08.16 21:29:50.812072 [ 3 ] {} <Debug> HTTP-Session: 086a2382-0449-4925-a058-284a837e936d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.08.16 21:29:50.812103 [ 3 ] {} <Trace> HTTP-Session: 086a2382-0449-4925-a058-284a837e936d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.08.16 21:29:50.812229 [ 3 ] {44dfffec-784e-4aee-a81a-4609815a1342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.08.16 21:29:50.812572 [ 3 ] {44dfffec-784e-4aee-a81a-4609815a1342} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.08.16 21:29:50.812623 [ 3 ] {44dfffec-784e-4aee-a81a-4609815a1342} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.08.16 21:29:50.813492 [ 3 ] {44dfffec-784e-4aee-a81a-4609815a1342} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.08.16 21:29:50.813518 [ 3 ] {44dfffec-784e-4aee-a81a-4609815a1342} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.08.16 21:29:50.813534 [ 3 ] {} <Debug> HTTP-Session: 086a2382-0449-4925-a058-284a837e936d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.08.16 21:29:50.813777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.08.16 21:29:50.813824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.08.16 21:29:50.813843 [ 3 ] {} <Debug> HTTP-Session: a1b4fe82-3894-48b1-8c5d-7e709d1d518b Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
978 | 2024.08.16 21:29:50.813859 [ 3 ] {} <Debug> HTTP-Session: a1b4fe82-3894-48b1-8c5d-7e709d1d518b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.08.16 21:29:50.813874 [ 3 ] {} <Debug> HTTP-Session: a1b4fe82-3894-48b1-8c5d-7e709d1d518b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.08.16 21:29:50.813904 [ 3 ] {} <Trace> HTTP-Session: a1b4fe82-3894-48b1-8c5d-7e709d1d518b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.08.16 21:29:50.814032 [ 3 ] {70e73961-d77a-4305-bd7c-496d338f545f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.08.16 21:29:50.814376 [ 3 ] {70e73961-d77a-4305-bd7c-496d338f545f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.08.16 21:29:50.814427 [ 3 ] {70e73961-d77a-4305-bd7c-496d338f545f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.08.16 21:29:50.815398 [ 3 ] {70e73961-d77a-4305-bd7c-496d338f545f} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.08.16 21:29:50.815422 [ 3 ] {70e73961-d77a-4305-bd7c-496d338f545f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.08.16 21:29:50.815438 [ 3 ] {} <Debug> HTTP-Session: a1b4fe82-3894-48b1-8c5d-7e709d1d518b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.08.16 21:29:50.815667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.08.16 21:29:50.815714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.08.16 21:29:50.815735 [ 3 ] {} <Debug> HTTP-Session: 1dd2df87-e091-4b38-ad6a-47370eab0cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
990 | 2024.08.16 21:29:50.815751 [ 3 ] {} <Debug> HTTP-Session: 1dd2df87-e091-4b38-ad6a-47370eab0cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.08.16 21:29:50.815765 [ 3 ] {} <Debug> HTTP-Session: 1dd2df87-e091-4b38-ad6a-47370eab0cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.08.16 21:29:50.815795 [ 3 ] {} <Trace> HTTP-Session: 1dd2df87-e091-4b38-ad6a-47370eab0cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.08.16 21:29:50.815924 [ 3 ] {98df8595-7e14-4de0-95a7-de58b52fdf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.08.16 21:29:50.816273 [ 3 ] {98df8595-7e14-4de0-95a7-de58b52fdf82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.08.16 21:29:50.816323 [ 3 ] {98df8595-7e14-4de0-95a7-de58b52fdf82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.08.16 21:29:50.817194 [ 3 ] {98df8595-7e14-4de0-95a7-de58b52fdf82} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.08.16 21:29:50.817219 [ 3 ] {98df8595-7e14-4de0-95a7-de58b52fdf82} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.08.16 21:29:50.817235 [ 3 ] {} <Debug> HTTP-Session: 1dd2df87-e091-4b38-ad6a-47370eab0cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.08.16 21:29:50.817461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.08.16 21:29:50.817509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.08.16 21:29:50.817529 [ 3 ] {} <Debug> HTTP-Session: ace3088e-c08e-4e78-ba03-7279e2a29d8f Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1002 | 2024.08.16 21:29:50.817545 [ 3 ] {} <Debug> HTTP-Session: ace3088e-c08e-4e78-ba03-7279e2a29d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.08.16 21:29:50.817559 [ 3 ] {} <Debug> HTTP-Session: ace3088e-c08e-4e78-ba03-7279e2a29d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.08.16 21:29:50.817589 [ 3 ] {} <Trace> HTTP-Session: ace3088e-c08e-4e78-ba03-7279e2a29d8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.08.16 21:29:50.817720 [ 3 ] {9374d749-8e81-4b30-84ab-e27946691220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1006 | 2024.08.16 21:29:50.818079 [ 3 ] {9374d749-8e81-4b30-84ab-e27946691220} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.08.16 21:29:50.818129 [ 3 ] {9374d749-8e81-4b30-84ab-e27946691220} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1008 | 2024.08.16 21:29:50.819002 [ 3 ] {9374d749-8e81-4b30-84ab-e27946691220} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.08.16 21:29:50.819030 [ 3 ] {9374d749-8e81-4b30-84ab-e27946691220} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1010 | 2024.08.16 21:29:50.819047 [ 3 ] {} <Debug> HTTP-Session: ace3088e-c08e-4e78-ba03-7279e2a29d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.08.16 21:29:50.819257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.08.16 21:29:50.819306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.08.16 21:29:50.819327 [ 3 ] {} <Debug> HTTP-Session: f98457ec-c797-426f-9b84-62ebafa04eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1014 | 2024.08.16 21:29:50.819344 [ 3 ] {} <Debug> HTTP-Session: f98457ec-c797-426f-9b84-62ebafa04eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.08.16 21:29:50.819361 [ 3 ] {} <Debug> HTTP-Session: f98457ec-c797-426f-9b84-62ebafa04eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.08.16 21:29:50.819393 [ 3 ] {} <Trace> HTTP-Session: f98457ec-c797-426f-9b84-62ebafa04eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.08.16 21:29:50.819533 [ 3 ] {afdef1ef-8dde-4c04-988a-01a40f3f7fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1018 | 2024.08.16 21:29:50.819915 [ 3 ] {afdef1ef-8dde-4c04-988a-01a40f3f7fa3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2024.08.16 21:29:50.819967 [ 3 ] {afdef1ef-8dde-4c04-988a-01a40f3f7fa3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2024.08.16 21:29:50.820898 [ 3 ] {afdef1ef-8dde-4c04-988a-01a40f3f7fa3} <Debug> DynamicQueryHandler: Done processing query | ||
1021 | 2024.08.16 21:29:50.820924 [ 3 ] {afdef1ef-8dde-4c04-988a-01a40f3f7fa3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1022 | 2024.08.16 21:29:50.820942 [ 3 ] {} <Debug> HTTP-Session: f98457ec-c797-426f-9b84-62ebafa04eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.08.16 21:29:50.821163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.08.16 21:29:50.821212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.08.16 21:29:50.821231 [ 3 ] {} <Debug> HTTP-Session: 4902b29d-1b44-48ae-b581-834581a6bc91 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1026 | 2024.08.16 21:29:50.821248 [ 3 ] {} <Debug> HTTP-Session: 4902b29d-1b44-48ae-b581-834581a6bc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.08.16 21:29:50.821262 [ 3 ] {} <Debug> HTTP-Session: 4902b29d-1b44-48ae-b581-834581a6bc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.08.16 21:29:50.821292 [ 3 ] {} <Trace> HTTP-Session: 4902b29d-1b44-48ae-b581-834581a6bc91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.08.16 21:29:50.821425 [ 3 ] {70495427-e5b8-4500-8e79-4211ed780150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1030 | 2024.08.16 21:29:50.821792 [ 3 ] {70495427-e5b8-4500-8e79-4211ed780150} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2024.08.16 21:29:50.821843 [ 3 ] {70495427-e5b8-4500-8e79-4211ed780150} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2024.08.16 21:29:50.822778 [ 3 ] {70495427-e5b8-4500-8e79-4211ed780150} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.08.16 21:29:50.822804 [ 3 ] {70495427-e5b8-4500-8e79-4211ed780150} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1034 | 2024.08.16 21:29:50.822821 [ 3 ] {} <Debug> HTTP-Session: 4902b29d-1b44-48ae-b581-834581a6bc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.08.16 21:29:50.823014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.08.16 21:29:50.823062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.08.16 21:29:50.823081 [ 3 ] {} <Debug> HTTP-Session: 8c6be2d0-804a-4259-ae4b-084dedcd65f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1038 | 2024.08.16 21:29:50.823097 [ 3 ] {} <Debug> HTTP-Session: 8c6be2d0-804a-4259-ae4b-084dedcd65f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.08.16 21:29:50.823111 [ 3 ] {} <Debug> HTTP-Session: 8c6be2d0-804a-4259-ae4b-084dedcd65f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.08.16 21:29:50.823142 [ 3 ] {} <Trace> HTTP-Session: 8c6be2d0-804a-4259-ae4b-084dedcd65f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.08.16 21:29:50.823274 [ 3 ] {f70bdc3f-28a1-42a8-810a-7d43ed845a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1042 | 2024.08.16 21:29:50.823636 [ 3 ] {f70bdc3f-28a1-42a8-810a-7d43ed845a34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1043 | 2024.08.16 21:29:50.823687 [ 3 ] {f70bdc3f-28a1-42a8-810a-7d43ed845a34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1044 | 2024.08.16 21:29:50.824623 [ 3 ] {f70bdc3f-28a1-42a8-810a-7d43ed845a34} <Debug> DynamicQueryHandler: Done processing query | ||
1045 | 2024.08.16 21:29:50.824648 [ 3 ] {f70bdc3f-28a1-42a8-810a-7d43ed845a34} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1046 | 2024.08.16 21:29:50.824665 [ 3 ] {} <Debug> HTTP-Session: 8c6be2d0-804a-4259-ae4b-084dedcd65f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.08.16 21:29:50.825566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1048 | 2024.08.16 21:29:50.825614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1049 | 2024.08.16 21:29:50.825633 [ 3 ] {} <Debug> HTTP-Session: 64f4161a-8891-4cea-98dc-62a4a1cde4fb Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1050 | 2024.08.16 21:29:50.825650 [ 3 ] {} <Debug> HTTP-Session: 64f4161a-8891-4cea-98dc-62a4a1cde4fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.08.16 21:29:50.825664 [ 3 ] {} <Debug> HTTP-Session: 64f4161a-8891-4cea-98dc-62a4a1cde4fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.08.16 21:29:50.825694 [ 3 ] {} <Trace> HTTP-Session: 64f4161a-8891-4cea-98dc-62a4a1cde4fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1053 | 2024.08.16 21:29:50.825814 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1054 | 2024.08.16 21:29:50.825859 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1055 | 2024.08.16 21:29:50.826054 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1056 | 2024.08.16 21:29:50.826568 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> oximeter.timeseries_schema (543c448e-4dcd-4beb-bccf-838c57847f24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1057 | 2024.08.16 21:29:50.826609 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1058 | 2024.08.16 21:29:50.827148 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1059 | 2024.08.16 21:29:50.827481 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Trace> oximeter.timeseries_schema (543c448e-4dcd-4beb-bccf-838c57847f24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1060 | 2024.08.16 21:29:50.827612 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001841 sec., 9777.29494839761 rows/sec., 1.34 MiB/sec. | ||
1061 | 2024.08.16 21:29:50.827886 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Debug> DynamicQueryHandler: Done processing query | ||
1062 | 2024.08.16 21:29:50.827911 [ 3 ] {0089d868-bc7a-4f08-88d7-af06a6e28c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1063 | 2024.08.16 21:29:50.827928 [ 3 ] {} <Debug> HTTP-Session: 64f4161a-8891-4cea-98dc-62a4a1cde4fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.08.16 21:29:50.828066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 4185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1065 | 2024.08.16 21:29:50.828114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1066 | 2024.08.16 21:29:50.828134 [ 3 ] {} <Debug> HTTP-Session: ac68b329-adc9-42f3-bd70-2971c1f9f41e Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1067 | 2024.08.16 21:29:50.828150 [ 3 ] {} <Debug> HTTP-Session: ac68b329-adc9-42f3-bd70-2971c1f9f41e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.08.16 21:29:50.828164 [ 3 ] {} <Debug> HTTP-Session: ac68b329-adc9-42f3-bd70-2971c1f9f41e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.08.16 21:29:50.828194 [ 3 ] {} <Trace> HTTP-Session: ac68b329-adc9-42f3-bd70-2971c1f9f41e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1070 | 2024.08.16 21:29:50.828301 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1071 | 2024.08.16 21:29:50.828342 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1072 | 2024.08.16 21:29:50.828485 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1073 | 2024.08.16 21:29:50.829470 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1074 | 2024.08.16 21:29:50.829503 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1075 | 2024.08.16 21:29:50.829804 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1076 | 2024.08.16 21:29:50.830103 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1077 | 2024.08.16 21:29:50.830248 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.00198 sec., 15151.515151515152 rows/sec., 1.14 MiB/sec. | ||
1078 | 2024.08.16 21:29:50.830415 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.08.16 21:29:50.830439 [ 3 ] {e44759eb-6601-4ad8-a7c6-a8d4910756e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1080 | 2024.08.16 21:29:50.830455 [ 3 ] {} <Debug> HTTP-Session: ac68b329-adc9-42f3-bd70-2971c1f9f41e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.08.16 21:29:50.830598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 6156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.08.16 21:29:50.830647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1083 | 2024.08.16 21:29:50.830666 [ 3 ] {} <Debug> HTTP-Session: d26e61e1-718c-4ffc-ae77-21930fab2578 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1084 | 2024.08.16 21:29:50.830682 [ 3 ] {} <Debug> HTTP-Session: d26e61e1-718c-4ffc-ae77-21930fab2578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.08.16 21:29:50.830695 [ 3 ] {} <Debug> HTTP-Session: d26e61e1-718c-4ffc-ae77-21930fab2578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.08.16 21:29:50.830726 [ 3 ] {} <Trace> HTTP-Session: d26e61e1-718c-4ffc-ae77-21930fab2578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1087 | 2024.08.16 21:29:50.830833 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1088 | 2024.08.16 21:29:50.830874 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1089 | 2024.08.16 21:29:50.831563 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1090 | 2024.08.16 21:29:50.831918 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1091 | 2024.08.16 21:29:50.831954 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1092 | 2024.08.16 21:29:50.832832 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1093 | 2024.08.16 21:29:50.833136 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1094 | 2024.08.16 21:29:50.833294 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002491 sec., 14452.027298273784 rows/sec., 1.13 MiB/sec. | ||
1095 | 2024.08.16 21:29:50.833550 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Debug> DynamicQueryHandler: Done processing query | ||
1096 | 2024.08.16 21:29:50.833575 [ 3 ] {c1301f23-f800-44cf-92df-2dfeca1b0680} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1097 | 2024.08.16 21:29:50.833591 [ 3 ] {} <Debug> HTTP-Session: d26e61e1-718c-4ffc-ae77-21930fab2578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.08.16 21:29:50.833712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 5836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1099 | 2024.08.16 21:29:50.833761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1100 | 2024.08.16 21:29:50.833780 [ 3 ] {} <Debug> HTTP-Session: e65d6d07-e02b-4698-82a1-47e25a1719eb Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1101 | 2024.08.16 21:29:50.833796 [ 3 ] {} <Debug> HTTP-Session: e65d6d07-e02b-4698-82a1-47e25a1719eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.08.16 21:29:50.833809 [ 3 ] {} <Debug> HTTP-Session: e65d6d07-e02b-4698-82a1-47e25a1719eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.08.16 21:29:50.833840 [ 3 ] {} <Trace> HTTP-Session: e65d6d07-e02b-4698-82a1-47e25a1719eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2024.08.16 21:29:50.833948 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1105 | 2024.08.16 21:29:50.833995 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1106 | 2024.08.16 21:29:50.834155 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1107 | 2024.08.16 21:29:50.835029 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1108 | 2024.08.16 21:29:50.835063 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1109 | 2024.08.16 21:29:50.835493 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1110 | 2024.08.16 21:29:50.835844 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1111 | 2024.08.16 21:29:50.836001 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Debug> executeQuery: Read 30 rows, 2.18 KiB in 0.002085 sec., 14388.489208633093 rows/sec., 1.02 MiB/sec. | ||
1112 | 2024.08.16 21:29:50.836276 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Debug> DynamicQueryHandler: Done processing query | ||
1113 | 2024.08.16 21:29:50.836300 [ 3 ] {23546d13-9b29-4491-b427-1375475826c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1114 | 2024.08.16 21:29:50.836316 [ 3 ] {} <Debug> HTTP-Session: e65d6d07-e02b-4698-82a1-47e25a1719eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.08.16 21:29:50.836452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 2428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1116 | 2024.08.16 21:29:50.836498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1117 | 2024.08.16 21:29:50.836516 [ 3 ] {} <Debug> HTTP-Session: 49ab6462-5200-4fca-9c9d-41b0727e476f Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1118 | 2024.08.16 21:29:50.836532 [ 3 ] {} <Debug> HTTP-Session: 49ab6462-5200-4fca-9c9d-41b0727e476f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.08.16 21:29:50.836545 [ 3 ] {} <Debug> HTTP-Session: 49ab6462-5200-4fca-9c9d-41b0727e476f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.08.16 21:29:50.836576 [ 3 ] {} <Trace> HTTP-Session: 49ab6462-5200-4fca-9c9d-41b0727e476f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1121 | 2024.08.16 21:29:50.836676 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1122 | 2024.08.16 21:29:50.836721 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1123 | 2024.08.16 21:29:50.836869 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1124 | 2024.08.16 21:29:50.837131 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2024.08.16 21:29:50.837166 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1126 | 2024.08.16 21:29:50.837516 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1127 | 2024.08.16 21:29:50.837833 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2024.08.16 21:29:50.837993 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Debug> executeQuery: Read 16 rows, 1.05 KiB in 0.00134 sec., 11940.298507462687 rows/sec., 784.17 KiB/sec. | ||
1129 | 2024.08.16 21:29:50.838260 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2024.08.16 21:29:50.838284 [ 3 ] {5df9dc27-5721-4658-8ada-8f56e619526e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1131 | 2024.08.16 21:29:50.838300 [ 3 ] {} <Debug> HTTP-Session: 49ab6462-5200-4fca-9c9d-41b0727e476f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.08.16 21:29:55.794251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.08.16 21:29:55.794422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1134 | 2024.08.16 21:29:55.794457 [ 3 ] {} <Debug> HTTP-Session: b0e3ed63-dd0b-427a-a21d-6e89fcc73ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1135 | 2024.08.16 21:29:55.794491 [ 3 ] {} <Debug> HTTP-Session: b0e3ed63-dd0b-427a-a21d-6e89fcc73ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.08.16 21:29:55.794513 [ 3 ] {} <Debug> HTTP-Session: b0e3ed63-dd0b-427a-a21d-6e89fcc73ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.08.16 21:29:55.794575 [ 3 ] {} <Trace> HTTP-Session: b0e3ed63-dd0b-427a-a21d-6e89fcc73ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.08.16 21:29:55.794805 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.08.16 21:29:55.794879 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1140 | 2024.08.16 21:29:55.795097 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.08.16 21:29:55.795595 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.08.16 21:29:55.795646 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1143 | 2024.08.16 21:29:55.796018 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1144 | 2024.08.16 21:29:55.796363 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.08.16 21:29:55.796561 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.34 MiB/sec. | ||
1146 | 2024.08.16 21:29:55.796911 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.08.16 21:29:55.796939 [ 3 ] {68002396-4a78-4c32-99d9-fac411931566} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1148 | 2024.08.16 21:29:55.796956 [ 3 ] {} <Debug> HTTP-Session: b0e3ed63-dd0b-427a-a21d-6e89fcc73ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.08.16 21:29:55.797193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.08.16 21:29:55.797249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.08.16 21:29:55.797269 [ 3 ] {} <Debug> HTTP-Session: acf19488-145d-4ee0-a3b7-25b41a4fce80 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1152 | 2024.08.16 21:29:55.797287 [ 3 ] {} <Debug> HTTP-Session: acf19488-145d-4ee0-a3b7-25b41a4fce80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.08.16 21:29:55.797302 [ 3 ] {} <Debug> HTTP-Session: acf19488-145d-4ee0-a3b7-25b41a4fce80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.08.16 21:29:55.797338 [ 3 ] {} <Trace> HTTP-Session: acf19488-145d-4ee0-a3b7-25b41a4fce80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.08.16 21:29:55.797473 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.08.16 21:29:55.797522 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1157 | 2024.08.16 21:29:55.797675 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.08.16 21:29:55.798082 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.08.16 21:29:55.798120 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1160 | 2024.08.16 21:29:55.798428 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1161 | 2024.08.16 21:29:55.798736 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.08.16 21:29:55.798895 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec. | ||
1163 | 2024.08.16 21:29:55.799073 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.08.16 21:29:55.799097 [ 3 ] {f135049e-4e0f-4799-87cc-64d807c4d2ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1165 | 2024.08.16 21:29:55.799114 [ 3 ] {} <Debug> HTTP-Session: acf19488-145d-4ee0-a3b7-25b41a4fce80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.08.16 21:29:55.799364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 26784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.08.16 21:29:55.799419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1168 | 2024.08.16 21:29:55.799441 [ 3 ] {} <Debug> HTTP-Session: be0ed111-dc35-4f40-8986-28d5369130d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1169 | 2024.08.16 21:29:55.799458 [ 3 ] {} <Debug> HTTP-Session: be0ed111-dc35-4f40-8986-28d5369130d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.08.16 21:29:55.799473 [ 3 ] {} <Debug> HTTP-Session: be0ed111-dc35-4f40-8986-28d5369130d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.08.16 21:29:55.799507 [ 3 ] {} <Trace> HTTP-Session: be0ed111-dc35-4f40-8986-28d5369130d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.08.16 21:29:55.799666 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.08.16 21:29:55.799724 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1174 | 2024.08.16 21:29:55.799878 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.08.16 21:29:55.800235 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.08.16 21:29:55.800275 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1177 | 2024.08.16 21:29:55.800673 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1178 | 2024.08.16 21:29:55.801022 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2024.08.16 21:29:55.801192 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001597 sec., 87664.37069505324 rows/sec., 6.11 MiB/sec. | ||
1180 | 2024.08.16 21:29:55.801391 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.08.16 21:29:55.801415 [ 3 ] {dbaa9961-80e1-45b9-92d0-0c3fb40b893a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1182 | 2024.08.16 21:29:55.801431 [ 3 ] {} <Debug> HTTP-Session: be0ed111-dc35-4f40-8986-28d5369130d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.08.16 21:29:55.801582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 7916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.08.16 21:29:55.801632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1185 | 2024.08.16 21:29:55.801651 [ 3 ] {} <Debug> HTTP-Session: 5704b705-d15a-4766-b255-abfe05f6567d Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1186 | 2024.08.16 21:29:55.801668 [ 3 ] {} <Debug> HTTP-Session: 5704b705-d15a-4766-b255-abfe05f6567d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.08.16 21:29:55.801684 [ 3 ] {} <Debug> HTTP-Session: 5704b705-d15a-4766-b255-abfe05f6567d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.08.16 21:29:55.801717 [ 3 ] {} <Trace> HTTP-Session: 5704b705-d15a-4766-b255-abfe05f6567d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.08.16 21:29:55.801838 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.08.16 21:29:55.801884 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1191 | 2024.08.16 21:29:55.802010 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.08.16 21:29:55.802308 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.08.16 21:29:55.802344 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1194 | 2024.08.16 21:29:55.802715 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.08.16 21:29:55.803030 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1196 | 2024.08.16 21:29:55.803185 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Debug> executeQuery: Read 52 rows, 3.58 KiB in 0.001387 sec., 37490.98774333093 rows/sec., 2.52 MiB/sec. | ||
1197 | 2024.08.16 21:29:55.803439 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.08.16 21:29:55.803464 [ 3 ] {0a6c5139-54c2-484a-9634-fa2a19345a66} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1199 | 2024.08.16 21:29:55.803479 [ 3 ] {} <Debug> HTTP-Session: 5704b705-d15a-4766-b255-abfe05f6567d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.08.16 21:29:59.981433 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1201 | 2024.08.16 21:29:59.981534 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1202 | 2024.08.16 21:30:00.794687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 7810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1203 | 2024.08.16 21:30:00.794808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1204 | 2024.08.16 21:30:00.794838 [ 3 ] {} <Debug> HTTP-Session: 34c250bc-a7da-4a89-8dd9-7bca5e8592e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1205 | 2024.08.16 21:30:00.794868 [ 3 ] {} <Debug> HTTP-Session: 34c250bc-a7da-4a89-8dd9-7bca5e8592e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.08.16 21:30:00.794886 [ 3 ] {} <Debug> HTTP-Session: 34c250bc-a7da-4a89-8dd9-7bca5e8592e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.08.16 21:30:00.794944 [ 3 ] {} <Trace> HTTP-Session: 34c250bc-a7da-4a89-8dd9-7bca5e8592e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1208 | 2024.08.16 21:30:00.795168 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1209 | 2024.08.16 21:30:00.795246 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1210 | 2024.08.16 21:30:00.795474 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1211 | 2024.08.16 21:30:00.795932 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1212 | 2024.08.16 21:30:00.795984 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1213 | 2024.08.16 21:30:00.796431 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1214 | 2024.08.16 21:30:00.796770 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Trace> oximeter.fields_string (fd188fc9-2d9c-4c2a-a1a5-7524b8595290): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2024.08.16 21:30:00.796938 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec. | ||
1216 | 2024.08.16 21:30:00.797165 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Debug> DynamicQueryHandler: Done processing query | ||
1217 | 2024.08.16 21:30:00.797193 [ 3 ] {bf8318e7-1926-4bdb-9762-08e6424259d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1218 | 2024.08.16 21:30:00.797210 [ 3 ] {} <Debug> HTTP-Session: 34c250bc-a7da-4a89-8dd9-7bca5e8592e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.08.16 21:30:00.797432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1220 | 2024.08.16 21:30:00.797486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1221 | 2024.08.16 21:30:00.797508 [ 3 ] {} <Debug> HTTP-Session: 2d175415-24f3-4aac-8686-5b8f40853bed Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1222 | 2024.08.16 21:30:00.797527 [ 3 ] {} <Debug> HTTP-Session: 2d175415-24f3-4aac-8686-5b8f40853bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.08.16 21:30:00.797543 [ 3 ] {} <Debug> HTTP-Session: 2d175415-24f3-4aac-8686-5b8f40853bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.08.16 21:30:00.797578 [ 3 ] {} <Trace> HTTP-Session: 2d175415-24f3-4aac-8686-5b8f40853bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1225 | 2024.08.16 21:30:00.797711 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1226 | 2024.08.16 21:30:00.797759 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1227 | 2024.08.16 21:30:00.797898 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1228 | 2024.08.16 21:30:00.798330 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1229 | 2024.08.16 21:30:00.798377 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1230 | 2024.08.16 21:30:00.798758 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1231 | 2024.08.16 21:30:00.799144 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Trace> oximeter.fields_uuid (8f0fc893-4261-4b6b-890e-596adf40a387): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1232 | 2024.08.16 21:30:00.799309 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
1233 | 2024.08.16 21:30:00.799500 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Debug> DynamicQueryHandler: Done processing query | ||
1234 | 2024.08.16 21:30:00.799526 [ 3 ] {1c9b6e5d-f9c2-4109-a380-b1713b18197b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1235 | 2024.08.16 21:30:00.799543 [ 3 ] {} <Debug> HTTP-Session: 2d175415-24f3-4aac-8686-5b8f40853bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.08.16 21:30:00.799814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1237 | 2024.08.16 21:30:00.799870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1238 | 2024.08.16 21:30:00.799891 [ 3 ] {} <Debug> HTTP-Session: 1b469479-0d5b-4cd4-8162-e4ab110a5e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1239 | 2024.08.16 21:30:00.799909 [ 3 ] {} <Debug> HTTP-Session: 1b469479-0d5b-4cd4-8162-e4ab110a5e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1240 | 2024.08.16 21:30:00.799923 [ 3 ] {} <Debug> HTTP-Session: 1b469479-0d5b-4cd4-8162-e4ab110a5e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.08.16 21:30:00.799964 [ 3 ] {} <Trace> HTTP-Session: 1b469479-0d5b-4cd4-8162-e4ab110a5e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1242 | 2024.08.16 21:30:00.800136 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1243 | 2024.08.16 21:30:00.800190 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1244 | 2024.08.16 21:30:00.800358 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1245 | 2024.08.16 21:30:00.800842 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1246 | 2024.08.16 21:30:00.800886 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1247 | 2024.08.16 21:30:00.801316 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1248 | 2024.08.16 21:30:00.801704 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Trace> oximeter.measurements_cumulativeu64 (2deffe73-22fe-4698-9dc8-bd3ff505fe0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1249 | 2024.08.16 21:30:00.801885 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001829 sec., 87479.4969928923 rows/sec., 6.09 MiB/sec. | ||
1250 | 2024.08.16 21:30:00.802118 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Debug> DynamicQueryHandler: Done processing query | ||
1251 | 2024.08.16 21:30:00.802154 [ 3 ] {303eb997-7c5c-4528-b9ec-6d80276fc2ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1252 | 2024.08.16 21:30:00.802178 [ 3 ] {} <Debug> HTTP-Session: 1b469479-0d5b-4cd4-8162-e4ab110a5e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.08.16 21:30:00.802369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1254 | 2024.08.16 21:30:00.802433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1255 | 2024.08.16 21:30:00.802459 [ 3 ] {} <Debug> HTTP-Session: 9109aae4-e21f-4a3f-899a-f145e0347b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
1256 | 2024.08.16 21:30:00.802484 [ 3 ] {} <Debug> HTTP-Session: 9109aae4-e21f-4a3f-899a-f145e0347b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1257 | 2024.08.16 21:30:00.802505 [ 3 ] {} <Debug> HTTP-Session: 9109aae4-e21f-4a3f-899a-f145e0347b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1258 | 2024.08.16 21:30:00.802547 [ 3 ] {} <Trace> HTTP-Session: 9109aae4-e21f-4a3f-899a-f145e0347b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1259 | 2024.08.16 21:30:00.802684 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1260 | 2024.08.16 21:30:00.802730 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1261 | 2024.08.16 21:30:00.802863 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1262 | 2024.08.16 21:30:00.803203 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1263 | 2024.08.16 21:30:00.803242 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
1264 | 2024.08.16 21:30:00.803622 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1265 | 2024.08.16 21:30:00.804094 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Trace> oximeter.measurements_u64 (56501ec6-d947-4d12-bc09-aaa038b15d19): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1266 | 2024.08.16 21:30:00.804292 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001652 sec., 36319.61259079903 rows/sec., 2.45 MiB/sec. | ||
1267 | 2024.08.16 21:30:00.804519 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Debug> DynamicQueryHandler: Done processing query | ||
1268 | 2024.08.16 21:30:00.804554 [ 3 ] {f82a2dfa-8737-4492-b1a0-e569bc2a2368} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1269 | 2024.08.16 21:30:00.804580 [ 3 ] {} <Debug> HTTP-Session: 9109aae4-e21f-4a3f-899a-f145e0347b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |