[ Jun 20 21:28:37 Enabled. ] [ Jun 20 21:28:37 Rereading configuration. ] [ Jun 20 21:28:39 Rereading configuration. ] [ Jun 20 21:28:42 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 [ Jun 20 21:28:42 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.06.20 21:28:43.517582 [ 1 ] {} Application: Will watch for the process with pid 25350 2024.06.20 21:28:43.518028 [ 1 ] {} Application: Forked a child process to watch 2024.06.20 21:28:43.803440 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 25350 2024.06.20 21:28:43.804130 [ 1 ] {} Application: starting up 2024.06.20 21:28:43.804817 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.06.20 21:28:43.893047 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.06.20 21:28:43.920657 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.06.20 21:28:43.920702 [ 1 ] {} Application: Initializing DateLUT. 2024.06.20 21:28:43.920720 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.06.20 21:28:43.920783 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.06.20 21:28:43.921066 [ 1 ] {} Application: Initializing interserver credentials. 2024.06.20 21:28:43.922508 [ 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.06.20 21:28:43.922980 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.20 21:28:43.923770 [ 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.06.20 21:28:43.923794 [ 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.06.20 21:28:43.923806 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.06.20 21:28:43.923970 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.20 21:28:43.924877 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.06.20 21:28:43.929534 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.20 21:28:43.930196 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.06.20 21:28:43.931848 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.20 21:28:43.931910 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.20 21:28:43.933399 [ 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.06.20 21:28:43.933727 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.06.20 21:28:43.937921 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.06.20 21:28:43.938170 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.06.20 21:28:43.939743 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.06.20 21:28:43.940108 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.06.20 21:28:43.940436 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.06.20 21:28:43.940855 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.06.20 21:28:43.942178 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.06.20 21:28:43.942206 [ 1 ] {} Application: Loading metadata from /data/ 2024.06.20 21:28:43.942295 [ 128 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:28:43.942468 [ 128 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:28:43.950465 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.06.20 21:28:43.950497 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000145344 sec 2024.06.20 21:28:43.950533 [ 1 ] {} ReferentialDeps: No tables 2024.06.20 21:28:43.950544 [ 1 ] {} LoadingDeps: No tables 2024.06.20 21:28:43.951642 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.06.20 21:28:43.952639 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.06.20 21:28:43.952660 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.06.20 21:28:43.952689 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.06.20 21:28:43.952704 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.06.20 21:28:43.952716 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.06.20 21:28:43.952746 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.06.20 21:28:43.952758 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.06.20 21:28:43.952773 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.06.20 21:28:43.952803 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.06.20 21:28:43.952816 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.06.20 21:28:43.952830 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.06.20 21:28:43.952845 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.06.20 21:28:43.952874 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.06.20 21:28:43.952889 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.06.20 21:28:43.952904 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.06.20 21:28:43.952930 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.06.20 21:28:43.952944 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.06.20 21:28:43.987883 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.06.20 21:28:43.989062 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.06.20 21:28:43.989088 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5031e-05 sec 2024.06.20 21:28:43.989101 [ 1 ] {} ReferentialDeps: No tables 2024.06.20 21:28:43.989115 [ 1 ] {} LoadingDeps: No tables 2024.06.20 21:28:43.989137 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.06.20 21:28:43.989324 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.06.20 21:28:43.989366 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.06.20 21:28:43.989379 [ 1 ] {} Application: Loaded metadata. 2024.06.20 21:28:43.989395 [ 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.06.20 21:28:43.989407 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.06.20 21:28:44.042987 [ 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.06.20 21:28:44.231959 [ 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.06.20 21:28:44.232020 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.06.20 21:28:44.337004 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.06.20 21:28:44.337223 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB 2024.06.20 21:28:44.338090 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2311e-05 sec. 2024.06.20 21:28:44.338446 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.06.20 21:28:44.338534 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.06.20 21:28:44.338588 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.06.20 21:28:44.338610 [ 1 ] {} Application: Ready for connections. 2024.06.20 21:28:44.763623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.763840 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.763878 [ 3 ] {} HTTP-Session: a9570de5-010b-4261-9e66-da886bb0d06c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.763910 [ 3 ] {} HTTP-Session: a9570de5-010b-4261-9e66-da886bb0d06c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.763928 [ 3 ] {} HTTP-Session: a9570de5-010b-4261-9e66-da886bb0d06c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.764017 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.06.20 21:28:44.764050 [ 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.06.20 21:28:44.764072 [ 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.06.20 21:28:44.764137 [ 3 ] {} HTTP-Session: a9570de5-010b-4261-9e66-da886bb0d06c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.765198 [ 3 ] {46f02747-02f0-4464-b330-c8e3bbb8098f} executeQuery: (from [fd00:1122:3344:101::d]:38912) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.20 21:28:44.802380 [ 3 ] {46f02747-02f0-4464-b330-c8e3bbb8098f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38912) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.20 21:28:44.803076 [ 3 ] {46f02747-02f0-4464-b330-c8e3bbb8098f} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.20 21:28:44.804419 [ 3 ] {} HTTP-Session: a9570de5-010b-4261-9e66-da886bb0d06c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.804920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.804985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.805011 [ 3 ] {} HTTP-Session: 73839079-8a05-4347-ac63-49a129a3b1b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.805036 [ 3 ] {} HTTP-Session: 73839079-8a05-4347-ac63-49a129a3b1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.805049 [ 3 ] {} HTTP-Session: 73839079-8a05-4347-ac63-49a129a3b1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.805095 [ 3 ] {} HTTP-Session: 73839079-8a05-4347-ac63-49a129a3b1b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.806158 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} executeQuery: (from [fd00:1122:3344:101::d]:38912) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:28:44.806272 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.06.20 21:28:44.808229 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.06.20 21:28:44.810919 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:28:44.816727 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.816761 [ 3 ] {d2bd9cf3-33ba-43da-9c3b-5fba994b9ae2} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:28:44.816783 [ 3 ] {} HTTP-Session: 73839079-8a05-4347-ac63-49a129a3b1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.818503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.818556 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.818579 [ 3 ] {} HTTP-Session: 5be0feac-4c81-41bc-a36a-be9c8c218661 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.818595 [ 3 ] {} HTTP-Session: 5be0feac-4c81-41bc-a36a-be9c8c218661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.818609 [ 3 ] {} HTTP-Session: 5be0feac-4c81-41bc-a36a-be9c8c218661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.818645 [ 3 ] {} HTTP-Session: 5be0feac-4c81-41bc-a36a-be9c8c218661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.818773 [ 3 ] {5d108f13-b21a-4538-8fed-0a04cead90cc} executeQuery: (from [fd00:1122:3344:101::d]:38912) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.06.20 21:28:44.819072 [ 3 ] {5d108f13-b21a-4538-8fed-0a04cead90cc} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38912) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 2024.06.20 21:28:44.819208 [ 3 ] {5d108f13-b21a-4538-8fed-0a04cead90cc} 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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.06.20 21:28:44.819376 [ 3 ] {} HTTP-Session: 5be0feac-4c81-41bc-a36a-be9c8c218661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.819620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.819679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.819701 [ 3 ] {} HTTP-Session: 3f0fa3a4-3df1-491b-89e4-f5498399b752 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.819724 [ 3 ] {} HTTP-Session: 3f0fa3a4-3df1-491b-89e4-f5498399b752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.819740 [ 3 ] {} HTTP-Session: 3f0fa3a4-3df1-491b-89e4-f5498399b752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.819769 [ 3 ] {} HTTP-Session: 3f0fa3a4-3df1-491b-89e4-f5498399b752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.819941 [ 3 ] {ec89d62d-b119-47d5-899b-945d6e930685} executeQuery: (from [fd00:1122:3344:101::d]:38912) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.06.20 21:28:44.820094 [ 3 ] {ec89d62d-b119-47d5-899b-945d6e930685} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.820117 [ 3 ] {} HTTP-Session: 3f0fa3a4-3df1-491b-89e4-f5498399b752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.820231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.820279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.820300 [ 3 ] {} HTTP-Session: 2cd3a745-fae1-4f58-b14e-d8ce90fc71ec Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.820316 [ 3 ] {} HTTP-Session: 2cd3a745-fae1-4f58-b14e-d8ce90fc71ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.820332 [ 3 ] {} HTTP-Session: 2cd3a745-fae1-4f58-b14e-d8ce90fc71ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.820363 [ 3 ] {} HTTP-Session: 2cd3a745-fae1-4f58-b14e-d8ce90fc71ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.820448 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} executeQuery: (from [fd00:1122:3344:101::d]:38912) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.06.20 21:28:44.820505 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.06.20 21:28:44.821844 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.06.20 21:28:44.821874 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1652e-05 sec 2024.06.20 21:28:44.821888 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} ReferentialDeps: No tables 2024.06.20 21:28:44.821903 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} LoadingDeps: No tables 2024.06.20 21:28:44.821925 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} DatabaseAtomic (oximeter): Starting up tables. 2024.06.20 21:28:44.822042 [ 3 ] {46de67b5-1e76-4e74-bedc-87ad76a066c7} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.822064 [ 3 ] {} HTTP-Session: 2cd3a745-fae1-4f58-b14e-d8ce90fc71ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.822167 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.822217 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.822236 [ 3 ] {} HTTP-Session: 3f28e9aa-cbd7-45fc-a289-c5708662e02d Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.822255 [ 3 ] {} HTTP-Session: 3f28e9aa-cbd7-45fc-a289-c5708662e02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.822275 [ 3 ] {} HTTP-Session: 3f28e9aa-cbd7-45fc-a289-c5708662e02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.822304 [ 3 ] {} HTTP-Session: 3f28e9aa-cbd7-45fc-a289-c5708662e02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.822440 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} executeQuery: (from [fd00:1122:3344:101::d]:38912) /* 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.06.20 21:28:44.822485 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.06.20 21:28:44.826716 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} StoragePolicy (default): Storage policy default created, total volumes 1 2024.06.20 21:28:44.827761 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} oximeter.version (dafb890d-e1f4-49ee-8d59-d8158a638c02): Loading data parts 2024.06.20 21:28:44.828111 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} oximeter.version (dafb890d-e1f4-49ee-8d59-d8158a638c02): There are no data parts 2024.06.20 21:28:44.830852 [ 3 ] {5c204063-4a81-4951-80ff-7391affc2948} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.830877 [ 3 ] {} HTTP-Session: 3f28e9aa-cbd7-45fc-a289-c5708662e02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.831029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.831082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.831104 [ 3 ] {} HTTP-Session: f8dc0b24-b41b-425c-853d-f2b8a9e43edb Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.831120 [ 3 ] {} HTTP-Session: f8dc0b24-b41b-425c-853d-f2b8a9e43edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.831136 [ 3 ] {} HTTP-Session: f8dc0b24-b41b-425c-853d-f2b8a9e43edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.831169 [ 3 ] {} HTTP-Session: f8dc0b24-b41b-425c-853d-f2b8a9e43edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.831358 [ 3 ] {f8170bde-b512-448b-9ba7-3ff611ce1dd6} executeQuery: (from [fd00:1122:3344:101::d]:38912) /* 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.06.20 21:28:44.831411 [ 3 ] {f8170bde-b512-448b-9ba7-3ff611ce1dd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.06.20 21:28:44.837550 [ 3 ] {f8170bde-b512-448b-9ba7-3ff611ce1dd6} oximeter.measurements_bool (a508db67-b1e2-4973-b6fe-355a3feeda45): Loading data parts 2024.06.20 21:28:44.837774 [ 3 ] {f8170bde-b512-448b-9ba7-3ff611ce1dd6} oximeter.measurements_bool (a508db67-b1e2-4973-b6fe-355a3feeda45): There are no data parts 2024.06.20 21:28:44.839161 [ 3 ] {f8170bde-b512-448b-9ba7-3ff611ce1dd6} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.839187 [ 3 ] {} HTTP-Session: f8dc0b24-b41b-425c-853d-f2b8a9e43edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.839304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.839354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.839376 [ 3 ] {} HTTP-Session: b89ba1ce-3e9c-44c3-a219-75b56b8dcfc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.839393 [ 3 ] {} HTTP-Session: b89ba1ce-3e9c-44c3-a219-75b56b8dcfc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.839410 [ 3 ] {} HTTP-Session: b89ba1ce-3e9c-44c3-a219-75b56b8dcfc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.839442 [ 3 ] {} HTTP-Session: b89ba1ce-3e9c-44c3-a219-75b56b8dcfc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.839613 [ 3 ] {51ef3ee3-0892-49ec-a5e8-1c50a4f9d24a} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.839659 [ 3 ] {51ef3ee3-0892-49ec-a5e8-1c50a4f9d24a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.06.20 21:28:44.841166 [ 3 ] {51ef3ee3-0892-49ec-a5e8-1c50a4f9d24a} oximeter.measurements_i8 (b9793672-bd13-402d-8fb4-76f7ae47786c): Loading data parts 2024.06.20 21:28:44.841365 [ 3 ] {51ef3ee3-0892-49ec-a5e8-1c50a4f9d24a} oximeter.measurements_i8 (b9793672-bd13-402d-8fb4-76f7ae47786c): There are no data parts 2024.06.20 21:28:44.842749 [ 3 ] {51ef3ee3-0892-49ec-a5e8-1c50a4f9d24a} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.842783 [ 3 ] {} HTTP-Session: b89ba1ce-3e9c-44c3-a219-75b56b8dcfc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.842897 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.842947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.842971 [ 3 ] {} HTTP-Session: ced92ec0-7b09-4407-8f2c-96f418f455bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.842987 [ 3 ] {} HTTP-Session: ced92ec0-7b09-4407-8f2c-96f418f455bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.843004 [ 3 ] {} HTTP-Session: ced92ec0-7b09-4407-8f2c-96f418f455bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.843038 [ 3 ] {} HTTP-Session: ced92ec0-7b09-4407-8f2c-96f418f455bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.843203 [ 3 ] {017821c8-484e-4902-825c-b4568ca3c799} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.843253 [ 3 ] {017821c8-484e-4902-825c-b4568ca3c799} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.06.20 21:28:44.844789 [ 3 ] {017821c8-484e-4902-825c-b4568ca3c799} oximeter.measurements_u8 (bd5a6fd0-3b29-400c-b5bb-c4948e86b79b): Loading data parts 2024.06.20 21:28:44.844954 [ 3 ] {017821c8-484e-4902-825c-b4568ca3c799} oximeter.measurements_u8 (bd5a6fd0-3b29-400c-b5bb-c4948e86b79b): There are no data parts 2024.06.20 21:28:44.846306 [ 3 ] {017821c8-484e-4902-825c-b4568ca3c799} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.846330 [ 3 ] {} HTTP-Session: ced92ec0-7b09-4407-8f2c-96f418f455bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.846441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.846491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.846514 [ 3 ] {} HTTP-Session: f5fd8804-907d-4069-82f8-6906f0046def Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.846531 [ 3 ] {} HTTP-Session: f5fd8804-907d-4069-82f8-6906f0046def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.846548 [ 3 ] {} HTTP-Session: f5fd8804-907d-4069-82f8-6906f0046def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.846581 [ 3 ] {} HTTP-Session: f5fd8804-907d-4069-82f8-6906f0046def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.846753 [ 3 ] {dad884f4-0051-402c-9671-f6918f5a6a66} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.846799 [ 3 ] {dad884f4-0051-402c-9671-f6918f5a6a66} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.06.20 21:28:44.848301 [ 3 ] {dad884f4-0051-402c-9671-f6918f5a6a66} oximeter.measurements_i16 (7db7bdfb-326e-4559-83a7-9e5917076b5e): Loading data parts 2024.06.20 21:28:44.848461 [ 3 ] {dad884f4-0051-402c-9671-f6918f5a6a66} oximeter.measurements_i16 (7db7bdfb-326e-4559-83a7-9e5917076b5e): There are no data parts 2024.06.20 21:28:44.849831 [ 3 ] {dad884f4-0051-402c-9671-f6918f5a6a66} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.849862 [ 3 ] {} HTTP-Session: f5fd8804-907d-4069-82f8-6906f0046def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.849999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.850050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.850073 [ 3 ] {} HTTP-Session: 481056f1-cfbf-4bd3-bed4-d42f825184a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.850089 [ 3 ] {} HTTP-Session: 481056f1-cfbf-4bd3-bed4-d42f825184a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.850106 [ 3 ] {} HTTP-Session: 481056f1-cfbf-4bd3-bed4-d42f825184a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.850139 [ 3 ] {} HTTP-Session: 481056f1-cfbf-4bd3-bed4-d42f825184a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.850308 [ 3 ] {0a40ba99-4e38-4bee-be26-1769113f8177} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.850357 [ 3 ] {0a40ba99-4e38-4bee-be26-1769113f8177} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.06.20 21:28:44.851832 [ 3 ] {0a40ba99-4e38-4bee-be26-1769113f8177} oximeter.measurements_u16 (330b8caa-c194-4adf-aa3a-c1dd9f6ff281): Loading data parts 2024.06.20 21:28:44.851994 [ 3 ] {0a40ba99-4e38-4bee-be26-1769113f8177} oximeter.measurements_u16 (330b8caa-c194-4adf-aa3a-c1dd9f6ff281): There are no data parts 2024.06.20 21:28:44.853337 [ 3 ] {0a40ba99-4e38-4bee-be26-1769113f8177} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.853368 [ 3 ] {} HTTP-Session: 481056f1-cfbf-4bd3-bed4-d42f825184a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.853470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.853522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.853544 [ 3 ] {} HTTP-Session: 83dbf1ad-c9d8-4f9c-b0eb-c8520e3933ff Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.853568 [ 3 ] {} HTTP-Session: 83dbf1ad-c9d8-4f9c-b0eb-c8520e3933ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.853582 [ 3 ] {} HTTP-Session: 83dbf1ad-c9d8-4f9c-b0eb-c8520e3933ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.853616 [ 3 ] {} HTTP-Session: 83dbf1ad-c9d8-4f9c-b0eb-c8520e3933ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.853792 [ 3 ] {af4dd17c-5cba-4ce3-9286-bd823661a494} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.853838 [ 3 ] {af4dd17c-5cba-4ce3-9286-bd823661a494} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.06.20 21:28:44.855317 [ 3 ] {af4dd17c-5cba-4ce3-9286-bd823661a494} oximeter.measurements_i32 (4d1db2e0-2dc5-4407-8338-775f18ba54e5): Loading data parts 2024.06.20 21:28:44.855469 [ 3 ] {af4dd17c-5cba-4ce3-9286-bd823661a494} oximeter.measurements_i32 (4d1db2e0-2dc5-4407-8338-775f18ba54e5): There are no data parts 2024.06.20 21:28:44.856820 [ 3 ] {af4dd17c-5cba-4ce3-9286-bd823661a494} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.856851 [ 3 ] {} HTTP-Session: 83dbf1ad-c9d8-4f9c-b0eb-c8520e3933ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.856948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.856999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.857025 [ 3 ] {} HTTP-Session: 4976196f-ce6a-46e5-b46a-eeb0d21114dc Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.857041 [ 3 ] {} HTTP-Session: 4976196f-ce6a-46e5-b46a-eeb0d21114dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.857058 [ 3 ] {} HTTP-Session: 4976196f-ce6a-46e5-b46a-eeb0d21114dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.857091 [ 3 ] {} HTTP-Session: 4976196f-ce6a-46e5-b46a-eeb0d21114dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.857260 [ 3 ] {4102adad-9a15-4776-bb76-d9204b190670} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.857307 [ 3 ] {4102adad-9a15-4776-bb76-d9204b190670} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.06.20 21:28:44.858769 [ 3 ] {4102adad-9a15-4776-bb76-d9204b190670} oximeter.measurements_u32 (ad6e01ac-c73c-45ee-8a09-c12914382358): Loading data parts 2024.06.20 21:28:44.858930 [ 3 ] {4102adad-9a15-4776-bb76-d9204b190670} oximeter.measurements_u32 (ad6e01ac-c73c-45ee-8a09-c12914382358): There are no data parts 2024.06.20 21:28:44.860273 [ 3 ] {4102adad-9a15-4776-bb76-d9204b190670} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.860303 [ 3 ] {} HTTP-Session: 4976196f-ce6a-46e5-b46a-eeb0d21114dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.860411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.860461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.860485 [ 3 ] {} HTTP-Session: 32049325-a3c8-45ba-9dff-fe9e7100e85c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.860505 [ 3 ] {} HTTP-Session: 32049325-a3c8-45ba-9dff-fe9e7100e85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.860519 [ 3 ] {} HTTP-Session: 32049325-a3c8-45ba-9dff-fe9e7100e85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.860552 [ 3 ] {} HTTP-Session: 32049325-a3c8-45ba-9dff-fe9e7100e85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.860722 [ 3 ] {001c71e7-c2d4-4cb8-ad4d-21a219da3d73} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.860773 [ 3 ] {001c71e7-c2d4-4cb8-ad4d-21a219da3d73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.06.20 21:28:44.862233 [ 3 ] {001c71e7-c2d4-4cb8-ad4d-21a219da3d73} oximeter.measurements_i64 (0dbd2c47-a8c5-435a-b4b8-1f1ac94b6a55): Loading data parts 2024.06.20 21:28:44.862392 [ 3 ] {001c71e7-c2d4-4cb8-ad4d-21a219da3d73} oximeter.measurements_i64 (0dbd2c47-a8c5-435a-b4b8-1f1ac94b6a55): There are no data parts 2024.06.20 21:28:44.863735 [ 3 ] {001c71e7-c2d4-4cb8-ad4d-21a219da3d73} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.863766 [ 3 ] {} HTTP-Session: 32049325-a3c8-45ba-9dff-fe9e7100e85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.863860 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.863916 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.863935 [ 3 ] {} HTTP-Session: 84ddc503-adc3-4343-bf26-5a097ccba828 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.863955 [ 3 ] {} HTTP-Session: 84ddc503-adc3-4343-bf26-5a097ccba828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.863968 [ 3 ] {} HTTP-Session: 84ddc503-adc3-4343-bf26-5a097ccba828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.864001 [ 3 ] {} HTTP-Session: 84ddc503-adc3-4343-bf26-5a097ccba828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.864173 [ 3 ] {db8b6bdd-03e7-4766-9af2-8b5b2eb939ef} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.864221 [ 3 ] {db8b6bdd-03e7-4766-9af2-8b5b2eb939ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.06.20 21:28:44.865690 [ 3 ] {db8b6bdd-03e7-4766-9af2-8b5b2eb939ef} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Loading data parts 2024.06.20 21:28:44.865855 [ 3 ] {db8b6bdd-03e7-4766-9af2-8b5b2eb939ef} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): There are no data parts 2024.06.20 21:28:44.867194 [ 3 ] {db8b6bdd-03e7-4766-9af2-8b5b2eb939ef} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.867226 [ 3 ] {} HTTP-Session: 84ddc503-adc3-4343-bf26-5a097ccba828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.867337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.867382 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.867406 [ 3 ] {} HTTP-Session: 9d38de94-1b40-409e-8bd4-57002ba3399a Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.867426 [ 3 ] {} HTTP-Session: 9d38de94-1b40-409e-8bd4-57002ba3399a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.867439 [ 3 ] {} HTTP-Session: 9d38de94-1b40-409e-8bd4-57002ba3399a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.867472 [ 3 ] {} HTTP-Session: 9d38de94-1b40-409e-8bd4-57002ba3399a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.867643 [ 3 ] {52b30adf-1381-45ec-a0dd-4e9cacbf6b09} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.867694 [ 3 ] {52b30adf-1381-45ec-a0dd-4e9cacbf6b09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.06.20 21:28:44.869169 [ 3 ] {52b30adf-1381-45ec-a0dd-4e9cacbf6b09} oximeter.measurements_f32 (9b86af1b-2092-4f3a-95c4-cd69e3dcbc17): Loading data parts 2024.06.20 21:28:44.869419 [ 3 ] {52b30adf-1381-45ec-a0dd-4e9cacbf6b09} oximeter.measurements_f32 (9b86af1b-2092-4f3a-95c4-cd69e3dcbc17): There are no data parts 2024.06.20 21:28:44.870783 [ 3 ] {52b30adf-1381-45ec-a0dd-4e9cacbf6b09} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.870809 [ 3 ] {} HTTP-Session: 9d38de94-1b40-409e-8bd4-57002ba3399a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.870930 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.870987 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.871006 [ 3 ] {} HTTP-Session: 721048d2-45c6-4b28-9c44-6bb339865393 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.871027 [ 3 ] {} HTTP-Session: 721048d2-45c6-4b28-9c44-6bb339865393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.871045 [ 3 ] {} HTTP-Session: 721048d2-45c6-4b28-9c44-6bb339865393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.871074 [ 3 ] {} HTTP-Session: 721048d2-45c6-4b28-9c44-6bb339865393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.871247 [ 3 ] {065a2d2a-c480-41ef-9ef4-8bac65a9fa3a} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.871300 [ 3 ] {065a2d2a-c480-41ef-9ef4-8bac65a9fa3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.06.20 21:28:44.872771 [ 3 ] {065a2d2a-c480-41ef-9ef4-8bac65a9fa3a} oximeter.measurements_f64 (6ac4c2bb-e141-45d5-8a26-934d09e68459): Loading data parts 2024.06.20 21:28:44.872930 [ 3 ] {065a2d2a-c480-41ef-9ef4-8bac65a9fa3a} oximeter.measurements_f64 (6ac4c2bb-e141-45d5-8a26-934d09e68459): There are no data parts 2024.06.20 21:28:44.874275 [ 3 ] {065a2d2a-c480-41ef-9ef4-8bac65a9fa3a} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.874306 [ 3 ] {} HTTP-Session: 721048d2-45c6-4b28-9c44-6bb339865393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.874415 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.874467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.874487 [ 3 ] {} HTTP-Session: 501abac4-a942-4afb-b8ec-55d1fb2e60ac Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.874511 [ 3 ] {} HTTP-Session: 501abac4-a942-4afb-b8ec-55d1fb2e60ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.874525 [ 3 ] {} HTTP-Session: 501abac4-a942-4afb-b8ec-55d1fb2e60ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.874559 [ 3 ] {} HTTP-Session: 501abac4-a942-4afb-b8ec-55d1fb2e60ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.874735 [ 3 ] {81da28f0-672e-426c-b593-ae697b6a7b32} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.874787 [ 3 ] {81da28f0-672e-426c-b593-ae697b6a7b32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.06.20 21:28:44.876281 [ 3 ] {81da28f0-672e-426c-b593-ae697b6a7b32} oximeter.measurements_string (d5571ef6-5925-4987-8eab-d9989e8eb456): Loading data parts 2024.06.20 21:28:44.876441 [ 3 ] {81da28f0-672e-426c-b593-ae697b6a7b32} oximeter.measurements_string (d5571ef6-5925-4987-8eab-d9989e8eb456): There are no data parts 2024.06.20 21:28:44.877794 [ 3 ] {81da28f0-672e-426c-b593-ae697b6a7b32} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.877818 [ 3 ] {} HTTP-Session: 501abac4-a942-4afb-b8ec-55d1fb2e60ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.877933 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.877987 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.878007 [ 3 ] {} HTTP-Session: de56b3d6-1523-422a-9506-a0cc8e17eab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.878028 [ 3 ] {} HTTP-Session: de56b3d6-1523-422a-9506-a0cc8e17eab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.878047 [ 3 ] {} HTTP-Session: de56b3d6-1523-422a-9506-a0cc8e17eab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.878078 [ 3 ] {} HTTP-Session: de56b3d6-1523-422a-9506-a0cc8e17eab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.878253 [ 3 ] {e36a5056-d39f-4e45-b753-ca750c6825f7} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.878307 [ 3 ] {e36a5056-d39f-4e45-b753-ca750c6825f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.06.20 21:28:44.879807 [ 3 ] {e36a5056-d39f-4e45-b753-ca750c6825f7} oximeter.measurements_bytes (7d9fd39b-0e02-4f0c-ad28-55683721d8e5): Loading data parts 2024.06.20 21:28:44.879960 [ 3 ] {e36a5056-d39f-4e45-b753-ca750c6825f7} oximeter.measurements_bytes (7d9fd39b-0e02-4f0c-ad28-55683721d8e5): There are no data parts 2024.06.20 21:28:44.881320 [ 3 ] {e36a5056-d39f-4e45-b753-ca750c6825f7} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.881345 [ 3 ] {} HTTP-Session: de56b3d6-1523-422a-9506-a0cc8e17eab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.881447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.881501 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.881526 [ 3 ] {} HTTP-Session: 7e8320ef-4dfb-464d-ad75-601d16e68694 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.881542 [ 3 ] {} HTTP-Session: 7e8320ef-4dfb-464d-ad75-601d16e68694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.881560 [ 3 ] {} HTTP-Session: 7e8320ef-4dfb-464d-ad75-601d16e68694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.881590 [ 3 ] {} HTTP-Session: 7e8320ef-4dfb-464d-ad75-601d16e68694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.881775 [ 3 ] {7f7f47b0-b42f-4b49-be8d-9ecd2a6a1b47} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.881824 [ 3 ] {7f7f47b0-b42f-4b49-be8d-9ecd2a6a1b47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.06.20 21:28:44.883394 [ 3 ] {7f7f47b0-b42f-4b49-be8d-9ecd2a6a1b47} oximeter.measurements_cumulativei64 (7e57541c-e9b8-4aaf-9540-a944ec5f93bd): Loading data parts 2024.06.20 21:28:44.883555 [ 3 ] {7f7f47b0-b42f-4b49-be8d-9ecd2a6a1b47} oximeter.measurements_cumulativei64 (7e57541c-e9b8-4aaf-9540-a944ec5f93bd): There are no data parts 2024.06.20 21:28:44.884925 [ 3 ] {7f7f47b0-b42f-4b49-be8d-9ecd2a6a1b47} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.884956 [ 3 ] {} HTTP-Session: 7e8320ef-4dfb-464d-ad75-601d16e68694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.885073 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.885130 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.885150 [ 3 ] {} HTTP-Session: 79a7c501-60fc-4f0f-b5c3-5c692df60de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.885171 [ 3 ] {} HTTP-Session: 79a7c501-60fc-4f0f-b5c3-5c692df60de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.885184 [ 3 ] {} HTTP-Session: 79a7c501-60fc-4f0f-b5c3-5c692df60de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.885218 [ 3 ] {} HTTP-Session: 79a7c501-60fc-4f0f-b5c3-5c692df60de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.885398 [ 3 ] {2908f78c-8217-4d9f-b7d5-c6c6da1f8e9d} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.885451 [ 3 ] {2908f78c-8217-4d9f-b7d5-c6c6da1f8e9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.06.20 21:28:44.887023 [ 3 ] {2908f78c-8217-4d9f-b7d5-c6c6da1f8e9d} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Loading data parts 2024.06.20 21:28:44.887184 [ 3 ] {2908f78c-8217-4d9f-b7d5-c6c6da1f8e9d} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): There are no data parts 2024.06.20 21:28:44.888572 [ 3 ] {2908f78c-8217-4d9f-b7d5-c6c6da1f8e9d} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.888598 [ 3 ] {} HTTP-Session: 79a7c501-60fc-4f0f-b5c3-5c692df60de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.888716 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.888768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.888788 [ 3 ] {} HTTP-Session: de978f38-3eae-4166-8457-65fe1db2fec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.888811 [ 3 ] {} HTTP-Session: de978f38-3eae-4166-8457-65fe1db2fec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.888829 [ 3 ] {} HTTP-Session: de978f38-3eae-4166-8457-65fe1db2fec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.888860 [ 3 ] {} HTTP-Session: de978f38-3eae-4166-8457-65fe1db2fec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.889038 [ 3 ] {9facccc5-6d39-4915-837d-0878d1980d0a} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.889098 [ 3 ] {9facccc5-6d39-4915-837d-0878d1980d0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.06.20 21:28:44.890644 [ 3 ] {9facccc5-6d39-4915-837d-0878d1980d0a} oximeter.measurements_cumulativef32 (b13dadf6-8bb0-4e9d-a461-84530915e69f): Loading data parts 2024.06.20 21:28:44.890804 [ 3 ] {9facccc5-6d39-4915-837d-0878d1980d0a} oximeter.measurements_cumulativef32 (b13dadf6-8bb0-4e9d-a461-84530915e69f): There are no data parts 2024.06.20 21:28:44.892245 [ 3 ] {9facccc5-6d39-4915-837d-0878d1980d0a} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.892277 [ 3 ] {} HTTP-Session: de978f38-3eae-4166-8457-65fe1db2fec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.892388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.892442 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.892467 [ 3 ] {} HTTP-Session: 30244a90-ed20-46f8-844a-0f54dc3a4910 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.892489 [ 3 ] {} HTTP-Session: 30244a90-ed20-46f8-844a-0f54dc3a4910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.892503 [ 3 ] {} HTTP-Session: 30244a90-ed20-46f8-844a-0f54dc3a4910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.892540 [ 3 ] {} HTTP-Session: 30244a90-ed20-46f8-844a-0f54dc3a4910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.892726 [ 3 ] {3e4a0b59-95b6-4bcb-bb53-eca9d9298fcd} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.892781 [ 3 ] {3e4a0b59-95b6-4bcb-bb53-eca9d9298fcd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.06.20 21:28:44.894373 [ 3 ] {3e4a0b59-95b6-4bcb-bb53-eca9d9298fcd} oximeter.measurements_cumulativef64 (2ca2f315-f653-4497-a195-3ff7e71eda7d): Loading data parts 2024.06.20 21:28:44.894533 [ 3 ] {3e4a0b59-95b6-4bcb-bb53-eca9d9298fcd} oximeter.measurements_cumulativef64 (2ca2f315-f653-4497-a195-3ff7e71eda7d): There are no data parts 2024.06.20 21:28:44.895920 [ 3 ] {3e4a0b59-95b6-4bcb-bb53-eca9d9298fcd} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.895945 [ 3 ] {} HTTP-Session: 30244a90-ed20-46f8-844a-0f54dc3a4910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.896066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.896119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.896140 [ 3 ] {} HTTP-Session: 85aff528-76cd-411d-9ee5-ac3d7ab8af6f Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.896161 [ 3 ] {} HTTP-Session: 85aff528-76cd-411d-9ee5-ac3d7ab8af6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.896181 [ 3 ] {} HTTP-Session: 85aff528-76cd-411d-9ee5-ac3d7ab8af6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.896212 [ 3 ] {} HTTP-Session: 85aff528-76cd-411d-9ee5-ac3d7ab8af6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.896402 [ 3 ] {cfe42c3c-14e4-4a99-9ea4-49ad777ec21c} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.896460 [ 3 ] {cfe42c3c-14e4-4a99-9ea4-49ad777ec21c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.06.20 21:28:44.898036 [ 3 ] {cfe42c3c-14e4-4a99-9ea4-49ad777ec21c} oximeter.measurements_histogrami8 (a0eeea24-ecb3-482a-a562-ca6585b72062): Loading data parts 2024.06.20 21:28:44.898189 [ 3 ] {cfe42c3c-14e4-4a99-9ea4-49ad777ec21c} oximeter.measurements_histogrami8 (a0eeea24-ecb3-482a-a562-ca6585b72062): There are no data parts 2024.06.20 21:28:44.899585 [ 3 ] {cfe42c3c-14e4-4a99-9ea4-49ad777ec21c} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.899610 [ 3 ] {} HTTP-Session: 85aff528-76cd-411d-9ee5-ac3d7ab8af6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.899724 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.899777 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.899803 [ 3 ] {} HTTP-Session: 2923cc96-4deb-482e-8d19-505e00202f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.899820 [ 3 ] {} HTTP-Session: 2923cc96-4deb-482e-8d19-505e00202f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.899839 [ 3 ] {} HTTP-Session: 2923cc96-4deb-482e-8d19-505e00202f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.899870 [ 3 ] {} HTTP-Session: 2923cc96-4deb-482e-8d19-505e00202f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.900060 [ 3 ] {95c3e43b-6905-47da-9f4a-ee48b9927aec} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.900116 [ 3 ] {95c3e43b-6905-47da-9f4a-ee48b9927aec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.06.20 21:28:44.901680 [ 3 ] {95c3e43b-6905-47da-9f4a-ee48b9927aec} oximeter.measurements_histogramu8 (578a1e25-7b83-409c-91fb-bcda0fcc0759): Loading data parts 2024.06.20 21:28:44.901832 [ 3 ] {95c3e43b-6905-47da-9f4a-ee48b9927aec} oximeter.measurements_histogramu8 (578a1e25-7b83-409c-91fb-bcda0fcc0759): There are no data parts 2024.06.20 21:28:44.903202 [ 3 ] {95c3e43b-6905-47da-9f4a-ee48b9927aec} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.903234 [ 3 ] {} HTTP-Session: 2923cc96-4deb-482e-8d19-505e00202f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.903339 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.903392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.903418 [ 3 ] {} HTTP-Session: cd01c52a-5872-4093-8c2c-0778f3adf7c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.903441 [ 3 ] {} HTTP-Session: cd01c52a-5872-4093-8c2c-0778f3adf7c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.903454 [ 3 ] {} HTTP-Session: cd01c52a-5872-4093-8c2c-0778f3adf7c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.903489 [ 3 ] {} HTTP-Session: cd01c52a-5872-4093-8c2c-0778f3adf7c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.903677 [ 3 ] {e57aebd4-51f2-4bf2-a917-6a36cdcd4e21} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.903735 [ 3 ] {e57aebd4-51f2-4bf2-a917-6a36cdcd4e21} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.06.20 21:28:44.905276 [ 3 ] {e57aebd4-51f2-4bf2-a917-6a36cdcd4e21} oximeter.measurements_histogrami16 (fdd9a570-4d1f-48a0-8180-b95088859a77): Loading data parts 2024.06.20 21:28:44.905437 [ 3 ] {e57aebd4-51f2-4bf2-a917-6a36cdcd4e21} oximeter.measurements_histogrami16 (fdd9a570-4d1f-48a0-8180-b95088859a77): There are no data parts 2024.06.20 21:28:44.906812 [ 3 ] {e57aebd4-51f2-4bf2-a917-6a36cdcd4e21} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.906838 [ 3 ] {} HTTP-Session: cd01c52a-5872-4093-8c2c-0778f3adf7c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.906958 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.907013 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.907033 [ 3 ] {} HTTP-Session: ef8a3168-6010-4a3d-bf67-932046d15111 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.907055 [ 3 ] {} HTTP-Session: ef8a3168-6010-4a3d-bf67-932046d15111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.907075 [ 3 ] {} HTTP-Session: ef8a3168-6010-4a3d-bf67-932046d15111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.907107 [ 3 ] {} HTTP-Session: ef8a3168-6010-4a3d-bf67-932046d15111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.907295 [ 3 ] {42e50ddb-0604-49a7-9c5b-80fb7d70520e} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.907352 [ 3 ] {42e50ddb-0604-49a7-9c5b-80fb7d70520e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.06.20 21:28:44.908956 [ 3 ] {42e50ddb-0604-49a7-9c5b-80fb7d70520e} oximeter.measurements_histogramu16 (0390bf53-40c7-491f-ab53-0014a2865b47): Loading data parts 2024.06.20 21:28:44.909111 [ 3 ] {42e50ddb-0604-49a7-9c5b-80fb7d70520e} oximeter.measurements_histogramu16 (0390bf53-40c7-491f-ab53-0014a2865b47): There are no data parts 2024.06.20 21:28:44.910490 [ 3 ] {42e50ddb-0604-49a7-9c5b-80fb7d70520e} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.910525 [ 3 ] {} HTTP-Session: ef8a3168-6010-4a3d-bf67-932046d15111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.910631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.910683 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.910709 [ 3 ] {} HTTP-Session: f17410ad-aee2-4343-ba97-5db6dd4c7a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.910725 [ 3 ] {} HTTP-Session: f17410ad-aee2-4343-ba97-5db6dd4c7a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.910744 [ 3 ] {} HTTP-Session: f17410ad-aee2-4343-ba97-5db6dd4c7a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.910779 [ 3 ] {} HTTP-Session: f17410ad-aee2-4343-ba97-5db6dd4c7a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.910962 [ 3 ] {5be1922d-f801-44d6-b6bc-ee8b528fe4f8} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.911018 [ 3 ] {5be1922d-f801-44d6-b6bc-ee8b528fe4f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.06.20 21:28:44.912598 [ 3 ] {5be1922d-f801-44d6-b6bc-ee8b528fe4f8} oximeter.measurements_histogrami32 (39affef7-f378-4c9a-8a8c-499db97ce0d6): Loading data parts 2024.06.20 21:28:44.912755 [ 3 ] {5be1922d-f801-44d6-b6bc-ee8b528fe4f8} oximeter.measurements_histogrami32 (39affef7-f378-4c9a-8a8c-499db97ce0d6): There are no data parts 2024.06.20 21:28:44.914130 [ 3 ] {5be1922d-f801-44d6-b6bc-ee8b528fe4f8} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.914162 [ 3 ] {} HTTP-Session: f17410ad-aee2-4343-ba97-5db6dd4c7a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.914270 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.914323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.914341 [ 3 ] {} HTTP-Session: 90cc5c4b-f9e6-41e3-9795-eec0f2396e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.914370 [ 3 ] {} HTTP-Session: 90cc5c4b-f9e6-41e3-9795-eec0f2396e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.914383 [ 3 ] {} HTTP-Session: 90cc5c4b-f9e6-41e3-9795-eec0f2396e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.914419 [ 3 ] {} HTTP-Session: 90cc5c4b-f9e6-41e3-9795-eec0f2396e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.914620 [ 3 ] {d1d39e77-498c-4ae8-872e-46f899acdecd} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.914678 [ 3 ] {d1d39e77-498c-4ae8-872e-46f899acdecd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.06.20 21:28:44.916266 [ 3 ] {d1d39e77-498c-4ae8-872e-46f899acdecd} oximeter.measurements_histogramu32 (b3dcdb2d-3e78-4cb5-8d4a-d5896a24edf7): Loading data parts 2024.06.20 21:28:44.916416 [ 3 ] {d1d39e77-498c-4ae8-872e-46f899acdecd} oximeter.measurements_histogramu32 (b3dcdb2d-3e78-4cb5-8d4a-d5896a24edf7): There are no data parts 2024.06.20 21:28:44.917802 [ 3 ] {d1d39e77-498c-4ae8-872e-46f899acdecd} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.917826 [ 3 ] {} HTTP-Session: 90cc5c4b-f9e6-41e3-9795-eec0f2396e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.917956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.918016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.918042 [ 3 ] {} HTTP-Session: e509a20a-be85-4788-a6e2-00018e15934c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.918060 [ 3 ] {} HTTP-Session: e509a20a-be85-4788-a6e2-00018e15934c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.918080 [ 3 ] {} HTTP-Session: e509a20a-be85-4788-a6e2-00018e15934c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.918116 [ 3 ] {} HTTP-Session: e509a20a-be85-4788-a6e2-00018e15934c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.918306 [ 3 ] {ca5a1da5-729e-4191-952f-8b79c3c5afda} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.918365 [ 3 ] {ca5a1da5-729e-4191-952f-8b79c3c5afda} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.06.20 21:28:44.919934 [ 3 ] {ca5a1da5-729e-4191-952f-8b79c3c5afda} oximeter.measurements_histogrami64 (c2b3f9e2-a8be-4721-a661-e42c4b92a1d4): Loading data parts 2024.06.20 21:28:44.920087 [ 3 ] {ca5a1da5-729e-4191-952f-8b79c3c5afda} oximeter.measurements_histogrami64 (c2b3f9e2-a8be-4721-a661-e42c4b92a1d4): There are no data parts 2024.06.20 21:28:44.921459 [ 3 ] {ca5a1da5-729e-4191-952f-8b79c3c5afda} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.921484 [ 3 ] {} HTTP-Session: e509a20a-be85-4788-a6e2-00018e15934c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.921575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.921637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.921656 [ 3 ] {} HTTP-Session: 32ef7a62-8ab1-43ab-b01a-ffa62a4cbf1c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.921678 [ 3 ] {} HTTP-Session: 32ef7a62-8ab1-43ab-b01a-ffa62a4cbf1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.921692 [ 3 ] {} HTTP-Session: 32ef7a62-8ab1-43ab-b01a-ffa62a4cbf1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.921728 [ 3 ] {} HTTP-Session: 32ef7a62-8ab1-43ab-b01a-ffa62a4cbf1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.921918 [ 3 ] {61c17361-738c-4133-b341-d6c6fda6039a} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.921975 [ 3 ] {61c17361-738c-4133-b341-d6c6fda6039a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.06.20 21:28:44.923554 [ 3 ] {61c17361-738c-4133-b341-d6c6fda6039a} oximeter.measurements_histogramu64 (a307d27a-9b34-4a97-b73d-f70977e7c6c9): Loading data parts 2024.06.20 21:28:44.923699 [ 3 ] {61c17361-738c-4133-b341-d6c6fda6039a} oximeter.measurements_histogramu64 (a307d27a-9b34-4a97-b73d-f70977e7c6c9): There are no data parts 2024.06.20 21:28:44.925083 [ 3 ] {61c17361-738c-4133-b341-d6c6fda6039a} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.925109 [ 3 ] {} HTTP-Session: 32ef7a62-8ab1-43ab-b01a-ffa62a4cbf1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.925217 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.925272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.925299 [ 3 ] {} HTTP-Session: 973021f5-ce39-4032-8736-f5e59a8f96c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.925315 [ 3 ] {} HTTP-Session: 973021f5-ce39-4032-8736-f5e59a8f96c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.925335 [ 3 ] {} HTTP-Session: 973021f5-ce39-4032-8736-f5e59a8f96c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.925372 [ 3 ] {} HTTP-Session: 973021f5-ce39-4032-8736-f5e59a8f96c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.925557 [ 3 ] {a3bc8434-f7f7-430e-b4b0-d5bfb1d0f935} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.925617 [ 3 ] {a3bc8434-f7f7-430e-b4b0-d5bfb1d0f935} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.06.20 21:28:44.927228 [ 3 ] {a3bc8434-f7f7-430e-b4b0-d5bfb1d0f935} oximeter.measurements_histogramf32 (6e3b09fd-bd0d-4f7b-a494-8937e6db0081): Loading data parts 2024.06.20 21:28:44.927384 [ 3 ] {a3bc8434-f7f7-430e-b4b0-d5bfb1d0f935} oximeter.measurements_histogramf32 (6e3b09fd-bd0d-4f7b-a494-8937e6db0081): There are no data parts 2024.06.20 21:28:44.928781 [ 3 ] {a3bc8434-f7f7-430e-b4b0-d5bfb1d0f935} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.928814 [ 3 ] {} HTTP-Session: 973021f5-ce39-4032-8736-f5e59a8f96c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.928926 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.928974 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.929001 [ 3 ] {} HTTP-Session: 1de5e0dc-4fb5-4055-bf20-2c8378670275 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.929025 [ 3 ] {} HTTP-Session: 1de5e0dc-4fb5-4055-bf20-2c8378670275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.929039 [ 3 ] {} HTTP-Session: 1de5e0dc-4fb5-4055-bf20-2c8378670275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.929075 [ 3 ] {} HTTP-Session: 1de5e0dc-4fb5-4055-bf20-2c8378670275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.929267 [ 3 ] {6e0798c0-e8cd-4d58-ab3f-76fe250ee5fc} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.929327 [ 3 ] {6e0798c0-e8cd-4d58-ab3f-76fe250ee5fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.06.20 21:28:44.930865 [ 3 ] {6e0798c0-e8cd-4d58-ab3f-76fe250ee5fc} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): Loading data parts 2024.06.20 21:28:44.931020 [ 3 ] {6e0798c0-e8cd-4d58-ab3f-76fe250ee5fc} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): There are no data parts 2024.06.20 21:28:44.932386 [ 3 ] {6e0798c0-e8cd-4d58-ab3f-76fe250ee5fc} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.932412 [ 3 ] {} HTTP-Session: 1de5e0dc-4fb5-4055-bf20-2c8378670275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.932537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.932593 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.932613 [ 3 ] {} HTTP-Session: 7f77ce8d-f128-438d-8281-cc92ddf53f7c Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.932636 [ 3 ] {} HTTP-Session: 7f77ce8d-f128-438d-8281-cc92ddf53f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.932658 [ 3 ] {} HTTP-Session: 7f77ce8d-f128-438d-8281-cc92ddf53f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.932687 [ 3 ] {} HTTP-Session: 7f77ce8d-f128-438d-8281-cc92ddf53f7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.932839 [ 3 ] {24280e44-c7f2-40a2-b71e-fcb8c640ca94} executeQuery: (from [fd00:1122:3344:101::d]:38912) /* 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.06.20 21:28:44.932896 [ 3 ] {24280e44-c7f2-40a2-b71e-fcb8c640ca94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.06.20 21:28:44.934327 [ 3 ] {24280e44-c7f2-40a2-b71e-fcb8c640ca94} oximeter.fields_bool (a86c0ca3-2f30-4d53-8342-b4b0b1f3986b): Loading data parts 2024.06.20 21:28:44.934518 [ 3 ] {24280e44-c7f2-40a2-b71e-fcb8c640ca94} oximeter.fields_bool (a86c0ca3-2f30-4d53-8342-b4b0b1f3986b): There are no data parts 2024.06.20 21:28:44.935868 [ 3 ] {24280e44-c7f2-40a2-b71e-fcb8c640ca94} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.935902 [ 3 ] {} HTTP-Session: 7f77ce8d-f128-438d-8281-cc92ddf53f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.936021 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.936068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.936095 [ 3 ] {} HTTP-Session: c958a1bb-9117-4da8-8bc2-b26f6ffa3247 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.936118 [ 3 ] {} HTTP-Session: c958a1bb-9117-4da8-8bc2-b26f6ffa3247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.936131 [ 3 ] {} HTTP-Session: c958a1bb-9117-4da8-8bc2-b26f6ffa3247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.936167 [ 3 ] {} HTTP-Session: c958a1bb-9117-4da8-8bc2-b26f6ffa3247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.936311 [ 3 ] {ba3664c7-9b38-48e5-b84e-50a410fce1e1} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.936358 [ 3 ] {ba3664c7-9b38-48e5-b84e-50a410fce1e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.06.20 21:28:44.937821 [ 3 ] {ba3664c7-9b38-48e5-b84e-50a410fce1e1} oximeter.fields_i8 (6768ae72-a230-49e6-91ce-e966d93f6eee): Loading data parts 2024.06.20 21:28:44.937980 [ 3 ] {ba3664c7-9b38-48e5-b84e-50a410fce1e1} oximeter.fields_i8 (6768ae72-a230-49e6-91ce-e966d93f6eee): There are no data parts 2024.06.20 21:28:44.939317 [ 3 ] {ba3664c7-9b38-48e5-b84e-50a410fce1e1} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.939357 [ 3 ] {} HTTP-Session: c958a1bb-9117-4da8-8bc2-b26f6ffa3247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.939462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.939519 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.939547 [ 3 ] {} HTTP-Session: 4734bddb-5817-4917-b889-fdd4ae3bf248 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.939563 [ 3 ] {} HTTP-Session: 4734bddb-5817-4917-b889-fdd4ae3bf248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.939583 [ 3 ] {} HTTP-Session: 4734bddb-5817-4917-b889-fdd4ae3bf248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.939622 [ 3 ] {} HTTP-Session: 4734bddb-5817-4917-b889-fdd4ae3bf248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.939761 [ 3 ] {a83dca6c-e789-4321-b962-2dfcfb577e59} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.939814 [ 3 ] {a83dca6c-e789-4321-b962-2dfcfb577e59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.06.20 21:28:44.941310 [ 3 ] {a83dca6c-e789-4321-b962-2dfcfb577e59} oximeter.fields_u8 (51b28f77-887c-44a2-b599-03e76adb933c): Loading data parts 2024.06.20 21:28:44.941477 [ 3 ] {a83dca6c-e789-4321-b962-2dfcfb577e59} oximeter.fields_u8 (51b28f77-887c-44a2-b599-03e76adb933c): There are no data parts 2024.06.20 21:28:44.942835 [ 3 ] {a83dca6c-e789-4321-b962-2dfcfb577e59} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.942860 [ 3 ] {} HTTP-Session: 4734bddb-5817-4917-b889-fdd4ae3bf248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.942977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.943031 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.943051 [ 3 ] {} HTTP-Session: dc7ef070-859c-4d79-a722-74e00bf934df Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.943074 [ 3 ] {} HTTP-Session: dc7ef070-859c-4d79-a722-74e00bf934df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.943095 [ 3 ] {} HTTP-Session: dc7ef070-859c-4d79-a722-74e00bf934df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.943124 [ 3 ] {} HTTP-Session: dc7ef070-859c-4d79-a722-74e00bf934df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.943270 [ 3 ] {89b73cd1-62f8-4846-bace-5d82ed6d49cd} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.943323 [ 3 ] {89b73cd1-62f8-4846-bace-5d82ed6d49cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.06.20 21:28:44.944774 [ 3 ] {89b73cd1-62f8-4846-bace-5d82ed6d49cd} oximeter.fields_i16 (9565f110-47b9-43b3-b514-e4c44a648972): Loading data parts 2024.06.20 21:28:44.944935 [ 3 ] {89b73cd1-62f8-4846-bace-5d82ed6d49cd} oximeter.fields_i16 (9565f110-47b9-43b3-b514-e4c44a648972): There are no data parts 2024.06.20 21:28:44.946277 [ 3 ] {89b73cd1-62f8-4846-bace-5d82ed6d49cd} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.946301 [ 3 ] {} HTTP-Session: dc7ef070-859c-4d79-a722-74e00bf934df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.946426 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.946479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.946499 [ 3 ] {} HTTP-Session: 31f0c2c9-4861-417c-83b8-a32c67c0010f Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.946523 [ 3 ] {} HTTP-Session: 31f0c2c9-4861-417c-83b8-a32c67c0010f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.946543 [ 3 ] {} HTTP-Session: 31f0c2c9-4861-417c-83b8-a32c67c0010f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.946573 [ 3 ] {} HTTP-Session: 31f0c2c9-4861-417c-83b8-a32c67c0010f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.946717 [ 3 ] {a9a134b6-f225-4c40-b080-d728f959587f} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.946771 [ 3 ] {a9a134b6-f225-4c40-b080-d728f959587f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.06.20 21:28:44.948232 [ 3 ] {a9a134b6-f225-4c40-b080-d728f959587f} oximeter.fields_u16 (80631409-a7f7-4097-9ea7-71cb197870e2): Loading data parts 2024.06.20 21:28:44.948400 [ 3 ] {a9a134b6-f225-4c40-b080-d728f959587f} oximeter.fields_u16 (80631409-a7f7-4097-9ea7-71cb197870e2): There are no data parts 2024.06.20 21:28:44.949841 [ 3 ] {a9a134b6-f225-4c40-b080-d728f959587f} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.949865 [ 3 ] {} HTTP-Session: 31f0c2c9-4861-417c-83b8-a32c67c0010f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.950012 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.950067 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.950086 [ 3 ] {} HTTP-Session: a1a92ca2-11d5-41c7-abb0-46d878f7dcf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.950109 [ 3 ] {} HTTP-Session: a1a92ca2-11d5-41c7-abb0-46d878f7dcf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.950130 [ 3 ] {} HTTP-Session: a1a92ca2-11d5-41c7-abb0-46d878f7dcf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.950160 [ 3 ] {} HTTP-Session: a1a92ca2-11d5-41c7-abb0-46d878f7dcf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.950306 [ 3 ] {fac8483d-6bdf-462e-ae1e-4397cca419db} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.950353 [ 3 ] {fac8483d-6bdf-462e-ae1e-4397cca419db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.06.20 21:28:44.951764 [ 3 ] {fac8483d-6bdf-462e-ae1e-4397cca419db} oximeter.fields_i32 (fe1536d2-6a89-4a1f-9b3d-5c065332228f): Loading data parts 2024.06.20 21:28:44.951916 [ 3 ] {fac8483d-6bdf-462e-ae1e-4397cca419db} oximeter.fields_i32 (fe1536d2-6a89-4a1f-9b3d-5c065332228f): There are no data parts 2024.06.20 21:28:44.953272 [ 3 ] {fac8483d-6bdf-462e-ae1e-4397cca419db} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.953306 [ 3 ] {} HTTP-Session: a1a92ca2-11d5-41c7-abb0-46d878f7dcf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.953408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.953455 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.953483 [ 3 ] {} HTTP-Session: ac3752d0-3d26-43dd-a329-29ec6e9c76f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.953511 [ 3 ] {} HTTP-Session: ac3752d0-3d26-43dd-a329-29ec6e9c76f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.953526 [ 3 ] {} HTTP-Session: ac3752d0-3d26-43dd-a329-29ec6e9c76f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.953562 [ 3 ] {} HTTP-Session: ac3752d0-3d26-43dd-a329-29ec6e9c76f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.953709 [ 3 ] {d7670bd2-2a8d-43c3-aef4-891e19807a7f} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.953755 [ 3 ] {d7670bd2-2a8d-43c3-aef4-891e19807a7f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.06.20 21:28:44.955157 [ 3 ] {d7670bd2-2a8d-43c3-aef4-891e19807a7f} oximeter.fields_u32 (f96283ae-cbfa-4507-903c-418dc41b283a): Loading data parts 2024.06.20 21:28:44.955316 [ 3 ] {d7670bd2-2a8d-43c3-aef4-891e19807a7f} oximeter.fields_u32 (f96283ae-cbfa-4507-903c-418dc41b283a): There are no data parts 2024.06.20 21:28:44.956663 [ 3 ] {d7670bd2-2a8d-43c3-aef4-891e19807a7f} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.956698 [ 3 ] {} HTTP-Session: ac3752d0-3d26-43dd-a329-29ec6e9c76f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.956805 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.956861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.956887 [ 3 ] {} HTTP-Session: 53b67fd2-9dfd-417d-b664-afa499c52085 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.956904 [ 3 ] {} HTTP-Session: 53b67fd2-9dfd-417d-b664-afa499c52085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.956924 [ 3 ] {} HTTP-Session: 53b67fd2-9dfd-417d-b664-afa499c52085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.956962 [ 3 ] {} HTTP-Session: 53b67fd2-9dfd-417d-b664-afa499c52085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.957108 [ 3 ] {9e106480-1bec-444e-8a00-74193d1212a7} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.957153 [ 3 ] {9e106480-1bec-444e-8a00-74193d1212a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.06.20 21:28:44.958546 [ 3 ] {9e106480-1bec-444e-8a00-74193d1212a7} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): Loading data parts 2024.06.20 21:28:44.958707 [ 3 ] {9e106480-1bec-444e-8a00-74193d1212a7} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): There are no data parts 2024.06.20 21:28:44.960087 [ 3 ] {9e106480-1bec-444e-8a00-74193d1212a7} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.960112 [ 3 ] {} HTTP-Session: 53b67fd2-9dfd-417d-b664-afa499c52085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.960223 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.960279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.960306 [ 3 ] {} HTTP-Session: efde3fa4-7020-400a-9307-c768b3131b5f Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.960323 [ 3 ] {} HTTP-Session: efde3fa4-7020-400a-9307-c768b3131b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.960343 [ 3 ] {} HTTP-Session: efde3fa4-7020-400a-9307-c768b3131b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.960379 [ 3 ] {} HTTP-Session: efde3fa4-7020-400a-9307-c768b3131b5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.960524 [ 3 ] {7a2a23fb-9d4c-480b-aede-ba4d3f35fc1d} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.960571 [ 3 ] {7a2a23fb-9d4c-480b-aede-ba4d3f35fc1d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.06.20 21:28:44.961949 [ 3 ] {7a2a23fb-9d4c-480b-aede-ba4d3f35fc1d} oximeter.fields_u64 (f8062d1d-eec7-46ce-b0d9-b873950159d4): Loading data parts 2024.06.20 21:28:44.962107 [ 3 ] {7a2a23fb-9d4c-480b-aede-ba4d3f35fc1d} oximeter.fields_u64 (f8062d1d-eec7-46ce-b0d9-b873950159d4): There are no data parts 2024.06.20 21:28:44.963462 [ 3 ] {7a2a23fb-9d4c-480b-aede-ba4d3f35fc1d} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.963488 [ 3 ] {} HTTP-Session: efde3fa4-7020-400a-9307-c768b3131b5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.963604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.963667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.963689 [ 3 ] {} HTTP-Session: 3fa6c7bd-55ab-4752-8300-b3e3fda9146b Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.963705 [ 3 ] {} HTTP-Session: 3fa6c7bd-55ab-4752-8300-b3e3fda9146b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.963726 [ 3 ] {} HTTP-Session: 3fa6c7bd-55ab-4752-8300-b3e3fda9146b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.963756 [ 3 ] {} HTTP-Session: 3fa6c7bd-55ab-4752-8300-b3e3fda9146b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.963894 [ 3 ] {90b6f2d5-5781-4b1e-bfc3-0d20c5562f6f} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.963942 [ 3 ] {90b6f2d5-5781-4b1e-bfc3-0d20c5562f6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.06.20 21:28:44.965309 [ 3 ] {90b6f2d5-5781-4b1e-bfc3-0d20c5562f6f} oximeter.fields_ipaddr (b972c57b-d3b3-4ee9-8b6c-9ab3e3a21c91): Loading data parts 2024.06.20 21:28:44.965476 [ 3 ] {90b6f2d5-5781-4b1e-bfc3-0d20c5562f6f} oximeter.fields_ipaddr (b972c57b-d3b3-4ee9-8b6c-9ab3e3a21c91): There are no data parts 2024.06.20 21:28:44.966811 [ 3 ] {90b6f2d5-5781-4b1e-bfc3-0d20c5562f6f} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.966837 [ 3 ] {} HTTP-Session: 3fa6c7bd-55ab-4752-8300-b3e3fda9146b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.966944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.966990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.967011 [ 3 ] {} HTTP-Session: 5d50c3e7-2fde-4f86-972f-6ac022d2fdf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.967027 [ 3 ] {} HTTP-Session: 5d50c3e7-2fde-4f86-972f-6ac022d2fdf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.967041 [ 3 ] {} HTTP-Session: 5d50c3e7-2fde-4f86-972f-6ac022d2fdf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.967071 [ 3 ] {} HTTP-Session: 5d50c3e7-2fde-4f86-972f-6ac022d2fdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.967209 [ 3 ] {3f6f204f-bc5d-4961-980d-b6bfae59bb7e} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.967249 [ 3 ] {3f6f204f-bc5d-4961-980d-b6bfae59bb7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.06.20 21:28:44.968608 [ 3 ] {3f6f204f-bc5d-4961-980d-b6bfae59bb7e} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Loading data parts 2024.06.20 21:28:44.968804 [ 3 ] {3f6f204f-bc5d-4961-980d-b6bfae59bb7e} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): There are no data parts 2024.06.20 21:28:44.970258 [ 3 ] {3f6f204f-bc5d-4961-980d-b6bfae59bb7e} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.970283 [ 3 ] {} HTTP-Session: 5d50c3e7-2fde-4f86-972f-6ac022d2fdf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.970380 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.970427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.970447 [ 3 ] {} HTTP-Session: 05463425-63a3-42e1-b9cc-2c23284c0f5b Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.970463 [ 3 ] {} HTTP-Session: 05463425-63a3-42e1-b9cc-2c23284c0f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.970478 [ 3 ] {} HTTP-Session: 05463425-63a3-42e1-b9cc-2c23284c0f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.970507 [ 3 ] {} HTTP-Session: 05463425-63a3-42e1-b9cc-2c23284c0f5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.970647 [ 3 ] {3e465045-a63b-4de4-9b60-9621288786d1} executeQuery: (from [fd00:1122:3344:101::d]:38912) 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.06.20 21:28:44.970686 [ 3 ] {3e465045-a63b-4de4-9b60-9621288786d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.06.20 21:28:44.972075 [ 3 ] {3e465045-a63b-4de4-9b60-9621288786d1} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Loading data parts 2024.06.20 21:28:44.972239 [ 3 ] {3e465045-a63b-4de4-9b60-9621288786d1} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): There are no data parts 2024.06.20 21:28:44.973718 [ 3 ] {3e465045-a63b-4de4-9b60-9621288786d1} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.973743 [ 3 ] {} HTTP-Session: 05463425-63a3-42e1-b9cc-2c23284c0f5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.973846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.973893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.973913 [ 3 ] {} HTTP-Session: 5c4f752b-3487-400e-a144-84f4d125c938 Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.973931 [ 3 ] {} HTTP-Session: 5c4f752b-3487-400e-a144-84f4d125c938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.973945 [ 3 ] {} HTTP-Session: 5c4f752b-3487-400e-a144-84f4d125c938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.973974 [ 3 ] {} HTTP-Session: 5c4f752b-3487-400e-a144-84f4d125c938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.974187 [ 3 ] {7d3ae3a6-6a44-4e2e-a40d-d89a26f2d3d4} executeQuery: (from [fd00:1122:3344:101::d]:38912) /* 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.06.20 21:28:44.974246 [ 3 ] {7d3ae3a6-6a44-4e2e-a40d-d89a26f2d3d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.06.20 21:28:44.975764 [ 3 ] {7d3ae3a6-6a44-4e2e-a40d-d89a26f2d3d4} oximeter.timeseries_schema (b64f8053-3f7e-494e-92cf-f79b4ad1bc2a): Loading data parts 2024.06.20 21:28:44.975937 [ 3 ] {7d3ae3a6-6a44-4e2e-a40d-d89a26f2d3d4} oximeter.timeseries_schema (b64f8053-3f7e-494e-92cf-f79b4ad1bc2a): There are no data parts 2024.06.20 21:28:44.977543 [ 3 ] {7d3ae3a6-6a44-4e2e-a40d-d89a26f2d3d4} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.977569 [ 3 ] {} HTTP-Session: 5c4f752b-3487-400e-a144-84f4d125c938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.977688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38912, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:28:44.977737 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:28:44.977756 [ 3 ] {} HTTP-Session: ccf25f50-0f85-4cab-8583-24655b2b1a7d Authenticating user 'default' from [fd00:1122:3344:101::d]:38912 2024.06.20 21:28:44.977773 [ 3 ] {} HTTP-Session: ccf25f50-0f85-4cab-8583-24655b2b1a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.977787 [ 3 ] {} HTTP-Session: ccf25f50-0f85-4cab-8583-24655b2b1a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:44.977818 [ 3 ] {} HTTP-Session: ccf25f50-0f85-4cab-8583-24655b2b1a7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:28:44.977973 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} executeQuery: (from [fd00:1122:3344:101::d]:38912) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.06.20 21:28:44.979573 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.06.20 21:28:44.983248 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} oximeter.version (dafb890d-e1f4-49ee-8d59-d8158a638c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:28:44.983284 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2024.06.20 21:28:44.987914 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:28:44.989041 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} oximeter.version (dafb890d-e1f4-49ee-8d59-d8158a638c02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:28:44.989328 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} executeQuery: Read 1 rows, 16.00 B in 0.011423 sec., 87.54267705506433 rows/sec., 1.37 KiB/sec. 2024.06.20 21:28:44.989547 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} DynamicQueryHandler: Done processing query 2024.06.20 21:28:44.989581 [ 3 ] {fb5a1158-464a-496f-a09d-0049e02c3693} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.06.20 21:28:44.989608 [ 3 ] {} HTTP-Session: ccf25f50-0f85-4cab-8583-24655b2b1a7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:28:45.000163 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 165.76 MiB, free memory in arenas 0.00 B, will set to 173.64 MiB (RSS), difference: 13.03 MiB 2024.06.20 21:28:58.942522 [ 144 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:28:58.942589 [ 144 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:29:13.942650 [ 123 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:29:13.942747 [ 123 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:29:28.943023 [ 114 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:29:28.943121 [ 114 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:29:43.943164 [ 106 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:29:43.943240 [ 106 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:29:45.010819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.010953 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.010985 [ 3 ] {} HTTP-Session: 85510f65-5f45-4d6d-9d3a-c37eb44267ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.011014 [ 3 ] {} HTTP-Session: 85510f65-5f45-4d6d-9d3a-c37eb44267ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.011032 [ 3 ] {} HTTP-Session: 85510f65-5f45-4d6d-9d3a-c37eb44267ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.011091 [ 3 ] {} HTTP-Session: 85510f65-5f45-4d6d-9d3a-c37eb44267ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.011433 [ 3 ] {4871c9c2-a28c-4c94-b1df-6e8b5e9f8f2d} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.011855 [ 3 ] {4871c9c2-a28c-4c94-b1df-6e8b5e9f8f2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.014121 [ 3 ] {4871c9c2-a28c-4c94-b1df-6e8b5e9f8f2d} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.021623 [ 3 ] {4871c9c2-a28c-4c94-b1df-6e8b5e9f8f2d} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.021658 [ 3 ] {4871c9c2-a28c-4c94-b1df-6e8b5e9f8f2d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.021675 [ 3 ] {} HTTP-Session: 85510f65-5f45-4d6d-9d3a-c37eb44267ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.032484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.032550 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.032571 [ 3 ] {} HTTP-Session: 2709d9ba-5e53-4e6f-a4dd-3e90f7de05bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.032592 [ 3 ] {} HTTP-Session: 2709d9ba-5e53-4e6f-a4dd-3e90f7de05bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.032606 [ 3 ] {} HTTP-Session: 2709d9ba-5e53-4e6f-a4dd-3e90f7de05bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.032644 [ 3 ] {} HTTP-Session: 2709d9ba-5e53-4e6f-a4dd-3e90f7de05bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.032815 [ 3 ] {840d3def-8379-45c6-95eb-6a2467989dc1} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.054747 [ 3 ] {840d3def-8379-45c6-95eb-6a2467989dc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.054815 [ 3 ] {840d3def-8379-45c6-95eb-6a2467989dc1} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.055939 [ 3 ] {840d3def-8379-45c6-95eb-6a2467989dc1} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.055969 [ 3 ] {840d3def-8379-45c6-95eb-6a2467989dc1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.055987 [ 3 ] {} HTTP-Session: 2709d9ba-5e53-4e6f-a4dd-3e90f7de05bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.056938 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.056997 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.057018 [ 3 ] {} HTTP-Session: 3789f26e-7e63-4ab9-bd65-89f200c1bdeb Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.057041 [ 3 ] {} HTTP-Session: 3789f26e-7e63-4ab9-bd65-89f200c1bdeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.057056 [ 3 ] {} HTTP-Session: 3789f26e-7e63-4ab9-bd65-89f200c1bdeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.057100 [ 3 ] {} HTTP-Session: 3789f26e-7e63-4ab9-bd65-89f200c1bdeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.057263 [ 3 ] {1e9dbf10-f43a-411f-b2d6-411640b33a43} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.063032 [ 3 ] {1e9dbf10-f43a-411f-b2d6-411640b33a43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.063104 [ 3 ] {1e9dbf10-f43a-411f-b2d6-411640b33a43} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.064142 [ 3 ] {1e9dbf10-f43a-411f-b2d6-411640b33a43} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.064170 [ 3 ] {1e9dbf10-f43a-411f-b2d6-411640b33a43} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.064187 [ 3 ] {} HTTP-Session: 3789f26e-7e63-4ab9-bd65-89f200c1bdeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.064447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.064502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.064523 [ 3 ] {} HTTP-Session: b6efa7c3-af23-4280-a291-a0f3537db740 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.064541 [ 3 ] {} HTTP-Session: b6efa7c3-af23-4280-a291-a0f3537db740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.064555 [ 3 ] {} HTTP-Session: b6efa7c3-af23-4280-a291-a0f3537db740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.064592 [ 3 ] {} HTTP-Session: b6efa7c3-af23-4280-a291-a0f3537db740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.064726 [ 3 ] {1f30b2c6-5e4f-4ea1-a371-134ce9833874} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.065057 [ 3 ] {1f30b2c6-5e4f-4ea1-a371-134ce9833874} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.065111 [ 3 ] {1f30b2c6-5e4f-4ea1-a371-134ce9833874} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.066029 [ 3 ] {1f30b2c6-5e4f-4ea1-a371-134ce9833874} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.066056 [ 3 ] {1f30b2c6-5e4f-4ea1-a371-134ce9833874} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.066072 [ 3 ] {} HTTP-Session: b6efa7c3-af23-4280-a291-a0f3537db740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.066904 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.066955 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.066974 [ 3 ] {} HTTP-Session: 47427bbd-e94a-4fb5-a235-16da1b8a5681 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.066991 [ 3 ] {} HTTP-Session: 47427bbd-e94a-4fb5-a235-16da1b8a5681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.067006 [ 3 ] {} HTTP-Session: 47427bbd-e94a-4fb5-a235-16da1b8a5681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.067038 [ 3 ] {} HTTP-Session: 47427bbd-e94a-4fb5-a235-16da1b8a5681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.067165 [ 3 ] {ef8cda09-bc67-485e-aea3-3ab47b7250dd} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.067491 [ 3 ] {ef8cda09-bc67-485e-aea3-3ab47b7250dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.067544 [ 3 ] {ef8cda09-bc67-485e-aea3-3ab47b7250dd} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.068429 [ 3 ] {ef8cda09-bc67-485e-aea3-3ab47b7250dd} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.068455 [ 3 ] {ef8cda09-bc67-485e-aea3-3ab47b7250dd} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.068472 [ 3 ] {} HTTP-Session: 47427bbd-e94a-4fb5-a235-16da1b8a5681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.068687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.068736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.068756 [ 3 ] {} HTTP-Session: 2e8169c9-d9e2-4893-89a9-5d8cf2b46b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.068774 [ 3 ] {} HTTP-Session: 2e8169c9-d9e2-4893-89a9-5d8cf2b46b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.068790 [ 3 ] {} HTTP-Session: 2e8169c9-d9e2-4893-89a9-5d8cf2b46b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.068822 [ 3 ] {} HTTP-Session: 2e8169c9-d9e2-4893-89a9-5d8cf2b46b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.068945 [ 3 ] {2e0aeaff-deae-4213-9df0-fc04e59f56c3} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.069276 [ 3 ] {2e0aeaff-deae-4213-9df0-fc04e59f56c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.069329 [ 3 ] {2e0aeaff-deae-4213-9df0-fc04e59f56c3} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.070187 [ 3 ] {2e0aeaff-deae-4213-9df0-fc04e59f56c3} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.070213 [ 3 ] {2e0aeaff-deae-4213-9df0-fc04e59f56c3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.070230 [ 3 ] {} HTTP-Session: 2e8169c9-d9e2-4893-89a9-5d8cf2b46b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.070447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.070495 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.070515 [ 3 ] {} HTTP-Session: fda19367-5fd7-4438-a9d1-49a1e3552471 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.070532 [ 3 ] {} HTTP-Session: fda19367-5fd7-4438-a9d1-49a1e3552471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.070547 [ 3 ] {} HTTP-Session: fda19367-5fd7-4438-a9d1-49a1e3552471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.070578 [ 3 ] {} HTTP-Session: fda19367-5fd7-4438-a9d1-49a1e3552471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.070702 [ 3 ] {5fb3d41d-bf15-415c-87f8-c009b7867112} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.071028 [ 3 ] {5fb3d41d-bf15-415c-87f8-c009b7867112} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.071080 [ 3 ] {5fb3d41d-bf15-415c-87f8-c009b7867112} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.071967 [ 3 ] {5fb3d41d-bf15-415c-87f8-c009b7867112} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.071993 [ 3 ] {5fb3d41d-bf15-415c-87f8-c009b7867112} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.072010 [ 3 ] {} HTTP-Session: fda19367-5fd7-4438-a9d1-49a1e3552471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.072232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.072279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.072299 [ 3 ] {} HTTP-Session: 8f4ec479-c2d2-4cd4-beba-e33aff807c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.072315 [ 3 ] {} HTTP-Session: 8f4ec479-c2d2-4cd4-beba-e33aff807c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.072330 [ 3 ] {} HTTP-Session: 8f4ec479-c2d2-4cd4-beba-e33aff807c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.072361 [ 3 ] {} HTTP-Session: 8f4ec479-c2d2-4cd4-beba-e33aff807c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.072484 [ 3 ] {ff7aa1c0-1e7b-49c9-912d-2ea928a596f3} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.072820 [ 3 ] {ff7aa1c0-1e7b-49c9-912d-2ea928a596f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.072872 [ 3 ] {ff7aa1c0-1e7b-49c9-912d-2ea928a596f3} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.073769 [ 3 ] {ff7aa1c0-1e7b-49c9-912d-2ea928a596f3} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.073796 [ 3 ] {ff7aa1c0-1e7b-49c9-912d-2ea928a596f3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.073812 [ 3 ] {} HTTP-Session: 8f4ec479-c2d2-4cd4-beba-e33aff807c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.074011 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.074066 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.074085 [ 3 ] {} HTTP-Session: 91630edb-abc4-49ed-abe0-a8fa87868356 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.074102 [ 3 ] {} HTTP-Session: 91630edb-abc4-49ed-abe0-a8fa87868356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.074117 [ 3 ] {} HTTP-Session: 91630edb-abc4-49ed-abe0-a8fa87868356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.074147 [ 3 ] {} HTTP-Session: 91630edb-abc4-49ed-abe0-a8fa87868356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.074270 [ 3 ] {027040ed-f6f7-4fb2-aea5-5c0828b34ea3} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.074601 [ 3 ] {027040ed-f6f7-4fb2-aea5-5c0828b34ea3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.074654 [ 3 ] {027040ed-f6f7-4fb2-aea5-5c0828b34ea3} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.075526 [ 3 ] {027040ed-f6f7-4fb2-aea5-5c0828b34ea3} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.075552 [ 3 ] {027040ed-f6f7-4fb2-aea5-5c0828b34ea3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.075569 [ 3 ] {} HTTP-Session: 91630edb-abc4-49ed-abe0-a8fa87868356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.075776 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.075825 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.075844 [ 3 ] {} HTTP-Session: 79a7f1fe-35e2-491c-beec-ecd180025773 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.075860 [ 3 ] {} HTTP-Session: 79a7f1fe-35e2-491c-beec-ecd180025773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.075874 [ 3 ] {} HTTP-Session: 79a7f1fe-35e2-491c-beec-ecd180025773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.075906 [ 3 ] {} HTTP-Session: 79a7f1fe-35e2-491c-beec-ecd180025773 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.076032 [ 3 ] {53b4085b-004a-411f-8daa-c243548d56b9} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.076370 [ 3 ] {53b4085b-004a-411f-8daa-c243548d56b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.076422 [ 3 ] {53b4085b-004a-411f-8daa-c243548d56b9} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.077278 [ 3 ] {53b4085b-004a-411f-8daa-c243548d56b9} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.077305 [ 3 ] {53b4085b-004a-411f-8daa-c243548d56b9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.077320 [ 3 ] {} HTTP-Session: 79a7f1fe-35e2-491c-beec-ecd180025773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.077517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.077564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.077584 [ 3 ] {} HTTP-Session: 86455803-5869-4f47-a6b5-c9500af0b9f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.077602 [ 3 ] {} HTTP-Session: 86455803-5869-4f47-a6b5-c9500af0b9f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.077615 [ 3 ] {} HTTP-Session: 86455803-5869-4f47-a6b5-c9500af0b9f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.077646 [ 3 ] {} HTTP-Session: 86455803-5869-4f47-a6b5-c9500af0b9f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.077775 [ 3 ] {f1d0b198-02d4-4159-b42f-29903db5a8c1} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.078113 [ 3 ] {f1d0b198-02d4-4159-b42f-29903db5a8c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.078165 [ 3 ] {f1d0b198-02d4-4159-b42f-29903db5a8c1} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.079038 [ 3 ] {f1d0b198-02d4-4159-b42f-29903db5a8c1} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.079064 [ 3 ] {f1d0b198-02d4-4159-b42f-29903db5a8c1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.079080 [ 3 ] {} HTTP-Session: 86455803-5869-4f47-a6b5-c9500af0b9f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.079284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.079332 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.079351 [ 3 ] {} HTTP-Session: 635f01d8-ff30-4a23-87f2-b78ed49b016f Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.079368 [ 3 ] {} HTTP-Session: 635f01d8-ff30-4a23-87f2-b78ed49b016f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.079382 [ 3 ] {} HTTP-Session: 635f01d8-ff30-4a23-87f2-b78ed49b016f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.079413 [ 3 ] {} HTTP-Session: 635f01d8-ff30-4a23-87f2-b78ed49b016f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.079543 [ 3 ] {d0747e7e-1792-476c-af6f-8a1922d3e278} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.079884 [ 3 ] {d0747e7e-1792-476c-af6f-8a1922d3e278} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.079935 [ 3 ] {d0747e7e-1792-476c-af6f-8a1922d3e278} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.080755 [ 3 ] {d0747e7e-1792-476c-af6f-8a1922d3e278} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.080782 [ 3 ] {d0747e7e-1792-476c-af6f-8a1922d3e278} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.080798 [ 3 ] {} HTTP-Session: 635f01d8-ff30-4a23-87f2-b78ed49b016f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.081045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.081093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.081113 [ 3 ] {} HTTP-Session: 6757f981-f7e4-4346-a0dd-ce35983d3458 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.081130 [ 3 ] {} HTTP-Session: 6757f981-f7e4-4346-a0dd-ce35983d3458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.081144 [ 3 ] {} HTTP-Session: 6757f981-f7e4-4346-a0dd-ce35983d3458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.081175 [ 3 ] {} HTTP-Session: 6757f981-f7e4-4346-a0dd-ce35983d3458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.081303 [ 3 ] {40b82583-0a76-4c67-b5ff-99ae52f8dfcf} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.081646 [ 3 ] {40b82583-0a76-4c67-b5ff-99ae52f8dfcf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.081698 [ 3 ] {40b82583-0a76-4c67-b5ff-99ae52f8dfcf} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.082569 [ 3 ] {40b82583-0a76-4c67-b5ff-99ae52f8dfcf} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.082596 [ 3 ] {40b82583-0a76-4c67-b5ff-99ae52f8dfcf} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.082612 [ 3 ] {} HTTP-Session: 6757f981-f7e4-4346-a0dd-ce35983d3458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.082827 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.082876 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.082896 [ 3 ] {} HTTP-Session: d2a0b16b-af71-414e-8c43-694c7e76d222 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.082912 [ 3 ] {} HTTP-Session: d2a0b16b-af71-414e-8c43-694c7e76d222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.082926 [ 3 ] {} HTTP-Session: d2a0b16b-af71-414e-8c43-694c7e76d222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.082958 [ 3 ] {} HTTP-Session: d2a0b16b-af71-414e-8c43-694c7e76d222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.083086 [ 3 ] {5e03f04b-2ee4-4bb8-b9f7-abbfe34852f9} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.083439 [ 3 ] {5e03f04b-2ee4-4bb8-b9f7-abbfe34852f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.083490 [ 3 ] {5e03f04b-2ee4-4bb8-b9f7-abbfe34852f9} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.084391 [ 3 ] {5e03f04b-2ee4-4bb8-b9f7-abbfe34852f9} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.084418 [ 3 ] {5e03f04b-2ee4-4bb8-b9f7-abbfe34852f9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.084433 [ 3 ] {} HTTP-Session: d2a0b16b-af71-414e-8c43-694c7e76d222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.084632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.084680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.084699 [ 3 ] {} HTTP-Session: 459630e7-8a0d-494e-b868-46048f9e72bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.084715 [ 3 ] {} HTTP-Session: 459630e7-8a0d-494e-b868-46048f9e72bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.084730 [ 3 ] {} HTTP-Session: 459630e7-8a0d-494e-b868-46048f9e72bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.084760 [ 3 ] {} HTTP-Session: 459630e7-8a0d-494e-b868-46048f9e72bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.084890 [ 3 ] {3329b4b4-36b4-407a-90c5-db9b6e69ccdb} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.085244 [ 3 ] {3329b4b4-36b4-407a-90c5-db9b6e69ccdb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.085296 [ 3 ] {3329b4b4-36b4-407a-90c5-db9b6e69ccdb} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.086213 [ 3 ] {3329b4b4-36b4-407a-90c5-db9b6e69ccdb} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.086240 [ 3 ] {3329b4b4-36b4-407a-90c5-db9b6e69ccdb} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.086256 [ 3 ] {} HTTP-Session: 459630e7-8a0d-494e-b868-46048f9e72bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.086471 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.086521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.086540 [ 3 ] {} HTTP-Session: 92214c84-afac-4d36-ac5e-eab617229a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.086557 [ 3 ] {} HTTP-Session: 92214c84-afac-4d36-ac5e-eab617229a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.086571 [ 3 ] {} HTTP-Session: 92214c84-afac-4d36-ac5e-eab617229a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.086601 [ 3 ] {} HTTP-Session: 92214c84-afac-4d36-ac5e-eab617229a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.086733 [ 3 ] {50737812-8e11-47d0-8a6d-de723212f583} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.087087 [ 3 ] {50737812-8e11-47d0-8a6d-de723212f583} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.087141 [ 3 ] {50737812-8e11-47d0-8a6d-de723212f583} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.088033 [ 3 ] {50737812-8e11-47d0-8a6d-de723212f583} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.088060 [ 3 ] {50737812-8e11-47d0-8a6d-de723212f583} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.088077 [ 3 ] {} HTTP-Session: 92214c84-afac-4d36-ac5e-eab617229a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.088277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.088324 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.088344 [ 3 ] {} HTTP-Session: cf15d385-212e-4061-895b-7bdb48ce6af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.088362 [ 3 ] {} HTTP-Session: cf15d385-212e-4061-895b-7bdb48ce6af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.088375 [ 3 ] {} HTTP-Session: cf15d385-212e-4061-895b-7bdb48ce6af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.088406 [ 3 ] {} HTTP-Session: cf15d385-212e-4061-895b-7bdb48ce6af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.088540 [ 3 ] {74673ba2-0adc-4c8e-9223-e2a91b4d0116} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.088899 [ 3 ] {74673ba2-0adc-4c8e-9223-e2a91b4d0116} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.088951 [ 3 ] {74673ba2-0adc-4c8e-9223-e2a91b4d0116} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.089865 [ 3 ] {74673ba2-0adc-4c8e-9223-e2a91b4d0116} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.089892 [ 3 ] {74673ba2-0adc-4c8e-9223-e2a91b4d0116} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.089909 [ 3 ] {} HTTP-Session: cf15d385-212e-4061-895b-7bdb48ce6af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.090131 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.090180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.090200 [ 3 ] {} HTTP-Session: d073a81a-eb65-45c2-a6c0-7212386d8667 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.090217 [ 3 ] {} HTTP-Session: d073a81a-eb65-45c2-a6c0-7212386d8667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.090232 [ 3 ] {} HTTP-Session: d073a81a-eb65-45c2-a6c0-7212386d8667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.090262 [ 3 ] {} HTTP-Session: d073a81a-eb65-45c2-a6c0-7212386d8667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.090397 [ 3 ] {2ae4f045-fd55-47c8-aa38-3265b531104a} executeQuery: (from [fd00:1122:3344:101::d]:54246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.06.20 21:29:45.090760 [ 3 ] {2ae4f045-fd55-47c8-aa38-3265b531104a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.090813 [ 3 ] {2ae4f045-fd55-47c8-aa38-3265b531104a} InterpreterSelectQuery: FetchColumns -> Complete 2024.06.20 21:29:45.091698 [ 3 ] {2ae4f045-fd55-47c8-aa38-3265b531104a} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.091724 [ 3 ] {2ae4f045-fd55-47c8-aa38-3265b531104a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.06.20 21:29:45.091740 [ 3 ] {} HTTP-Session: d073a81a-eb65-45c2-a6c0-7212386d8667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.093363 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.093413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.093433 [ 3 ] {} HTTP-Session: 651e0d2e-551f-48c1-a4aa-803ba9540b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.093450 [ 3 ] {} HTTP-Session: 651e0d2e-551f-48c1-a4aa-803ba9540b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.093464 [ 3 ] {} HTTP-Session: 651e0d2e-551f-48c1-a4aa-803ba9540b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.093497 [ 3 ] {} HTTP-Session: 651e0d2e-551f-48c1-a4aa-803ba9540b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.093621 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.093667 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.06.20 21:29:45.095927 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.104196 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} oximeter.timeseries_schema (b64f8053-3f7e-494e-92cf-f79b4ad1bc2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.104239 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.106857 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.107243 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} oximeter.timeseries_schema (b64f8053-3f7e-494e-92cf-f79b4ad1bc2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.107415 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} executeQuery: Read 18 rows, 2.44 KiB in 0.013834 sec., 1301.1421136330778 rows/sec., 176.48 KiB/sec. 2024.06.20 21:29:45.107836 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.107863 [ 3 ] {b0e384fa-6649-4442-ae5d-6c48b9b7fbc9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.06.20 21:29:45.107879 [ 3 ] {} HTTP-Session: 651e0d2e-551f-48c1-a4aa-803ba9540b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.108001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.108061 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.108088 [ 3 ] {} HTTP-Session: d179a6bd-05f0-4ef7-bace-e1a820f336ed Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.108105 [ 3 ] {} HTTP-Session: d179a6bd-05f0-4ef7-bace-e1a820f336ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.108120 [ 3 ] {} HTTP-Session: d179a6bd-05f0-4ef7-bace-e1a820f336ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.108153 [ 3 ] {} HTTP-Session: d179a6bd-05f0-4ef7-bace-e1a820f336ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.108261 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.108308 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.20 21:29:45.108460 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.117931 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.117978 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.118471 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.118783 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.118935 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} executeQuery: Read 20 rows, 1.62 KiB in 0.010698 sec., 1869.508319312021 rows/sec., 151.53 KiB/sec. 2024.06.20 21:29:45.119316 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.119340 [ 3 ] {a6463d7c-4f42-46f2-84c0-e404b7851616} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:45.119356 [ 3 ] {} HTTP-Session: d179a6bd-05f0-4ef7-bace-e1a820f336ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.119575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 12621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.119627 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.119647 [ 3 ] {} HTTP-Session: 2312958e-d185-4a2a-b64d-32adbab76deb Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.119663 [ 3 ] {} HTTP-Session: 2312958e-d185-4a2a-b64d-32adbab76deb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.119677 [ 3 ] {} HTTP-Session: 2312958e-d185-4a2a-b64d-32adbab76deb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.119708 [ 3 ] {} HTTP-Session: 2312958e-d185-4a2a-b64d-32adbab76deb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.119831 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.119877 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.20 21:29:45.120016 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.122239 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.122275 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.122597 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.122894 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.123042 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} executeQuery: Read 86 rows, 7.37 KiB in 0.003249 sec., 26469.682979378267 rows/sec., 2.21 MiB/sec. 2024.06.20 21:29:45.123310 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.123336 [ 3 ] {e8095527-4541-4778-8a53-7a5804e1ab8b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.20 21:29:45.123352 [ 3 ] {} HTTP-Session: 2312958e-d185-4a2a-b64d-32adbab76deb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.123525 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 9887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.123574 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.123593 [ 3 ] {} HTTP-Session: bba327e3-bae3-4217-8c89-9373df149ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.123609 [ 3 ] {} HTTP-Session: bba327e3-bae3-4217-8c89-9373df149ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.123622 [ 3 ] {} HTTP-Session: bba327e3-bae3-4217-8c89-9373df149ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.123652 [ 3 ] {} HTTP-Session: bba327e3-bae3-4217-8c89-9373df149ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.123766 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.123809 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.20 21:29:45.124500 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.125428 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.125464 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.127954 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.128314 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.128484 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} executeQuery: Read 58 rows, 4.65 KiB in 0.004753 sec., 12202.819272038712 rows/sec., 978.62 KiB/sec. 2024.06.20 21:29:45.128835 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.128861 [ 3 ] {2b2dde49-2351-4ccc-8106-44f0358fb0f0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.06.20 21:29:45.128877 [ 3 ] {} HTTP-Session: bba327e3-bae3-4217-8c89-9373df149ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.128998 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 7691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.129047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.129066 [ 3 ] {} HTTP-Session: d3d02237-88c1-422a-980b-0e42759e7d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.129082 [ 3 ] {} HTTP-Session: d3d02237-88c1-422a-980b-0e42759e7d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.129096 [ 3 ] {} HTTP-Session: d3d02237-88c1-422a-980b-0e42759e7d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.129129 [ 3 ] {} HTTP-Session: d3d02237-88c1-422a-980b-0e42759e7d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.129245 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.129292 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.20 21:29:45.129446 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.131647 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.131690 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.136162 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.136505 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.136650 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} executeQuery: Read 40 rows, 2.84 KiB in 0.007433 sec., 5381.407237992735 rows/sec., 382.06 KiB/sec. 2024.06.20 21:29:45.137019 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.137045 [ 3 ] {30298aad-b9f7-44c3-8e33-f3f5f08156c1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:45.137061 [ 3 ] {} HTTP-Session: d3d02237-88c1-422a-980b-0e42759e7d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.137318 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 21434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.137476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.137500 [ 3 ] {} HTTP-Session: 100a3ad7-5374-48b1-a4c2-e6c21eb9a91b Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.137522 [ 3 ] {} HTTP-Session: 100a3ad7-5374-48b1-a4c2-e6c21eb9a91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.137537 [ 3 ] {} HTTP-Session: 100a3ad7-5374-48b1-a4c2-e6c21eb9a91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.137569 [ 3 ] {} HTTP-Session: 100a3ad7-5374-48b1-a4c2-e6c21eb9a91b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.137801 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.137855 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.20 21:29:45.138055 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.138587 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.138635 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.144111 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.144576 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.144766 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} executeQuery: Read 20 rows, 27.64 KiB in 0.007082 sec., 2824.060999717594 rows/sec., 3.81 MiB/sec. 2024.06.20 21:29:45.145191 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.145221 [ 3 ] {806f62ab-bf21-4329-b51e-5ccd6f04d572} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.20 21:29:45.145243 [ 3 ] {} HTTP-Session: 100a3ad7-5374-48b1-a4c2-e6c21eb9a91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.145384 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 2951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.145438 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.145457 [ 3 ] {} HTTP-Session: 768ebe52-3125-47c6-9373-6374e692e88d Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.145476 [ 3 ] {} HTTP-Session: 768ebe52-3125-47c6-9373-6374e692e88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.145490 [ 3 ] {} HTTP-Session: 768ebe52-3125-47c6-9373-6374e692e88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.145525 [ 3 ] {} HTTP-Session: 768ebe52-3125-47c6-9373-6374e692e88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.145635 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.145684 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.06.20 21:29:45.145838 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.146175 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} oximeter.measurements_i64 (0dbd2c47-a8c5-435a-b4b8-1f1ac94b6a55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.146215 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.146726 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.147082 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} oximeter.measurements_i64 (0dbd2c47-a8c5-435a-b4b8-1f1ac94b6a55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.147236 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} executeQuery: Read 18 rows, 1.36 KiB in 0.00162 sec., 11111.111111111111 rows/sec., 837.31 KiB/sec. 2024.06.20 21:29:45.147630 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.147658 [ 3 ] {d2258caa-b674-479f-be46-2c5404a519f7} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.20 21:29:45.147676 [ 3 ] {} HTTP-Session: 768ebe52-3125-47c6-9373-6374e692e88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.147838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 1887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:45.147889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:45.147913 [ 3 ] {} HTTP-Session: 8caaa95f-16b5-43e8-a6c4-3bafdfc930b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:45.147930 [ 3 ] {} HTTP-Session: 8caaa95f-16b5-43e8-a6c4-3bafdfc930b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.147944 [ 3 ] {} HTTP-Session: 8caaa95f-16b5-43e8-a6c4-3bafdfc930b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:45.147975 [ 3 ] {} HTTP-Session: 8caaa95f-16b5-43e8-a6c4-3bafdfc930b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:45.148079 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:45.148129 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.20 21:29:45.148282 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:45.148575 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:45.148614 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:45.149121 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.06.20 21:29:45.149473 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:45.149627 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} executeQuery: Read 12 rows, 862.00 B in 0.001565 sec., 7667.731629392972 rows/sec., 537.89 KiB/sec. 2024.06.20 21:29:45.150002 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} DynamicQueryHandler: Done processing query 2024.06.20 21:29:45.150029 [ 3 ] {01520d68-4712-4747-ac69-ba9ade3a5b44} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.06.20 21:29:45.150048 [ 3 ] {} HTTP-Session: 8caaa95f-16b5-43e8-a6c4-3bafdfc930b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.996780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:49.996905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:49.996931 [ 3 ] {} HTTP-Session: 3ef2f767-c7f3-46c2-b80a-54f740285cab Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:49.996957 [ 3 ] {} HTTP-Session: 3ef2f767-c7f3-46c2-b80a-54f740285cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.996972 [ 3 ] {} HTTP-Session: 3ef2f767-c7f3-46c2-b80a-54f740285cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.997026 [ 3 ] {} HTTP-Session: 3ef2f767-c7f3-46c2-b80a-54f740285cab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:49.997225 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:49.997300 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.20 21:29:49.997499 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:49.997931 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:49.997975 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:49.998371 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:49.998727 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:49.998925 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} executeQuery: Read 26 rows, 1.98 KiB in 0.001749 sec., 14865.637507146941 rows/sec., 1.11 MiB/sec. 2024.06.20 21:29:49.999222 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} DynamicQueryHandler: Done processing query 2024.06.20 21:29:49.999249 [ 3 ] {2abbc5cc-7b56-457d-a579-f8af378bc490} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:49.999267 [ 3 ] {} HTTP-Session: 3ef2f767-c7f3-46c2-b80a-54f740285cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.999436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:49.999494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:49.999516 [ 3 ] {} HTTP-Session: 7726de3c-f170-4743-b4da-a3c4af851a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:49.999546 [ 3 ] {} HTTP-Session: 7726de3c-f170-4743-b4da-a3c4af851a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.999569 [ 3 ] {} HTTP-Session: 7726de3c-f170-4743-b4da-a3c4af851a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:49.999611 [ 3 ] {} HTTP-Session: 7726de3c-f170-4743-b4da-a3c4af851a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:49.999719 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:49.999778 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.20 21:29:49.999937 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:50.000324 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:50.000363 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:50.000677 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:50.000995 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:50.001181 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 180.69 MiB, peak 180.69 MiB, free memory in arenas 0.00 B, will set to 175.41 MiB (RSS), difference: -5.28 MiB 2024.06.20 21:29:50.001327 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} executeQuery: Read 28 rows, 2.24 KiB in 0.001588 sec., 17632.241813602013 rows/sec., 1.38 MiB/sec. 2024.06.20 21:29:50.001810 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} DynamicQueryHandler: Done processing query 2024.06.20 21:29:50.001851 [ 3 ] {4f778988-4469-417d-9d9d-dc4a1bcd826c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:50.001869 [ 3 ] {} HTTP-Session: 7726de3c-f170-4743-b4da-a3c4af851a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.002030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:50.002080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:50.002100 [ 3 ] {} HTTP-Session: 699d74fa-a93b-49bd-839b-9a78099771db Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:50.002116 [ 3 ] {} HTTP-Session: 699d74fa-a93b-49bd-839b-9a78099771db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.002130 [ 3 ] {} HTTP-Session: 699d74fa-a93b-49bd-839b-9a78099771db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.002163 [ 3 ] {} HTTP-Session: 699d74fa-a93b-49bd-839b-9a78099771db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:50.002302 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:50.002353 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.20 21:29:50.002525 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:50.002903 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:50.002940 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:50.003339 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:50.003687 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:50.003829 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} executeQuery: Read 100 rows, 7.10 KiB in 0.001584 sec., 63131.31313131314 rows/sec., 4.38 MiB/sec. 2024.06.20 21:29:50.004010 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} DynamicQueryHandler: Done processing query 2024.06.20 21:29:50.004035 [ 3 ] {80c7961d-d0d3-420c-b5c6-79df6b14a035} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.20 21:29:50.004052 [ 3 ] {} HTTP-Session: 699d74fa-a93b-49bd-839b-9a78099771db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.004220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:50.004269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:50.004289 [ 3 ] {} HTTP-Session: 3498034b-1dde-41ff-a4d1-390f9c1f81c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:50.004307 [ 3 ] {} HTTP-Session: 3498034b-1dde-41ff-a4d1-390f9c1f81c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.004323 [ 3 ] {} HTTP-Session: 3498034b-1dde-41ff-a4d1-390f9c1f81c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:50.004354 [ 3 ] {} HTTP-Session: 3498034b-1dde-41ff-a4d1-390f9c1f81c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:50.004466 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:50.004512 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.20 21:29:50.004643 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:50.005001 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:50.005038 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:50.005388 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:50.005718 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:50.005868 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} executeQuery: Read 30 rows, 2.10 KiB in 0.001428 sec., 21008.40336134454 rows/sec., 1.44 MiB/sec. 2024.06.20 21:29:50.006143 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} DynamicQueryHandler: Done processing query 2024.06.20 21:29:50.006170 [ 3 ] {10b3f898-d2d9-4ccc-8ef7-268413c347b7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.20 21:29:50.006187 [ 3 ] {} HTTP-Session: 3498034b-1dde-41ff-a4d1-390f9c1f81c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:51.001171 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 170.37 MiB, peak 180.69 MiB, free memory in arenas 0.00 B, will set to 175.41 MiB (RSS), difference: 5.04 MiB 2024.06.20 21:29:54.998232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:54.998349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:54.998378 [ 3 ] {} HTTP-Session: 39a2c559-6434-4888-8cfd-95f60a85e6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:54.998405 [ 3 ] {} HTTP-Session: 39a2c559-6434-4888-8cfd-95f60a85e6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:54.998422 [ 3 ] {} HTTP-Session: 39a2c559-6434-4888-8cfd-95f60a85e6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:54.998472 [ 3 ] {} HTTP-Session: 39a2c559-6434-4888-8cfd-95f60a85e6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:54.998662 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:54.998732 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.06.20 21:29:54.998929 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:54.999392 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:54.999439 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:54.999822 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:55.000158 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 180.65 MiB, peak 180.69 MiB, free memory in arenas 0.00 B, will set to 175.42 MiB (RSS), difference: -5.23 MiB 2024.06.20 21:29:55.000367 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} oximeter.fields_i64 (f17d5d74-b4bc-4cb5-8841-098aaeb7739c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.000660 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} executeQuery: Read 21 rows, 1.70 KiB in 0.002029 sec., 10349.926071956628 rows/sec., 838.91 KiB/sec. 2024.06.20 21:29:55.001143 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.001173 [ 3 ] {6c6011fd-315f-458e-b66f-6cff7a841de3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:55.001191 [ 3 ] {} HTTP-Session: 39a2c559-6434-4888-8cfd-95f60a85e6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.001405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 13067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:55.001472 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:55.001495 [ 3 ] {} HTTP-Session: 8a817371-8808-4fcb-82e1-1a18c33e7564 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:55.001513 [ 3 ] {} HTTP-Session: 8a817371-8808-4fcb-82e1-1a18c33e7564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.001528 [ 3 ] {} HTTP-Session: 8a817371-8808-4fcb-82e1-1a18c33e7564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.001563 [ 3 ] {} HTTP-Session: 8a817371-8808-4fcb-82e1-1a18c33e7564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:55.001704 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:55.001753 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.20 21:29:55.001906 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:55.002300 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:55.002341 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:55.002678 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.20 21:29:55.003003 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.003178 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} executeQuery: Read 89 rows, 7.63 KiB in 0.001521 sec., 58514.13543721236 rows/sec., 4.90 MiB/sec. 2024.06.20 21:29:55.003458 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.003484 [ 3 ] {552fc671-6ee2-47bc-bb94-e8c1cbbdb684} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.06.20 21:29:55.003500 [ 3 ] {} HTTP-Session: 8a817371-8808-4fcb-82e1-1a18c33e7564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.003641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 8349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:55.003694 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:55.003714 [ 3 ] {} HTTP-Session: 42d9a195-8fde-4f04-a281-a40484c54f9c Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:55.003730 [ 3 ] {} HTTP-Session: 42d9a195-8fde-4f04-a281-a40484c54f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.003743 [ 3 ] {} HTTP-Session: 42d9a195-8fde-4f04-a281-a40484c54f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.003775 [ 3 ] {} HTTP-Session: 42d9a195-8fde-4f04-a281-a40484c54f9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:55.003890 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:55.003935 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.20 21:29:55.004085 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:55.004518 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:55.004557 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:55.004877 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.20 21:29:55.005245 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.005405 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} executeQuery: Read 49 rows, 3.92 KiB in 0.001497 sec., 32732.13092852371 rows/sec., 2.56 MiB/sec. 2024.06.20 21:29:55.005596 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.005624 [ 3 ] {7c4128f7-c6ca-48da-aa53-486c650106c2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.06.20 21:29:55.005643 [ 3 ] {} HTTP-Session: 42d9a195-8fde-4f04-a281-a40484c54f9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.005789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:55.005843 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:55.005865 [ 3 ] {} HTTP-Session: 6b41c400-79d1-449e-a540-035df7a73131 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:55.005883 [ 3 ] {} HTTP-Session: 6b41c400-79d1-449e-a540-035df7a73131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.005898 [ 3 ] {} HTTP-Session: 6b41c400-79d1-449e-a540-035df7a73131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.005931 [ 3 ] {} HTTP-Session: 6b41c400-79d1-449e-a540-035df7a73131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:55.006071 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:55.006122 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.20 21:29:55.006273 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:55.006643 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:55.006682 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:55.007095 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.20 21:29:55.007457 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.007616 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} executeQuery: Read 100 rows, 7.10 KiB in 0.001593 sec., 62774.63904582548 rows/sec., 4.35 MiB/sec. 2024.06.20 21:29:55.007802 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.007828 [ 3 ] {33ea0b22-1d2a-4266-a7bd-b35cd99d34b8} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.20 21:29:55.007845 [ 3 ] {} HTTP-Session: 6b41c400-79d1-449e-a540-035df7a73131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.008026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:55.008077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:55.008098 [ 3 ] {} HTTP-Session: 8389f8c2-95f3-4ecf-a819-a4ae45a999be Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:55.008115 [ 3 ] {} HTTP-Session: 8389f8c2-95f3-4ecf-a819-a4ae45a999be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.008129 [ 3 ] {} HTTP-Session: 8389f8c2-95f3-4ecf-a819-a4ae45a999be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.008162 [ 3 ] {} HTTP-Session: 8389f8c2-95f3-4ecf-a819-a4ae45a999be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:55.008369 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:55.008418 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.06.20 21:29:55.008594 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:55.009045 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:55.009084 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:55.009494 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.06.20 21:29:55.009860 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} oximeter.measurements_histogramf64 (f18eb0b6-a889-4247-b59b-cd6472553e66): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.010017 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} executeQuery: Read 21 rows, 29.02 KiB in 0.001774 sec., 11837.655016910936 rows/sec., 15.97 MiB/sec. 2024.06.20 21:29:55.010204 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.010230 [ 3 ] {98886d13-5242-4798-a2a7-9cf1e425ed46} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.06.20 21:29:55.010247 [ 3 ] {} HTTP-Session: 8389f8c2-95f3-4ecf-a819-a4ae45a999be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.010378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:55.010428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:55.010449 [ 3 ] {} HTTP-Session: a92b29cf-a282-45ac-98a9-9b93148645be Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:55.010466 [ 3 ] {} HTTP-Session: a92b29cf-a282-45ac-98a9-9b93148645be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.010479 [ 3 ] {} HTTP-Session: a92b29cf-a282-45ac-98a9-9b93148645be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:55.010510 [ 3 ] {} HTTP-Session: a92b29cf-a282-45ac-98a9-9b93148645be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:55.010617 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:55.010664 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.20 21:29:55.010794 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:55.011082 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:55.011118 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:55.011487 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.06.20 21:29:55.011804 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:55.011960 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} executeQuery: Read 30 rows, 2.10 KiB in 0.00137 sec., 21897.810218978102 rows/sec., 1.50 MiB/sec. 2024.06.20 21:29:55.012169 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} DynamicQueryHandler: Done processing query 2024.06.20 21:29:55.012195 [ 3 ] {b21f4e31-e305-4ea0-8f19-9052995f3770} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.20 21:29:55.012212 [ 3 ] {} HTTP-Session: a92b29cf-a282-45ac-98a9-9b93148645be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:56.000159 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 170.59 MiB, peak 180.69 MiB, free memory in arenas 0.00 B, will set to 175.43 MiB (RSS), difference: 4.85 MiB 2024.06.20 21:29:58.943291 [ 91 ] {} DNSResolver: Updating DNS cache 2024.06.20 21:29:58.943343 [ 91 ] {} DNSResolver: Updated DNS cache 2024.06.20 21:29:59.997036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:59.997155 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:59.997181 [ 3 ] {} HTTP-Session: c5fab8c3-04db-4a94-af6f-1faedd262a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:59.997206 [ 3 ] {} HTTP-Session: c5fab8c3-04db-4a94-af6f-1faedd262a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:59.997221 [ 3 ] {} HTTP-Session: c5fab8c3-04db-4a94-af6f-1faedd262a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:59.997272 [ 3 ] {} HTTP-Session: c5fab8c3-04db-4a94-af6f-1faedd262a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:59.997460 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:59.997531 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.06.20 21:29:59.997728 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:29:59.998175 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:29:59.998222 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:29:59.998595 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.20 21:29:59.998926 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} oximeter.fields_string (412b5f51-cd0a-43bd-adfa-56e2ec5900c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:29:59.999071 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} executeQuery: Read 26 rows, 1.98 KiB in 0.00167 sec., 15568.8622754491 rows/sec., 1.16 MiB/sec. 2024.06.20 21:29:59.999293 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} DynamicQueryHandler: Done processing query 2024.06.20 21:29:59.999323 [ 3 ] {4e19b00b-c1fa-4173-aac6-0776e669736b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:29:59.999340 [ 3 ] {} HTTP-Session: c5fab8c3-04db-4a94-af6f-1faedd262a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:59.999523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:29:59.999581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:29:59.999603 [ 3 ] {} HTTP-Session: 2d51687b-ce57-4c8c-ba32-302de1f0e13d Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:29:59.999621 [ 3 ] {} HTTP-Session: 2d51687b-ce57-4c8c-ba32-302de1f0e13d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:59.999635 [ 3 ] {} HTTP-Session: 2d51687b-ce57-4c8c-ba32-302de1f0e13d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:29:59.999671 [ 3 ] {} HTTP-Session: 2d51687b-ce57-4c8c-ba32-302de1f0e13d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:29:59.999797 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:29:59.999845 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.06.20 21:29:59.999983 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:30:00.000160 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 176.52 MiB, peak 180.69 MiB, free memory in arenas 0.00 B, will set to 175.44 MiB (RSS), difference: -1.07 MiB 2024.06.20 21:30:00.000758 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:30:00.000809 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:30:00.001205 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.20 21:30:00.001619 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} oximeter.fields_uuid (9f1cc632-bf46-4d17-85a3-8a433c0897f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:30:00.001758 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} executeQuery: Read 28 rows, 2.24 KiB in 0.002002 sec., 13986.013986013986 rows/sec., 1.09 MiB/sec. 2024.06.20 21:30:00.001942 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} DynamicQueryHandler: Done processing query 2024.06.20 21:30:00.001968 [ 3 ] {b9c09065-0a7d-450b-9279-377207491c7e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.06.20 21:30:00.001985 [ 3 ] {} HTTP-Session: 2d51687b-ce57-4c8c-ba32-302de1f0e13d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.002135 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:30:00.002189 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:30:00.002208 [ 3 ] {} HTTP-Session: 835a225b-709b-47d9-b992-1499b655fd01 Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:30:00.002225 [ 3 ] {} HTTP-Session: 835a225b-709b-47d9-b992-1499b655fd01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.002239 [ 3 ] {} HTTP-Session: 835a225b-709b-47d9-b992-1499b655fd01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.002275 [ 3 ] {} HTTP-Session: 835a225b-709b-47d9-b992-1499b655fd01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:30:00.002422 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:30:00.002473 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.06.20 21:30:00.002626 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:30:00.003004 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:30:00.003042 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:30:00.003507 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.20 21:30:00.003884 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} oximeter.measurements_cumulativeu64 (c4139c0e-82ec-405f-9f9e-c7aa23501dc3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:30:00.004022 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} executeQuery: Read 100 rows, 7.10 KiB in 0.001663 sec., 60132.291040288634 rows/sec., 4.17 MiB/sec. 2024.06.20 21:30:00.004213 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} DynamicQueryHandler: Done processing query 2024.06.20 21:30:00.004239 [ 3 ] {40d584b3-a968-4094-ad13-1805d938cdec} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.06.20 21:30:00.004257 [ 3 ] {} HTTP-Session: 835a225b-709b-47d9-b992-1499b655fd01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.004429 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54246, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.06.20 21:30:00.004485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.06.20 21:30:00.004505 [ 3 ] {} HTTP-Session: 82b21b0d-38e4-404f-a4cb-d33e0245021b Authenticating user 'default' from [fd00:1122:3344:101::d]:54246 2024.06.20 21:30:00.004522 [ 3 ] {} HTTP-Session: 82b21b0d-38e4-404f-a4cb-d33e0245021b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.004536 [ 3 ] {} HTTP-Session: 82b21b0d-38e4-404f-a4cb-d33e0245021b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.06.20 21:30:00.004570 [ 3 ] {} HTTP-Session: 82b21b0d-38e4-404f-a4cb-d33e0245021b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.06.20 21:30:00.004693 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} executeQuery: (from [fd00:1122:3344:101::d]:54246) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.06.20 21:30:00.004742 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.06.20 21:30:00.004878 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} ParallelParsingInputFormat: Parallel parsing is used 2024.06.20 21:30:00.005179 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.06.20 21:30:00.005216 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2024.06.20 21:30:00.005590 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.06.20 21:30:00.005919 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} oximeter.measurements_u64 (e04150b7-b47a-4004-9b49-87c7b480e74d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.06.20 21:30:00.006045 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} executeQuery: Read 30 rows, 2.10 KiB in 0.001394 sec., 21520.80344332855 rows/sec., 1.47 MiB/sec. 2024.06.20 21:30:00.006329 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} DynamicQueryHandler: Done processing query 2024.06.20 21:30:00.006356 [ 3 ] {c4736929-3ed2-4ed3-b606-d1b3ee2494ae} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.06.20 21:30:00.006372 [ 3 ] {} HTTP-Session: 82b21b0d-38e4-404f-a4cb-d33e0245021b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db