[ May 13 19:13:47 Enabled. ] [ May 13 19:13:47 Rereading configuration. ] [ May 13 19:13:50 Rereading configuration. ] [ May 13 19:13:54 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + single_node=true + command=() + true + 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") + 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 [ May 13 19:13:54 Method "start" exited with status 0. ] Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2024.05.13 19:13:55.041164 [ 1 ] {} Application: Will watch for the process with pid 25908 2024.05.13 19:13:55.041635 [ 1 ] {} Application: Forked a child process to watch 2024.05.13 19:13:55.321052 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 25908 2024.05.13 19:13:55.321762 [ 1 ] {} Application: starting up 2024.05.13 19:13:55.322456 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.13 19:13:55.409794 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.13 19:13:55.441306 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.13 19:13:55.441355 [ 1 ] {} Application: Initializing DateLUT. 2024.05.13 19:13:55.441373 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.13 19:13:55.441440 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.13 19:13:55.442016 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.13 19:13:55.443494 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.13 19:13:55.444042 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.13 19:13:55.444901 [ 1 ] {} 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) 2024.05.13 19:13:55.444973 [ 1 ] {} 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) 2024.05.13 19:13:55.444987 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.13 19:13:55.445164 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.13 19:13:55.446060 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.13 19:13:55.451188 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.13 19:13:55.451860 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.13 19:13:55.453091 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.13 19:13:55.453180 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.13 19:13:55.454699 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.13 19:13:55.455023 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.13 19:13:55.459561 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.13 19:13:55.459841 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.13 19:13:55.461344 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.13 19:13:55.461762 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.13 19:13:55.462154 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.13 19:13:55.462492 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.13 19:13:55.463903 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.13 19:13:55.463927 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.13 19:13:55.463996 [ 151 ] {} DNSResolver: Updating DNS cache 2024.05.13 19:13:55.464151 [ 151 ] {} DNSResolver: Updated DNS cache 2024.05.13 19:13:55.472734 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.13 19:13:55.472796 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000178977 sec 2024.05.13 19:13:55.472833 [ 1 ] {} ReferentialDeps: No tables 2024.05.13 19:13:55.472846 [ 1 ] {} LoadingDeps: No tables 2024.05.13 19:13:55.474055 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.13 19:13:55.475249 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.13 19:13:55.475305 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.13 19:13:55.475337 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.13 19:13:55.475377 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.13 19:13:55.475390 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.13 19:13:55.475450 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.13 19:13:55.475462 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.13 19:13:55.475500 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.13 19:13:55.475559 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.13 19:13:55.475573 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.13 19:13:55.475612 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.13 19:13:55.475657 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.13 19:13:55.475690 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.13 19:13:55.475728 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.13 19:13:55.475771 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.13 19:13:55.475799 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.13 19:13:55.475838 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.13 19:13:55.517679 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.13 19:13:55.519237 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.13 19:13:55.519295 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6602e-05 sec 2024.05.13 19:13:55.519309 [ 1 ] {} ReferentialDeps: No tables 2024.05.13 19:13:55.519350 [ 1 ] {} LoadingDeps: No tables 2024.05.13 19:13:55.519372 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.13 19:13:55.519566 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.13 19:13:55.519635 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.13 19:13:55.519650 [ 1 ] {} Application: Loaded metadata. 2024.05.13 19:13:55.519695 [ 1 ] {} 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). 2024.05.13 19:13:55.519706 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.13 19:13:55.541491 [ 1 ] {} 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) 2024.05.13 19:13:55.756620 [ 1 ] {} 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) 2024.05.13 19:13:55.756704 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.13 19:13:55.809060 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.13 19:13:55.809319 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB 2024.05.13 19:13:55.810216 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.506e-05 sec. 2024.05.13 19:13:55.810600 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.13 19:13:55.810713 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.13 19:13:55.810770 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.13 19:13:55.810814 [ 1 ] {} Application: Ready for connections. 2024.05.13 19:13:56.233625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.233857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.233897 [ 3 ] {} HTTP-Session: f9dd21f6-5034-407e-ab96-db9a618226b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.233931 [ 3 ] {} HTTP-Session: f9dd21f6-5034-407e-ab96-db9a618226b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.233952 [ 3 ] {} HTTP-Session: f9dd21f6-5034-407e-ab96-db9a618226b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.234049 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.13 19:13:56.234088 [ 3 ] {} 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 2024.05.13 19:13:56.234115 [ 3 ] {} 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 2024.05.13 19:13:56.234186 [ 3 ] {} HTTP-Session: f9dd21f6-5034-407e-ab96-db9a618226b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.235305 [ 3 ] {03bc4413-64eb-41f3-a4c1-4942671897c2} executeQuery: (from [fd00:1122:3344:101::d]:58200) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.13 19:13:56.273346 [ 3 ] {03bc4413-64eb-41f3-a4c1-4942671897c2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58200) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.13 19:13:56.274057 [ 3 ] {03bc4413-64eb-41f3-a4c1-4942671897c2} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.13 19:13:56.275428 [ 3 ] {} HTTP-Session: f9dd21f6-5034-407e-ab96-db9a618226b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.275873 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.275937 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.275963 [ 3 ] {} HTTP-Session: 3ee62b01-6d9b-40e2-a72f-3136f8c26da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.275987 [ 3 ] {} HTTP-Session: 3ee62b01-6d9b-40e2-a72f-3136f8c26da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.276000 [ 3 ] {} HTTP-Session: 3ee62b01-6d9b-40e2-a72f-3136f8c26da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.276046 [ 3 ] {} HTTP-Session: 3ee62b01-6d9b-40e2-a72f-3136f8c26da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.277143 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} executeQuery: (from [fd00:1122:3344:101::d]:58200) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:13:56.277262 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.13 19:13:56.279299 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.13 19:13:56.282180 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:13:56.288364 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.288428 [ 3 ] {c28bc3b2-00e2-4aa2-8ef7-6ea758b32582} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:13:56.288477 [ 3 ] {} HTTP-Session: 3ee62b01-6d9b-40e2-a72f-3136f8c26da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.294152 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.294292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.294381 [ 3 ] {} HTTP-Session: ec800ccb-3f00-4063-8b68-26196cbad003 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.294412 [ 3 ] {} HTTP-Session: ec800ccb-3f00-4063-8b68-26196cbad003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.294482 [ 3 ] {} HTTP-Session: ec800ccb-3f00-4063-8b68-26196cbad003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.294591 [ 3 ] {} HTTP-Session: ec800ccb-3f00-4063-8b68-26196cbad003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.294817 [ 3 ] {98803a08-a565-41d9-8633-e6a1f222d163} executeQuery: (from [fd00:1122:3344:101::d]:58200) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.13 19:13:56.295285 [ 3 ] {98803a08-a565-41d9-8633-e6a1f222d163} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58200) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.13 19:13:56.295516 [ 3 ] {98803a08-a565-41d9-8633-e6a1f222d163} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.13 19:13:56.295778 [ 3 ] {} HTTP-Session: ec800ccb-3f00-4063-8b68-26196cbad003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.298116 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.298219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.298254 [ 3 ] {} HTTP-Session: ab42ff53-fa73-49f7-a855-86b330d44602 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.298334 [ 3 ] {} HTTP-Session: ab42ff53-fa73-49f7-a855-86b330d44602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.298407 [ 3 ] {} HTTP-Session: ab42ff53-fa73-49f7-a855-86b330d44602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.298465 [ 3 ] {} HTTP-Session: ab42ff53-fa73-49f7-a855-86b330d44602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.298806 [ 3 ] {64954d77-658b-403a-811b-8da3657bd81e} executeQuery: (from [fd00:1122:3344:101::d]:58200) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.13 19:13:56.299154 [ 3 ] {64954d77-658b-403a-811b-8da3657bd81e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.299201 [ 3 ] {} HTTP-Session: ab42ff53-fa73-49f7-a855-86b330d44602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.299361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.299434 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.299479 [ 3 ] {} HTTP-Session: 921c4cae-274a-477a-9d03-2d31bdee8f78 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.299496 [ 3 ] {} HTTP-Session: 921c4cae-274a-477a-9d03-2d31bdee8f78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.299536 [ 3 ] {} HTTP-Session: 921c4cae-274a-477a-9d03-2d31bdee8f78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.299589 [ 3 ] {} HTTP-Session: 921c4cae-274a-477a-9d03-2d31bdee8f78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.299700 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.13 19:13:56.299757 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.13 19:13:56.301088 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.13 19:13:56.301142 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6073e-05 sec 2024.05.13 19:13:56.301155 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} ReferentialDeps: No tables 2024.05.13 19:13:56.301192 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} LoadingDeps: No tables 2024.05.13 19:13:56.301215 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} DatabaseAtomic (oximeter): Starting up tables. 2024.05.13 19:13:56.301359 [ 3 ] {ec19bc8d-64e9-44b4-94ac-2b1a76a7b6f5} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.301381 [ 3 ] {} HTTP-Session: 921c4cae-274a-477a-9d03-2d31bdee8f78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.301530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.301602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.301621 [ 3 ] {} HTTP-Session: 7380dbed-5256-4ffe-86d3-c54661625da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.301664 [ 3 ] {} HTTP-Session: 7380dbed-5256-4ffe-86d3-c54661625da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.301708 [ 3 ] {} HTTP-Session: 7380dbed-5256-4ffe-86d3-c54661625da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.301737 [ 3 ] {} HTTP-Session: 7380dbed-5256-4ffe-86d3-c54661625da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.301897 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} executeQuery: (from [fd00:1122:3344:101::d]:58200) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2024.05.13 19:13:56.301970 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.13 19:13:56.306626 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.13 19:13:56.308118 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} oximeter.version (a7ba33f0-54c7-405c-a91b-b5059f5d96c9): Loading data parts 2024.05.13 19:13:56.308463 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} oximeter.version (a7ba33f0-54c7-405c-a91b-b5059f5d96c9): There are no data parts 2024.05.13 19:13:56.311170 [ 3 ] {95714030-16e8-4cf3-893b-322bc52cff61} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.311197 [ 3 ] {} HTTP-Session: 7380dbed-5256-4ffe-86d3-c54661625da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.311396 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.311466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.311508 [ 3 ] {} HTTP-Session: 767e780f-0031-4175-876d-33bafd31901d Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.311524 [ 3 ] {} HTTP-Session: 767e780f-0031-4175-876d-33bafd31901d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.311564 [ 3 ] {} HTTP-Session: 767e780f-0031-4175-876d-33bafd31901d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.311631 [ 3 ] {} HTTP-Session: 767e780f-0031-4175-876d-33bafd31901d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.311904 [ 3 ] {d940c58f-df16-449d-954d-4211d795da3a} executeQuery: (from [fd00:1122:3344:101::d]:58200) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ 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) 2024.05.13 19:13:56.312017 [ 3 ] {d940c58f-df16-449d-954d-4211d795da3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.13 19:13:56.320994 [ 3 ] {d940c58f-df16-449d-954d-4211d795da3a} oximeter.measurements_bool (1406c7dd-6493-4f62-ba11-8dc6288c2e6b): Loading data parts 2024.05.13 19:13:56.321155 [ 3 ] {d940c58f-df16-449d-954d-4211d795da3a} oximeter.measurements_bool (1406c7dd-6493-4f62-ba11-8dc6288c2e6b): There are no data parts 2024.05.13 19:13:56.322546 [ 3 ] {d940c58f-df16-449d-954d-4211d795da3a} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.322571 [ 3 ] {} HTTP-Session: 767e780f-0031-4175-876d-33bafd31901d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.322738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.322811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.322857 [ 3 ] {} HTTP-Session: 0267d94d-6dbb-46ce-9170-b2399c7858d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.322874 [ 3 ] {} HTTP-Session: 0267d94d-6dbb-46ce-9170-b2399c7858d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.322973 [ 3 ] {} HTTP-Session: 0267d94d-6dbb-46ce-9170-b2399c7858d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.323003 [ 3 ] {} HTTP-Session: 0267d94d-6dbb-46ce-9170-b2399c7858d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.323226 [ 3 ] {a59e57a9-d671-48d8-a935-7b28737cac6e} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.323300 [ 3 ] {a59e57a9-d671-48d8-a935-7b28737cac6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.13 19:13:56.325151 [ 3 ] {a59e57a9-d671-48d8-a935-7b28737cac6e} oximeter.measurements_i8 (4c788d5a-0af2-4ad8-a661-38237d8fe276): Loading data parts 2024.05.13 19:13:56.325335 [ 3 ] {a59e57a9-d671-48d8-a935-7b28737cac6e} oximeter.measurements_i8 (4c788d5a-0af2-4ad8-a661-38237d8fe276): There are no data parts 2024.05.13 19:13:56.326514 [ 3 ] {a59e57a9-d671-48d8-a935-7b28737cac6e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.326574 [ 3 ] {} HTTP-Session: 0267d94d-6dbb-46ce-9170-b2399c7858d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.326686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.326760 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.326809 [ 3 ] {} HTTP-Session: 329f67c7-7814-483b-bc53-6b50a7d73705 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.326824 [ 3 ] {} HTTP-Session: 329f67c7-7814-483b-bc53-6b50a7d73705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.326863 [ 3 ] {} HTTP-Session: 329f67c7-7814-483b-bc53-6b50a7d73705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.326922 [ 3 ] {} HTTP-Session: 329f67c7-7814-483b-bc53-6b50a7d73705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.327089 [ 3 ] {e9640862-9954-46e1-b4d6-c29255a92da8} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.327189 [ 3 ] {e9640862-9954-46e1-b4d6-c29255a92da8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.13 19:13:56.329034 [ 3 ] {e9640862-9954-46e1-b4d6-c29255a92da8} oximeter.measurements_u8 (2a8050f2-3f71-4038-98d9-cbb7491d1ca3): Loading data parts 2024.05.13 19:13:56.329221 [ 3 ] {e9640862-9954-46e1-b4d6-c29255a92da8} oximeter.measurements_u8 (2a8050f2-3f71-4038-98d9-cbb7491d1ca3): There are no data parts 2024.05.13 19:13:56.330420 [ 3 ] {e9640862-9954-46e1-b4d6-c29255a92da8} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.330445 [ 3 ] {} HTTP-Session: 329f67c7-7814-483b-bc53-6b50a7d73705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.330601 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.330675 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.330742 [ 3 ] {} HTTP-Session: df429a19-77fa-4313-8091-01789d3c6bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.330771 [ 3 ] {} HTTP-Session: df429a19-77fa-4313-8091-01789d3c6bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.330828 [ 3 ] {} HTTP-Session: df429a19-77fa-4313-8091-01789d3c6bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.330911 [ 3 ] {} HTTP-Session: df429a19-77fa-4313-8091-01789d3c6bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.331205 [ 3 ] {e00bbce9-22da-4073-abef-ac78ce7b5e8d} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.331291 [ 3 ] {e00bbce9-22da-4073-abef-ac78ce7b5e8d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.13 19:13:56.333282 [ 3 ] {e00bbce9-22da-4073-abef-ac78ce7b5e8d} oximeter.measurements_i16 (1878903f-83b4-4d46-abb7-9bfc757fc3c2): Loading data parts 2024.05.13 19:13:56.333424 [ 3 ] {e00bbce9-22da-4073-abef-ac78ce7b5e8d} oximeter.measurements_i16 (1878903f-83b4-4d46-abb7-9bfc757fc3c2): There are no data parts 2024.05.13 19:13:56.334612 [ 3 ] {e00bbce9-22da-4073-abef-ac78ce7b5e8d} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.334741 [ 3 ] {} HTTP-Session: df429a19-77fa-4313-8091-01789d3c6bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.334867 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.334951 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.335012 [ 3 ] {} HTTP-Session: eb84d529-1dbc-42ef-8dc8-eb254fe36ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.335029 [ 3 ] {} HTTP-Session: eb84d529-1dbc-42ef-8dc8-eb254fe36ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.335075 [ 3 ] {} HTTP-Session: eb84d529-1dbc-42ef-8dc8-eb254fe36ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.335151 [ 3 ] {} HTTP-Session: eb84d529-1dbc-42ef-8dc8-eb254fe36ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.335325 [ 3 ] {3330a31a-b1e0-4892-880a-887283bb3f37} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.335431 [ 3 ] {3330a31a-b1e0-4892-880a-887283bb3f37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.13 19:13:56.337334 [ 3 ] {3330a31a-b1e0-4892-880a-887283bb3f37} oximeter.measurements_u16 (e52be736-ba59-4cc2-b3f4-ddd1d1f64f32): Loading data parts 2024.05.13 19:13:56.337484 [ 3 ] {3330a31a-b1e0-4892-880a-887283bb3f37} oximeter.measurements_u16 (e52be736-ba59-4cc2-b3f4-ddd1d1f64f32): There are no data parts 2024.05.13 19:13:56.338676 [ 3 ] {3330a31a-b1e0-4892-880a-887283bb3f37} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.338737 [ 3 ] {} HTTP-Session: eb84d529-1dbc-42ef-8dc8-eb254fe36ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.338852 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.338927 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.338975 [ 3 ] {} HTTP-Session: 79185fe0-ad02-4bf2-94a7-2b4077b6cd32 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.339024 [ 3 ] {} HTTP-Session: 79185fe0-ad02-4bf2-94a7-2b4077b6cd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.339037 [ 3 ] {} HTTP-Session: 79185fe0-ad02-4bf2-94a7-2b4077b6cd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.339094 [ 3 ] {} HTTP-Session: 79185fe0-ad02-4bf2-94a7-2b4077b6cd32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.339298 [ 3 ] {7501550b-dc10-4f6f-94a5-b80b8af9cba3} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.339375 [ 3 ] {7501550b-dc10-4f6f-94a5-b80b8af9cba3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.13 19:13:56.341236 [ 3 ] {7501550b-dc10-4f6f-94a5-b80b8af9cba3} oximeter.measurements_i32 (f326c610-5263-420c-ba05-6d3cba238dd0): Loading data parts 2024.05.13 19:13:56.341350 [ 3 ] {7501550b-dc10-4f6f-94a5-b80b8af9cba3} oximeter.measurements_i32 (f326c610-5263-420c-ba05-6d3cba238dd0): There are no data parts 2024.05.13 19:13:56.342559 [ 3 ] {7501550b-dc10-4f6f-94a5-b80b8af9cba3} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.342620 [ 3 ] {} HTTP-Session: 79185fe0-ad02-4bf2-94a7-2b4077b6cd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.342716 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.342792 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.342847 [ 3 ] {} HTTP-Session: 64fe30b7-cad8-4d52-8eb0-5bb3d3fb0062 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.342863 [ 3 ] {} HTTP-Session: 64fe30b7-cad8-4d52-8eb0-5bb3d3fb0062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.342904 [ 3 ] {} HTTP-Session: 64fe30b7-cad8-4d52-8eb0-5bb3d3fb0062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.342965 [ 3 ] {} HTTP-Session: 64fe30b7-cad8-4d52-8eb0-5bb3d3fb0062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.343164 [ 3 ] {e9613b72-ea01-4d99-b8ac-176009d08e6e} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.343241 [ 3 ] {e9613b72-ea01-4d99-b8ac-176009d08e6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.13 19:13:56.345090 [ 3 ] {e9613b72-ea01-4d99-b8ac-176009d08e6e} oximeter.measurements_u32 (b5b6ac48-a1fb-4591-b236-8bc9fef35586): Loading data parts 2024.05.13 19:13:56.345245 [ 3 ] {e9613b72-ea01-4d99-b8ac-176009d08e6e} oximeter.measurements_u32 (b5b6ac48-a1fb-4591-b236-8bc9fef35586): There are no data parts 2024.05.13 19:13:56.346412 [ 3 ] {e9613b72-ea01-4d99-b8ac-176009d08e6e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.346469 [ 3 ] {} HTTP-Session: 64fe30b7-cad8-4d52-8eb0-5bb3d3fb0062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.346584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.346658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.346707 [ 3 ] {} HTTP-Session: bf024d24-1bd3-4675-b214-a2463288b6a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.346752 [ 3 ] {} HTTP-Session: bf024d24-1bd3-4675-b214-a2463288b6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.346766 [ 3 ] {} HTTP-Session: bf024d24-1bd3-4675-b214-a2463288b6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.346823 [ 3 ] {} HTTP-Session: bf024d24-1bd3-4675-b214-a2463288b6a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.347021 [ 3 ] {f9154890-6cf1-4089-a9e0-4c27e246425b} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.347127 [ 3 ] {f9154890-6cf1-4089-a9e0-4c27e246425b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.13 19:13:56.349092 [ 3 ] {f9154890-6cf1-4089-a9e0-4c27e246425b} oximeter.measurements_i64 (f930608c-a4f2-4cb6-b2e0-e0062d4bc650): Loading data parts 2024.05.13 19:13:56.349240 [ 3 ] {f9154890-6cf1-4089-a9e0-4c27e246425b} oximeter.measurements_i64 (f930608c-a4f2-4cb6-b2e0-e0062d4bc650): There are no data parts 2024.05.13 19:13:56.350380 [ 3 ] {f9154890-6cf1-4089-a9e0-4c27e246425b} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.350437 [ 3 ] {} HTTP-Session: bf024d24-1bd3-4675-b214-a2463288b6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.350537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.350637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.350657 [ 3 ] {} HTTP-Session: 737d77a7-0543-4429-805e-a760df9f07a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.350703 [ 3 ] {} HTTP-Session: 737d77a7-0543-4429-805e-a760df9f07a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.350718 [ 3 ] {} HTTP-Session: 737d77a7-0543-4429-805e-a760df9f07a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.350776 [ 3 ] {} HTTP-Session: 737d77a7-0543-4429-805e-a760df9f07a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.350972 [ 3 ] {1451749c-06ac-499c-9aac-91394940bc33} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.351049 [ 3 ] {1451749c-06ac-499c-9aac-91394940bc33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.13 19:13:56.352889 [ 3 ] {1451749c-06ac-499c-9aac-91394940bc33} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): Loading data parts 2024.05.13 19:13:56.353036 [ 3 ] {1451749c-06ac-499c-9aac-91394940bc33} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): There are no data parts 2024.05.13 19:13:56.354165 [ 3 ] {1451749c-06ac-499c-9aac-91394940bc33} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.354223 [ 3 ] {} HTTP-Session: 737d77a7-0543-4429-805e-a760df9f07a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.354361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.354406 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.354454 [ 3 ] {} HTTP-Session: 4f4f4f16-be15-4d95-8ea7-be056cc8f5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.354500 [ 3 ] {} HTTP-Session: 4f4f4f16-be15-4d95-8ea7-be056cc8f5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.354514 [ 3 ] {} HTTP-Session: 4f4f4f16-be15-4d95-8ea7-be056cc8f5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.354571 [ 3 ] {} HTTP-Session: 4f4f4f16-be15-4d95-8ea7-be056cc8f5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.354771 [ 3 ] {b4c37570-590a-4d0e-9539-cd2b1e2519d3} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.354934 [ 3 ] {b4c37570-590a-4d0e-9539-cd2b1e2519d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.13 19:13:56.356753 [ 3 ] {b4c37570-590a-4d0e-9539-cd2b1e2519d3} oximeter.measurements_f32 (b948282a-a6d0-465b-bc5a-84944ae0fa57): Loading data parts 2024.05.13 19:13:56.356967 [ 3 ] {b4c37570-590a-4d0e-9539-cd2b1e2519d3} oximeter.measurements_f32 (b948282a-a6d0-465b-bc5a-84944ae0fa57): There are no data parts 2024.05.13 19:13:56.358169 [ 3 ] {b4c37570-590a-4d0e-9539-cd2b1e2519d3} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.358195 [ 3 ] {} HTTP-Session: 4f4f4f16-be15-4d95-8ea7-be056cc8f5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.358296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.358401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.358422 [ 3 ] {} HTTP-Session: f18432ea-f75f-4ac1-a63b-09ed0fb54631 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.358468 [ 3 ] {} HTTP-Session: f18432ea-f75f-4ac1-a63b-09ed0fb54631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.358511 [ 3 ] {} HTTP-Session: f18432ea-f75f-4ac1-a63b-09ed0fb54631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.358540 [ 3 ] {} HTTP-Session: f18432ea-f75f-4ac1-a63b-09ed0fb54631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.358738 [ 3 ] {0de1be17-0488-4f67-8a0f-442d0c01abf4} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.358843 [ 3 ] {0de1be17-0488-4f67-8a0f-442d0c01abf4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.13 19:13:56.360664 [ 3 ] {0de1be17-0488-4f67-8a0f-442d0c01abf4} oximeter.measurements_f64 (03f60328-7a89-45e5-93e8-165715c5f62a): Loading data parts 2024.05.13 19:13:56.360859 [ 3 ] {0de1be17-0488-4f67-8a0f-442d0c01abf4} oximeter.measurements_f64 (03f60328-7a89-45e5-93e8-165715c5f62a): There are no data parts 2024.05.13 19:13:56.362012 [ 3 ] {0de1be17-0488-4f67-8a0f-442d0c01abf4} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.362069 [ 3 ] {} HTTP-Session: f18432ea-f75f-4ac1-a63b-09ed0fb54631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.362201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.362277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.362297 [ 3 ] {} HTTP-Session: 9a31e770-bcce-43c8-8d06-2d10e4355458 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.362344 [ 3 ] {} HTTP-Session: 9a31e770-bcce-43c8-8d06-2d10e4355458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.362358 [ 3 ] {} HTTP-Session: 9a31e770-bcce-43c8-8d06-2d10e4355458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.362414 [ 3 ] {} HTTP-Session: 9a31e770-bcce-43c8-8d06-2d10e4355458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.362613 [ 3 ] {a2154154-3f39-4670-b752-a0124a1be55a} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.362717 [ 3 ] {a2154154-3f39-4670-b752-a0124a1be55a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.13 19:13:56.364541 [ 3 ] {a2154154-3f39-4670-b752-a0124a1be55a} oximeter.measurements_string (497b1216-24cd-4a37-8911-d1829f0b3024): Loading data parts 2024.05.13 19:13:56.364700 [ 3 ] {a2154154-3f39-4670-b752-a0124a1be55a} oximeter.measurements_string (497b1216-24cd-4a37-8911-d1829f0b3024): There are no data parts 2024.05.13 19:13:56.365855 [ 3 ] {a2154154-3f39-4670-b752-a0124a1be55a} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.365880 [ 3 ] {} HTTP-Session: 9a31e770-bcce-43c8-8d06-2d10e4355458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.366016 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.366091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.366110 [ 3 ] {} HTTP-Session: 0b073b2f-c1ae-4245-bb3d-87d0134a7517 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.366155 [ 3 ] {} HTTP-Session: 0b073b2f-c1ae-4245-bb3d-87d0134a7517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.366197 [ 3 ] {} HTTP-Session: 0b073b2f-c1ae-4245-bb3d-87d0134a7517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.366227 [ 3 ] {} HTTP-Session: 0b073b2f-c1ae-4245-bb3d-87d0134a7517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.366429 [ 3 ] {2e9287a2-8bdb-493e-974d-f7bd590228ba} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.366536 [ 3 ] {2e9287a2-8bdb-493e-974d-f7bd590228ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.13 19:13:56.368424 [ 3 ] {2e9287a2-8bdb-493e-974d-f7bd590228ba} oximeter.measurements_bytes (7b040aa7-1032-4620-8387-df0ed460fec8): Loading data parts 2024.05.13 19:13:56.368535 [ 3 ] {2e9287a2-8bdb-493e-974d-f7bd590228ba} oximeter.measurements_bytes (7b040aa7-1032-4620-8387-df0ed460fec8): There are no data parts 2024.05.13 19:13:56.369705 [ 3 ] {2e9287a2-8bdb-493e-974d-f7bd590228ba} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.369730 [ 3 ] {} HTTP-Session: 0b073b2f-c1ae-4245-bb3d-87d0134a7517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.369864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.369941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.369960 [ 3 ] {} HTTP-Session: 64c133dc-2d25-4cbc-a63a-3d3141feae89 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.370006 [ 3 ] {} HTTP-Session: 64c133dc-2d25-4cbc-a63a-3d3141feae89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.370049 [ 3 ] {} HTTP-Session: 64c133dc-2d25-4cbc-a63a-3d3141feae89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.370079 [ 3 ] {} HTTP-Session: 64c133dc-2d25-4cbc-a63a-3d3141feae89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.370318 [ 3 ] {372ae242-5122-47c9-9d83-1cbb7acff3cf} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.370397 [ 3 ] {372ae242-5122-47c9-9d83-1cbb7acff3cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.13 19:13:56.372289 [ 3 ] {372ae242-5122-47c9-9d83-1cbb7acff3cf} oximeter.measurements_cumulativei64 (f98ab8cd-68bc-47d0-acd7-d5ac921453f5): Loading data parts 2024.05.13 19:13:56.372427 [ 3 ] {372ae242-5122-47c9-9d83-1cbb7acff3cf} oximeter.measurements_cumulativei64 (f98ab8cd-68bc-47d0-acd7-d5ac921453f5): There are no data parts 2024.05.13 19:13:56.373601 [ 3 ] {372ae242-5122-47c9-9d83-1cbb7acff3cf} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.373663 [ 3 ] {} HTTP-Session: 64c133dc-2d25-4cbc-a63a-3d3141feae89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.373766 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.373869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.373890 [ 3 ] {} HTTP-Session: f4661cf2-39f4-4d76-89dc-0e466f6523d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.373942 [ 3 ] {} HTTP-Session: f4661cf2-39f4-4d76-89dc-0e466f6523d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.373958 [ 3 ] {} HTTP-Session: f4661cf2-39f4-4d76-89dc-0e466f6523d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.374017 [ 3 ] {} HTTP-Session: f4661cf2-39f4-4d76-89dc-0e466f6523d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.374226 [ 3 ] {765c2141-4e42-4043-939f-4af08ae27dde} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.374334 [ 3 ] {765c2141-4e42-4043-939f-4af08ae27dde} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.13 19:13:56.376301 [ 3 ] {765c2141-4e42-4043-939f-4af08ae27dde} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): Loading data parts 2024.05.13 19:13:56.376436 [ 3 ] {765c2141-4e42-4043-939f-4af08ae27dde} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): There are no data parts 2024.05.13 19:13:56.377701 [ 3 ] {765c2141-4e42-4043-939f-4af08ae27dde} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.377727 [ 3 ] {} HTTP-Session: f4661cf2-39f4-4d76-89dc-0e466f6523d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.377861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.377938 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.377960 [ 3 ] {} HTTP-Session: 526edca5-e90d-411a-b24a-7760bafc7b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.378010 [ 3 ] {} HTTP-Session: 526edca5-e90d-411a-b24a-7760bafc7b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.378053 [ 3 ] {} HTTP-Session: 526edca5-e90d-411a-b24a-7760bafc7b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.378085 [ 3 ] {} HTTP-Session: 526edca5-e90d-411a-b24a-7760bafc7b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.378296 [ 3 ] {d412b37f-2a2d-4725-8c76-efbf87f73ac7} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.378410 [ 3 ] {d412b37f-2a2d-4725-8c76-efbf87f73ac7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.13 19:13:56.380318 [ 3 ] {d412b37f-2a2d-4725-8c76-efbf87f73ac7} oximeter.measurements_cumulativef32 (29808917-de3b-4d10-a401-9d46ff7f3e72): Loading data parts 2024.05.13 19:13:56.380465 [ 3 ] {d412b37f-2a2d-4725-8c76-efbf87f73ac7} oximeter.measurements_cumulativef32 (29808917-de3b-4d10-a401-9d46ff7f3e72): There are no data parts 2024.05.13 19:13:56.381656 [ 3 ] {d412b37f-2a2d-4725-8c76-efbf87f73ac7} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.381717 [ 3 ] {} HTTP-Session: 526edca5-e90d-411a-b24a-7760bafc7b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.381827 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.381905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.381956 [ 3 ] {} HTTP-Session: 4fe3cf27-6eeb-4432-ae59-59563a3c8774 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.382005 [ 3 ] {} HTTP-Session: 4fe3cf27-6eeb-4432-ae59-59563a3c8774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.382019 [ 3 ] {} HTTP-Session: 4fe3cf27-6eeb-4432-ae59-59563a3c8774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.382082 [ 3 ] {} HTTP-Session: 4fe3cf27-6eeb-4432-ae59-59563a3c8774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.382301 [ 3 ] {197ed4cf-9d18-4d4b-bd6d-eb96f23fd16f} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.382412 [ 3 ] {197ed4cf-9d18-4d4b-bd6d-eb96f23fd16f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.13 19:13:56.384288 [ 3 ] {197ed4cf-9d18-4d4b-bd6d-eb96f23fd16f} oximeter.measurements_cumulativef64 (cac1968c-6463-4d7c-81d4-9cf5b823af2c): Loading data parts 2024.05.13 19:13:56.384453 [ 3 ] {197ed4cf-9d18-4d4b-bd6d-eb96f23fd16f} oximeter.measurements_cumulativef64 (cac1968c-6463-4d7c-81d4-9cf5b823af2c): There are no data parts 2024.05.13 19:13:56.385720 [ 3 ] {197ed4cf-9d18-4d4b-bd6d-eb96f23fd16f} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.385745 [ 3 ] {} HTTP-Session: 4fe3cf27-6eeb-4432-ae59-59563a3c8774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.385893 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.385970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.385989 [ 3 ] {} HTTP-Session: 69f9c986-b208-4dc6-bfc8-bfdf0f6e19be Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.386037 [ 3 ] {} HTTP-Session: 69f9c986-b208-4dc6-bfc8-bfdf0f6e19be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.386083 [ 3 ] {} HTTP-Session: 69f9c986-b208-4dc6-bfc8-bfdf0f6e19be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.386113 [ 3 ] {} HTTP-Session: 69f9c986-b208-4dc6-bfc8-bfdf0f6e19be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.386336 [ 3 ] {8202ab94-7fdf-4706-aaf8-7c20f13b9c5b} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.386449 [ 3 ] {8202ab94-7fdf-4706-aaf8-7c20f13b9c5b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.13 19:13:56.388465 [ 3 ] {8202ab94-7fdf-4706-aaf8-7c20f13b9c5b} oximeter.measurements_histogrami8 (c3b670b8-f759-4c00-b157-2b72d4d74ac5): Loading data parts 2024.05.13 19:13:56.388677 [ 3 ] {8202ab94-7fdf-4706-aaf8-7c20f13b9c5b} oximeter.measurements_histogrami8 (c3b670b8-f759-4c00-b157-2b72d4d74ac5): There are no data parts 2024.05.13 19:13:56.390251 [ 3 ] {8202ab94-7fdf-4706-aaf8-7c20f13b9c5b} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.390281 [ 3 ] {} HTTP-Session: 69f9c986-b208-4dc6-bfc8-bfdf0f6e19be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.390482 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.390584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.390650 [ 3 ] {} HTTP-Session: b2d0f5aa-7552-4100-b9e5-91b023d79d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.390670 [ 3 ] {} HTTP-Session: b2d0f5aa-7552-4100-b9e5-91b023d79d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.390732 [ 3 ] {} HTTP-Session: b2d0f5aa-7552-4100-b9e5-91b023d79d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.390772 [ 3 ] {} HTTP-Session: b2d0f5aa-7552-4100-b9e5-91b023d79d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.391875 [ 3 ] {8865b1b9-c959-4a5c-9ff8-8befb3d5b2e4} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.392089 [ 3 ] {8865b1b9-c959-4a5c-9ff8-8befb3d5b2e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.13 19:13:56.394433 [ 3 ] {8865b1b9-c959-4a5c-9ff8-8befb3d5b2e4} oximeter.measurements_histogramu8 (c7b6f41b-2834-42a1-9667-d0953e04eeb3): Loading data parts 2024.05.13 19:13:56.394715 [ 3 ] {8865b1b9-c959-4a5c-9ff8-8befb3d5b2e4} oximeter.measurements_histogramu8 (c7b6f41b-2834-42a1-9667-d0953e04eeb3): There are no data parts 2024.05.13 19:13:56.395950 [ 3 ] {8865b1b9-c959-4a5c-9ff8-8befb3d5b2e4} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.396079 [ 3 ] {} HTTP-Session: b2d0f5aa-7552-4100-b9e5-91b023d79d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.396245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.396341 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.396411 [ 3 ] {} HTTP-Session: 149e8904-1d6c-4f13-ad28-be5d07aefee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.396481 [ 3 ] {} HTTP-Session: 149e8904-1d6c-4f13-ad28-be5d07aefee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.396498 [ 3 ] {} HTTP-Session: 149e8904-1d6c-4f13-ad28-be5d07aefee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.396569 [ 3 ] {} HTTP-Session: 149e8904-1d6c-4f13-ad28-be5d07aefee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.396806 [ 3 ] {b8f3000f-12bf-4001-a46a-d8ccb43e6278} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.396931 [ 3 ] {b8f3000f-12bf-4001-a46a-d8ccb43e6278} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.13 19:13:56.398924 [ 3 ] {b8f3000f-12bf-4001-a46a-d8ccb43e6278} oximeter.measurements_histogrami16 (0b5a71a1-3f0e-4bb6-b365-f530d91f0c7e): Loading data parts 2024.05.13 19:13:56.399125 [ 3 ] {b8f3000f-12bf-4001-a46a-d8ccb43e6278} oximeter.measurements_histogrami16 (0b5a71a1-3f0e-4bb6-b365-f530d91f0c7e): There are no data parts 2024.05.13 19:13:56.400354 [ 3 ] {b8f3000f-12bf-4001-a46a-d8ccb43e6278} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.400381 [ 3 ] {} HTTP-Session: 149e8904-1d6c-4f13-ad28-be5d07aefee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.400586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.400674 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.400693 [ 3 ] {} HTTP-Session: 17464b50-807e-46d1-8b08-1377ff4eccc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.400750 [ 3 ] {} HTTP-Session: 17464b50-807e-46d1-8b08-1377ff4eccc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.400802 [ 3 ] {} HTTP-Session: 17464b50-807e-46d1-8b08-1377ff4eccc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.400833 [ 3 ] {} HTTP-Session: 17464b50-807e-46d1-8b08-1377ff4eccc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.401048 [ 3 ] {26b0931d-fcf5-4b46-9d85-65d092090490} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.401177 [ 3 ] {26b0931d-fcf5-4b46-9d85-65d092090490} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.13 19:13:56.410014 [ 3 ] {26b0931d-fcf5-4b46-9d85-65d092090490} oximeter.measurements_histogramu16 (1bd2eb2e-f42b-4626-9425-d25d4fed2726): Loading data parts 2024.05.13 19:13:56.410246 [ 3 ] {26b0931d-fcf5-4b46-9d85-65d092090490} oximeter.measurements_histogramu16 (1bd2eb2e-f42b-4626-9425-d25d4fed2726): There are no data parts 2024.05.13 19:13:56.412219 [ 3 ] {26b0931d-fcf5-4b46-9d85-65d092090490} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.412287 [ 3 ] {} HTTP-Session: 17464b50-807e-46d1-8b08-1377ff4eccc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.412412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.412496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.412555 [ 3 ] {} HTTP-Session: 2824bffc-4823-47bc-b4a6-706f4627ee70 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.412571 [ 3 ] {} HTTP-Session: 2824bffc-4823-47bc-b4a6-706f4627ee70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.412621 [ 3 ] {} HTTP-Session: 2824bffc-4823-47bc-b4a6-706f4627ee70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.412690 [ 3 ] {} HTTP-Session: 2824bffc-4823-47bc-b4a6-706f4627ee70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.412881 [ 3 ] {14e14fd9-95a8-478b-89cb-5c809cddcbd7} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.413006 [ 3 ] {14e14fd9-95a8-478b-89cb-5c809cddcbd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.13 19:13:56.415322 [ 3 ] {14e14fd9-95a8-478b-89cb-5c809cddcbd7} oximeter.measurements_histogrami32 (45c6c982-b07b-4115-8274-a2c87c9bba85): Loading data parts 2024.05.13 19:13:56.415489 [ 3 ] {14e14fd9-95a8-478b-89cb-5c809cddcbd7} oximeter.measurements_histogrami32 (45c6c982-b07b-4115-8274-a2c87c9bba85): There are no data parts 2024.05.13 19:13:56.416762 [ 3 ] {14e14fd9-95a8-478b-89cb-5c809cddcbd7} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.416826 [ 3 ] {} HTTP-Session: 2824bffc-4823-47bc-b4a6-706f4627ee70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.416988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.417064 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.417084 [ 3 ] {} HTTP-Session: 1ae62573-c6ae-49a9-9d7d-10b13645a69e Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.417139 [ 3 ] {} HTTP-Session: 1ae62573-c6ae-49a9-9d7d-10b13645a69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.417153 [ 3 ] {} HTTP-Session: 1ae62573-c6ae-49a9-9d7d-10b13645a69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.417212 [ 3 ] {} HTTP-Session: 1ae62573-c6ae-49a9-9d7d-10b13645a69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.417437 [ 3 ] {dc6278e6-8bea-4c3e-9e28-603eedd14b7c} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.417547 [ 3 ] {dc6278e6-8bea-4c3e-9e28-603eedd14b7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.13 19:13:56.419838 [ 3 ] {dc6278e6-8bea-4c3e-9e28-603eedd14b7c} oximeter.measurements_histogramu32 (488fab62-d3fe-4a20-98ce-01104c58e4de): Loading data parts 2024.05.13 19:13:56.419945 [ 3 ] {dc6278e6-8bea-4c3e-9e28-603eedd14b7c} oximeter.measurements_histogramu32 (488fab62-d3fe-4a20-98ce-01104c58e4de): There are no data parts 2024.05.13 19:13:56.421216 [ 3 ] {dc6278e6-8bea-4c3e-9e28-603eedd14b7c} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.421241 [ 3 ] {} HTTP-Session: 1ae62573-c6ae-49a9-9d7d-10b13645a69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.421440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.421537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.421595 [ 3 ] {} HTTP-Session: be649e8b-d627-4077-be30-bc7078280c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.421613 [ 3 ] {} HTTP-Session: be649e8b-d627-4077-be30-bc7078280c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.421664 [ 3 ] {} HTTP-Session: be649e8b-d627-4077-be30-bc7078280c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.421695 [ 3 ] {} HTTP-Session: be649e8b-d627-4077-be30-bc7078280c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.421950 [ 3 ] {9bd20760-7019-47ae-9c6a-bf4667e1cd64} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.422064 [ 3 ] {9bd20760-7019-47ae-9c6a-bf4667e1cd64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.13 19:13:56.424325 [ 3 ] {9bd20760-7019-47ae-9c6a-bf4667e1cd64} oximeter.measurements_histogrami64 (d047ad50-e612-4f98-9c14-cb3ec3ef2953): Loading data parts 2024.05.13 19:13:56.424560 [ 3 ] {9bd20760-7019-47ae-9c6a-bf4667e1cd64} oximeter.measurements_histogrami64 (d047ad50-e612-4f98-9c14-cb3ec3ef2953): There are no data parts 2024.05.13 19:13:56.425818 [ 3 ] {9bd20760-7019-47ae-9c6a-bf4667e1cd64} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.425842 [ 3 ] {} HTTP-Session: be649e8b-d627-4077-be30-bc7078280c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.425963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.426068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.426087 [ 3 ] {} HTTP-Session: ed2e5e88-0e71-45df-bc63-3e9926c2c69a Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.426131 [ 3 ] {} HTTP-Session: ed2e5e88-0e71-45df-bc63-3e9926c2c69a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.426146 [ 3 ] {} HTTP-Session: ed2e5e88-0e71-45df-bc63-3e9926c2c69a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.426205 [ 3 ] {} HTTP-Session: ed2e5e88-0e71-45df-bc63-3e9926c2c69a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.426412 [ 3 ] {9534a87f-c898-4e80-b155-96740185866e} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.426520 [ 3 ] {9534a87f-c898-4e80-b155-96740185866e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.13 19:13:56.428871 [ 3 ] {9534a87f-c898-4e80-b155-96740185866e} oximeter.measurements_histogramu64 (5dcc189e-4122-42e2-b729-c0ff4cf8dc5a): Loading data parts 2024.05.13 19:13:56.428999 [ 3 ] {9534a87f-c898-4e80-b155-96740185866e} oximeter.measurements_histogramu64 (5dcc189e-4122-42e2-b729-c0ff4cf8dc5a): There are no data parts 2024.05.13 19:13:56.430272 [ 3 ] {9534a87f-c898-4e80-b155-96740185866e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.430297 [ 3 ] {} HTTP-Session: ed2e5e88-0e71-45df-bc63-3e9926c2c69a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.430441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.430520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.430573 [ 3 ] {} HTTP-Session: e27decf0-0e3c-48f0-a448-095d23b918e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.430589 [ 3 ] {} HTTP-Session: e27decf0-0e3c-48f0-a448-095d23b918e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.430634 [ 3 ] {} HTTP-Session: e27decf0-0e3c-48f0-a448-095d23b918e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.430697 [ 3 ] {} HTTP-Session: e27decf0-0e3c-48f0-a448-095d23b918e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.430886 [ 3 ] {6c5a1c96-5376-46c0-ac58-076c879e27a2} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.430998 [ 3 ] {6c5a1c96-5376-46c0-ac58-076c879e27a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.13 19:13:56.433299 [ 3 ] {6c5a1c96-5376-46c0-ac58-076c879e27a2} oximeter.measurements_histogramf32 (407a71ec-f87d-4862-9787-95c51b3b44d2): Loading data parts 2024.05.13 19:13:56.433458 [ 3 ] {6c5a1c96-5376-46c0-ac58-076c879e27a2} oximeter.measurements_histogramf32 (407a71ec-f87d-4862-9787-95c51b3b44d2): There are no data parts 2024.05.13 19:13:56.434676 [ 3 ] {6c5a1c96-5376-46c0-ac58-076c879e27a2} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.434744 [ 3 ] {} HTTP-Session: e27decf0-0e3c-48f0-a448-095d23b918e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.434893 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.434939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.434991 [ 3 ] {} HTTP-Session: 6452e8d6-0d45-4702-8c14-85fb4d18dd60 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.435040 [ 3 ] {} HTTP-Session: 6452e8d6-0d45-4702-8c14-85fb4d18dd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.435054 [ 3 ] {} HTTP-Session: 6452e8d6-0d45-4702-8c14-85fb4d18dd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.435113 [ 3 ] {} HTTP-Session: 6452e8d6-0d45-4702-8c14-85fb4d18dd60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.435336 [ 3 ] {517af252-5e4c-4ef0-98ef-be2845948b83} executeQuery: (from [fd00:1122:3344:101::d]:58200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.13 19:13:56.435450 [ 3 ] {517af252-5e4c-4ef0-98ef-be2845948b83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.13 19:13:56.437740 [ 3 ] {517af252-5e4c-4ef0-98ef-be2845948b83} oximeter.measurements_histogramf64 (6421d223-9629-491c-b46f-26a3840ff5ae): Loading data parts 2024.05.13 19:13:56.437880 [ 3 ] {517af252-5e4c-4ef0-98ef-be2845948b83} oximeter.measurements_histogramf64 (6421d223-9629-491c-b46f-26a3840ff5ae): There are no data parts 2024.05.13 19:13:56.439124 [ 3 ] {517af252-5e4c-4ef0-98ef-be2845948b83} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.439149 [ 3 ] {} HTTP-Session: 6452e8d6-0d45-4702-8c14-85fb4d18dd60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.439303 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.439383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.439402 [ 3 ] {} HTTP-Session: 036bdc55-70ac-409b-ac30-1ba28f4de495 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.439450 [ 3 ] {} HTTP-Session: 036bdc55-70ac-409b-ac30-1ba28f4de495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.439497 [ 3 ] {} HTTP-Session: 036bdc55-70ac-409b-ac30-1ba28f4de495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.439528 [ 3 ] {} HTTP-Session: 036bdc55-70ac-409b-ac30-1ba28f4de495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.439766 [ 3 ] {be468fce-f906-4ba0-a2f6-cfea4e381d7c} executeQuery: (from [fd00:1122:3344:101::d]:58200) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. */ 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) 2024.05.13 19:13:56.439875 [ 3 ] {be468fce-f906-4ba0-a2f6-cfea4e381d7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.13 19:13:56.442032 [ 3 ] {be468fce-f906-4ba0-a2f6-cfea4e381d7c} oximeter.fields_bool (05d911c5-06d2-4a2d-aa5c-4b8136ec24b4): Loading data parts 2024.05.13 19:13:56.442197 [ 3 ] {be468fce-f906-4ba0-a2f6-cfea4e381d7c} oximeter.fields_bool (05d911c5-06d2-4a2d-aa5c-4b8136ec24b4): There are no data parts 2024.05.13 19:13:56.443376 [ 3 ] {be468fce-f906-4ba0-a2f6-cfea4e381d7c} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.443437 [ 3 ] {} HTTP-Session: 036bdc55-70ac-409b-ac30-1ba28f4de495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.443584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.443630 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.443683 [ 3 ] {} HTTP-Session: f353642f-b2ad-4c7e-8b4c-3b707b1c5c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.443735 [ 3 ] {} HTTP-Session: f353642f-b2ad-4c7e-8b4c-3b707b1c5c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.443749 [ 3 ] {} HTTP-Session: f353642f-b2ad-4c7e-8b4c-3b707b1c5c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.443809 [ 3 ] {} HTTP-Session: f353642f-b2ad-4c7e-8b4c-3b707b1c5c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.443985 [ 3 ] {94c35b7c-fe34-439b-8630-7883e59619b4} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.444058 [ 3 ] {94c35b7c-fe34-439b-8630-7883e59619b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.13 19:13:56.445822 [ 3 ] {94c35b7c-fe34-439b-8630-7883e59619b4} oximeter.fields_i8 (28e6502b-3fe1-41c3-8e9a-a82e55b4de1c): Loading data parts 2024.05.13 19:13:56.445946 [ 3 ] {94c35b7c-fe34-439b-8630-7883e59619b4} oximeter.fields_i8 (28e6502b-3fe1-41c3-8e9a-a82e55b4de1c): There are no data parts 2024.05.13 19:13:56.447098 [ 3 ] {94c35b7c-fe34-439b-8630-7883e59619b4} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.447167 [ 3 ] {} HTTP-Session: f353642f-b2ad-4c7e-8b4c-3b707b1c5c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.447275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.447351 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.447403 [ 3 ] {} HTTP-Session: acf47ba3-fda6-4305-8a5e-a5515bdf0940 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.447420 [ 3 ] {} HTTP-Session: acf47ba3-fda6-4305-8a5e-a5515bdf0940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.447464 [ 3 ] {} HTTP-Session: acf47ba3-fda6-4305-8a5e-a5515bdf0940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.447527 [ 3 ] {} HTTP-Session: acf47ba3-fda6-4305-8a5e-a5515bdf0940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.447670 [ 3 ] {92096265-c55f-4f4d-824c-de0317656b6b} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.447775 [ 3 ] {92096265-c55f-4f4d-824c-de0317656b6b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.13 19:13:56.449533 [ 3 ] {92096265-c55f-4f4d-824c-de0317656b6b} oximeter.fields_u8 (2cbdd2cd-35b8-458d-aaa5-32814175e4c5): Loading data parts 2024.05.13 19:13:56.449658 [ 3 ] {92096265-c55f-4f4d-824c-de0317656b6b} oximeter.fields_u8 (2cbdd2cd-35b8-458d-aaa5-32814175e4c5): There are no data parts 2024.05.13 19:13:56.450836 [ 3 ] {92096265-c55f-4f4d-824c-de0317656b6b} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.450861 [ 3 ] {} HTTP-Session: acf47ba3-fda6-4305-8a5e-a5515bdf0940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.450994 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.451073 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.451092 [ 3 ] {} HTTP-Session: 1f9ca9c8-bf9c-4449-9117-ed0b398eb841 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.451139 [ 3 ] {} HTTP-Session: 1f9ca9c8-bf9c-4449-9117-ed0b398eb841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.451186 [ 3 ] {} HTTP-Session: 1f9ca9c8-bf9c-4449-9117-ed0b398eb841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.451216 [ 3 ] {} HTTP-Session: 1f9ca9c8-bf9c-4449-9117-ed0b398eb841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.451392 [ 3 ] {df3d41b7-f02a-4abb-a78d-ab0148db36de} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.451499 [ 3 ] {df3d41b7-f02a-4abb-a78d-ab0148db36de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.13 19:13:56.453325 [ 3 ] {df3d41b7-f02a-4abb-a78d-ab0148db36de} oximeter.fields_i16 (efb5f932-078d-4ea3-8bc7-27676f6ced62): Loading data parts 2024.05.13 19:13:56.453430 [ 3 ] {df3d41b7-f02a-4abb-a78d-ab0148db36de} oximeter.fields_i16 (efb5f932-078d-4ea3-8bc7-27676f6ced62): There are no data parts 2024.05.13 19:13:56.454688 [ 3 ] {df3d41b7-f02a-4abb-a78d-ab0148db36de} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.454714 [ 3 ] {} HTTP-Session: 1f9ca9c8-bf9c-4449-9117-ed0b398eb841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.454869 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.454947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.454969 [ 3 ] {} HTTP-Session: 167de4f4-f18a-469d-800c-909317c51817 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.455026 [ 3 ] {} HTTP-Session: 167de4f4-f18a-469d-800c-909317c51817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.455070 [ 3 ] {} HTTP-Session: 167de4f4-f18a-469d-800c-909317c51817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.455101 [ 3 ] {} HTTP-Session: 167de4f4-f18a-469d-800c-909317c51817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.455309 [ 3 ] {1a484881-4edd-494b-85ea-2e8c34f3347c} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.455416 [ 3 ] {1a484881-4edd-494b-85ea-2e8c34f3347c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.13 19:13:56.457145 [ 3 ] {1a484881-4edd-494b-85ea-2e8c34f3347c} oximeter.fields_u16 (dc2feca9-adb0-47b8-90cc-aa8df590913f): Loading data parts 2024.05.13 19:13:56.457286 [ 3 ] {1a484881-4edd-494b-85ea-2e8c34f3347c} oximeter.fields_u16 (dc2feca9-adb0-47b8-90cc-aa8df590913f): There are no data parts 2024.05.13 19:13:56.458420 [ 3 ] {1a484881-4edd-494b-85ea-2e8c34f3347c} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.458445 [ 3 ] {} HTTP-Session: 167de4f4-f18a-469d-800c-909317c51817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.458595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.458675 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.458695 [ 3 ] {} HTTP-Session: 44e4d72c-9f0a-4b45-81b6-b135800fc285 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.458744 [ 3 ] {} HTTP-Session: 44e4d72c-9f0a-4b45-81b6-b135800fc285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.458791 [ 3 ] {} HTTP-Session: 44e4d72c-9f0a-4b45-81b6-b135800fc285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.458822 [ 3 ] {} HTTP-Session: 44e4d72c-9f0a-4b45-81b6-b135800fc285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.458996 [ 3 ] {66d32bb7-97d0-4839-a29a-14d9e13efceb} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.459072 [ 3 ] {66d32bb7-97d0-4839-a29a-14d9e13efceb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.13 19:13:56.460821 [ 3 ] {66d32bb7-97d0-4839-a29a-14d9e13efceb} oximeter.fields_i32 (3cfe95ab-9601-4bcf-922d-f101d3645fff): Loading data parts 2024.05.13 19:13:56.460982 [ 3 ] {66d32bb7-97d0-4839-a29a-14d9e13efceb} oximeter.fields_i32 (3cfe95ab-9601-4bcf-922d-f101d3645fff): There are no data parts 2024.05.13 19:13:56.462099 [ 3 ] {66d32bb7-97d0-4839-a29a-14d9e13efceb} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.462159 [ 3 ] {} HTTP-Session: 44e4d72c-9f0a-4b45-81b6-b135800fc285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.462299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.462345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.462398 [ 3 ] {} HTTP-Session: 6585bcba-d18e-495e-9856-8db2f48cfdce Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.462448 [ 3 ] {} HTTP-Session: 6585bcba-d18e-495e-9856-8db2f48cfdce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.462462 [ 3 ] {} HTTP-Session: 6585bcba-d18e-495e-9856-8db2f48cfdce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.462522 [ 3 ] {} HTTP-Session: 6585bcba-d18e-495e-9856-8db2f48cfdce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.462697 [ 3 ] {fd9cf21b-53c5-4b7a-88d7-714bc7bfb21c} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.462767 [ 3 ] {fd9cf21b-53c5-4b7a-88d7-714bc7bfb21c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.13 19:13:56.464535 [ 3 ] {fd9cf21b-53c5-4b7a-88d7-714bc7bfb21c} oximeter.fields_u32 (3dc6df33-8dc4-4d1b-987b-00d1615f3cf7): Loading data parts 2024.05.13 19:13:56.464721 [ 3 ] {fd9cf21b-53c5-4b7a-88d7-714bc7bfb21c} oximeter.fields_u32 (3dc6df33-8dc4-4d1b-987b-00d1615f3cf7): There are no data parts 2024.05.13 19:13:56.465877 [ 3 ] {fd9cf21b-53c5-4b7a-88d7-714bc7bfb21c} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.465944 [ 3 ] {} HTTP-Session: 6585bcba-d18e-495e-9856-8db2f48cfdce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.466040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.466120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.466174 [ 3 ] {} HTTP-Session: ff462aaa-3d6b-4eb1-ba6b-e762b1942fae Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.466190 [ 3 ] {} HTTP-Session: ff462aaa-3d6b-4eb1-ba6b-e762b1942fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.466235 [ 3 ] {} HTTP-Session: ff462aaa-3d6b-4eb1-ba6b-e762b1942fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.466300 [ 3 ] {} HTTP-Session: ff462aaa-3d6b-4eb1-ba6b-e762b1942fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.466470 [ 3 ] {03ff2cc2-4def-41ce-a37e-49d81d73fb1e} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.466547 [ 3 ] {03ff2cc2-4def-41ce-a37e-49d81d73fb1e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.13 19:13:56.468287 [ 3 ] {03ff2cc2-4def-41ce-a37e-49d81d73fb1e} oximeter.fields_i64 (0756d4d2-9206-43b0-b2a7-1047ad65ab54): Loading data parts 2024.05.13 19:13:56.468410 [ 3 ] {03ff2cc2-4def-41ce-a37e-49d81d73fb1e} oximeter.fields_i64 (0756d4d2-9206-43b0-b2a7-1047ad65ab54): There are no data parts 2024.05.13 19:13:56.469539 [ 3 ] {03ff2cc2-4def-41ce-a37e-49d81d73fb1e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.469563 [ 3 ] {} HTTP-Session: ff462aaa-3d6b-4eb1-ba6b-e762b1942fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.469697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.469783 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.469834 [ 3 ] {} HTTP-Session: 53c1c448-5b9d-443a-b71e-6146acfaa520 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.469852 [ 3 ] {} HTTP-Session: 53c1c448-5b9d-443a-b71e-6146acfaa520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.469896 [ 3 ] {} HTTP-Session: 53c1c448-5b9d-443a-b71e-6146acfaa520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.469956 [ 3 ] {} HTTP-Session: 53c1c448-5b9d-443a-b71e-6146acfaa520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.470128 [ 3 ] {c8683e99-8384-42cc-88ae-1b73c4ddb809} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.470202 [ 3 ] {c8683e99-8384-42cc-88ae-1b73c4ddb809} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.13 19:13:56.472003 [ 3 ] {c8683e99-8384-42cc-88ae-1b73c4ddb809} oximeter.fields_u64 (a905a853-e355-438b-8de9-b0a2902e6244): Loading data parts 2024.05.13 19:13:56.472127 [ 3 ] {c8683e99-8384-42cc-88ae-1b73c4ddb809} oximeter.fields_u64 (a905a853-e355-438b-8de9-b0a2902e6244): There are no data parts 2024.05.13 19:13:56.473264 [ 3 ] {c8683e99-8384-42cc-88ae-1b73c4ddb809} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.473289 [ 3 ] {} HTTP-Session: 53c1c448-5b9d-443a-b71e-6146acfaa520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.473436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.473579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.473601 [ 3 ] {} HTTP-Session: b836df46-0aa8-472b-b7eb-1fa228915ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.473617 [ 3 ] {} HTTP-Session: b836df46-0aa8-472b-b7eb-1fa228915ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.473662 [ 3 ] {} HTTP-Session: b836df46-0aa8-472b-b7eb-1fa228915ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.473695 [ 3 ] {} HTTP-Session: b836df46-0aa8-472b-b7eb-1fa228915ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.473832 [ 3 ] {3f8b0d06-4af0-4382-8608-26c058d3e52e} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.473907 [ 3 ] {3f8b0d06-4af0-4382-8608-26c058d3e52e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.13 19:13:56.475666 [ 3 ] {3f8b0d06-4af0-4382-8608-26c058d3e52e} oximeter.fields_ipaddr (a480477b-5646-435d-b172-5a2e014baf9c): Loading data parts 2024.05.13 19:13:56.475828 [ 3 ] {3f8b0d06-4af0-4382-8608-26c058d3e52e} oximeter.fields_ipaddr (a480477b-5646-435d-b172-5a2e014baf9c): There are no data parts 2024.05.13 19:13:56.476934 [ 3 ] {3f8b0d06-4af0-4382-8608-26c058d3e52e} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.476960 [ 3 ] {} HTTP-Session: b836df46-0aa8-472b-b7eb-1fa228915ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.477069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.477114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.477133 [ 3 ] {} HTTP-Session: bb35be62-b77a-44a1-8626-3d03edfd65fc Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.477149 [ 3 ] {} HTTP-Session: bb35be62-b77a-44a1-8626-3d03edfd65fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.477162 [ 3 ] {} HTTP-Session: bb35be62-b77a-44a1-8626-3d03edfd65fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.477191 [ 3 ] {} HTTP-Session: bb35be62-b77a-44a1-8626-3d03edfd65fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.477328 [ 3 ] {84792b97-1376-4ed3-8984-83a8cb5da184} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.477366 [ 3 ] {84792b97-1376-4ed3-8984-83a8cb5da184} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.13 19:13:56.479072 [ 3 ] {84792b97-1376-4ed3-8984-83a8cb5da184} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): Loading data parts 2024.05.13 19:13:56.479194 [ 3 ] {84792b97-1376-4ed3-8984-83a8cb5da184} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): There are no data parts 2024.05.13 19:13:56.480335 [ 3 ] {84792b97-1376-4ed3-8984-83a8cb5da184} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.480361 [ 3 ] {} HTTP-Session: bb35be62-b77a-44a1-8626-3d03edfd65fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.480461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.480506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.480525 [ 3 ] {} HTTP-Session: 83acf1a2-2eab-4496-b0f6-1ce8b44253cc Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.480541 [ 3 ] {} HTTP-Session: 83acf1a2-2eab-4496-b0f6-1ce8b44253cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.480554 [ 3 ] {} HTTP-Session: 83acf1a2-2eab-4496-b0f6-1ce8b44253cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.480583 [ 3 ] {} HTTP-Session: 83acf1a2-2eab-4496-b0f6-1ce8b44253cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.480719 [ 3 ] {57e9b3e9-f156-424f-b24e-31aed7ed0180} executeQuery: (from [fd00:1122:3344:101::d]:58200) 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) 2024.05.13 19:13:56.480758 [ 3 ] {57e9b3e9-f156-424f-b24e-31aed7ed0180} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.13 19:13:56.482404 [ 3 ] {57e9b3e9-f156-424f-b24e-31aed7ed0180} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): Loading data parts 2024.05.13 19:13:56.482520 [ 3 ] {57e9b3e9-f156-424f-b24e-31aed7ed0180} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): There are no data parts 2024.05.13 19:13:56.483704 [ 3 ] {57e9b3e9-f156-424f-b24e-31aed7ed0180} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.483729 [ 3 ] {} HTTP-Session: 83acf1a2-2eab-4496-b0f6-1ce8b44253cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.483832 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.483877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.483896 [ 3 ] {} HTTP-Session: 254371f1-c000-46d1-b627-8ad7fe75e4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.483912 [ 3 ] {} HTTP-Session: 254371f1-c000-46d1-b627-8ad7fe75e4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.483925 [ 3 ] {} HTTP-Session: 254371f1-c000-46d1-b627-8ad7fe75e4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.483954 [ 3 ] {} HTTP-Session: 254371f1-c000-46d1-b627-8ad7fe75e4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.484154 [ 3 ] {6dc7ea5c-a782-4f57-a3fc-9e4e49e3a23c} executeQuery: (from [fd00:1122:3344:101::d]:58200) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ 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) 2024.05.13 19:13:56.484211 [ 3 ] {6dc7ea5c-a782-4f57-a3fc-9e4e49e3a23c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.13 19:13:56.486055 [ 3 ] {6dc7ea5c-a782-4f57-a3fc-9e4e49e3a23c} oximeter.timeseries_schema (39dca70d-6ec1-4dff-b39e-c94a8b972ac7): Loading data parts 2024.05.13 19:13:56.486181 [ 3 ] {6dc7ea5c-a782-4f57-a3fc-9e4e49e3a23c} oximeter.timeseries_schema (39dca70d-6ec1-4dff-b39e-c94a8b972ac7): There are no data parts 2024.05.13 19:13:56.487441 [ 3 ] {6dc7ea5c-a782-4f57-a3fc-9e4e49e3a23c} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.487467 [ 3 ] {} HTTP-Session: 254371f1-c000-46d1-b627-8ad7fe75e4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.487583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58200, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:13:56.487629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:13:56.487648 [ 3 ] {} HTTP-Session: ff084de9-356b-4965-be92-90cd0703db9e Authenticating user 'default' from [fd00:1122:3344:101::d]:58200 2024.05.13 19:13:56.487664 [ 3 ] {} HTTP-Session: ff084de9-356b-4965-be92-90cd0703db9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.487677 [ 3 ] {} HTTP-Session: ff084de9-356b-4965-be92-90cd0703db9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:56.487707 [ 3 ] {} HTTP-Session: ff084de9-356b-4965-be92-90cd0703db9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:13:56.487868 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} executeQuery: (from [fd00:1122:3344:101::d]:58200) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.13 19:13:56.489784 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.13 19:13:56.493951 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} oximeter.version (a7ba33f0-54c7-405c-a91b-b5059f5d96c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:13:56.493986 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:13:56.499172 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:13:56.500481 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} oximeter.version (a7ba33f0-54c7-405c-a91b-b5059f5d96c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:13:56.500783 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} executeQuery: Read 1 rows, 16.00 B in 0.012994 sec., 76.95859627520394 rows/sec., 1.20 KiB/sec. 2024.05.13 19:13:56.500939 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} DynamicQueryHandler: Done processing query 2024.05.13 19:13:56.500962 [ 3 ] {ae6d1f1e-9e83-4c46-b31a-4d545ec8e7c8} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.13 19:13:56.500978 [ 3 ] {} HTTP-Session: ff084de9-356b-4965-be92-90cd0703db9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:13:57.000273 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 166.29 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.51 MiB 2024.05.13 19:14:10.464253 [ 125 ] {} DNSResolver: Updating DNS cache 2024.05.13 19:14:10.464311 [ 125 ] {} DNSResolver: Updated DNS cache 2024.05.13 19:14:25.464372 [ 109 ] {} DNSResolver: Updating DNS cache 2024.05.13 19:14:25.464462 [ 109 ] {} DNSResolver: Updated DNS cache 2024.05.13 19:14:31.521204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.521404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.521451 [ 3 ] {} HTTP-Session: 4914bef8-928e-4e22-948f-f52a0841cb37 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.521491 [ 3 ] {} HTTP-Session: 4914bef8-928e-4e22-948f-f52a0841cb37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.521506 [ 3 ] {} HTTP-Session: 4914bef8-928e-4e22-948f-f52a0841cb37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.521557 [ 3 ] {} HTTP-Session: 4914bef8-928e-4e22-948f-f52a0841cb37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.521743 [ 3 ] {bdff73ec-63bc-4987-89dd-86b35d1f6127} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.522087 [ 3 ] {bdff73ec-63bc-4987-89dd-86b35d1f6127} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.522230 [ 3 ] {bdff73ec-63bc-4987-89dd-86b35d1f6127} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.525293 [ 3 ] {bdff73ec-63bc-4987-89dd-86b35d1f6127} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.525330 [ 3 ] {bdff73ec-63bc-4987-89dd-86b35d1f6127} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.525352 [ 3 ] {} HTTP-Session: 4914bef8-928e-4e22-948f-f52a0841cb37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.531548 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.531649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.531688 [ 3 ] {} HTTP-Session: e93a26dd-1490-40e7-8fa5-36d6d7660262 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.531722 [ 3 ] {} HTTP-Session: e93a26dd-1490-40e7-8fa5-36d6d7660262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.531750 [ 3 ] {} HTTP-Session: e93a26dd-1490-40e7-8fa5-36d6d7660262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.531817 [ 3 ] {} HTTP-Session: e93a26dd-1490-40e7-8fa5-36d6d7660262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.532105 [ 3 ] {8a458b2a-994e-4784-93d1-be08ce363aee} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.536995 [ 3 ] {8a458b2a-994e-4784-93d1-be08ce363aee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.537080 [ 3 ] {8a458b2a-994e-4784-93d1-be08ce363aee} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.538201 [ 3 ] {8a458b2a-994e-4784-93d1-be08ce363aee} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.538228 [ 3 ] {8a458b2a-994e-4784-93d1-be08ce363aee} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.538245 [ 3 ] {} HTTP-Session: e93a26dd-1490-40e7-8fa5-36d6d7660262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.538615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.538667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.538687 [ 3 ] {} HTTP-Session: 6f195713-5bec-45f6-88e8-242db1e722aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.538705 [ 3 ] {} HTTP-Session: 6f195713-5bec-45f6-88e8-242db1e722aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.538719 [ 3 ] {} HTTP-Session: 6f195713-5bec-45f6-88e8-242db1e722aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.538753 [ 3 ] {} HTTP-Session: 6f195713-5bec-45f6-88e8-242db1e722aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.538883 [ 3 ] {a0776d9f-8dd3-437c-81cb-b8d9e835de54} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.539241 [ 3 ] {a0776d9f-8dd3-437c-81cb-b8d9e835de54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.539293 [ 3 ] {a0776d9f-8dd3-437c-81cb-b8d9e835de54} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.540168 [ 3 ] {a0776d9f-8dd3-437c-81cb-b8d9e835de54} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.540194 [ 3 ] {a0776d9f-8dd3-437c-81cb-b8d9e835de54} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.540211 [ 3 ] {} HTTP-Session: 6f195713-5bec-45f6-88e8-242db1e722aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.540430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.540478 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.540498 [ 3 ] {} HTTP-Session: beec3578-5dca-4506-a2f8-374e0178ca9d Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.540514 [ 3 ] {} HTTP-Session: beec3578-5dca-4506-a2f8-374e0178ca9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.540528 [ 3 ] {} HTTP-Session: beec3578-5dca-4506-a2f8-374e0178ca9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.540559 [ 3 ] {} HTTP-Session: beec3578-5dca-4506-a2f8-374e0178ca9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.540682 [ 3 ] {96e80e0b-adc3-4806-b1bf-85447d318bf9} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.541000 [ 3 ] {96e80e0b-adc3-4806-b1bf-85447d318bf9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.541051 [ 3 ] {96e80e0b-adc3-4806-b1bf-85447d318bf9} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.541960 [ 3 ] {96e80e0b-adc3-4806-b1bf-85447d318bf9} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.541986 [ 3 ] {96e80e0b-adc3-4806-b1bf-85447d318bf9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.542003 [ 3 ] {} HTTP-Session: beec3578-5dca-4506-a2f8-374e0178ca9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.542194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.542242 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.542262 [ 3 ] {} HTTP-Session: d1d8ef26-9de0-4a94-a9bf-c6f8b00dd69e Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.542278 [ 3 ] {} HTTP-Session: d1d8ef26-9de0-4a94-a9bf-c6f8b00dd69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.542292 [ 3 ] {} HTTP-Session: d1d8ef26-9de0-4a94-a9bf-c6f8b00dd69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.542323 [ 3 ] {} HTTP-Session: d1d8ef26-9de0-4a94-a9bf-c6f8b00dd69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.542446 [ 3 ] {75574163-a19a-4c0d-bd0a-dc8e7ebb1f03} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.542766 [ 3 ] {75574163-a19a-4c0d-bd0a-dc8e7ebb1f03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.542818 [ 3 ] {75574163-a19a-4c0d-bd0a-dc8e7ebb1f03} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.543684 [ 3 ] {75574163-a19a-4c0d-bd0a-dc8e7ebb1f03} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.543709 [ 3 ] {75574163-a19a-4c0d-bd0a-dc8e7ebb1f03} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.543726 [ 3 ] {} HTTP-Session: d1d8ef26-9de0-4a94-a9bf-c6f8b00dd69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.543934 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.543982 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.544001 [ 3 ] {} HTTP-Session: c08e5886-87f6-43f7-b9cc-ad358c7d0579 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.544017 [ 3 ] {} HTTP-Session: c08e5886-87f6-43f7-b9cc-ad358c7d0579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.544031 [ 3 ] {} HTTP-Session: c08e5886-87f6-43f7-b9cc-ad358c7d0579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.544061 [ 3 ] {} HTTP-Session: c08e5886-87f6-43f7-b9cc-ad358c7d0579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.544184 [ 3 ] {5f3f48ba-9ba9-4804-b655-5ad02a349e2f} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.544503 [ 3 ] {5f3f48ba-9ba9-4804-b655-5ad02a349e2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.544556 [ 3 ] {5f3f48ba-9ba9-4804-b655-5ad02a349e2f} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.545366 [ 3 ] {5f3f48ba-9ba9-4804-b655-5ad02a349e2f} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.545392 [ 3 ] {5f3f48ba-9ba9-4804-b655-5ad02a349e2f} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.545409 [ 3 ] {} HTTP-Session: c08e5886-87f6-43f7-b9cc-ad358c7d0579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.545615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.545664 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.545683 [ 3 ] {} HTTP-Session: c19ed456-bbac-4a77-8ffb-3bcce6a52a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.545700 [ 3 ] {} HTTP-Session: c19ed456-bbac-4a77-8ffb-3bcce6a52a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.545714 [ 3 ] {} HTTP-Session: c19ed456-bbac-4a77-8ffb-3bcce6a52a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.545745 [ 3 ] {} HTTP-Session: c19ed456-bbac-4a77-8ffb-3bcce6a52a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.545869 [ 3 ] {75da01cf-7a39-4c09-bc79-27a6b9687ac7} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.546188 [ 3 ] {75da01cf-7a39-4c09-bc79-27a6b9687ac7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.546241 [ 3 ] {75da01cf-7a39-4c09-bc79-27a6b9687ac7} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.547123 [ 3 ] {75da01cf-7a39-4c09-bc79-27a6b9687ac7} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.547147 [ 3 ] {75da01cf-7a39-4c09-bc79-27a6b9687ac7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.547164 [ 3 ] {} HTTP-Session: c19ed456-bbac-4a77-8ffb-3bcce6a52a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.547369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.547417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.547436 [ 3 ] {} HTTP-Session: bd2c2ea2-7606-4802-b7e8-3d6e4a96b3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.547453 [ 3 ] {} HTTP-Session: bd2c2ea2-7606-4802-b7e8-3d6e4a96b3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.547467 [ 3 ] {} HTTP-Session: bd2c2ea2-7606-4802-b7e8-3d6e4a96b3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.547497 [ 3 ] {} HTTP-Session: bd2c2ea2-7606-4802-b7e8-3d6e4a96b3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.547621 [ 3 ] {67392ed3-f6b5-4ceb-a332-dfffa513334e} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.547945 [ 3 ] {67392ed3-f6b5-4ceb-a332-dfffa513334e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.547997 [ 3 ] {67392ed3-f6b5-4ceb-a332-dfffa513334e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.548824 [ 3 ] {67392ed3-f6b5-4ceb-a332-dfffa513334e} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.548850 [ 3 ] {67392ed3-f6b5-4ceb-a332-dfffa513334e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.548867 [ 3 ] {} HTTP-Session: bd2c2ea2-7606-4802-b7e8-3d6e4a96b3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.549048 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.549096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.549115 [ 3 ] {} HTTP-Session: 257abdff-9b54-4bdf-a567-1fe65fdc1f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.549131 [ 3 ] {} HTTP-Session: 257abdff-9b54-4bdf-a567-1fe65fdc1f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.549145 [ 3 ] {} HTTP-Session: 257abdff-9b54-4bdf-a567-1fe65fdc1f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.549176 [ 3 ] {} HTTP-Session: 257abdff-9b54-4bdf-a567-1fe65fdc1f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.549301 [ 3 ] {a39916b9-8853-41f9-acfb-66d54a82d43b} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.549628 [ 3 ] {a39916b9-8853-41f9-acfb-66d54a82d43b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.549680 [ 3 ] {a39916b9-8853-41f9-acfb-66d54a82d43b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.550530 [ 3 ] {a39916b9-8853-41f9-acfb-66d54a82d43b} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.550555 [ 3 ] {a39916b9-8853-41f9-acfb-66d54a82d43b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.550572 [ 3 ] {} HTTP-Session: 257abdff-9b54-4bdf-a567-1fe65fdc1f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.550775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.550823 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.550842 [ 3 ] {} HTTP-Session: 4ee226c9-4e55-47d1-a73c-8c4d5c82b1a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.550858 [ 3 ] {} HTTP-Session: 4ee226c9-4e55-47d1-a73c-8c4d5c82b1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.550872 [ 3 ] {} HTTP-Session: 4ee226c9-4e55-47d1-a73c-8c4d5c82b1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.550902 [ 3 ] {} HTTP-Session: 4ee226c9-4e55-47d1-a73c-8c4d5c82b1a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.551028 [ 3 ] {b5613864-05e0-4120-a2ac-757906c3354c} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.551358 [ 3 ] {b5613864-05e0-4120-a2ac-757906c3354c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.551409 [ 3 ] {b5613864-05e0-4120-a2ac-757906c3354c} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.552218 [ 3 ] {b5613864-05e0-4120-a2ac-757906c3354c} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.552243 [ 3 ] {b5613864-05e0-4120-a2ac-757906c3354c} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.552259 [ 3 ] {} HTTP-Session: 4ee226c9-4e55-47d1-a73c-8c4d5c82b1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.552442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.552488 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.552507 [ 3 ] {} HTTP-Session: 43b7c911-1d27-43cc-8043-a557d1afb4e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.552524 [ 3 ] {} HTTP-Session: 43b7c911-1d27-43cc-8043-a557d1afb4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.552538 [ 3 ] {} HTTP-Session: 43b7c911-1d27-43cc-8043-a557d1afb4e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.552568 [ 3 ] {} HTTP-Session: 43b7c911-1d27-43cc-8043-a557d1afb4e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.552693 [ 3 ] {b69989ea-219a-49e2-a4bc-dedbdc0a429a} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.553022 [ 3 ] {b69989ea-219a-49e2-a4bc-dedbdc0a429a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.553074 [ 3 ] {b69989ea-219a-49e2-a4bc-dedbdc0a429a} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.553896 [ 3 ] {b69989ea-219a-49e2-a4bc-dedbdc0a429a} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.553921 [ 3 ] {b69989ea-219a-49e2-a4bc-dedbdc0a429a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.553937 [ 3 ] {} HTTP-Session: 43b7c911-1d27-43cc-8043-a557d1afb4e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.554128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.554175 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.554195 [ 3 ] {} HTTP-Session: cca48139-85b8-4933-998f-b68c77342053 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.554211 [ 3 ] {} HTTP-Session: cca48139-85b8-4933-998f-b68c77342053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.554225 [ 3 ] {} HTTP-Session: cca48139-85b8-4933-998f-b68c77342053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.554255 [ 3 ] {} HTTP-Session: cca48139-85b8-4933-998f-b68c77342053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.554379 [ 3 ] {c0d79373-7b58-4ffb-a9e4-54a4ef6f7994} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.554715 [ 3 ] {c0d79373-7b58-4ffb-a9e4-54a4ef6f7994} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.554766 [ 3 ] {c0d79373-7b58-4ffb-a9e4-54a4ef6f7994} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.555544 [ 3 ] {c0d79373-7b58-4ffb-a9e4-54a4ef6f7994} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.555570 [ 3 ] {c0d79373-7b58-4ffb-a9e4-54a4ef6f7994} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.555586 [ 3 ] {} HTTP-Session: cca48139-85b8-4933-998f-b68c77342053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.555804 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.555851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.555871 [ 3 ] {} HTTP-Session: 71338bfa-15f7-42dc-ae70-cf81f8283456 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.555887 [ 3 ] {} HTTP-Session: 71338bfa-15f7-42dc-ae70-cf81f8283456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.555901 [ 3 ] {} HTTP-Session: 71338bfa-15f7-42dc-ae70-cf81f8283456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.555931 [ 3 ] {} HTTP-Session: 71338bfa-15f7-42dc-ae70-cf81f8283456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.556058 [ 3 ] {6b9bcb78-56b9-4c3a-ad96-205b580400a9} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.556395 [ 3 ] {6b9bcb78-56b9-4c3a-ad96-205b580400a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.556445 [ 3 ] {6b9bcb78-56b9-4c3a-ad96-205b580400a9} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.557297 [ 3 ] {6b9bcb78-56b9-4c3a-ad96-205b580400a9} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.557323 [ 3 ] {6b9bcb78-56b9-4c3a-ad96-205b580400a9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.557340 [ 3 ] {} HTTP-Session: 71338bfa-15f7-42dc-ae70-cf81f8283456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.557536 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.557580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.557598 [ 3 ] {} HTTP-Session: 6ea81e27-20ed-4dca-8824-40ce7ab96fda Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.557612 [ 3 ] {} HTTP-Session: 6ea81e27-20ed-4dca-8824-40ce7ab96fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.557625 [ 3 ] {} HTTP-Session: 6ea81e27-20ed-4dca-8824-40ce7ab96fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.557653 [ 3 ] {} HTTP-Session: 6ea81e27-20ed-4dca-8824-40ce7ab96fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.557772 [ 3 ] {6b7192ce-a79e-4a19-bc3e-e78790cba9da} executeQuery: (from [fd00:1122:3344:101::d]:54102) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.13 19:14:31.558091 [ 3 ] {6b7192ce-a79e-4a19-bc3e-e78790cba9da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.558139 [ 3 ] {6b7192ce-a79e-4a19-bc3e-e78790cba9da} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.13 19:14:31.558993 [ 3 ] {6b7192ce-a79e-4a19-bc3e-e78790cba9da} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.559019 [ 3 ] {6b7192ce-a79e-4a19-bc3e-e78790cba9da} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.13 19:14:31.559036 [ 3 ] {} HTTP-Session: 6ea81e27-20ed-4dca-8824-40ce7ab96fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.560636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.560692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.560716 [ 3 ] {} HTTP-Session: 4e2589dd-54ce-4e04-ac65-ca4001ba7926 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.560735 [ 3 ] {} HTTP-Session: 4e2589dd-54ce-4e04-ac65-ca4001ba7926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.560752 [ 3 ] {} HTTP-Session: 4e2589dd-54ce-4e04-ac65-ca4001ba7926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.560789 [ 3 ] {} HTTP-Session: 4e2589dd-54ce-4e04-ac65-ca4001ba7926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.560929 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:31.560983 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.13 19:14:31.561214 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:31.561677 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} oximeter.timeseries_schema (39dca70d-6ec1-4dff-b39e-c94a8b972ac7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:31.561716 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:31.562329 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:14:31.562974 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} oximeter.timeseries_schema (39dca70d-6ec1-4dff-b39e-c94a8b972ac7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:31.563125 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} executeQuery: Read 14 rows, 2.01 KiB in 0.002249 sec., 6224.988883948421 rows/sec., 893.19 KiB/sec. 2024.05.13 19:14:31.563422 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.563448 [ 3 ] {79a1d93e-e08e-4ecc-947c-8c5fb2c510bd} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.13 19:14:31.563464 [ 3 ] {} HTTP-Session: 4e2589dd-54ce-4e04-ac65-ca4001ba7926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.563652 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 3600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.563700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.563719 [ 3 ] {} HTTP-Session: 86448186-597a-4519-a0b5-d3d8006dc3c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.563735 [ 3 ] {} HTTP-Session: 86448186-597a-4519-a0b5-d3d8006dc3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.563748 [ 3 ] {} HTTP-Session: 86448186-597a-4519-a0b5-d3d8006dc3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.563779 [ 3 ] {} HTTP-Session: 86448186-597a-4519-a0b5-d3d8006dc3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.563882 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:31.563926 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.13 19:14:31.564068 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:31.565088 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:31.565123 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:31.565540 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:14:31.566100 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:31.566247 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} executeQuery: Read 26 rows, 1.98 KiB in 0.002386 sec., 10896.898575020956 rows/sec., 829.63 KiB/sec. 2024.05.13 19:14:31.566514 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.566539 [ 3 ] {b6c84699-a3db-47cb-a5d8-f7510063d078} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.13 19:14:31.566555 [ 3 ] {} HTTP-Session: 86448186-597a-4519-a0b5-d3d8006dc3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.566692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.566740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.566759 [ 3 ] {} HTTP-Session: fd6ed5e0-125e-4451-b1db-f44723e577b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.566775 [ 3 ] {} HTTP-Session: fd6ed5e0-125e-4451-b1db-f44723e577b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.566789 [ 3 ] {} HTTP-Session: fd6ed5e0-125e-4451-b1db-f44723e577b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.566819 [ 3 ] {} HTTP-Session: fd6ed5e0-125e-4451-b1db-f44723e577b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.566920 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:31.566963 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.13 19:14:31.567708 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:31.568032 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:31.568068 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:31.569101 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:14:31.569662 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:31.569791 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} executeQuery: Read 28 rows, 2.24 KiB in 0.002901 sec., 9651.844191658049 rows/sec., 770.88 KiB/sec. 2024.05.13 19:14:31.570053 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.570078 [ 3 ] {b71d688f-de9a-49b7-a991-01df94bb7f9b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.13 19:14:31.570094 [ 3 ] {} HTTP-Session: fd6ed5e0-125e-4451-b1db-f44723e577b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.570238 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 7691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.570286 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.570305 [ 3 ] {} HTTP-Session: 76bd6f38-1c80-4d62-a4b2-b8b0eb2a1300 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.570321 [ 3 ] {} HTTP-Session: 76bd6f38-1c80-4d62-a4b2-b8b0eb2a1300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.570337 [ 3 ] {} HTTP-Session: 76bd6f38-1c80-4d62-a4b2-b8b0eb2a1300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.570367 [ 3 ] {} HTTP-Session: 76bd6f38-1c80-4d62-a4b2-b8b0eb2a1300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.570475 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:31.570524 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.13 19:14:31.570681 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:31.571601 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:31.571634 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:31.572200 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:14:31.572849 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:31.573007 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} executeQuery: Read 40 rows, 2.84 KiB in 0.002564 sec., 15600.624024961 rows/sec., 1.08 MiB/sec. 2024.05.13 19:14:31.573175 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.573199 [ 3 ] {0aa9e32c-635c-4292-a893-1a6d36d194af} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.13 19:14:31.573215 [ 3 ] {} HTTP-Session: 76bd6f38-1c80-4d62-a4b2-b8b0eb2a1300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.573331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 1885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:31.573380 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:31.573400 [ 3 ] {} HTTP-Session: 52ff5ad0-61b4-4c1e-bd83-f917c0bb53c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:31.573416 [ 3 ] {} HTTP-Session: 52ff5ad0-61b4-4c1e-bd83-f917c0bb53c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.573429 [ 3 ] {} HTTP-Session: 52ff5ad0-61b4-4c1e-bd83-f917c0bb53c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:31.573459 [ 3 ] {} HTTP-Session: 52ff5ad0-61b4-4c1e-bd83-f917c0bb53c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:31.573555 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:31.573599 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.13 19:14:31.573724 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:31.573976 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:31.574012 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:31.574463 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.13 19:14:31.575053 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:31.575194 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} executeQuery: Read 12 rows, 862.00 B in 0.001657 sec., 7242.003621001811 rows/sec., 508.02 KiB/sec. 2024.05.13 19:14:31.575459 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} DynamicQueryHandler: Done processing query 2024.05.13 19:14:31.575483 [ 3 ] {999d478c-4699-4fca-8f4c-50547f26f7d6} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.13 19:14:31.575500 [ 3 ] {} HTTP-Session: 52ff5ad0-61b4-4c1e-bd83-f917c0bb53c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.509730 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 3600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:36.509914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:36.509958 [ 3 ] {} HTTP-Session: 63aaa939-7704-40d5-ac41-b2f7007071ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:36.509997 [ 3 ] {} HTTP-Session: 63aaa939-7704-40d5-ac41-b2f7007071ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.510023 [ 3 ] {} HTTP-Session: 63aaa939-7704-40d5-ac41-b2f7007071ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.510099 [ 3 ] {} HTTP-Session: 63aaa939-7704-40d5-ac41-b2f7007071ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:36.510378 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:36.510482 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.13 19:14:36.510865 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:36.511331 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:36.511377 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:36.511859 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.13 19:14:36.512407 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} oximeter.fields_string (05941f35-418b-43bf-bde9-6005c1479a41): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:36.512587 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} executeQuery: Read 26 rows, 1.98 KiB in 0.002246 sec., 11576.135351736419 rows/sec., 881.34 KiB/sec. 2024.05.13 19:14:36.512808 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} DynamicQueryHandler: Done processing query 2024.05.13 19:14:36.512833 [ 3 ] {af5bde2e-2c7c-4f1a-b7e8-2e9d74348b45} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.13 19:14:36.512850 [ 3 ] {} HTTP-Session: 63aaa939-7704-40d5-ac41-b2f7007071ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.513061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:36.513117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:36.513137 [ 3 ] {} HTTP-Session: d0f10255-135c-4728-a1b7-b17b6e3b3fec Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:36.513155 [ 3 ] {} HTTP-Session: d0f10255-135c-4728-a1b7-b17b6e3b3fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.513169 [ 3 ] {} HTTP-Session: d0f10255-135c-4728-a1b7-b17b6e3b3fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.513205 [ 3 ] {} HTTP-Session: d0f10255-135c-4728-a1b7-b17b6e3b3fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:36.513318 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:36.513363 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.13 19:14:36.513494 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:36.513819 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:36.513858 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:36.514336 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.13 19:14:36.514922 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} oximeter.fields_uuid (62668ab5-7bce-49dd-ada5-21c0e0251d1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:36.515084 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} executeQuery: Read 28 rows, 2.24 KiB in 0.001795 sec., 15598.885793871867 rows/sec., 1.22 MiB/sec. 2024.05.13 19:14:36.515380 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} DynamicQueryHandler: Done processing query 2024.05.13 19:14:36.515405 [ 3 ] {ce77b24a-2164-4755-bdb3-6ed15f8ad12c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.13 19:14:36.515421 [ 3 ] {} HTTP-Session: d0f10255-135c-4728-a1b7-b17b6e3b3fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.515599 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:36.515646 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:36.515665 [ 3 ] {} HTTP-Session: 6984c59f-34f5-4ea0-8b68-b5735535367f Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:36.515681 [ 3 ] {} HTTP-Session: 6984c59f-34f5-4ea0-8b68-b5735535367f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.515695 [ 3 ] {} HTTP-Session: 6984c59f-34f5-4ea0-8b68-b5735535367f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.515726 [ 3 ] {} HTTP-Session: 6984c59f-34f5-4ea0-8b68-b5735535367f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:36.515865 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:36.515913 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.13 19:14:36.516073 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:36.516424 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:36.516460 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:36.517099 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.13 19:14:36.517771 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} oximeter.measurements_cumulativeu64 (555c3dde-f373-492d-9ab3-b339b071dc82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:36.517927 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} executeQuery: Read 100 rows, 7.10 KiB in 0.002117 sec., 47236.65564478035 rows/sec., 3.28 MiB/sec. 2024.05.13 19:14:36.518125 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} DynamicQueryHandler: Done processing query 2024.05.13 19:14:36.518150 [ 3 ] {bd1d113f-baf4-4a92-a657-4b1fbf22294f} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.13 19:14:36.518167 [ 3 ] {} HTTP-Session: 6984c59f-34f5-4ea0-8b68-b5735535367f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.518360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54102, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.13 19:14:36.518411 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.13 19:14:36.518430 [ 3 ] {} HTTP-Session: 07c1514d-9597-4509-8679-ed4b6c96d8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54102 2024.05.13 19:14:36.518447 [ 3 ] {} HTTP-Session: 07c1514d-9597-4509-8679-ed4b6c96d8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.518461 [ 3 ] {} HTTP-Session: 07c1514d-9597-4509-8679-ed4b6c96d8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:36.518492 [ 3 ] {} HTTP-Session: 07c1514d-9597-4509-8679-ed4b6c96d8e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.13 19:14:36.518600 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} executeQuery: (from [fd00:1122:3344:101::d]:54102) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.13 19:14:36.518646 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.13 19:14:36.518773 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.13 19:14:36.519067 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.13 19:14:36.519103 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.05.13 19:14:36.519569 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.13 19:14:36.520125 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} oximeter.measurements_u64 (a0745bc7-6667-4953-89d0-ea6a4a48fe05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.13 19:14:36.520279 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} executeQuery: Read 30 rows, 2.10 KiB in 0.00171 sec., 17543.85964912281 rows/sec., 1.20 MiB/sec. 2024.05.13 19:14:36.520437 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} DynamicQueryHandler: Done processing query 2024.05.13 19:14:36.520462 [ 3 ] {3519aca8-45aa-4c06-b930-268e39b3949a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.13 19:14:36.520478 [ 3 ] {} HTTP-Session: 07c1514d-9597-4509-8679-ed4b6c96d8e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.13 19:14:40.464525 [ 97 ] {} DNSResolver: Updating DNS cache 2024.05.13 19:14:40.464618 [ 97 ] {} DNSResolver: Updated DNS cache