[ Jul 10 23:58:23 Enabled. ] [ Jul 10 23:58:23 Rereading configuration. ] [ Jul 10 23:58:23 Rereading configuration. ] [ Jul 10 23:58:34 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 [ Jul 10 23:58:35 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.07.10 23:58:35.857918 [ 1 ] {} Application: Will watch for the process with pid 26719 2024.07.10 23:58:35.858416 [ 1 ] {} Application: Forked a child process to watch 2024.07.10 23:58:36.373547 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 26719 2024.07.10 23:58:36.374281 [ 1 ] {} Application: starting up 2024.07.10 23:58:36.374996 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.07.10 23:58:36.469877 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.07.10 23:58:36.488458 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.07.10 23:58:36.488501 [ 1 ] {} Application: Initializing DateLUT. 2024.07.10 23:58:36.488519 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.07.10 23:58:36.488580 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.07.10 23:58:36.489226 [ 1 ] {} Application: Initializing interserver credentials. 2024.07.10 23:58:36.490768 [ 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.07.10 23:58:36.491376 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.07.10 23:58:36.492211 [ 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.07.10 23:58:36.492288 [ 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.07.10 23:58:36.492302 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.07.10 23:58:36.492478 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.07.10 23:58:36.493367 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.07.10 23:58:36.498877 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.07.10 23:58:36.499925 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.07.10 23:58:36.501239 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.07.10 23:58:36.501326 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.07.10 23:58:36.502829 [ 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.07.10 23:58:36.503183 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.07.10 23:58:36.507557 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.07.10 23:58:36.508007 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.07.10 23:58:36.509521 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.07.10 23:58:36.509884 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.07.10 23:58:36.510265 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.07.10 23:58:36.510624 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.07.10 23:58:36.512048 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.07.10 23:58:36.512075 [ 1 ] {} Application: Loading metadata from /data/ 2024.07.10 23:58:36.512160 [ 31 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:58:36.512324 [ 31 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:58:36.520230 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.07.10 23:58:36.520287 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167812 sec 2024.07.10 23:58:36.520323 [ 1 ] {} ReferentialDeps: No tables 2024.07.10 23:58:36.520335 [ 1 ] {} LoadingDeps: No tables 2024.07.10 23:58:36.521462 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.07.10 23:58:36.522545 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.07.10 23:58:36.522593 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.07.10 23:58:36.522624 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.07.10 23:58:36.522664 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.07.10 23:58:36.522677 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.07.10 23:58:36.522732 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.07.10 23:58:36.522745 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.07.10 23:58:36.522783 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.07.10 23:58:36.522838 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.07.10 23:58:36.522852 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.07.10 23:58:36.522893 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.07.10 23:58:36.522936 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.07.10 23:58:36.522967 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.07.10 23:58:36.523006 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.07.10 23:58:36.523047 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.07.10 23:58:36.523075 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.07.10 23:58:36.523114 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.07.10 23:58:36.563347 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.07.10 23:58:36.564704 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.07.10 23:58:36.564759 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3751e-05 sec 2024.07.10 23:58:36.564774 [ 1 ] {} ReferentialDeps: No tables 2024.07.10 23:58:36.564815 [ 1 ] {} LoadingDeps: No tables 2024.07.10 23:58:36.564840 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.07.10 23:58:36.565046 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.07.10 23:58:36.565119 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.07.10 23:58:36.565133 [ 1 ] {} Application: Loaded metadata. 2024.07.10 23:58:36.565174 [ 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.07.10 23:58:36.565186 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.07.10 23:58:36.619127 [ 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.07.10 23:58:36.823784 [ 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.07.10 23:58:36.823867 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.07.10 23:58:36.888785 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.07.10 23:58:36.889019 [ 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.07.10 23:58:36.889902 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.299e-05 sec. 2024.07.10 23:58:36.890304 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.07.10 23:58:36.890421 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.07.10 23:58:36.890484 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.07.10 23:58:36.890527 [ 1 ] {} Application: Ready for connections. 2024.07.10 23:58:37.461411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.461650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.461711 [ 3 ] {} HTTP-Session: 2b5a31b2-0091-4e56-8a95-290e51ee5b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.461741 [ 3 ] {} HTTP-Session: 2b5a31b2-0091-4e56-8a95-290e51ee5b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.461784 [ 3 ] {} HTTP-Session: 2b5a31b2-0091-4e56-8a95-290e51ee5b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.461894 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.07.10 23:58:37.461928 [ 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.07.10 23:58:37.462000 [ 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.07.10 23:58:37.462092 [ 3 ] {} HTTP-Session: 2b5a31b2-0091-4e56-8a95-290e51ee5b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.463270 [ 3 ] {7f1bdb14-5c18-42ee-9cae-357cb2b2d962} executeQuery: (from [fd00:1122:3344:101::d]:53149) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.07.10 23:58:37.504230 [ 3 ] {7f1bdb14-5c18-42ee-9cae-357cb2b2d962} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53149) (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.07.10 23:58:37.505129 [ 3 ] {7f1bdb14-5c18-42ee-9cae-357cb2b2d962} 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.07.10 23:58:37.506680 [ 3 ] {} HTTP-Session: 2b5a31b2-0091-4e56-8a95-290e51ee5b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.515550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.515621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.515675 [ 3 ] {} HTTP-Session: c36e7301-0a97-4d7d-91f8-b9832c12b49e Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.515734 [ 3 ] {} HTTP-Session: c36e7301-0a97-4d7d-91f8-b9832c12b49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.515751 [ 3 ] {} HTTP-Session: c36e7301-0a97-4d7d-91f8-b9832c12b49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.515832 [ 3 ] {} HTTP-Session: c36e7301-0a97-4d7d-91f8-b9832c12b49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.517217 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} executeQuery: (from [fd00:1122:3344:101::d]:53149) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.07.10 23:58:37.517366 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.07.10 23:58:37.519464 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.07.10 23:58:37.522431 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:58:37.528634 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.528697 [ 3 ] {23230fa3-f851-445f-bbd3-39249b8f48ee} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:58:37.528749 [ 3 ] {} HTTP-Session: c36e7301-0a97-4d7d-91f8-b9832c12b49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.538990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.539090 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.539142 [ 3 ] {} HTTP-Session: aa5f2fe0-58ad-449f-a44e-21e4c8f0680f Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.539160 [ 3 ] {} HTTP-Session: aa5f2fe0-58ad-449f-a44e-21e4c8f0680f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.539199 [ 3 ] {} HTTP-Session: aa5f2fe0-58ad-449f-a44e-21e4c8f0680f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.539265 [ 3 ] {} HTTP-Session: aa5f2fe0-58ad-449f-a44e-21e4c8f0680f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.539433 [ 3 ] {e00ffcfc-5e87-43d7-8c82-4a9ab1274ac0} executeQuery: (from [fd00:1122:3344:101::d]:53149) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.07.10 23:58:37.539726 [ 3 ] {e00ffcfc-5e87-43d7-8c82-4a9ab1274ac0} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53149) (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.07.10 23:58:37.539963 [ 3 ] {e00ffcfc-5e87-43d7-8c82-4a9ab1274ac0} 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.07.10 23:58:37.540227 [ 3 ] {} HTTP-Session: aa5f2fe0-58ad-449f-a44e-21e4c8f0680f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.545068 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.545149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.545168 [ 3 ] {} HTTP-Session: 73528240-610f-4602-b33e-2f42679dfbdc Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.545214 [ 3 ] {} HTTP-Session: 73528240-610f-4602-b33e-2f42679dfbdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.545255 [ 3 ] {} HTTP-Session: 73528240-610f-4602-b33e-2f42679dfbdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.545286 [ 3 ] {} HTTP-Session: 73528240-610f-4602-b33e-2f42679dfbdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.545477 [ 3 ] {b7694d6b-adc6-4f2f-9bfc-8942feec8796} executeQuery: (from [fd00:1122:3344:101::d]:53149) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.07.10 23:58:37.545669 [ 3 ] {b7694d6b-adc6-4f2f-9bfc-8942feec8796} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.545692 [ 3 ] {} HTTP-Session: 73528240-610f-4602-b33e-2f42679dfbdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.545853 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.545926 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.545971 [ 3 ] {} HTTP-Session: dce28db1-30c6-4069-b498-eea9c585bcfc Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.545987 [ 3 ] {} HTTP-Session: dce28db1-30c6-4069-b498-eea9c585bcfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.546027 [ 3 ] {} HTTP-Session: dce28db1-30c6-4069-b498-eea9c585bcfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.546083 [ 3 ] {} HTTP-Session: dce28db1-30c6-4069-b498-eea9c585bcfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.546197 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.07.10 23:58:37.546257 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.07.10 23:58:37.547526 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.07.10 23:58:37.548903 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.001402275 sec 2024.07.10 23:58:37.548923 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} ReferentialDeps: No tables 2024.07.10 23:58:37.548986 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} LoadingDeps: No tables 2024.07.10 23:58:37.549022 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} DatabaseAtomic (oximeter): Starting up tables. 2024.07.10 23:58:37.549226 [ 3 ] {dc7aaeb9-9918-416a-bbd1-84945c4bba55} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.549250 [ 3 ] {} HTTP-Session: dce28db1-30c6-4069-b498-eea9c585bcfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.549423 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.549501 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.549520 [ 3 ] {} HTTP-Session: 64beee35-b09a-4db4-aaba-0f4fbd2b1e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.549564 [ 3 ] {} HTTP-Session: 64beee35-b09a-4db4-aaba-0f4fbd2b1e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.549613 [ 3 ] {} HTTP-Session: 64beee35-b09a-4db4-aaba-0f4fbd2b1e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.549644 [ 3 ] {} HTTP-Session: 64beee35-b09a-4db4-aaba-0f4fbd2b1e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.549816 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} executeQuery: (from [fd00:1122:3344:101::d]:53149) /* 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.07.10 23:58:37.549908 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.07.10 23:58:37.554648 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} StoragePolicy (default): Storage policy default created, total volumes 1 2024.07.10 23:58:37.555723 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} oximeter.version (b86c351a-ac13-4b00-9342-23f63b91e4a8): Loading data parts 2024.07.10 23:58:37.556114 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} oximeter.version (b86c351a-ac13-4b00-9342-23f63b91e4a8): There are no data parts 2024.07.10 23:58:37.558679 [ 3 ] {bb3002a7-15f0-4cd4-9ca0-9eec38d03230} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.558707 [ 3 ] {} HTTP-Session: 64beee35-b09a-4db4-aaba-0f4fbd2b1e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.558866 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.558941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.558992 [ 3 ] {} HTTP-Session: 5e2a7ded-9723-490e-aac2-01a3a3f0a682 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.559009 [ 3 ] {} HTTP-Session: 5e2a7ded-9723-490e-aac2-01a3a3f0a682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.559052 [ 3 ] {} HTTP-Session: 5e2a7ded-9723-490e-aac2-01a3a3f0a682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.559111 [ 3 ] {} HTTP-Session: 5e2a7ded-9723-490e-aac2-01a3a3f0a682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.559307 [ 3 ] {73d9f501-e070-43c2-909f-ee6b7ef244af} executeQuery: (from [fd00:1122:3344:101::d]:53149) /* 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.07.10 23:58:37.559415 [ 3 ] {73d9f501-e070-43c2-909f-ee6b7ef244af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.07.10 23:58:37.566045 [ 3 ] {73d9f501-e070-43c2-909f-ee6b7ef244af} oximeter.measurements_bool (10d86d05-7582-4a98-a297-1ab47586cae7): Loading data parts 2024.07.10 23:58:37.566210 [ 3 ] {73d9f501-e070-43c2-909f-ee6b7ef244af} oximeter.measurements_bool (10d86d05-7582-4a98-a297-1ab47586cae7): There are no data parts 2024.07.10 23:58:37.567469 [ 3 ] {73d9f501-e070-43c2-909f-ee6b7ef244af} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.567494 [ 3 ] {} HTTP-Session: 5e2a7ded-9723-490e-aac2-01a3a3f0a682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.567675 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.567753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.567798 [ 3 ] {} HTTP-Session: c8e00cce-dc02-4cd6-9939-502bc88ee433 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.567815 [ 3 ] {} HTTP-Session: c8e00cce-dc02-4cd6-9939-502bc88ee433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.567855 [ 3 ] {} HTTP-Session: c8e00cce-dc02-4cd6-9939-502bc88ee433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.567886 [ 3 ] {} HTTP-Session: c8e00cce-dc02-4cd6-9939-502bc88ee433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.568109 [ 3 ] {5033f59b-b7fc-4a8d-871c-8054027c4600} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.568184 [ 3 ] {5033f59b-b7fc-4a8d-871c-8054027c4600} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.07.10 23:58:37.569912 [ 3 ] {5033f59b-b7fc-4a8d-871c-8054027c4600} oximeter.measurements_i8 (9631aea0-c8f4-45fd-825c-e4a5d2ad5d08): Loading data parts 2024.07.10 23:58:37.570059 [ 3 ] {5033f59b-b7fc-4a8d-871c-8054027c4600} oximeter.measurements_i8 (9631aea0-c8f4-45fd-825c-e4a5d2ad5d08): There are no data parts 2024.07.10 23:58:37.571252 [ 3 ] {5033f59b-b7fc-4a8d-871c-8054027c4600} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.571312 [ 3 ] {} HTTP-Session: c8e00cce-dc02-4cd6-9939-502bc88ee433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.571434 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.571508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.571556 [ 3 ] {} HTTP-Session: b48840bb-042e-4687-9da8-a2b14c39b936 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.571571 [ 3 ] {} HTTP-Session: b48840bb-042e-4687-9da8-a2b14c39b936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.571611 [ 3 ] {} HTTP-Session: b48840bb-042e-4687-9da8-a2b14c39b936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.571669 [ 3 ] {} HTTP-Session: b48840bb-042e-4687-9da8-a2b14c39b936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.571837 [ 3 ] {3fdfed3b-b6b4-454c-aa8e-f29b5b8b765e} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.571938 [ 3 ] {3fdfed3b-b6b4-454c-aa8e-f29b5b8b765e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.07.10 23:58:37.573616 [ 3 ] {3fdfed3b-b6b4-454c-aa8e-f29b5b8b765e} oximeter.measurements_u8 (3d717a3f-af7f-4ea8-ad85-649a2dc85e4b): Loading data parts 2024.07.10 23:58:37.573788 [ 3 ] {3fdfed3b-b6b4-454c-aa8e-f29b5b8b765e} oximeter.measurements_u8 (3d717a3f-af7f-4ea8-ad85-649a2dc85e4b): There are no data parts 2024.07.10 23:58:37.574927 [ 3 ] {3fdfed3b-b6b4-454c-aa8e-f29b5b8b765e} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.574951 [ 3 ] {} HTTP-Session: b48840bb-042e-4687-9da8-a2b14c39b936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.575093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.575224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.575270 [ 3 ] {} HTTP-Session: c0b16282-17ef-463b-9e0b-0c71c35bd14f Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.575287 [ 3 ] {} HTTP-Session: c0b16282-17ef-463b-9e0b-0c71c35bd14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.575329 [ 3 ] {} HTTP-Session: c0b16282-17ef-463b-9e0b-0c71c35bd14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.575385 [ 3 ] {} HTTP-Session: c0b16282-17ef-463b-9e0b-0c71c35bd14f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.575585 [ 3 ] {c42edeef-0265-4b40-9362-32f2c72d5c8b} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.575662 [ 3 ] {c42edeef-0265-4b40-9362-32f2c72d5c8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.07.10 23:58:37.577388 [ 3 ] {c42edeef-0265-4b40-9362-32f2c72d5c8b} oximeter.measurements_i16 (c6a390e2-9841-4b44-b2e2-db4b9f7553a1): Loading data parts 2024.07.10 23:58:37.577535 [ 3 ] {c42edeef-0265-4b40-9362-32f2c72d5c8b} oximeter.measurements_i16 (c6a390e2-9841-4b44-b2e2-db4b9f7553a1): There are no data parts 2024.07.10 23:58:37.578708 [ 3 ] {c42edeef-0265-4b40-9362-32f2c72d5c8b} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.578766 [ 3 ] {} HTTP-Session: c0b16282-17ef-463b-9e0b-0c71c35bd14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.578887 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.578961 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.579011 [ 3 ] {} HTTP-Session: bb1d92e1-9b88-4c04-97b4-d817cabe7863 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.579026 [ 3 ] {} HTTP-Session: bb1d92e1-9b88-4c04-97b4-d817cabe7863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.579066 [ 3 ] {} HTTP-Session: bb1d92e1-9b88-4c04-97b4-d817cabe7863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.579125 [ 3 ] {} HTTP-Session: bb1d92e1-9b88-4c04-97b4-d817cabe7863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.579295 [ 3 ] {09f13f28-67b1-4950-8959-bc5a9f2b8e14} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.579402 [ 3 ] {09f13f28-67b1-4950-8959-bc5a9f2b8e14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.07.10 23:58:37.581107 [ 3 ] {09f13f28-67b1-4950-8959-bc5a9f2b8e14} oximeter.measurements_u16 (86e9f877-884f-4e68-b565-89baafb6ee48): Loading data parts 2024.07.10 23:58:37.581292 [ 3 ] {09f13f28-67b1-4950-8959-bc5a9f2b8e14} oximeter.measurements_u16 (86e9f877-884f-4e68-b565-89baafb6ee48): There are no data parts 2024.07.10 23:58:37.582475 [ 3 ] {09f13f28-67b1-4950-8959-bc5a9f2b8e14} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.582533 [ 3 ] {} HTTP-Session: bb1d92e1-9b88-4c04-97b4-d817cabe7863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.582658 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.582735 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.582782 [ 3 ] {} HTTP-Session: d17c4acb-37bf-4907-bdf1-e7e578edb4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.582831 [ 3 ] {} HTTP-Session: d17c4acb-37bf-4907-bdf1-e7e578edb4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.582844 [ 3 ] {} HTTP-Session: d17c4acb-37bf-4907-bdf1-e7e578edb4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.582903 [ 3 ] {} HTTP-Session: d17c4acb-37bf-4907-bdf1-e7e578edb4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.583126 [ 3 ] {e9ac626c-980b-4517-9100-bf24a98b1b65} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.583202 [ 3 ] {e9ac626c-980b-4517-9100-bf24a98b1b65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.07.10 23:58:37.584887 [ 3 ] {e9ac626c-980b-4517-9100-bf24a98b1b65} oximeter.measurements_i32 (b394d86e-b032-4be1-ae91-6e1fb21f4e16): Loading data parts 2024.07.10 23:58:37.585026 [ 3 ] {e9ac626c-980b-4517-9100-bf24a98b1b65} oximeter.measurements_i32 (b394d86e-b032-4be1-ae91-6e1fb21f4e16): There are no data parts 2024.07.10 23:58:37.586232 [ 3 ] {e9ac626c-980b-4517-9100-bf24a98b1b65} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.586291 [ 3 ] {} HTTP-Session: d17c4acb-37bf-4907-bdf1-e7e578edb4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.586395 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.586471 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.586541 [ 3 ] {} HTTP-Session: e02054e5-ba35-46b1-b4ae-839c1706e28e Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.586557 [ 3 ] {} HTTP-Session: e02054e5-ba35-46b1-b4ae-839c1706e28e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.586599 [ 3 ] {} HTTP-Session: e02054e5-ba35-46b1-b4ae-839c1706e28e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.586659 [ 3 ] {} HTTP-Session: e02054e5-ba35-46b1-b4ae-839c1706e28e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.586859 [ 3 ] {de534dd7-6adc-4546-ad28-e3fae360bce8} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.586938 [ 3 ] {de534dd7-6adc-4546-ad28-e3fae360bce8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.07.10 23:58:37.588724 [ 3 ] {de534dd7-6adc-4546-ad28-e3fae360bce8} oximeter.measurements_u32 (73645588-dfd8-4efb-9909-bf64e13495d6): Loading data parts 2024.07.10 23:58:37.588927 [ 3 ] {de534dd7-6adc-4546-ad28-e3fae360bce8} oximeter.measurements_u32 (73645588-dfd8-4efb-9909-bf64e13495d6): There are no data parts 2024.07.10 23:58:37.590241 [ 3 ] {de534dd7-6adc-4546-ad28-e3fae360bce8} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.590299 [ 3 ] {} HTTP-Session: e02054e5-ba35-46b1-b4ae-839c1706e28e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.590431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.590508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.590555 [ 3 ] {} HTTP-Session: 1ee824ea-12f9-48e1-a0bb-e0fc525da2db Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.590601 [ 3 ] {} HTTP-Session: 1ee824ea-12f9-48e1-a0bb-e0fc525da2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.590614 [ 3 ] {} HTTP-Session: 1ee824ea-12f9-48e1-a0bb-e0fc525da2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.590671 [ 3 ] {} HTTP-Session: 1ee824ea-12f9-48e1-a0bb-e0fc525da2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.590881 [ 3 ] {ed1755ec-1c83-4c3c-ae50-c9d9a8775609} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.590990 [ 3 ] {ed1755ec-1c83-4c3c-ae50-c9d9a8775609} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.07.10 23:58:37.592943 [ 3 ] {ed1755ec-1c83-4c3c-ae50-c9d9a8775609} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): Loading data parts 2024.07.10 23:58:37.593136 [ 3 ] {ed1755ec-1c83-4c3c-ae50-c9d9a8775609} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): There are no data parts 2024.07.10 23:58:37.594705 [ 3 ] {ed1755ec-1c83-4c3c-ae50-c9d9a8775609} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.594765 [ 3 ] {} HTTP-Session: 1ee824ea-12f9-48e1-a0bb-e0fc525da2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.594909 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.595018 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.595039 [ 3 ] {} HTTP-Session: 353b4f84-0da3-40ca-b45b-8bbb13f51cff Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.595086 [ 3 ] {} HTTP-Session: 353b4f84-0da3-40ca-b45b-8bbb13f51cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.595101 [ 3 ] {} HTTP-Session: 353b4f84-0da3-40ca-b45b-8bbb13f51cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.595160 [ 3 ] {} HTTP-Session: 353b4f84-0da3-40ca-b45b-8bbb13f51cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.595360 [ 3 ] {06f769d2-2717-4c8c-8427-bbca4f66bf0c} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.595440 [ 3 ] {06f769d2-2717-4c8c-8427-bbca4f66bf0c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.07.10 23:58:37.597160 [ 3 ] {06f769d2-2717-4c8c-8427-bbca4f66bf0c} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Loading data parts 2024.07.10 23:58:37.597365 [ 3 ] {06f769d2-2717-4c8c-8427-bbca4f66bf0c} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): There are no data parts 2024.07.10 23:58:37.598508 [ 3 ] {06f769d2-2717-4c8c-8427-bbca4f66bf0c} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.598564 [ 3 ] {} HTTP-Session: 353b4f84-0da3-40ca-b45b-8bbb13f51cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.598723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.598769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.598816 [ 3 ] {} HTTP-Session: 7763cf6f-ec79-4664-9a82-e5a0f3eb6095 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.598863 [ 3 ] {} HTTP-Session: 7763cf6f-ec79-4664-9a82-e5a0f3eb6095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.598877 [ 3 ] {} HTTP-Session: 7763cf6f-ec79-4664-9a82-e5a0f3eb6095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.598934 [ 3 ] {} HTTP-Session: 7763cf6f-ec79-4664-9a82-e5a0f3eb6095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.599136 [ 3 ] {6c4768d5-ec18-40cb-a76c-b11a21492350} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.599242 [ 3 ] {6c4768d5-ec18-40cb-a76c-b11a21492350} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.07.10 23:58:37.601652 [ 3 ] {6c4768d5-ec18-40cb-a76c-b11a21492350} oximeter.measurements_f32 (5b97c556-47af-4910-966d-690287401f57): Loading data parts 2024.07.10 23:58:37.601842 [ 3 ] {6c4768d5-ec18-40cb-a76c-b11a21492350} oximeter.measurements_f32 (5b97c556-47af-4910-966d-690287401f57): There are no data parts 2024.07.10 23:58:37.603109 [ 3 ] {6c4768d5-ec18-40cb-a76c-b11a21492350} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.603135 [ 3 ] {} HTTP-Session: 7763cf6f-ec79-4664-9a82-e5a0f3eb6095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.603257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.603375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.603403 [ 3 ] {} HTTP-Session: cc63293f-d55c-4a38-8030-fac57936e886 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.603455 [ 3 ] {} HTTP-Session: cc63293f-d55c-4a38-8030-fac57936e886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.603502 [ 3 ] {} HTTP-Session: cc63293f-d55c-4a38-8030-fac57936e886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.603533 [ 3 ] {} HTTP-Session: cc63293f-d55c-4a38-8030-fac57936e886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.603738 [ 3 ] {b856c5a5-b86d-46a5-ba83-471dbfc86b3e} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.603853 [ 3 ] {b856c5a5-b86d-46a5-ba83-471dbfc86b3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.07.10 23:58:37.605639 [ 3 ] {b856c5a5-b86d-46a5-ba83-471dbfc86b3e} oximeter.measurements_f64 (759a1d08-cf63-43a2-bed2-99c5ef26117a): Loading data parts 2024.07.10 23:58:37.605836 [ 3 ] {b856c5a5-b86d-46a5-ba83-471dbfc86b3e} oximeter.measurements_f64 (759a1d08-cf63-43a2-bed2-99c5ef26117a): There are no data parts 2024.07.10 23:58:37.607019 [ 3 ] {b856c5a5-b86d-46a5-ba83-471dbfc86b3e} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.607077 [ 3 ] {} HTTP-Session: cc63293f-d55c-4a38-8030-fac57936e886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.607252 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.607342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.607364 [ 3 ] {} HTTP-Session: 0d2ac16d-7da4-4cb2-ac1f-01af5a24ea6c Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.607417 [ 3 ] {} HTTP-Session: 0d2ac16d-7da4-4cb2-ac1f-01af5a24ea6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.607431 [ 3 ] {} HTTP-Session: 0d2ac16d-7da4-4cb2-ac1f-01af5a24ea6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.607495 [ 3 ] {} HTTP-Session: 0d2ac16d-7da4-4cb2-ac1f-01af5a24ea6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.607702 [ 3 ] {74921888-4735-48a4-ba32-1ecf42d3e679} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.607812 [ 3 ] {74921888-4735-48a4-ba32-1ecf42d3e679} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.07.10 23:58:37.609688 [ 3 ] {74921888-4735-48a4-ba32-1ecf42d3e679} oximeter.measurements_string (5938a8f6-e602-4dc5-a0cb-af45abf9aeed): Loading data parts 2024.07.10 23:58:37.609883 [ 3 ] {74921888-4735-48a4-ba32-1ecf42d3e679} oximeter.measurements_string (5938a8f6-e602-4dc5-a0cb-af45abf9aeed): There are no data parts 2024.07.10 23:58:37.611083 [ 3 ] {74921888-4735-48a4-ba32-1ecf42d3e679} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.611108 [ 3 ] {} HTTP-Session: 0d2ac16d-7da4-4cb2-ac1f-01af5a24ea6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.611284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.611367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.611390 [ 3 ] {} HTTP-Session: ccff5b13-ec4c-4151-bf20-7df2a22a7d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.611433 [ 3 ] {} HTTP-Session: ccff5b13-ec4c-4151-bf20-7df2a22a7d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.611478 [ 3 ] {} HTTP-Session: ccff5b13-ec4c-4151-bf20-7df2a22a7d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.611508 [ 3 ] {} HTTP-Session: ccff5b13-ec4c-4151-bf20-7df2a22a7d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.611712 [ 3 ] {ca4a66c5-a4e2-4b60-bf53-99770ca77f37} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.611841 [ 3 ] {ca4a66c5-a4e2-4b60-bf53-99770ca77f37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.07.10 23:58:37.613503 [ 3 ] {ca4a66c5-a4e2-4b60-bf53-99770ca77f37} oximeter.measurements_bytes (5e52a290-2f95-4a68-b481-b8e60710d856): Loading data parts 2024.07.10 23:58:37.613675 [ 3 ] {ca4a66c5-a4e2-4b60-bf53-99770ca77f37} oximeter.measurements_bytes (5e52a290-2f95-4a68-b481-b8e60710d856): There are no data parts 2024.07.10 23:58:37.614882 [ 3 ] {ca4a66c5-a4e2-4b60-bf53-99770ca77f37} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.614907 [ 3 ] {} HTTP-Session: ccff5b13-ec4c-4151-bf20-7df2a22a7d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.615084 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.615165 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.615183 [ 3 ] {} HTTP-Session: 94d4efc6-c443-410b-b519-1bd43c684457 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.615230 [ 3 ] {} HTTP-Session: 94d4efc6-c443-410b-b519-1bd43c684457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.615275 [ 3 ] {} HTTP-Session: 94d4efc6-c443-410b-b519-1bd43c684457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.615306 [ 3 ] {} HTTP-Session: 94d4efc6-c443-410b-b519-1bd43c684457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.615546 [ 3 ] {3661584c-f237-4755-9d7b-f401bdbbb0e6} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.615629 [ 3 ] {3661584c-f237-4755-9d7b-f401bdbbb0e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.07.10 23:58:37.618948 [ 3 ] {3661584c-f237-4755-9d7b-f401bdbbb0e6} oximeter.measurements_cumulativei64 (75e4dd7e-7213-4072-8358-1d02ae220260): Loading data parts 2024.07.10 23:58:37.619152 [ 3 ] {3661584c-f237-4755-9d7b-f401bdbbb0e6} oximeter.measurements_cumulativei64 (75e4dd7e-7213-4072-8358-1d02ae220260): There are no data parts 2024.07.10 23:58:37.620895 [ 3 ] {3661584c-f237-4755-9d7b-f401bdbbb0e6} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.620955 [ 3 ] {} HTTP-Session: 94d4efc6-c443-410b-b519-1bd43c684457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.621099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.621207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.621227 [ 3 ] {} HTTP-Session: aec6595e-4d37-42ed-ae40-4859712d1119 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.621273 [ 3 ] {} HTTP-Session: aec6595e-4d37-42ed-ae40-4859712d1119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.621289 [ 3 ] {} HTTP-Session: aec6595e-4d37-42ed-ae40-4859712d1119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.621349 [ 3 ] {} HTTP-Session: aec6595e-4d37-42ed-ae40-4859712d1119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.621555 [ 3 ] {8a1be809-889e-40d3-9540-fecb50eced3c} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.621663 [ 3 ] {8a1be809-889e-40d3-9540-fecb50eced3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.07.10 23:58:37.623386 [ 3 ] {8a1be809-889e-40d3-9540-fecb50eced3c} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Loading data parts 2024.07.10 23:58:37.623655 [ 3 ] {8a1be809-889e-40d3-9540-fecb50eced3c} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): There are no data parts 2024.07.10 23:58:37.625188 [ 3 ] {8a1be809-889e-40d3-9540-fecb50eced3c} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.625219 [ 3 ] {} HTTP-Session: aec6595e-4d37-42ed-ae40-4859712d1119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.625449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.625556 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.625583 [ 3 ] {} HTTP-Session: e9540070-2a6f-404b-9ef2-82c1b4f7e0c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.625643 [ 3 ] {} HTTP-Session: e9540070-2a6f-404b-9ef2-82c1b4f7e0c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.625689 [ 3 ] {} HTTP-Session: e9540070-2a6f-404b-9ef2-82c1b4f7e0c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.625728 [ 3 ] {} HTTP-Session: e9540070-2a6f-404b-9ef2-82c1b4f7e0c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.626033 [ 3 ] {39367692-c14b-4679-89fa-4f7ec4a00c99} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.626162 [ 3 ] {39367692-c14b-4679-89fa-4f7ec4a00c99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.07.10 23:58:37.629118 [ 3 ] {39367692-c14b-4679-89fa-4f7ec4a00c99} oximeter.measurements_cumulativef32 (fb085740-e1ad-4c32-abc9-7f2e814311b9): Loading data parts 2024.07.10 23:58:37.629366 [ 3 ] {39367692-c14b-4679-89fa-4f7ec4a00c99} oximeter.measurements_cumulativef32 (fb085740-e1ad-4c32-abc9-7f2e814311b9): There are no data parts 2024.07.10 23:58:37.630879 [ 3 ] {39367692-c14b-4679-89fa-4f7ec4a00c99} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.630945 [ 3 ] {} HTTP-Session: e9540070-2a6f-404b-9ef2-82c1b4f7e0c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.631083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.631170 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.631223 [ 3 ] {} HTTP-Session: 822ab7a0-5024-4933-bf03-0b0264b05536 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.631275 [ 3 ] {} HTTP-Session: 822ab7a0-5024-4933-bf03-0b0264b05536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.631289 [ 3 ] {} HTTP-Session: 822ab7a0-5024-4933-bf03-0b0264b05536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.631354 [ 3 ] {} HTTP-Session: 822ab7a0-5024-4933-bf03-0b0264b05536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.631576 [ 3 ] {1021c8b8-61b7-4157-b044-3cf109bf9789} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.631689 [ 3 ] {1021c8b8-61b7-4157-b044-3cf109bf9789} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.07.10 23:58:37.633390 [ 3 ] {1021c8b8-61b7-4157-b044-3cf109bf9789} oximeter.measurements_cumulativef64 (92d54559-239d-43fc-bfbe-f531eb54d6fa): Loading data parts 2024.07.10 23:58:37.633588 [ 3 ] {1021c8b8-61b7-4157-b044-3cf109bf9789} oximeter.measurements_cumulativef64 (92d54559-239d-43fc-bfbe-f531eb54d6fa): There are no data parts 2024.07.10 23:58:37.634860 [ 3 ] {1021c8b8-61b7-4157-b044-3cf109bf9789} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.634885 [ 3 ] {} HTTP-Session: 822ab7a0-5024-4933-bf03-0b0264b05536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.635039 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.635120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.635139 [ 3 ] {} HTTP-Session: dac89e6b-6a3a-4a16-a2dc-b412835f4da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.635185 [ 3 ] {} HTTP-Session: dac89e6b-6a3a-4a16-a2dc-b412835f4da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.635231 [ 3 ] {} HTTP-Session: dac89e6b-6a3a-4a16-a2dc-b412835f4da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.635261 [ 3 ] {} HTTP-Session: dac89e6b-6a3a-4a16-a2dc-b412835f4da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.635536 [ 3 ] {be96f59b-2e74-4f31-a9ea-889f13a5f8d1} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.635656 [ 3 ] {be96f59b-2e74-4f31-a9ea-889f13a5f8d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.07.10 23:58:37.637714 [ 3 ] {be96f59b-2e74-4f31-a9ea-889f13a5f8d1} oximeter.measurements_histogrami8 (2cc8a568-30d3-4ebc-ae06-c9529dbed4aa): Loading data parts 2024.07.10 23:58:37.637887 [ 3 ] {be96f59b-2e74-4f31-a9ea-889f13a5f8d1} oximeter.measurements_histogrami8 (2cc8a568-30d3-4ebc-ae06-c9529dbed4aa): There are no data parts 2024.07.10 23:58:37.639104 [ 3 ] {be96f59b-2e74-4f31-a9ea-889f13a5f8d1} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.639162 [ 3 ] {} HTTP-Session: dac89e6b-6a3a-4a16-a2dc-b412835f4da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.639316 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.639362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.639411 [ 3 ] {} HTTP-Session: 4e97f7ee-ca92-45af-b47a-4fa030714537 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.639458 [ 3 ] {} HTTP-Session: 4e97f7ee-ca92-45af-b47a-4fa030714537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.639471 [ 3 ] {} HTTP-Session: 4e97f7ee-ca92-45af-b47a-4fa030714537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.639529 [ 3 ] {} HTTP-Session: 4e97f7ee-ca92-45af-b47a-4fa030714537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.639804 [ 3 ] {34f38ce5-5fc7-4803-b152-1c4c7da0bcdd} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.639921 [ 3 ] {34f38ce5-5fc7-4803-b152-1c4c7da0bcdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.07.10 23:58:37.641864 [ 3 ] {34f38ce5-5fc7-4803-b152-1c4c7da0bcdd} oximeter.measurements_histogramu8 (0824781a-1e08-4fce-9e43-f637ef19fe11): Loading data parts 2024.07.10 23:58:37.642063 [ 3 ] {34f38ce5-5fc7-4803-b152-1c4c7da0bcdd} oximeter.measurements_histogramu8 (0824781a-1e08-4fce-9e43-f637ef19fe11): There are no data parts 2024.07.10 23:58:37.643524 [ 3 ] {34f38ce5-5fc7-4803-b152-1c4c7da0bcdd} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.643549 [ 3 ] {} HTTP-Session: 4e97f7ee-ca92-45af-b47a-4fa030714537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.643661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.643771 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.643791 [ 3 ] {} HTTP-Session: 39aa8a07-d398-4b2b-9b1d-c4d2b2d7fa54 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.643835 [ 3 ] {} HTTP-Session: 39aa8a07-d398-4b2b-9b1d-c4d2b2d7fa54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.643850 [ 3 ] {} HTTP-Session: 39aa8a07-d398-4b2b-9b1d-c4d2b2d7fa54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.643910 [ 3 ] {} HTTP-Session: 39aa8a07-d398-4b2b-9b1d-c4d2b2d7fa54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.644184 [ 3 ] {db9f58b7-dde2-4b4f-a7d1-1e0918967a14} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.644299 [ 3 ] {db9f58b7-dde2-4b4f-a7d1-1e0918967a14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.07.10 23:58:37.646283 [ 3 ] {db9f58b7-dde2-4b4f-a7d1-1e0918967a14} oximeter.measurements_histogrami16 (e0ec04ce-d889-4588-8c3c-6c5d1b7caaf1): Loading data parts 2024.07.10 23:58:37.646480 [ 3 ] {db9f58b7-dde2-4b4f-a7d1-1e0918967a14} oximeter.measurements_histogrami16 (e0ec04ce-d889-4588-8c3c-6c5d1b7caaf1): There are no data parts 2024.07.10 23:58:37.647681 [ 3 ] {db9f58b7-dde2-4b4f-a7d1-1e0918967a14} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.647740 [ 3 ] {} HTTP-Session: 39aa8a07-d398-4b2b-9b1d-c4d2b2d7fa54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.647895 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.647941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.647991 [ 3 ] {} HTTP-Session: 20971796-5a08-4852-8c02-74ef0f395fce Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.648039 [ 3 ] {} HTTP-Session: 20971796-5a08-4852-8c02-74ef0f395fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.648053 [ 3 ] {} HTTP-Session: 20971796-5a08-4852-8c02-74ef0f395fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.648113 [ 3 ] {} HTTP-Session: 20971796-5a08-4852-8c02-74ef0f395fce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.648387 [ 3 ] {55266f57-d1c2-4a7e-a478-189dd3fe7904} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.648505 [ 3 ] {55266f57-d1c2-4a7e-a478-189dd3fe7904} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.07.10 23:58:37.650435 [ 3 ] {55266f57-d1c2-4a7e-a478-189dd3fe7904} oximeter.measurements_histogramu16 (9bf6a47f-f822-400d-8cdc-c8b403f00621): Loading data parts 2024.07.10 23:58:37.650639 [ 3 ] {55266f57-d1c2-4a7e-a478-189dd3fe7904} oximeter.measurements_histogramu16 (9bf6a47f-f822-400d-8cdc-c8b403f00621): There are no data parts 2024.07.10 23:58:37.651871 [ 3 ] {55266f57-d1c2-4a7e-a478-189dd3fe7904} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.651896 [ 3 ] {} HTTP-Session: 20971796-5a08-4852-8c02-74ef0f395fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.652112 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.652191 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.652209 [ 3 ] {} HTTP-Session: 5c6c1cc4-6085-4741-9d6b-97e59c46df2e Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.652256 [ 3 ] {} HTTP-Session: 5c6c1cc4-6085-4741-9d6b-97e59c46df2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.652301 [ 3 ] {} HTTP-Session: 5c6c1cc4-6085-4741-9d6b-97e59c46df2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.652331 [ 3 ] {} HTTP-Session: 5c6c1cc4-6085-4741-9d6b-97e59c46df2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.652605 [ 3 ] {94142376-332b-4834-bed9-8a416c51c123} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.652730 [ 3 ] {94142376-332b-4834-bed9-8a416c51c123} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.07.10 23:58:37.654722 [ 3 ] {94142376-332b-4834-bed9-8a416c51c123} oximeter.measurements_histogrami32 (d2ee2643-8712-4432-8e91-3ebb9e28fe2b): Loading data parts 2024.07.10 23:58:37.654928 [ 3 ] {94142376-332b-4834-bed9-8a416c51c123} oximeter.measurements_histogrami32 (d2ee2643-8712-4432-8e91-3ebb9e28fe2b): There are no data parts 2024.07.10 23:58:37.656225 [ 3 ] {94142376-332b-4834-bed9-8a416c51c123} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.656250 [ 3 ] {} HTTP-Session: 5c6c1cc4-6085-4741-9d6b-97e59c46df2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.656406 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.656484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.656504 [ 3 ] {} HTTP-Session: e6b17f1e-319c-49e7-9504-95e7e1d35003 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.656558 [ 3 ] {} HTTP-Session: e6b17f1e-319c-49e7-9504-95e7e1d35003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.656573 [ 3 ] {} HTTP-Session: e6b17f1e-319c-49e7-9504-95e7e1d35003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.656633 [ 3 ] {} HTTP-Session: e6b17f1e-319c-49e7-9504-95e7e1d35003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.656911 [ 3 ] {cb332aa2-3ece-4468-a38e-3fb30d6d5658} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.657029 [ 3 ] {cb332aa2-3ece-4468-a38e-3fb30d6d5658} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.07.10 23:58:37.659050 [ 3 ] {cb332aa2-3ece-4468-a38e-3fb30d6d5658} oximeter.measurements_histogramu32 (8783ba99-a5f3-4618-b1c5-575953fc9361): Loading data parts 2024.07.10 23:58:37.659258 [ 3 ] {cb332aa2-3ece-4468-a38e-3fb30d6d5658} oximeter.measurements_histogramu32 (8783ba99-a5f3-4618-b1c5-575953fc9361): There are no data parts 2024.07.10 23:58:37.660525 [ 3 ] {cb332aa2-3ece-4468-a38e-3fb30d6d5658} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.660551 [ 3 ] {} HTTP-Session: e6b17f1e-319c-49e7-9504-95e7e1d35003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.660724 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.660806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.660824 [ 3 ] {} HTTP-Session: a35b32a6-989e-44db-a163-0a581c45ac4f Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.660872 [ 3 ] {} HTTP-Session: a35b32a6-989e-44db-a163-0a581c45ac4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.660920 [ 3 ] {} HTTP-Session: a35b32a6-989e-44db-a163-0a581c45ac4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.660951 [ 3 ] {} HTTP-Session: a35b32a6-989e-44db-a163-0a581c45ac4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.661225 [ 3 ] {ef97f2f4-b657-4652-a2e6-dffb4fe64dda} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.661345 [ 3 ] {ef97f2f4-b657-4652-a2e6-dffb4fe64dda} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.07.10 23:58:37.663374 [ 3 ] {ef97f2f4-b657-4652-a2e6-dffb4fe64dda} oximeter.measurements_histogrami64 (100f9aed-44fe-400f-bdf0-e31600306d9c): Loading data parts 2024.07.10 23:58:37.663540 [ 3 ] {ef97f2f4-b657-4652-a2e6-dffb4fe64dda} oximeter.measurements_histogrami64 (100f9aed-44fe-400f-bdf0-e31600306d9c): There are no data parts 2024.07.10 23:58:37.664818 [ 3 ] {ef97f2f4-b657-4652-a2e6-dffb4fe64dda} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.664843 [ 3 ] {} HTTP-Session: a35b32a6-989e-44db-a163-0a581c45ac4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.665022 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.665101 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.665154 [ 3 ] {} HTTP-Session: cedd8f84-61f7-4d62-be4b-a3e2a5f011af Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.665169 [ 3 ] {} HTTP-Session: cedd8f84-61f7-4d62-be4b-a3e2a5f011af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.665213 [ 3 ] {} HTTP-Session: cedd8f84-61f7-4d62-be4b-a3e2a5f011af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.665245 [ 3 ] {} HTTP-Session: cedd8f84-61f7-4d62-be4b-a3e2a5f011af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.665520 [ 3 ] {9358d1ef-3afb-41ea-a989-0567676ba0aa} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.665639 [ 3 ] {9358d1ef-3afb-41ea-a989-0567676ba0aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.07.10 23:58:37.667537 [ 3 ] {9358d1ef-3afb-41ea-a989-0567676ba0aa} oximeter.measurements_histogramu64 (ef056c3b-6eb4-4c6c-a6c8-c487dfd7b5d5): Loading data parts 2024.07.10 23:58:37.667734 [ 3 ] {9358d1ef-3afb-41ea-a989-0567676ba0aa} oximeter.measurements_histogramu64 (ef056c3b-6eb4-4c6c-a6c8-c487dfd7b5d5): There are no data parts 2024.07.10 23:58:37.669060 [ 3 ] {9358d1ef-3afb-41ea-a989-0567676ba0aa} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.669086 [ 3 ] {} HTTP-Session: cedd8f84-61f7-4d62-be4b-a3e2a5f011af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.669250 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.669337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.669355 [ 3 ] {} HTTP-Session: 983fda65-a1b8-4b16-93c2-b63dbdec24e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.669405 [ 3 ] {} HTTP-Session: 983fda65-a1b8-4b16-93c2-b63dbdec24e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.669451 [ 3 ] {} HTTP-Session: 983fda65-a1b8-4b16-93c2-b63dbdec24e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.669481 [ 3 ] {} HTTP-Session: 983fda65-a1b8-4b16-93c2-b63dbdec24e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.669753 [ 3 ] {361e53e2-60e0-4cc7-8d29-20ce9242a6a9} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.669872 [ 3 ] {361e53e2-60e0-4cc7-8d29-20ce9242a6a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.07.10 23:58:37.671812 [ 3 ] {361e53e2-60e0-4cc7-8d29-20ce9242a6a9} oximeter.measurements_histogramf32 (110ba971-42a7-44d5-b6d3-cfebc4c3829f): Loading data parts 2024.07.10 23:58:37.671980 [ 3 ] {361e53e2-60e0-4cc7-8d29-20ce9242a6a9} oximeter.measurements_histogramf32 (110ba971-42a7-44d5-b6d3-cfebc4c3829f): There are no data parts 2024.07.10 23:58:37.673399 [ 3 ] {361e53e2-60e0-4cc7-8d29-20ce9242a6a9} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.673463 [ 3 ] {} HTTP-Session: 983fda65-a1b8-4b16-93c2-b63dbdec24e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.673579 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.673658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.673710 [ 3 ] {} HTTP-Session: 545bc592-13c4-4eea-b3ac-63b8e8c89f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.673727 [ 3 ] {} HTTP-Session: 545bc592-13c4-4eea-b3ac-63b8e8c89f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.673771 [ 3 ] {} HTTP-Session: 545bc592-13c4-4eea-b3ac-63b8e8c89f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.673834 [ 3 ] {} HTTP-Session: 545bc592-13c4-4eea-b3ac-63b8e8c89f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.674075 [ 3 ] {7d590d9b-8b99-44f9-9dc8-7ca9a1d61f05} executeQuery: (from [fd00:1122:3344:101::d]:53149) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.07.10 23:58:37.674194 [ 3 ] {7d590d9b-8b99-44f9-9dc8-7ca9a1d61f05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.07.10 23:58:37.676164 [ 3 ] {7d590d9b-8b99-44f9-9dc8-7ca9a1d61f05} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Loading data parts 2024.07.10 23:58:37.676332 [ 3 ] {7d590d9b-8b99-44f9-9dc8-7ca9a1d61f05} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): There are no data parts 2024.07.10 23:58:37.677763 [ 3 ] {7d590d9b-8b99-44f9-9dc8-7ca9a1d61f05} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.677790 [ 3 ] {} HTTP-Session: 545bc592-13c4-4eea-b3ac-63b8e8c89f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.677955 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.678037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.678091 [ 3 ] {} HTTP-Session: d0aa9ab2-c3f5-42d4-bc48-b898fda91f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.678110 [ 3 ] {} HTTP-Session: d0aa9ab2-c3f5-42d4-bc48-b898fda91f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.678163 [ 3 ] {} HTTP-Session: d0aa9ab2-c3f5-42d4-bc48-b898fda91f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.678226 [ 3 ] {} HTTP-Session: d0aa9ab2-c3f5-42d4-bc48-b898fda91f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.678415 [ 3 ] {0a72a3d7-2fe2-4019-859c-e34990d5608f} executeQuery: (from [fd00:1122:3344:101::d]:53149) /* 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.07.10 23:58:37.678526 [ 3 ] {0a72a3d7-2fe2-4019-859c-e34990d5608f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.07.10 23:58:37.680078 [ 3 ] {0a72a3d7-2fe2-4019-859c-e34990d5608f} oximeter.fields_bool (eb54ab46-2188-495d-bfe9-d10bafd8a258): Loading data parts 2024.07.10 23:58:37.680338 [ 3 ] {0a72a3d7-2fe2-4019-859c-e34990d5608f} oximeter.fields_bool (eb54ab46-2188-495d-bfe9-d10bafd8a258): There are no data parts 2024.07.10 23:58:37.681947 [ 3 ] {0a72a3d7-2fe2-4019-859c-e34990d5608f} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.682016 [ 3 ] {} HTTP-Session: d0aa9ab2-c3f5-42d4-bc48-b898fda91f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.682177 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.682258 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.682278 [ 3 ] {} HTTP-Session: 239bbea9-61d5-427c-87a0-bdc3f2c95907 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.682330 [ 3 ] {} HTTP-Session: 239bbea9-61d5-427c-87a0-bdc3f2c95907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.682344 [ 3 ] {} HTTP-Session: 239bbea9-61d5-427c-87a0-bdc3f2c95907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.682407 [ 3 ] {} HTTP-Session: 239bbea9-61d5-427c-87a0-bdc3f2c95907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.682586 [ 3 ] {692ee243-8219-4220-9445-cae6a4cc9a8f} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.682698 [ 3 ] {692ee243-8219-4220-9445-cae6a4cc9a8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.07.10 23:58:37.684234 [ 3 ] {692ee243-8219-4220-9445-cae6a4cc9a8f} oximeter.fields_i8 (be4c7616-fe73-48bc-9a29-532f2fa39a82): Loading data parts 2024.07.10 23:58:37.684409 [ 3 ] {692ee243-8219-4220-9445-cae6a4cc9a8f} oximeter.fields_i8 (be4c7616-fe73-48bc-9a29-532f2fa39a82): There are no data parts 2024.07.10 23:58:37.685613 [ 3 ] {692ee243-8219-4220-9445-cae6a4cc9a8f} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.685678 [ 3 ] {} HTTP-Session: 239bbea9-61d5-427c-87a0-bdc3f2c95907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.685794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.685908 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.685929 [ 3 ] {} HTTP-Session: a18bbefc-6352-4daa-9aab-9d19ebdda2a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.685976 [ 3 ] {} HTTP-Session: a18bbefc-6352-4daa-9aab-9d19ebdda2a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.685992 [ 3 ] {} HTTP-Session: a18bbefc-6352-4daa-9aab-9d19ebdda2a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.686055 [ 3 ] {} HTTP-Session: a18bbefc-6352-4daa-9aab-9d19ebdda2a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.686228 [ 3 ] {7b113b52-086d-4b7f-924e-83969927fea4} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.686304 [ 3 ] {7b113b52-086d-4b7f-924e-83969927fea4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.07.10 23:58:37.687797 [ 3 ] {7b113b52-086d-4b7f-924e-83969927fea4} oximeter.fields_u8 (2e804b44-29c6-44cc-8c2f-ac5e6dc0e16d): Loading data parts 2024.07.10 23:58:37.687954 [ 3 ] {7b113b52-086d-4b7f-924e-83969927fea4} oximeter.fields_u8 (2e804b44-29c6-44cc-8c2f-ac5e6dc0e16d): There are no data parts 2024.07.10 23:58:37.689233 [ 3 ] {7b113b52-086d-4b7f-924e-83969927fea4} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.689295 [ 3 ] {} HTTP-Session: a18bbefc-6352-4daa-9aab-9d19ebdda2a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.689428 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.689505 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.689568 [ 3 ] {} HTTP-Session: 156bfd47-e9cf-480b-a5ee-6519fa2ce2f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.689617 [ 3 ] {} HTTP-Session: 156bfd47-e9cf-480b-a5ee-6519fa2ce2f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.689631 [ 3 ] {} HTTP-Session: 156bfd47-e9cf-480b-a5ee-6519fa2ce2f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.689696 [ 3 ] {} HTTP-Session: 156bfd47-e9cf-480b-a5ee-6519fa2ce2f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.689872 [ 3 ] {2d4459c6-6759-4a6f-87c8-2d9818943d61} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.689948 [ 3 ] {2d4459c6-6759-4a6f-87c8-2d9818943d61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.07.10 23:58:37.691981 [ 3 ] {2d4459c6-6759-4a6f-87c8-2d9818943d61} oximeter.fields_i16 (93796996-e967-4280-942e-cfa2a6a4a956): Loading data parts 2024.07.10 23:58:37.692109 [ 3 ] {2d4459c6-6759-4a6f-87c8-2d9818943d61} oximeter.fields_i16 (93796996-e967-4280-942e-cfa2a6a4a956): There are no data parts 2024.07.10 23:58:37.693392 [ 3 ] {2d4459c6-6759-4a6f-87c8-2d9818943d61} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.693452 [ 3 ] {} HTTP-Session: 156bfd47-e9cf-480b-a5ee-6519fa2ce2f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.693582 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.693659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.693713 [ 3 ] {} HTTP-Session: c641a4ff-edd9-4cb7-bdb8-b495d1b6ca75 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.693728 [ 3 ] {} HTTP-Session: c641a4ff-edd9-4cb7-bdb8-b495d1b6ca75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.693771 [ 3 ] {} HTTP-Session: c641a4ff-edd9-4cb7-bdb8-b495d1b6ca75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.693834 [ 3 ] {} HTTP-Session: c641a4ff-edd9-4cb7-bdb8-b495d1b6ca75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.693975 [ 3 ] {4f832211-e37c-4d5a-8aa0-774a7ee0fa0e} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.694094 [ 3 ] {4f832211-e37c-4d5a-8aa0-774a7ee0fa0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.07.10 23:58:37.695572 [ 3 ] {4f832211-e37c-4d5a-8aa0-774a7ee0fa0e} oximeter.fields_u16 (af64d730-3357-4d34-803a-f179b02badbd): Loading data parts 2024.07.10 23:58:37.695738 [ 3 ] {4f832211-e37c-4d5a-8aa0-774a7ee0fa0e} oximeter.fields_u16 (af64d730-3357-4d34-803a-f179b02badbd): There are no data parts 2024.07.10 23:58:37.696953 [ 3 ] {4f832211-e37c-4d5a-8aa0-774a7ee0fa0e} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.696979 [ 3 ] {} HTTP-Session: c641a4ff-edd9-4cb7-bdb8-b495d1b6ca75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.697146 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.697224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.697243 [ 3 ] {} HTTP-Session: 9430263e-3e54-4c5b-996d-b673d04e935b Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.697293 [ 3 ] {} HTTP-Session: 9430263e-3e54-4c5b-996d-b673d04e935b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.697341 [ 3 ] {} HTTP-Session: 9430263e-3e54-4c5b-996d-b673d04e935b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.697370 [ 3 ] {} HTTP-Session: 9430263e-3e54-4c5b-996d-b673d04e935b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.697545 [ 3 ] {f9cb9a3f-05b2-43ae-944a-1772d88f8bd9} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.697653 [ 3 ] {f9cb9a3f-05b2-43ae-944a-1772d88f8bd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.07.10 23:58:37.699140 [ 3 ] {f9cb9a3f-05b2-43ae-944a-1772d88f8bd9} oximeter.fields_i32 (7372a166-f682-4b2b-8a2b-5c506910eb85): Loading data parts 2024.07.10 23:58:37.699285 [ 3 ] {f9cb9a3f-05b2-43ae-944a-1772d88f8bd9} oximeter.fields_i32 (7372a166-f682-4b2b-8a2b-5c506910eb85): There are no data parts 2024.07.10 23:58:37.700546 [ 3 ] {f9cb9a3f-05b2-43ae-944a-1772d88f8bd9} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.700571 [ 3 ] {} HTTP-Session: 9430263e-3e54-4c5b-996d-b673d04e935b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.700728 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.700804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.700824 [ 3 ] {} HTTP-Session: c7e29a4f-8e86-4918-b2e3-6f24661ffc82 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.700873 [ 3 ] {} HTTP-Session: c7e29a4f-8e86-4918-b2e3-6f24661ffc82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.700887 [ 3 ] {} HTTP-Session: c7e29a4f-8e86-4918-b2e3-6f24661ffc82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.700947 [ 3 ] {} HTTP-Session: c7e29a4f-8e86-4918-b2e3-6f24661ffc82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.701120 [ 3 ] {143384f0-cd56-48b3-8982-45f4e2f9f390} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.701225 [ 3 ] {143384f0-cd56-48b3-8982-45f4e2f9f390} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.07.10 23:58:37.702795 [ 3 ] {143384f0-cd56-48b3-8982-45f4e2f9f390} oximeter.fields_u32 (c822db2f-89ea-4a1c-a0dc-bfcc43b45a65): Loading data parts 2024.07.10 23:58:37.702967 [ 3 ] {143384f0-cd56-48b3-8982-45f4e2f9f390} oximeter.fields_u32 (c822db2f-89ea-4a1c-a0dc-bfcc43b45a65): There are no data parts 2024.07.10 23:58:37.704229 [ 3 ] {143384f0-cd56-48b3-8982-45f4e2f9f390} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.704263 [ 3 ] {} HTTP-Session: c7e29a4f-8e86-4918-b2e3-6f24661ffc82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.704389 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.704521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.704541 [ 3 ] {} HTTP-Session: 4a0b7674-2c19-4522-a189-0b14e0ae7fab Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.704590 [ 3 ] {} HTTP-Session: 4a0b7674-2c19-4522-a189-0b14e0ae7fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.704606 [ 3 ] {} HTTP-Session: 4a0b7674-2c19-4522-a189-0b14e0ae7fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.704636 [ 3 ] {} HTTP-Session: 4a0b7674-2c19-4522-a189-0b14e0ae7fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.704821 [ 3 ] {4f9550fb-a15d-4e73-b9a9-cf4741df79e1} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.704861 [ 3 ] {4f9550fb-a15d-4e73-b9a9-cf4741df79e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.07.10 23:58:37.706506 [ 3 ] {4f9550fb-a15d-4e73-b9a9-cf4741df79e1} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Loading data parts 2024.07.10 23:58:37.706633 [ 3 ] {4f9550fb-a15d-4e73-b9a9-cf4741df79e1} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): There are no data parts 2024.07.10 23:58:37.707890 [ 3 ] {4f9550fb-a15d-4e73-b9a9-cf4741df79e1} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.707957 [ 3 ] {} HTTP-Session: 4a0b7674-2c19-4522-a189-0b14e0ae7fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.708082 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.708127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.708146 [ 3 ] {} HTTP-Session: 5084f8d3-f3c2-423c-acef-4c2ec7c3f442 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.708162 [ 3 ] {} HTTP-Session: 5084f8d3-f3c2-423c-acef-4c2ec7c3f442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.708175 [ 3 ] {} HTTP-Session: 5084f8d3-f3c2-423c-acef-4c2ec7c3f442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.708207 [ 3 ] {} HTTP-Session: 5084f8d3-f3c2-423c-acef-4c2ec7c3f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.708343 [ 3 ] {2281e7dc-7e9d-4fb3-a338-b97535c558cf} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.708381 [ 3 ] {2281e7dc-7e9d-4fb3-a338-b97535c558cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.07.10 23:58:37.709882 [ 3 ] {2281e7dc-7e9d-4fb3-a338-b97535c558cf} oximeter.fields_u64 (04b38fa8-66cc-4963-9394-5b21970fbd3c): Loading data parts 2024.07.10 23:58:37.710108 [ 3 ] {2281e7dc-7e9d-4fb3-a338-b97535c558cf} oximeter.fields_u64 (04b38fa8-66cc-4963-9394-5b21970fbd3c): There are no data parts 2024.07.10 23:58:37.712054 [ 3 ] {2281e7dc-7e9d-4fb3-a338-b97535c558cf} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.712081 [ 3 ] {} HTTP-Session: 5084f8d3-f3c2-423c-acef-4c2ec7c3f442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.712220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.712266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.712286 [ 3 ] {} HTTP-Session: 4b98412e-6cdb-46bb-a738-332f4d26696c Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.712303 [ 3 ] {} HTTP-Session: 4b98412e-6cdb-46bb-a738-332f4d26696c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.712316 [ 3 ] {} HTTP-Session: 4b98412e-6cdb-46bb-a738-332f4d26696c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.712347 [ 3 ] {} HTTP-Session: 4b98412e-6cdb-46bb-a738-332f4d26696c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.712483 [ 3 ] {75fcaf10-6c65-42ad-831a-10d4b32d79de} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.712522 [ 3 ] {75fcaf10-6c65-42ad-831a-10d4b32d79de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.07.10 23:58:37.714345 [ 3 ] {75fcaf10-6c65-42ad-831a-10d4b32d79de} oximeter.fields_ipaddr (9462e9e8-1fce-498e-813c-8efc041d0535): Loading data parts 2024.07.10 23:58:37.714538 [ 3 ] {75fcaf10-6c65-42ad-831a-10d4b32d79de} oximeter.fields_ipaddr (9462e9e8-1fce-498e-813c-8efc041d0535): There are no data parts 2024.07.10 23:58:37.715806 [ 3 ] {75fcaf10-6c65-42ad-831a-10d4b32d79de} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.715831 [ 3 ] {} HTTP-Session: 4b98412e-6cdb-46bb-a738-332f4d26696c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.715940 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.715986 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.716004 [ 3 ] {} HTTP-Session: c72fcde6-75ba-4ddb-931a-fda889b0410a Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.716020 [ 3 ] {} HTTP-Session: c72fcde6-75ba-4ddb-931a-fda889b0410a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.716035 [ 3 ] {} HTTP-Session: c72fcde6-75ba-4ddb-931a-fda889b0410a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.716071 [ 3 ] {} HTTP-Session: c72fcde6-75ba-4ddb-931a-fda889b0410a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.716209 [ 3 ] {ffbdf977-b7c8-41cf-8301-fcf328829414} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.716247 [ 3 ] {ffbdf977-b7c8-41cf-8301-fcf328829414} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.07.10 23:58:37.717793 [ 3 ] {ffbdf977-b7c8-41cf-8301-fcf328829414} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Loading data parts 2024.07.10 23:58:37.717953 [ 3 ] {ffbdf977-b7c8-41cf-8301-fcf328829414} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): There are no data parts 2024.07.10 23:58:37.719120 [ 3 ] {ffbdf977-b7c8-41cf-8301-fcf328829414} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.719145 [ 3 ] {} HTTP-Session: c72fcde6-75ba-4ddb-931a-fda889b0410a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.719256 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.719302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.719320 [ 3 ] {} HTTP-Session: e69dff3a-6fac-4c5e-bbcd-5098ae4cf472 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.719336 [ 3 ] {} HTTP-Session: e69dff3a-6fac-4c5e-bbcd-5098ae4cf472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.719350 [ 3 ] {} HTTP-Session: e69dff3a-6fac-4c5e-bbcd-5098ae4cf472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.719380 [ 3 ] {} HTTP-Session: e69dff3a-6fac-4c5e-bbcd-5098ae4cf472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.719516 [ 3 ] {61ac21b5-f1e1-490d-9390-6775bba37f6c} executeQuery: (from [fd00:1122:3344:101::d]:53149) 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.07.10 23:58:37.719553 [ 3 ] {61ac21b5-f1e1-490d-9390-6775bba37f6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.07.10 23:58:37.721049 [ 3 ] {61ac21b5-f1e1-490d-9390-6775bba37f6c} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Loading data parts 2024.07.10 23:58:37.721202 [ 3 ] {61ac21b5-f1e1-490d-9390-6775bba37f6c} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): There are no data parts 2024.07.10 23:58:37.722349 [ 3 ] {61ac21b5-f1e1-490d-9390-6775bba37f6c} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.722375 [ 3 ] {} HTTP-Session: e69dff3a-6fac-4c5e-bbcd-5098ae4cf472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.722490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.722536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.722554 [ 3 ] {} HTTP-Session: 2344ef69-05e8-4adf-8499-0833176cb28f Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.722570 [ 3 ] {} HTTP-Session: 2344ef69-05e8-4adf-8499-0833176cb28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.722584 [ 3 ] {} HTTP-Session: 2344ef69-05e8-4adf-8499-0833176cb28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.722614 [ 3 ] {} HTTP-Session: 2344ef69-05e8-4adf-8499-0833176cb28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.722821 [ 3 ] {8d377d11-e287-458f-bd09-aedfa8167ae2} executeQuery: (from [fd00:1122:3344:101::d]:53149) /* 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.07.10 23:58:37.722879 [ 3 ] {8d377d11-e287-458f-bd09-aedfa8167ae2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.07.10 23:58:37.724582 [ 3 ] {8d377d11-e287-458f-bd09-aedfa8167ae2} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): Loading data parts 2024.07.10 23:58:37.724730 [ 3 ] {8d377d11-e287-458f-bd09-aedfa8167ae2} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): There are no data parts 2024.07.10 23:58:37.725987 [ 3 ] {8d377d11-e287-458f-bd09-aedfa8167ae2} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.726013 [ 3 ] {} HTTP-Session: 2344ef69-05e8-4adf-8499-0833176cb28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.726154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53149, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:58:37.726201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:58:37.726219 [ 3 ] {} HTTP-Session: 65e8931f-5969-4195-bdb1-ed4f3e238004 Authenticating user 'default' from [fd00:1122:3344:101::d]:53149 2024.07.10 23:58:37.726235 [ 3 ] {} HTTP-Session: 65e8931f-5969-4195-bdb1-ed4f3e238004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.726248 [ 3 ] {} HTTP-Session: 65e8931f-5969-4195-bdb1-ed4f3e238004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:37.726278 [ 3 ] {} HTTP-Session: 65e8931f-5969-4195-bdb1-ed4f3e238004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:58:37.726437 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} executeQuery: (from [fd00:1122:3344:101::d]:53149) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.07.10 23:58:37.728177 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.07.10 23:58:37.732106 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} oximeter.version (b86c351a-ac13-4b00-9342-23f63b91e4a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:58:37.732142 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.07.10 23:58:37.737076 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:58:37.738588 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} oximeter.version (b86c351a-ac13-4b00-9342-23f63b91e4a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:58:37.738890 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} executeQuery: Read 1 rows, 16.00 B in 0.012519 sec., 79.87858455148174 rows/sec., 1.25 KiB/sec. 2024.07.10 23:58:37.739082 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} DynamicQueryHandler: Done processing query 2024.07.10 23:58:37.739108 [ 3 ] {72abdc7b-7a17-4d6e-bc57-cb9f6205afdb} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.07.10 23:58:37.739125 [ 3 ] {} HTTP-Session: 65e8931f-5969-4195-bdb1-ed4f3e238004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:58:38.001075 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.21 MiB, peak 166.35 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.44 MiB 2024.07.10 23:58:51.512612 [ 136 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:58:51.512678 [ 136 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:59:06.512930 [ 111 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:59:06.513017 [ 111 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:59:21.513270 [ 96 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:59:21.513334 [ 96 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:59:32.735615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.735746 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.735775 [ 3 ] {} HTTP-Session: fabd2fe7-dffd-460d-9ca8-2ae115419d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.735802 [ 3 ] {} HTTP-Session: fabd2fe7-dffd-460d-9ca8-2ae115419d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.735820 [ 3 ] {} HTTP-Session: fabd2fe7-dffd-460d-9ca8-2ae115419d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.735879 [ 3 ] {} HTTP-Session: fabd2fe7-dffd-460d-9ca8-2ae115419d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.736079 [ 3 ] {7b2353e1-e7ef-483b-a880-1fac5f6c8d4d} executeQuery: (from [fd00:1122:3344:101::d]:57754) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.07.10 23:59:32.736459 [ 3 ] {7b2353e1-e7ef-483b-a880-1fac5f6c8d4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:32.736615 [ 3 ] {7b2353e1-e7ef-483b-a880-1fac5f6c8d4d} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:32.737722 [ 3 ] {7b2353e1-e7ef-483b-a880-1fac5f6c8d4d} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.737751 [ 3 ] {7b2353e1-e7ef-483b-a880-1fac5f6c8d4d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:32.737768 [ 3 ] {} HTTP-Session: fabd2fe7-dffd-460d-9ca8-2ae115419d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.741926 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.741983 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.742007 [ 3 ] {} HTTP-Session: c669c2f7-1e2f-4b4e-beb2-564bf590704c Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.742026 [ 3 ] {} HTTP-Session: c669c2f7-1e2f-4b4e-beb2-564bf590704c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.742043 [ 3 ] {} HTTP-Session: c669c2f7-1e2f-4b4e-beb2-564bf590704c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.742081 [ 3 ] {} HTTP-Session: c669c2f7-1e2f-4b4e-beb2-564bf590704c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.742249 [ 3 ] {d8fcdf34-1493-4eef-a951-24501e79ef35} executeQuery: (from [fd00:1122:3344:101::d]:57754) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.07.10 23:59:32.744821 [ 3 ] {d8fcdf34-1493-4eef-a951-24501e79ef35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:32.744875 [ 3 ] {d8fcdf34-1493-4eef-a951-24501e79ef35} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:32.745921 [ 3 ] {d8fcdf34-1493-4eef-a951-24501e79ef35} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.745946 [ 3 ] {d8fcdf34-1493-4eef-a951-24501e79ef35} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:32.745963 [ 3 ] {} HTTP-Session: c669c2f7-1e2f-4b4e-beb2-564bf590704c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.748204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.748254 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.748272 [ 3 ] {} HTTP-Session: b2a37acb-3762-4616-a4f3-9296b42de160 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.748287 [ 3 ] {} HTTP-Session: b2a37acb-3762-4616-a4f3-9296b42de160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.748301 [ 3 ] {} HTTP-Session: b2a37acb-3762-4616-a4f3-9296b42de160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.748332 [ 3 ] {} HTTP-Session: b2a37acb-3762-4616-a4f3-9296b42de160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.748448 [ 3 ] {0a05363e-57ee-487b-b409-9f0168bcedd9} executeQuery: (from [fd00:1122:3344:101::d]:57754) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.07.10 23:59:32.748846 [ 3 ] {0a05363e-57ee-487b-b409-9f0168bcedd9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:32.748899 [ 3 ] {0a05363e-57ee-487b-b409-9f0168bcedd9} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:32.749813 [ 3 ] {0a05363e-57ee-487b-b409-9f0168bcedd9} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.749838 [ 3 ] {0a05363e-57ee-487b-b409-9f0168bcedd9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:32.749854 [ 3 ] {} HTTP-Session: b2a37acb-3762-4616-a4f3-9296b42de160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.750033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.750079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.750097 [ 3 ] {} HTTP-Session: d1abc778-9256-428c-b8a8-da9dd491d7a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.750112 [ 3 ] {} HTTP-Session: d1abc778-9256-428c-b8a8-da9dd491d7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.750126 [ 3 ] {} HTTP-Session: d1abc778-9256-428c-b8a8-da9dd491d7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.750156 [ 3 ] {} HTTP-Session: d1abc778-9256-428c-b8a8-da9dd491d7a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.750272 [ 3 ] {7c2ba103-6b4a-4978-a948-83de0f669944} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:32.750580 [ 3 ] {7c2ba103-6b4a-4978-a948-83de0f669944} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:32.750631 [ 3 ] {7c2ba103-6b4a-4978-a948-83de0f669944} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:32.751512 [ 3 ] {7c2ba103-6b4a-4978-a948-83de0f669944} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.751537 [ 3 ] {7c2ba103-6b4a-4978-a948-83de0f669944} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:32.751553 [ 3 ] {} HTTP-Session: d1abc778-9256-428c-b8a8-da9dd491d7a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.752122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.752169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.752188 [ 3 ] {} HTTP-Session: 7e8126ab-a750-43cf-b382-662b6077948c Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.752204 [ 3 ] {} HTTP-Session: 7e8126ab-a750-43cf-b382-662b6077948c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.752218 [ 3 ] {} HTTP-Session: 7e8126ab-a750-43cf-b382-662b6077948c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.752248 [ 3 ] {} HTTP-Session: 7e8126ab-a750-43cf-b382-662b6077948c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.752355 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.752399 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:32.752639 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.753113 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.753149 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.753685 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.754009 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.754141 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} executeQuery: Read 4 rows, 443.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 237.31 KiB/sec. 2024.07.10 23:59:32.754418 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.754442 [ 3 ] {8c850808-209e-4f99-a87c-5fd757a58766} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:32.754458 [ 3 ] {} HTTP-Session: 7e8126ab-a750-43cf-b382-662b6077948c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.754588 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.754634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.754652 [ 3 ] {} HTTP-Session: 0efa221c-0036-41fa-a053-8197ec0ea1ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.754668 [ 3 ] {} HTTP-Session: 0efa221c-0036-41fa-a053-8197ec0ea1ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.754682 [ 3 ] {} HTTP-Session: 0efa221c-0036-41fa-a053-8197ec0ea1ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.754713 [ 3 ] {} HTTP-Session: 0efa221c-0036-41fa-a053-8197ec0ea1ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.754810 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.754853 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.07.10 23:59:32.754990 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.757066 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.757099 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.757404 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.757701 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.757828 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} executeQuery: Read 16 rows, 1.30 KiB in 0.003037 sec., 5268.3569311820875 rows/sec., 427.03 KiB/sec. 2024.07.10 23:59:32.758074 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.758098 [ 3 ] {38af79b3-28fd-4d8e-9f58-ae7679311cb4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:32.758114 [ 3 ] {} HTTP-Session: 0efa221c-0036-41fa-a053-8197ec0ea1ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.758242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 7228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.758289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.758307 [ 3 ] {} HTTP-Session: bdf7c3b3-1b6e-437b-a877-0cd0e24610ee Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.758323 [ 3 ] {} HTTP-Session: bdf7c3b3-1b6e-437b-a877-0cd0e24610ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.758336 [ 3 ] {} HTTP-Session: bdf7c3b3-1b6e-437b-a877-0cd0e24610ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.758366 [ 3 ] {} HTTP-Session: bdf7c3b3-1b6e-437b-a877-0cd0e24610ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.758492 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.758534 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:32.758672 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.759017 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.759050 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.759350 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.759642 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.759758 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} executeQuery: Read 48 rows, 4.27 KiB in 0.001303 sec., 36838.06600153492 rows/sec., 3.20 MiB/sec. 2024.07.10 23:59:32.759918 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.759942 [ 3 ] {8c25a545-10bf-4504-ba90-029a5ab744f5} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.07.10 23:59:32.759957 [ 3 ] {} HTTP-Session: bdf7c3b3-1b6e-437b-a877-0cd0e24610ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.760070 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 3961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.760117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.760135 [ 3 ] {} HTTP-Session: eef1b368-1ff1-40dd-a527-c9b6b8b66950 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.760150 [ 3 ] {} HTTP-Session: eef1b368-1ff1-40dd-a527-c9b6b8b66950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.760164 [ 3 ] {} HTTP-Session: eef1b368-1ff1-40dd-a527-c9b6b8b66950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.760194 [ 3 ] {} HTTP-Session: eef1b368-1ff1-40dd-a527-c9b6b8b66950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.760297 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.760338 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:32.761021 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.761905 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.761938 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.762264 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.762563 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.762681 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} executeQuery: Read 23 rows, 1.85 KiB in 0.002411 sec., 9539.610120282041 rows/sec., 768.77 KiB/sec. 2024.07.10 23:59:32.762958 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.762983 [ 3 ] {3b649a45-bda4-46f9-846e-f5d3beb95b5f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.07.10 23:59:32.762998 [ 3 ] {} HTTP-Session: eef1b368-1ff1-40dd-a527-c9b6b8b66950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.763229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 25225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.763277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.763295 [ 3 ] {} HTTP-Session: eafa25b1-079f-40ee-9d34-be674f21dc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.763310 [ 3 ] {} HTTP-Session: eafa25b1-079f-40ee-9d34-be674f21dc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.763324 [ 3 ] {} HTTP-Session: eafa25b1-079f-40ee-9d34-be674f21dc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.763354 [ 3 ] {} HTTP-Session: eafa25b1-079f-40ee-9d34-be674f21dc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.763552 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.763621 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.07.10 23:59:32.764026 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.764668 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.764703 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.769868 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.770318 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.770516 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} executeQuery: Read 16 rows, 29.36 KiB in 0.007086 sec., 2257.9734688117414 rows/sec., 4.05 MiB/sec. 2024.07.10 23:59:32.770900 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.770924 [ 3 ] {b216a8fb-5042-4834-ad1b-d435d7fa6438} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.07.10 23:59:32.770940 [ 3 ] {} HTTP-Session: eafa25b1-079f-40ee-9d34-be674f21dc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.771049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 1974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:32.771097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:32.771115 [ 3 ] {} HTTP-Session: 2f2092a5-374b-4266-81cc-26e1e3249d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:32.771131 [ 3 ] {} HTTP-Session: 2f2092a5-374b-4266-81cc-26e1e3249d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.771144 [ 3 ] {} HTTP-Session: 2f2092a5-374b-4266-81cc-26e1e3249d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:32.771175 [ 3 ] {} HTTP-Session: 2f2092a5-374b-4266-81cc-26e1e3249d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:32.771270 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:32.771314 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.07.10 23:59:32.771443 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:32.771781 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:32.771814 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:32.772175 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:32.772487 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:32.772636 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} executeQuery: Read 12 rows, 926.00 B in 0.001383 sec., 8676.789587852496 rows/sec., 653.87 KiB/sec. 2024.07.10 23:59:32.772917 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} DynamicQueryHandler: Done processing query 2024.07.10 23:59:32.772942 [ 3 ] {a918463a-ba06-48b3-b13c-ee37e9d4a0db} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.07.10 23:59:32.772957 [ 3 ] {} HTTP-Session: 2f2092a5-374b-4266-81cc-26e1e3249d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:36.513374 [ 87 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:59:36.513424 [ 87 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:59:37.735295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.735407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.735432 [ 3 ] {} HTTP-Session: 2f11fd78-8580-4aa5-be66-8599def7977f Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.735455 [ 3 ] {} HTTP-Session: 2f11fd78-8580-4aa5-be66-8599def7977f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.735470 [ 3 ] {} HTTP-Session: 2f11fd78-8580-4aa5-be66-8599def7977f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.735520 [ 3 ] {} HTTP-Session: 2f11fd78-8580-4aa5-be66-8599def7977f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.735726 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.736157 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.736321 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.07.10 23:59:37.736572 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.736846 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.737282 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.07.10 23:59:37.738579 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.738630 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.738648 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.738806 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" 2024.07.10 23:59:37.738831 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.740972 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} executeQuery: Read 4 rows, 189.00 B in 0.00533 sec., 750.46904315197 rows/sec., 34.63 KiB/sec. 2024.07.10 23:59:37.741252 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.741280 [ 3 ] {1c52318d-5059-47f7-bcf5-257f12631718} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.741297 [ 3 ] {} HTTP-Session: 2f11fd78-8580-4aa5-be66-8599def7977f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.741549 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.741600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.741619 [ 3 ] {} HTTP-Session: b4a7e314-7e06-4d21-877d-bd17c974669a Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.741637 [ 3 ] {} HTTP-Session: b4a7e314-7e06-4d21-877d-bd17c974669a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.741651 [ 3 ] {} HTTP-Session: b4a7e314-7e06-4d21-877d-bd17c974669a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.741684 [ 3 ] {} HTTP-Session: b4a7e314-7e06-4d21-877d-bd17c974669a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.741813 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.742046 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.742078 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.742277 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.742342 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.742485 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.07.10 23:59:37.742518 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.742540 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.742557 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.742596 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))" 2024.07.10 23:59:37.742616 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.743324 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} executeQuery: Read 4 rows, 189.00 B in 0.001563 sec., 2559.181062060141 rows/sec., 118.09 KiB/sec. 2024.07.10 23:59:37.743546 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.743571 [ 3 ] {f02fcb69-9274-4fec-b9b8-03ec7b732ca1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.743587 [ 3 ] {} HTTP-Session: b4a7e314-7e06-4d21-877d-bd17c974669a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.743961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.744009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.744028 [ 3 ] {} HTTP-Session: dc16c7e8-d63d-405d-ae98-09c80bee1269 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.744045 [ 3 ] {} HTTP-Session: dc16c7e8-d63d-405d-ae98-09c80bee1269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.744058 [ 3 ] {} HTTP-Session: dc16c7e8-d63d-405d-ae98-09c80bee1269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.744090 [ 3 ] {} HTTP-Session: dc16c7e8-d63d-405d-ae98-09c80bee1269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.744216 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.744446 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.744480 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.744682 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.744746 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.744883 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.07.10 23:59:37.744915 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.744938 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.744954 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.744993 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.745013 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.745869 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} executeQuery: Read 4 rows, 189.00 B in 0.001693 sec., 2362.6698168930893 rows/sec., 109.02 KiB/sec. 2024.07.10 23:59:37.746108 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.746133 [ 3 ] {7f0352a5-6fe6-4a2d-b6df-e96892c7c6d4} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.746150 [ 3 ] {} HTTP-Session: dc16c7e8-d63d-405d-ae98-09c80bee1269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.746349 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.746396 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.746416 [ 3 ] {} HTTP-Session: 715fc286-12f0-4357-ad25-b6133b9f1327 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.746432 [ 3 ] {} HTTP-Session: 715fc286-12f0-4357-ad25-b6133b9f1327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.746446 [ 3 ] {} HTTP-Session: 715fc286-12f0-4357-ad25-b6133b9f1327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.746479 [ 3 ] {} HTTP-Session: 715fc286-12f0-4357-ad25-b6133b9f1327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.746601 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.746834 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.746867 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.747070 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.747134 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.747270 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.07.10 23:59:37.747303 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.747325 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.747341 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.747380 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.747401 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.748196 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} executeQuery: Read 4 rows, 189.00 B in 0.001645 sec., 2431.61094224924 rows/sec., 112.20 KiB/sec. 2024.07.10 23:59:37.748416 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.748440 [ 3 ] {a74aa593-fb5b-43cd-810c-7a59df5923ef} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.748456 [ 3 ] {} HTTP-Session: 715fc286-12f0-4357-ad25-b6133b9f1327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.748682 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.748728 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.748747 [ 3 ] {} HTTP-Session: 310d521d-749d-473e-8d64-0a501b0f6f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.748763 [ 3 ] {} HTTP-Session: 310d521d-749d-473e-8d64-0a501b0f6f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.748777 [ 3 ] {} HTTP-Session: 310d521d-749d-473e-8d64-0a501b0f6f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.748807 [ 3 ] {} HTTP-Session: 310d521d-749d-473e-8d64-0a501b0f6f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.748931 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.749167 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.749201 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.749409 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.749472 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.749608 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.07.10 23:59:37.749640 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.749662 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.749679 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.749718 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.749738 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.750594 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} executeQuery: Read 4 rows, 189.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 108.63 KiB/sec. 2024.07.10 23:59:37.750830 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.750855 [ 3 ] {df9cb460-b3cd-42bb-bc9d-afddbfd2bf5e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.750873 [ 3 ] {} HTTP-Session: 310d521d-749d-473e-8d64-0a501b0f6f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.751141 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.751202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.751222 [ 3 ] {} HTTP-Session: b6b49bfd-f97a-4d04-9709-31861beaa11c Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.751240 [ 3 ] {} HTTP-Session: b6b49bfd-f97a-4d04-9709-31861beaa11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.751255 [ 3 ] {} HTTP-Session: b6b49bfd-f97a-4d04-9709-31861beaa11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.751288 [ 3 ] {} HTTP-Session: b6b49bfd-f97a-4d04-9709-31861beaa11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.751432 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.751677 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.751711 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.751932 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.751998 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.752135 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.07.10 23:59:37.752168 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.752192 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.752210 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.752249 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.752269 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.753126 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} executeQuery: Read 4 rows, 189.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 105.59 KiB/sec. 2024.07.10 23:59:37.753356 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.753381 [ 3 ] {d31c69cf-62aa-46d9-9f7c-31fa9076914d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.753398 [ 3 ] {} HTTP-Session: b6b49bfd-f97a-4d04-9709-31861beaa11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.753609 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.753657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.753677 [ 3 ] {} HTTP-Session: 3d91e940-e852-4a74-a02c-290e5e243991 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.753693 [ 3 ] {} HTTP-Session: 3d91e940-e852-4a74-a02c-290e5e243991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.753707 [ 3 ] {} HTTP-Session: 3d91e940-e852-4a74-a02c-290e5e243991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.753738 [ 3 ] {} HTTP-Session: 3d91e940-e852-4a74-a02c-290e5e243991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.753872 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.754113 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.754148 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.754370 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.754435 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.754574 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.07.10 23:59:37.754607 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.754630 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.754648 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.754687 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.754709 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.755490 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} executeQuery: Read 4 rows, 189.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 110.32 KiB/sec. 2024.07.10 23:59:37.755734 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.755759 [ 3 ] {1d40b54b-f216-4359-89f6-8a1707892358} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.755776 [ 3 ] {} HTTP-Session: 3d91e940-e852-4a74-a02c-290e5e243991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.755968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.756016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.756037 [ 3 ] {} HTTP-Session: 5d7057b3-ba1a-40c8-b034-41ad31470746 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.756053 [ 3 ] {} HTTP-Session: 5d7057b3-ba1a-40c8-b034-41ad31470746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.756067 [ 3 ] {} HTTP-Session: 5d7057b3-ba1a-40c8-b034-41ad31470746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.756099 [ 3 ] {} HTTP-Session: 5d7057b3-ba1a-40c8-b034-41ad31470746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.756230 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.756474 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.756510 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.756734 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.756798 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.756932 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.07.10 23:59:37.756963 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.756987 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.757004 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.757044 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.757065 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.757919 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} executeQuery: Read 4 rows, 189.00 B in 0.001732 sec., 2309.4688221709007 rows/sec., 106.56 KiB/sec. 2024.07.10 23:59:37.758157 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.758183 [ 3 ] {fdd7af8b-0577-4bfc-8b57-e020da66dca6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.758199 [ 3 ] {} HTTP-Session: 5d7057b3-ba1a-40c8-b034-41ad31470746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.758414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.758461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.758482 [ 3 ] {} HTTP-Session: d65c1a6a-5cc3-4b5a-a25e-1fd98ec0c1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.758498 [ 3 ] {} HTTP-Session: d65c1a6a-5cc3-4b5a-a25e-1fd98ec0c1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.758513 [ 3 ] {} HTTP-Session: d65c1a6a-5cc3-4b5a-a25e-1fd98ec0c1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.758545 [ 3 ] {} HTTP-Session: d65c1a6a-5cc3-4b5a-a25e-1fd98ec0c1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.758677 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.758920 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.758957 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.759184 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.759248 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.759383 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2024.07.10 23:59:37.759416 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.759440 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.759456 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.759496 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.759517 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.760280 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} executeQuery: Read 4 rows, 189.00 B in 0.001662 sec., 2406.7388688327314 rows/sec., 111.05 KiB/sec. 2024.07.10 23:59:37.760505 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.760528 [ 3 ] {99cd1097-b714-49c1-bfa7-64cd1ea869a1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.760545 [ 3 ] {} HTTP-Session: d65c1a6a-5cc3-4b5a-a25e-1fd98ec0c1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.760732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.760780 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.760799 [ 3 ] {} HTTP-Session: 6b7f1aa6-853b-44c9-afc5-c43fc8a903b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.760815 [ 3 ] {} HTTP-Session: 6b7f1aa6-853b-44c9-afc5-c43fc8a903b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.760829 [ 3 ] {} HTTP-Session: 6b7f1aa6-853b-44c9-afc5-c43fc8a903b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.760860 [ 3 ] {} HTTP-Session: 6b7f1aa6-853b-44c9-afc5-c43fc8a903b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.760991 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.761232 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.761268 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.761497 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.761560 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.761696 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2024.07.10 23:59:37.761727 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.761749 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.761766 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.761805 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.761825 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.762607 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} executeQuery: Read 4 rows, 189.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 110.32 KiB/sec. 2024.07.10 23:59:37.762839 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.762863 [ 3 ] {7fe7a7d7-e5f7-48d9-b6a2-486980b7cd9b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.762879 [ 3 ] {} HTTP-Session: 6b7f1aa6-853b-44c9-afc5-c43fc8a903b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.763122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.763168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.763187 [ 3 ] {} HTTP-Session: 0666da54-be83-4b5d-85f4-45738f6fbaea Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.763204 [ 3 ] {} HTTP-Session: 0666da54-be83-4b5d-85f4-45738f6fbaea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.763218 [ 3 ] {} HTTP-Session: 0666da54-be83-4b5d-85f4-45738f6fbaea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.763248 [ 3 ] {} HTTP-Session: 0666da54-be83-4b5d-85f4-45738f6fbaea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.763378 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.763628 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.763665 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.763900 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.763963 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.764100 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2024.07.10 23:59:37.764131 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.764153 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.764169 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.764208 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.764228 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.765105 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} executeQuery: Read 4 rows, 189.00 B in 0.001784 sec., 2242.152466367713 rows/sec., 103.46 KiB/sec. 2024.07.10 23:59:37.765341 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.765366 [ 3 ] {ed9b3f2f-6f61-4a32-a412-877484539224} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.765384 [ 3 ] {} HTTP-Session: 0666da54-be83-4b5d-85f4-45738f6fbaea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.765594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.765641 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.765662 [ 3 ] {} HTTP-Session: 1f7a88cf-a349-4a9a-884b-d817301da482 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.765678 [ 3 ] {} HTTP-Session: 1f7a88cf-a349-4a9a-884b-d817301da482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.765692 [ 3 ] {} HTTP-Session: 1f7a88cf-a349-4a9a-884b-d817301da482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.765722 [ 3 ] {} HTTP-Session: 1f7a88cf-a349-4a9a-884b-d817301da482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.765854 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.766100 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.766139 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.766375 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.766440 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.766575 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2024.07.10 23:59:37.766609 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.766631 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.766647 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.766688 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.766709 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.767551 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} executeQuery: Read 4 rows, 189.00 B in 0.001754 sec., 2280.501710376283 rows/sec., 105.23 KiB/sec. 2024.07.10 23:59:37.767783 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.767807 [ 3 ] {5519b4e3-0fbf-49b4-8d25-073bcb925889} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.767823 [ 3 ] {} HTTP-Session: 1f7a88cf-a349-4a9a-884b-d817301da482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.768034 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.768080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.768098 [ 3 ] {} HTTP-Session: 0e795a69-9c38-429d-8a3f-11e9dadd6432 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.768115 [ 3 ] {} HTTP-Session: 0e795a69-9c38-429d-8a3f-11e9dadd6432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.768129 [ 3 ] {} HTTP-Session: 0e795a69-9c38-429d-8a3f-11e9dadd6432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.768161 [ 3 ] {} HTTP-Session: 0e795a69-9c38-429d-8a3f-11e9dadd6432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.768291 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.768541 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.768579 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.768824 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.768887 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.769022 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2024.07.10 23:59:37.769053 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.769076 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.769094 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.769133 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.769154 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.769993 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} executeQuery: Read 4 rows, 189.00 B in 0.001745 sec., 2292.2636103151863 rows/sec., 105.77 KiB/sec. 2024.07.10 23:59:37.770232 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.770257 [ 3 ] {94a4e002-a5fc-46a1-b1e4-2f84e8013030} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.770274 [ 3 ] {} HTTP-Session: 0e795a69-9c38-429d-8a3f-11e9dadd6432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.770474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.770520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.770540 [ 3 ] {} HTTP-Session: cbc88951-bc9d-4045-b86d-4d94beaeee93 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.770556 [ 3 ] {} HTTP-Session: cbc88951-bc9d-4045-b86d-4d94beaeee93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.770569 [ 3 ] {} HTTP-Session: cbc88951-bc9d-4045-b86d-4d94beaeee93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.770600 [ 3 ] {} HTTP-Session: cbc88951-bc9d-4045-b86d-4d94beaeee93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.770733 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} executeQuery: (from [fd00:1122:3344:101::d]:57754) 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.07.10 23:59:37.770986 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.07.10 23:59:37.771024 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE 2024.07.10 23:59:37.771268 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.771331 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} InterpreterSelectQuery: FetchColumns -> Complete 2024.07.10 23:59:37.771468 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2024.07.10 23:59:37.771500 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.07.10 23:59:37.771523 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.07.10 23:59:37.771540 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.07.10 23:59:37.771580 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" 2024.07.10 23:59:37.771601 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.07.10 23:59:37.772403 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} executeQuery: Read 4 rows, 189.00 B in 0.001724 sec., 2320.185614849188 rows/sec., 107.06 KiB/sec. 2024.07.10 23:59:37.772629 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.772654 [ 3 ] {c4570799-07f8-4918-9b3a-9a69a75392eb} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.07.10 23:59:37.772672 [ 3 ] {} HTTP-Session: cbc88951-bc9d-4045-b86d-4d94beaeee93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.777090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.777140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.777161 [ 3 ] {} HTTP-Session: aae60cf3-028c-4849-b93f-cb51f8dec690 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.777177 [ 3 ] {} HTTP-Session: aae60cf3-028c-4849-b93f-cb51f8dec690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.777191 [ 3 ] {} HTTP-Session: aae60cf3-028c-4849-b93f-cb51f8dec690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.777221 [ 3 ] {} HTTP-Session: aae60cf3-028c-4849-b93f-cb51f8dec690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.777340 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:37.777385 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.07.10 23:59:37.777549 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:37.777860 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:37.777897 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:37.778371 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:37.778689 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} oximeter.timeseries_schema (4f1453ff-79c8-4c64-82aa-0a9d82883d72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:37.778847 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} executeQuery: Read 14 rows, 2.01 KiB in 0.001552 sec., 9020.61855670103 rows/sec., 1.26 MiB/sec. 2024.07.10 23:59:37.779251 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.779276 [ 3 ] {673ff507-3d01-41c4-a30a-4348434c5e87} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:37.779293 [ 3 ] {} HTTP-Session: aae60cf3-028c-4849-b93f-cb51f8dec690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.779422 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.779470 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.779489 [ 3 ] {} HTTP-Session: 7edfeb22-0c48-424b-8e12-e9c92809aa5a Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.779512 [ 3 ] {} HTTP-Session: 7edfeb22-0c48-424b-8e12-e9c92809aa5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.779526 [ 3 ] {} HTTP-Session: 7edfeb22-0c48-424b-8e12-e9c92809aa5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.779557 [ 3 ] {} HTTP-Session: 7edfeb22-0c48-424b-8e12-e9c92809aa5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.779665 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:37.779709 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:37.779856 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:37.780164 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:37.780200 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:37.780498 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:37.780801 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:37.780928 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} executeQuery: Read 26 rows, 2.01 KiB in 0.001292 sec., 20123.839009287927 rows/sec., 1.52 MiB/sec. 2024.07.10 23:59:37.781124 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.781148 [ 3 ] {f9894336-5c46-44d0-99ce-8049315b7c53} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.07.10 23:59:37.781163 [ 3 ] {} HTTP-Session: 7edfeb22-0c48-424b-8e12-e9c92809aa5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.781298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.781345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.781362 [ 3 ] {} HTTP-Session: 43ee9d20-351e-4855-bdd4-fb00b499bba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.781378 [ 3 ] {} HTTP-Session: 43ee9d20-351e-4855-bdd4-fb00b499bba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.781392 [ 3 ] {} HTTP-Session: 43ee9d20-351e-4855-bdd4-fb00b499bba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.781422 [ 3 ] {} HTTP-Session: 43ee9d20-351e-4855-bdd4-fb00b499bba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.781522 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:37.781564 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:37.781687 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:37.781964 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:37.782000 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:37.782308 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:37.782618 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:37.782757 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} executeQuery: Read 28 rows, 2.24 KiB in 0.00125 sec., 22400 rows/sec., 1.75 MiB/sec. 2024.07.10 23:59:37.783163 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.783186 [ 3 ] {4205b471-7721-4029-a897-b5f3530a37ba} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.07.10 23:59:37.783202 [ 3 ] {} HTTP-Session: 43ee9d20-351e-4855-bdd4-fb00b499bba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.783354 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.783400 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.783419 [ 3 ] {} HTTP-Session: 6acfec97-4160-4873-a330-e5bdb5f60642 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.783435 [ 3 ] {} HTTP-Session: 6acfec97-4160-4873-a330-e5bdb5f60642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.783448 [ 3 ] {} HTTP-Session: 6acfec97-4160-4873-a330-e5bdb5f60642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.783477 [ 3 ] {} HTTP-Session: 6acfec97-4160-4873-a330-e5bdb5f60642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.783605 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:37.783651 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.07.10 23:59:37.783818 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:37.784156 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:37.784190 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:37.784573 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:37.784947 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:37.785074 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} executeQuery: Read 100 rows, 7.10 KiB in 0.001519 sec., 65832.78472679395 rows/sec., 4.56 MiB/sec. 2024.07.10 23:59:37.785437 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.785462 [ 3 ] {0570b1c6-3437-47e0-8af6-908f9405005b} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:37.785479 [ 3 ] {} HTTP-Session: 6acfec97-4160-4873-a330-e5bdb5f60642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.785614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:37.785662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:37.785709 [ 3 ] {} HTTP-Session: be31503f-60f4-4e2d-856e-aad7ae1ed307 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:37.785726 [ 3 ] {} HTTP-Session: be31503f-60f4-4e2d-856e-aad7ae1ed307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.785739 [ 3 ] {} HTTP-Session: be31503f-60f4-4e2d-856e-aad7ae1ed307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:37.785769 [ 3 ] {} HTTP-Session: be31503f-60f4-4e2d-856e-aad7ae1ed307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:37.785871 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:37.785917 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.07.10 23:59:37.786056 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:37.786329 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:37.786365 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:37.786730 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.07.10 23:59:37.787053 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:37.787280 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} executeQuery: Read 30 rows, 2.10 KiB in 0.00142 sec., 21126.76056338028 rows/sec., 1.45 MiB/sec. 2024.07.10 23:59:37.787663 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} DynamicQueryHandler: Done processing query 2024.07.10 23:59:37.787688 [ 3 ] {57866bde-6ef2-4891-9a16-289864ce70dc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:37.787703 [ 3 ] {} HTTP-Session: be31503f-60f4-4e2d-856e-aad7ae1ed307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.740837 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.740971 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.740996 [ 3 ] {} HTTP-Session: 14a19642-2e0e-49a7-aa8a-f0e40e5dcdaf Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.741019 [ 3 ] {} HTTP-Session: 14a19642-2e0e-49a7-aa8a-f0e40e5dcdaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.741034 [ 3 ] {} HTTP-Session: 14a19642-2e0e-49a7-aa8a-f0e40e5dcdaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.741084 [ 3 ] {} HTTP-Session: 14a19642-2e0e-49a7-aa8a-f0e40e5dcdaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.741274 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.741341 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.07.10 23:59:42.741531 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.741952 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.741993 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.742362 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:42.742703 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.742851 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} executeQuery: Read 16 rows, 1.30 KiB in 0.001632 sec., 9803.921568627451 rows/sec., 794.65 KiB/sec. 2024.07.10 23:59:42.743146 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.743174 [ 3 ] {694f2631-0b01-4cc1-b80e-1af2fb1120b8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:42.743191 [ 3 ] {} HTTP-Session: 14a19642-2e0e-49a7-aa8a-f0e40e5dcdaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.743340 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 10797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.743390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.743409 [ 3 ] {} HTTP-Session: 807dc4fa-5745-450e-9298-2c530403bfd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.743425 [ 3 ] {} HTTP-Session: 807dc4fa-5745-450e-9298-2c530403bfd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.743439 [ 3 ] {} HTTP-Session: 807dc4fa-5745-450e-9298-2c530403bfd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.743470 [ 3 ] {} HTTP-Session: 807dc4fa-5745-450e-9298-2c530403bfd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.743587 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.743631 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:42.743775 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.744109 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.744144 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.744517 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:42.744846 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.744996 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} executeQuery: Read 74 rows, 6.27 KiB in 0.001451 sec., 50999.310820124054 rows/sec., 4.22 MiB/sec. 2024.07.10 23:59:42.745155 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.745180 [ 3 ] {c8c6e4ab-7f1a-4bb4-be3b-824b6f770b74} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.07.10 23:59:42.745195 [ 3 ] {} HTTP-Session: 807dc4fa-5745-450e-9298-2c530403bfd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.745322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 7495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.745369 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.745387 [ 3 ] {} HTTP-Session: 41a4e4a5-bc5a-474c-aacf-1a56151b5582 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.745403 [ 3 ] {} HTTP-Session: 41a4e4a5-bc5a-474c-aacf-1a56151b5582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.745418 [ 3 ] {} HTTP-Session: 41a4e4a5-bc5a-474c-aacf-1a56151b5582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.745447 [ 3 ] {} HTTP-Session: 41a4e4a5-bc5a-474c-aacf-1a56151b5582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.745557 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.745599 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:42.745726 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.746022 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.746057 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.746405 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:42.746734 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.746887 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} executeQuery: Read 44 rows, 3.52 KiB in 0.001366 sec., 32210.8345534407 rows/sec., 2.51 MiB/sec. 2024.07.10 23:59:42.747050 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.747073 [ 3 ] {3ebffb4c-3611-48c1-a2d9-35bd25065d82} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.07.10 23:59:42.747091 [ 3 ] {} HTTP-Session: 41a4e4a5-bc5a-474c-aacf-1a56151b5582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.747237 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.747285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.747303 [ 3 ] {} HTTP-Session: bf76b65e-5247-4468-b5a2-7a7f4d760696 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.747319 [ 3 ] {} HTTP-Session: bf76b65e-5247-4468-b5a2-7a7f4d760696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.747332 [ 3 ] {} HTTP-Session: bf76b65e-5247-4468-b5a2-7a7f4d760696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.747361 [ 3 ] {} HTTP-Session: bf76b65e-5247-4468-b5a2-7a7f4d760696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.747489 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.747537 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.07.10 23:59:42.747679 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.748009 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.748045 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.748481 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:42.748818 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.748984 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} executeQuery: Read 100 rows, 7.10 KiB in 0.001551 sec., 64474.53255963894 rows/sec., 4.47 MiB/sec. 2024.07.10 23:59:42.749143 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.749166 [ 3 ] {cc5b9265-8e19-40d7-817c-04a75837af71} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:42.749181 [ 3 ] {} HTTP-Session: bf76b65e-5247-4468-b5a2-7a7f4d760696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.749424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 25267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.749470 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.749488 [ 3 ] {} HTTP-Session: 1e1a3ef2-4982-428c-9616-2b24cb48b76f Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.749504 [ 3 ] {} HTTP-Session: 1e1a3ef2-4982-428c-9616-2b24cb48b76f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.749517 [ 3 ] {} HTTP-Session: 1e1a3ef2-4982-428c-9616-2b24cb48b76f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.749547 [ 3 ] {} HTTP-Session: 1e1a3ef2-4982-428c-9616-2b24cb48b76f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.749754 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.749817 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.07.10 23:59:42.750194 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.750742 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.750778 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.751349 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:42.751762 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.751973 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} executeQuery: Read 16 rows, 29.36 KiB in 0.002346 sec., 6820.119352088662 rows/sec., 12.22 MiB/sec. 2024.07.10 23:59:42.752375 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.752399 [ 3 ] {66def8ff-17a0-4da1-8737-1536f07409f5} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.07.10 23:59:42.752414 [ 3 ] {} HTTP-Session: 1e1a3ef2-4982-428c-9616-2b24cb48b76f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.752537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:42.752584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:42.752602 [ 3 ] {} HTTP-Session: 82e8d250-2841-4829-82f9-a1ffa0f14247 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:42.752619 [ 3 ] {} HTTP-Session: 82e8d250-2841-4829-82f9-a1ffa0f14247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.752633 [ 3 ] {} HTTP-Session: 82e8d250-2841-4829-82f9-a1ffa0f14247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:42.752663 [ 3 ] {} HTTP-Session: 82e8d250-2841-4829-82f9-a1ffa0f14247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:42.752762 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:42.752805 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.07.10 23:59:42.752934 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:42.753210 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:42.753244 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:42.753606 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:42.753920 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:42.754067 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} executeQuery: Read 30 rows, 2.10 KiB in 0.001335 sec., 22471.91011235955 rows/sec., 1.54 MiB/sec. 2024.07.10 23:59:42.754220 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} DynamicQueryHandler: Done processing query 2024.07.10 23:59:42.754244 [ 3 ] {a35664a9-a32e-4f69-8ea3-57917c58b1c1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:42.754260 [ 3 ] {} HTTP-Session: 82e8d250-2841-4829-82f9-a1ffa0f14247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.741156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.741294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.741320 [ 3 ] {} HTTP-Session: 2ead2f71-55b5-493f-aebc-3ae21ad75027 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.741344 [ 3 ] {} HTTP-Session: 2ead2f71-55b5-493f-aebc-3ae21ad75027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.741359 [ 3 ] {} HTTP-Session: 2ead2f71-55b5-493f-aebc-3ae21ad75027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.741408 [ 3 ] {} HTTP-Session: 2ead2f71-55b5-493f-aebc-3ae21ad75027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.741601 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.741668 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.07.10 23:59:47.741859 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.742272 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.742314 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.742680 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:47.743011 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.743178 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} executeQuery: Read 16 rows, 1.30 KiB in 0.001627 sec., 9834.050399508298 rows/sec., 797.10 KiB/sec. 2024.07.10 23:59:47.743471 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.743498 [ 3 ] {51d9fa93-0f53-40dd-ae77-e1d4a7213af3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:47.743514 [ 3 ] {} HTTP-Session: 2ead2f71-55b5-493f-aebc-3ae21ad75027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.743668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 10919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.743718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.743737 [ 3 ] {} HTTP-Session: a1f7e343-6eb9-4c08-b19f-e8db53ee9d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.743753 [ 3 ] {} HTTP-Session: a1f7e343-6eb9-4c08-b19f-e8db53ee9d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.743768 [ 3 ] {} HTTP-Session: a1f7e343-6eb9-4c08-b19f-e8db53ee9d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.743800 [ 3 ] {} HTTP-Session: a1f7e343-6eb9-4c08-b19f-e8db53ee9d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.743917 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.743962 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:47.744105 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.744455 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.744492 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.744817 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:47.745150 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.745303 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} executeQuery: Read 74 rows, 6.40 KiB in 0.001429 sec., 51784.46466060182 rows/sec., 4.37 MiB/sec. 2024.07.10 23:59:47.745461 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.745485 [ 3 ] {9e84472b-2d75-4848-bc62-7973d46c2bd6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.07.10 23:59:47.745502 [ 3 ] {} HTTP-Session: a1f7e343-6eb9-4c08-b19f-e8db53ee9d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.745627 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 9707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.745674 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.745693 [ 3 ] {} HTTP-Session: 8c736438-6b90-4b26-860c-a9ed123d3922 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.745710 [ 3 ] {} HTTP-Session: 8c736438-6b90-4b26-860c-a9ed123d3922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.745724 [ 3 ] {} HTTP-Session: 8c736438-6b90-4b26-860c-a9ed123d3922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.745754 [ 3 ] {} HTTP-Session: 8c736438-6b90-4b26-860c-a9ed123d3922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.745862 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.745904 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:47.746031 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.746407 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.746443 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.746759 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:47.747058 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.747210 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} executeQuery: Read 57 rows, 4.57 KiB in 0.00137 sec., 41605.8394160584 rows/sec., 3.26 MiB/sec. 2024.07.10 23:59:47.747480 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.747505 [ 3 ] {b867f585-98b0-49db-a1cb-c4edb873b7ed} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.07.10 23:59:47.747520 [ 3 ] {} HTTP-Session: 8c736438-6b90-4b26-860c-a9ed123d3922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.747657 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.747704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.747722 [ 3 ] {} HTTP-Session: 6a520ce3-4df9-4299-af75-29c0463a185c Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.747738 [ 3 ] {} HTTP-Session: 6a520ce3-4df9-4299-af75-29c0463a185c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.747752 [ 3 ] {} HTTP-Session: 6a520ce3-4df9-4299-af75-29c0463a185c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.747783 [ 3 ] {} HTTP-Session: 6a520ce3-4df9-4299-af75-29c0463a185c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.747913 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.747961 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.07.10 23:59:47.748120 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.748448 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.748485 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.748868 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:47.749194 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.749347 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} executeQuery: Read 100 rows, 7.10 KiB in 0.001491 sec., 67069.0811535882 rows/sec., 4.65 MiB/sec. 2024.07.10 23:59:47.749503 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.749527 [ 3 ] {bc74625d-3b87-4a2f-bcc1-610a442c0918} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:47.749543 [ 3 ] {} HTTP-Session: 6a520ce3-4df9-4299-af75-29c0463a185c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.749786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 25837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.749832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.749851 [ 3 ] {} HTTP-Session: 25c0fa10-d29f-40aa-b7b9-18166cb54472 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.749867 [ 3 ] {} HTTP-Session: 25c0fa10-d29f-40aa-b7b9-18166cb54472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.749881 [ 3 ] {} HTTP-Session: 25c0fa10-d29f-40aa-b7b9-18166cb54472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.749912 [ 3 ] {} HTTP-Session: 25c0fa10-d29f-40aa-b7b9-18166cb54472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.750109 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.750171 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.07.10 23:59:47.750559 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.751164 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.751199 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.751777 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:47.752195 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.752372 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} executeQuery: Read 16 rows, 29.36 KiB in 0.002383 sec., 6714.225765841376 rows/sec., 12.03 MiB/sec. 2024.07.10 23:59:47.752585 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.752609 [ 3 ] {62b5a1a9-619d-41b1-bec1-f8f49d4cd08d} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.07.10 23:59:47.752624 [ 3 ] {} HTTP-Session: 25c0fa10-d29f-40aa-b7b9-18166cb54472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.752753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2402, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.752802 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.752820 [ 3 ] {} HTTP-Session: 00cfec2f-7b17-4b7f-9142-eadd9677c0e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.752837 [ 3 ] {} HTTP-Session: 00cfec2f-7b17-4b7f-9142-eadd9677c0e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.752850 [ 3 ] {} HTTP-Session: 00cfec2f-7b17-4b7f-9142-eadd9677c0e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.752880 [ 3 ] {} HTTP-Session: 00cfec2f-7b17-4b7f-9142-eadd9677c0e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.752979 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.753023 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.07.10 23:59:47.753148 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.753404 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.753440 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.753796 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.07.10 23:59:47.754111 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} oximeter.measurements_i64 (54c31f42-a994-492f-979e-6a9043dbd4c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.754279 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} executeQuery: Read 15 rows, 1.09 KiB in 0.001318 sec., 11380.880121396056 rows/sec., 825.41 KiB/sec. 2024.07.10 23:59:47.754546 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.754570 [ 3 ] {8b7b6d27-d6e4-4265-8a07-062b7b054aed} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.07.10 23:59:47.754587 [ 3 ] {} HTTP-Session: 00cfec2f-7b17-4b7f-9142-eadd9677c0e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.754711 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:47.754757 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:47.754776 [ 3 ] {} HTTP-Session: 64d06da8-a12c-4f4b-8d7d-8c5b6f9101b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:47.754791 [ 3 ] {} HTTP-Session: 64d06da8-a12c-4f4b-8d7d-8c5b6f9101b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.754805 [ 3 ] {} HTTP-Session: 64d06da8-a12c-4f4b-8d7d-8c5b6f9101b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:47.754836 [ 3 ] {} HTTP-Session: 64d06da8-a12c-4f4b-8d7d-8c5b6f9101b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:47.754939 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:47.754983 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.07.10 23:59:47.755128 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:47.755402 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:47.755438 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:47.755781 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.07.10 23:59:47.756091 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:47.756237 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} executeQuery: Read 30 rows, 2.10 KiB in 0.00132 sec., 22727.272727272728 rows/sec., 1.56 MiB/sec. 2024.07.10 23:59:47.756399 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} DynamicQueryHandler: Done processing query 2024.07.10 23:59:47.756423 [ 3 ] {89abe592-04db-4179-a7e4-6fa7fdd612f6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:47.756439 [ 3 ] {} HTTP-Session: 64d06da8-a12c-4f4b-8d7d-8c5b6f9101b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:51.513675 [ 76 ] {} DNSResolver: Updating DNS cache 2024.07.10 23:59:51.513734 [ 76 ] {} DNSResolver: Updated DNS cache 2024.07.10 23:59:52.740490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.740622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.740647 [ 3 ] {} HTTP-Session: 15c74016-39ea-4d71-8931-c0db454c66ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.740672 [ 3 ] {} HTTP-Session: 15c74016-39ea-4d71-8931-c0db454c66ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.740686 [ 3 ] {} HTTP-Session: 15c74016-39ea-4d71-8931-c0db454c66ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.740737 [ 3 ] {} HTTP-Session: 15c74016-39ea-4d71-8931-c0db454c66ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.740921 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.740988 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.07.10 23:59:52.741186 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.741588 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.741628 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.742022 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:52.742351 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.742524 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} executeQuery: Read 16 rows, 1.30 KiB in 0.001653 sec., 9679.370840895343 rows/sec., 784.56 KiB/sec. 2024.07.10 23:59:52.742836 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.742863 [ 3 ] {e1b0c7f3-b89d-41d6-aa31-43bbdc5f77ff} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:52.742880 [ 3 ] {} HTTP-Session: 15c74016-39ea-4d71-8931-c0db454c66ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.743011 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 10797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.743060 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.743079 [ 3 ] {} HTTP-Session: 96ed4480-092a-4886-8815-0cbdc27b3189 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.743095 [ 3 ] {} HTTP-Session: 96ed4480-092a-4886-8815-0cbdc27b3189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.743109 [ 3 ] {} HTTP-Session: 96ed4480-092a-4886-8815-0cbdc27b3189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.743140 [ 3 ] {} HTTP-Session: 96ed4480-092a-4886-8815-0cbdc27b3189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.743258 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.743303 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:52.743448 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.743808 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.743845 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.744171 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:52.744477 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.744644 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} executeQuery: Read 74 rows, 6.27 KiB in 0.001418 sec., 52186.17771509168 rows/sec., 4.32 MiB/sec. 2024.07.10 23:59:52.744837 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.744862 [ 3 ] {a65bbb5d-8421-4392-9efd-e94ac2419d22} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.07.10 23:59:52.744877 [ 3 ] {} HTTP-Session: 96ed4480-092a-4886-8815-0cbdc27b3189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.744991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 7495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.745041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.745059 [ 3 ] {} HTTP-Session: 95fa45bd-9eb6-4e24-9fb0-feed5b343b58 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.745075 [ 3 ] {} HTTP-Session: 95fa45bd-9eb6-4e24-9fb0-feed5b343b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.745088 [ 3 ] {} HTTP-Session: 95fa45bd-9eb6-4e24-9fb0-feed5b343b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.745119 [ 3 ] {} HTTP-Session: 95fa45bd-9eb6-4e24-9fb0-feed5b343b58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.745227 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.745269 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:52.745400 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.745699 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.745735 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.746034 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:52.746339 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.746498 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} executeQuery: Read 44 rows, 3.52 KiB in 0.001305 sec., 33716.47509578544 rows/sec., 2.63 MiB/sec. 2024.07.10 23:59:52.746653 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.746676 [ 3 ] {3f753ade-4512-45e7-aa29-16a283586f3b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.07.10 23:59:52.746691 [ 3 ] {} HTTP-Session: 95fa45bd-9eb6-4e24-9fb0-feed5b343b58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.746823 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.746870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.746888 [ 3 ] {} HTTP-Session: f8bf35cd-ac25-446f-bbef-3eb9a0310d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.746905 [ 3 ] {} HTTP-Session: f8bf35cd-ac25-446f-bbef-3eb9a0310d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.746918 [ 3 ] {} HTTP-Session: f8bf35cd-ac25-446f-bbef-3eb9a0310d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.746947 [ 3 ] {} HTTP-Session: f8bf35cd-ac25-446f-bbef-3eb9a0310d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.747076 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.747122 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.07.10 23:59:52.747266 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.747646 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.747681 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.748083 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:52.748412 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.748571 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} executeQuery: Read 100 rows, 7.10 KiB in 0.001545 sec., 64724.91909385114 rows/sec., 4.49 MiB/sec. 2024.07.10 23:59:52.748740 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.748763 [ 3 ] {886068c2-c2b6-4251-800b-4b0b1d831b65} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:52.748778 [ 3 ] {} HTTP-Session: f8bf35cd-ac25-446f-bbef-3eb9a0310d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.749006 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 25267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.749052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.749070 [ 3 ] {} HTTP-Session: 67b18b8a-e896-457f-80bf-e95fb35137ff Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.749086 [ 3 ] {} HTTP-Session: 67b18b8a-e896-457f-80bf-e95fb35137ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.749099 [ 3 ] {} HTTP-Session: 67b18b8a-e896-457f-80bf-e95fb35137ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.749129 [ 3 ] {} HTTP-Session: 67b18b8a-e896-457f-80bf-e95fb35137ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.749327 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.749390 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.07.10 23:59:52.749785 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.750322 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.750357 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.750918 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:52.751312 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.751486 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} executeQuery: Read 16 rows, 29.36 KiB in 0.002284 sec., 7005.253940455342 rows/sec., 12.55 MiB/sec. 2024.07.10 23:59:52.751677 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.751700 [ 3 ] {5919de90-6bda-453a-8c5c-e2f48a468920} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.07.10 23:59:52.751715 [ 3 ] {} HTTP-Session: 67b18b8a-e896-457f-80bf-e95fb35137ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.751872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:52.751918 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:52.751936 [ 3 ] {} HTTP-Session: 7489883b-f2f1-4edf-af19-c55bee8eca6f Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:52.751951 [ 3 ] {} HTTP-Session: 7489883b-f2f1-4edf-af19-c55bee8eca6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.751965 [ 3 ] {} HTTP-Session: 7489883b-f2f1-4edf-af19-c55bee8eca6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:52.751994 [ 3 ] {} HTTP-Session: 7489883b-f2f1-4edf-af19-c55bee8eca6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:52.752096 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:52.752139 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.07.10 23:59:52.752263 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:52.752583 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:52.752618 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:52.752969 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.07.10 23:59:52.753305 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:52.753435 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} executeQuery: Read 30 rows, 2.10 KiB in 0.001369 sec., 21913.805697589483 rows/sec., 1.50 MiB/sec. 2024.07.10 23:59:52.753603 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} DynamicQueryHandler: Done processing query 2024.07.10 23:59:52.753625 [ 3 ] {e6f18b5d-dd94-41ce-bac0-c6035fb15ceb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:52.753641 [ 3 ] {} HTTP-Session: 7489883b-f2f1-4edf-af19-c55bee8eca6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.740159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 2344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.740292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.740318 [ 3 ] {} HTTP-Session: 04b4d6df-fec2-46d0-9368-82609bd674dc Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.740343 [ 3 ] {} HTTP-Session: 04b4d6df-fec2-46d0-9368-82609bd674dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.740358 [ 3 ] {} HTTP-Session: 04b4d6df-fec2-46d0-9368-82609bd674dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.740408 [ 3 ] {} HTTP-Session: 04b4d6df-fec2-46d0-9368-82609bd674dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.740594 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.740659 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.07.10 23:59:57.740851 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.741255 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.741294 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:57.741663 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:57.741996 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} oximeter.fields_i64 (4d3c2cc3-2e2a-4c0d-8dce-55968dcb78a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.742140 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} executeQuery: Read 16 rows, 1.30 KiB in 0.001603 sec., 9981.285090455396 rows/sec., 809.03 KiB/sec. 2024.07.10 23:59:57.742328 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.742355 [ 3 ] {bff46c37-9b29-438c-8752-e33a99343a9f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:57.742371 [ 3 ] {} HTTP-Session: 04b4d6df-fec2-46d0-9368-82609bd674dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.742509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 10919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.742558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.742577 [ 3 ] {} HTTP-Session: d95c145e-8944-4bc2-a3db-f8683c177700 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.742594 [ 3 ] {} HTTP-Session: d95c145e-8944-4bc2-a3db-f8683c177700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.742608 [ 3 ] {} HTTP-Session: d95c145e-8944-4bc2-a3db-f8683c177700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.742639 [ 3 ] {} HTTP-Session: d95c145e-8944-4bc2-a3db-f8683c177700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.742757 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.742800 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.07.10 23:59:57.742924 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.743268 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.743304 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:57.743624 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.07.10 23:59:57.743930 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.744046 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} executeQuery: Read 74 rows, 6.40 KiB in 0.001331 sec., 55597.295266716756 rows/sec., 4.69 MiB/sec. 2024.07.10 23:59:57.744055 [ 71 ] {} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.07.10 23:59:57.744120 [ 71 ] {} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.744157 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:57.744256 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.744351 [ 3 ] {cbd9e221-8f43-4e28-b9c6-5070fd4a29f5} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.07.10 23:59:57.744451 [ 3 ] {} HTTP-Session: d95c145e-8944-4bc2-a3db-f8683c177700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.744645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 7493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.744659 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.07.10 23:59:57.744715 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.744774 [ 3 ] {} HTTP-Session: 569166bd-f62b-4623-b598-7c8231168ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.744807 [ 3 ] {} HTTP-Session: 569166bd-f62b-4623-b598-7c8231168ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.744835 [ 3 ] {} HTTP-Session: 569166bd-f62b-4623-b598-7c8231168ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.744925 [ 3 ] {} HTTP-Session: 569166bd-f62b-4623-b598-7c8231168ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.745023 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.07.10 23:59:57.745109 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.745177 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.07.10 23:59:57.745178 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2024.07.10 23:59:57.745533 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2024.07.10 23:59:57.745838 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.745968 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2024.07.10 23:59:57.746271 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 74 rows starting from the beginning of the part 2024.07.10 23:59:57.746431 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2024.07.10 23:59:57.746788 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2024.07.10 23:59:57.747376 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.747442 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.07.10 23:59:57.748074 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.07.10 23:59:57.748921 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.749206 [ 71 ] {} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.07.10 23:59:57.749281 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} executeQuery: Read 44 rows, 3.52 KiB in 0.004191 sec., 10498.687664041994 rows/sec., 839.32 KiB/sec. 2024.07.10 23:59:57.749297 [ 71 ] {} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.749377 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.07.10 23:59:57.750017 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.750118 [ 3 ] {e85da806-af93-4917-a01e-59d0837059ac} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.07.10 23:59:57.750175 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.07.10 23:59:57.750193 [ 3 ] {} HTTP-Session: 569166bd-f62b-4623-b598-7c8231168ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.750473 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.750644 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.750719 [ 3 ] {} HTTP-Session: a952da92-bc4d-489b-8ba0-8c99f0ef064c Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.750786 [ 3 ] {} HTTP-Session: a952da92-bc4d-489b-8ba0-8c99f0ef064c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.750801 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.07.10 23:59:57.750832 [ 3 ] {} HTTP-Session: a952da92-bc4d-489b-8ba0-8c99f0ef064c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.750891 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2024.07.10 23:59:57.750950 [ 3 ] {} HTTP-Session: a952da92-bc4d-489b-8ba0-8c99f0ef064c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.751394 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.751490 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2024.07.10 23:59:57.751578 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.07.10 23:59:57.752160 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part 2024.07.10 23:59:57.752248 [ 186 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 4 columns (4 merged, 0 gathered) in 0.007991067 sec., 46301.70163759108 rows/sec., 3.86 MiB/sec. 2024.07.10 23:59:57.752625 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2024.07.10 23:59:57.752953 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.753030 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part 2024.07.10 23:59:57.753125 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.07.10 23:59:57.753398 [ 189 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2024.07.10 23:59:57.755021 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.755107 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. 2024.07.10 23:59:57.755567 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.755939 [ 198 ] {c376c779-1902-4e06-99e7-74ea857f2ba7::all_1_6_1} oximeter.fields_string (c376c779-1902-4e06-99e7-74ea857f2ba7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.07.10 23:59:57.756342 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.07.10 23:59:57.756749 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:57.757721 [ 198 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.008154099 sec., 29433.049561944244 rows/sec., 2.30 MiB/sec. 2024.07.10 23:59:57.757817 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} oximeter.measurements_cumulativeu64 (24ef0449-416c-41fb-9d96-5d34cfcd83cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.757939 [ 198 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.07.10 23:59:57.758183 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} executeQuery: Read 100 rows, 7.10 KiB in 0.00696 sec., 14367.816091954022 rows/sec., 1020.06 KiB/sec. 2024.07.10 23:59:57.758695 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.758744 [ 3 ] {ab107bb2-d5d6-4099-bef6-8c02d540dc07} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.07.10 23:59:57.758788 [ 3 ] {} HTTP-Session: a952da92-bc4d-489b-8ba0-8c99f0ef064c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.758954 [ 198 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.758976 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 25880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.759093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.759133 [ 198 ] {ac31f98a-a077-4274-8c67-d8f6f8bb97c6::all_1_6_1} oximeter.fields_uuid (ac31f98a-a077-4274-8c67-d8f6f8bb97c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.07.10 23:59:57.759142 [ 3 ] {} HTTP-Session: 04a9e31e-b5c4-4953-ab55-75a6fd3f26f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.759182 [ 3 ] {} HTTP-Session: 04a9e31e-b5c4-4953-ab55-75a6fd3f26f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.759224 [ 3 ] {} HTTP-Session: 04a9e31e-b5c4-4953-ab55-75a6fd3f26f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.759281 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.07.10 23:59:57.759308 [ 3 ] {} HTTP-Session: 04a9e31e-b5c4-4953-ab55-75a6fd3f26f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.759683 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.759755 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 2024.07.10 23:59:57.760206 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.760814 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.760851 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:57.761443 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:57.761863 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} oximeter.measurements_histogramf64 (d1358628-038d-4e77-aa67-e410f48a7fdf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.762017 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} executeQuery: Read 16 rows, 29.36 KiB in 0.002608 sec., 6134.9693251533745 rows/sec., 10.99 MiB/sec. 2024.07.10 23:59:57.762235 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.762259 [ 3 ] {bfa8e229-3979-49f6-90ff-095578bd2c3e} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.07.10 23:59:57.762275 [ 3 ] {} HTTP-Session: 04a9e31e-b5c4-4953-ab55-75a6fd3f26f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.762405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57754, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.07.10 23:59:57.762455 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.07.10 23:59:57.762473 [ 3 ] {} HTTP-Session: 1aac4c12-e088-4a2f-b04f-454beec425c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57754 2024.07.10 23:59:57.762490 [ 3 ] {} HTTP-Session: 1aac4c12-e088-4a2f-b04f-454beec425c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.762504 [ 3 ] {} HTTP-Session: 1aac4c12-e088-4a2f-b04f-454beec425c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.07.10 23:59:57.762536 [ 3 ] {} HTTP-Session: 1aac4c12-e088-4a2f-b04f-454beec425c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.07.10 23:59:57.762639 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} executeQuery: (from [fd00:1122:3344:101::d]:57754) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.07.10 23:59:57.762682 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.07.10 23:59:57.762809 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} ParallelParsingInputFormat: Parallel parsing is used 2024.07.10 23:59:57.763109 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.07.10 23:59:57.763144 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. 2024.07.10 23:59:57.763520 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.07.10 23:59:57.763842 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} oximeter.measurements_u64 (c014c177-1c4a-4f94-a410-4bdd3a7b18cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.07.10 23:59:57.763971 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} executeQuery: Read 30 rows, 2.10 KiB in 0.001365 sec., 21978.02197802198 rows/sec., 1.51 MiB/sec. 2024.07.10 23:59:57.764135 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} DynamicQueryHandler: Done processing query 2024.07.10 23:59:57.764161 [ 3 ] {0beeb6ff-3ef2-4f21-acfd-f4edba64059e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.07.10 23:59:57.764177 [ 3 ] {} HTTP-Session: 1aac4c12-e088-4a2f-b04f-454beec425c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db