[ Apr 29 22:38:25 Enabled. ] [ Apr 29 22:38:25 Rereading configuration. ] [ Apr 29 22:38:27 Rereading configuration. ] [ Apr 29 22:38:31 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 [ Apr 29 22:38:31 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.04.29 22:38:32.633352 [ 1 ] {} Application: Will watch for the process with pid 25889 2024.04.29 22:38:32.633722 [ 1 ] {} Application: Forked a child process to watch 2024.04.29 22:38:32.865712 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 25889 2024.04.29 22:38:32.866424 [ 1 ] {} Application: starting up 2024.04.29 22:38:32.867108 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.04.29 22:38:32.953247 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.04.29 22:38:32.987874 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.04.29 22:38:32.987919 [ 1 ] {} Application: Initializing DateLUT. 2024.04.29 22:38:32.987936 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.04.29 22:38:32.987997 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.04.29 22:38:32.988304 [ 1 ] {} Application: Initializing interserver credentials. 2024.04.29 22:38:32.989879 [ 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.04.29 22:38:32.990349 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.29 22:38:32.991144 [ 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.04.29 22:38:32.991167 [ 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.04.29 22:38:32.991180 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.04.29 22:38:32.991350 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 22:38:32.992208 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.04.29 22:38:32.997796 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 22:38:32.998564 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 22:38:32.999861 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.29 22:38:32.999925 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.29 22:38:33.001453 [ 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.04.29 22:38:33.001721 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.29 22:38:33.005444 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.29 22:38:33.005845 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.04.29 22:38:33.007388 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.04.29 22:38:33.007770 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.04.29 22:38:33.008146 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.04.29 22:38:33.008550 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.04.29 22:38:33.009904 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.04.29 22:38:33.009929 [ 1 ] {} Application: Loading metadata from /data/ 2024.04.29 22:38:33.010015 [ 119 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:38:33.010167 [ 119 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:38:33.028818 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.04.29 22:38:33.028850 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161214 sec 2024.04.29 22:38:33.028886 [ 1 ] {} ReferentialDeps: No tables 2024.04.29 22:38:33.028899 [ 1 ] {} LoadingDeps: No tables 2024.04.29 22:38:33.030040 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.04.29 22:38:33.031144 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.04.29 22:38:33.031168 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.04.29 22:38:33.031202 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.04.29 22:38:33.031218 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.04.29 22:38:33.031233 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.04.29 22:38:33.031268 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.04.29 22:38:33.031281 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.04.29 22:38:33.031297 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.04.29 22:38:33.031335 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.04.29 22:38:33.031348 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.04.29 22:38:33.031363 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.04.29 22:38:33.031379 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.04.29 22:38:33.031416 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.04.29 22:38:33.031431 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.04.29 22:38:33.031447 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.04.29 22:38:33.031477 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.04.29 22:38:33.031492 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.04.29 22:38:33.066422 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.04.29 22:38:33.071384 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.04.29 22:38:33.071418 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7372e-05 sec 2024.04.29 22:38:33.071435 [ 1 ] {} ReferentialDeps: No tables 2024.04.29 22:38:33.071453 [ 1 ] {} LoadingDeps: No tables 2024.04.29 22:38:33.071478 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.04.29 22:38:33.071678 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.04.29 22:38:33.071730 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.04.29 22:38:33.071746 [ 1 ] {} Application: Loaded metadata. 2024.04.29 22:38:33.071766 [ 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.04.29 22:38:33.071781 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.04.29 22:38:33.140152 [ 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.04.29 22:38:33.924319 [ 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.04.29 22:38:33.924371 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.04.29 22:38:34.032489 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.29 22:38:34.032708 [ 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.04.29 22:38:34.033626 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4561e-05 sec. 2024.04.29 22:38:34.033915 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.04.29 22:38:34.034009 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.04.29 22:38:34.034053 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.04.29 22:38:34.034073 [ 1 ] {} Application: Ready for connections. 2024.04.29 22:38:34.035121 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.035297 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.035329 [ 3 ] {} HTTP-Session: dcca0e27-921e-4630-b891-d53e56c8e320 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.035358 [ 3 ] {} HTTP-Session: dcca0e27-921e-4630-b891-d53e56c8e320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.035376 [ 3 ] {} HTTP-Session: dcca0e27-921e-4630-b891-d53e56c8e320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.035455 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.04.29 22:38:34.035489 [ 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.04.29 22:38:34.035512 [ 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.04.29 22:38:34.035571 [ 3 ] {} HTTP-Session: dcca0e27-921e-4630-b891-d53e56c8e320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.036650 [ 3 ] {47a0c415-aae2-42d7-aa28-eaff8ac46923} executeQuery: (from [fd00:1122:3344:101::d]:58412) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.29 22:38:34.077716 [ 3 ] {47a0c415-aae2-42d7-aa28-eaff8ac46923} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58412) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.04.29 22:38:34.078425 [ 3 ] {47a0c415-aae2-42d7-aa28-eaff8ac46923} 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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.04.29 22:38:34.079764 [ 3 ] {} HTTP-Session: dcca0e27-921e-4630-b891-d53e56c8e320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.080138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.080198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.080221 [ 3 ] {} HTTP-Session: edfbf3bd-d87f-4c55-81cc-bf3af4f82d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.080245 [ 3 ] {} HTTP-Session: edfbf3bd-d87f-4c55-81cc-bf3af4f82d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.080259 [ 3 ] {} HTTP-Session: edfbf3bd-d87f-4c55-81cc-bf3af4f82d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.080300 [ 3 ] {} HTTP-Session: edfbf3bd-d87f-4c55-81cc-bf3af4f82d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.081398 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} executeQuery: (from [fd00:1122:3344:101::d]:58412) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:38:34.081511 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.04.29 22:38:34.083523 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.04.29 22:38:34.086310 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:38:34.092157 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.092190 [ 3 ] {42c769cf-74fc-4f1f-b527-a5b958fbfd06} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:38:34.092211 [ 3 ] {} HTTP-Session: edfbf3bd-d87f-4c55-81cc-bf3af4f82d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.098789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.098853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.098881 [ 3 ] {} HTTP-Session: 3845852f-326b-4ea8-a471-dd9e54708b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.098901 [ 3 ] {} HTTP-Session: 3845852f-326b-4ea8-a471-dd9e54708b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.098920 [ 3 ] {} HTTP-Session: 3845852f-326b-4ea8-a471-dd9e54708b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.098960 [ 3 ] {} HTTP-Session: 3845852f-326b-4ea8-a471-dd9e54708b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.099100 [ 3 ] {eb4e8340-d75c-48b6-ad66-7277a67a9c4b} executeQuery: (from [fd00:1122:3344:101::d]:58412) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.29 22:38:34.099354 [ 3 ] {eb4e8340-d75c-48b6-ad66-7277a67a9c4b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58412) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.04.29 22:38:34.099466 [ 3 ] {eb4e8340-d75c-48b6-ad66-7277a67a9c4b} 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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.04.29 22:38:34.099598 [ 3 ] {} HTTP-Session: 3845852f-326b-4ea8-a471-dd9e54708b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.099811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.099860 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.099877 [ 3 ] {} HTTP-Session: 5f06cc2d-9720-4018-9863-aa9c9d1835f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.099896 [ 3 ] {} HTTP-Session: 5f06cc2d-9720-4018-9863-aa9c9d1835f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.099911 [ 3 ] {} HTTP-Session: 5f06cc2d-9720-4018-9863-aa9c9d1835f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.099939 [ 3 ] {} HTTP-Session: 5f06cc2d-9720-4018-9863-aa9c9d1835f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.100099 [ 3 ] {3dac1ac6-5682-442b-b9cb-3b2058646496} executeQuery: (from [fd00:1122:3344:101::d]:58412) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.04.29 22:38:34.100255 [ 3 ] {3dac1ac6-5682-442b-b9cb-3b2058646496} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.100278 [ 3 ] {} HTTP-Session: 5f06cc2d-9720-4018-9863-aa9c9d1835f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.100391 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.100440 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.100461 [ 3 ] {} HTTP-Session: d11cb73f-3dac-4ebb-a735-15d4a36534f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.100476 [ 3 ] {} HTTP-Session: d11cb73f-3dac-4ebb-a735-15d4a36534f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.100492 [ 3 ] {} HTTP-Session: d11cb73f-3dac-4ebb-a735-15d4a36534f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.100522 [ 3 ] {} HTTP-Session: d11cb73f-3dac-4ebb-a735-15d4a36534f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.100607 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.04.29 22:38:34.100664 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.04.29 22:38:34.108234 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.04.29 22:38:34.108269 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1741e-05 sec 2024.04.29 22:38:34.108286 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} ReferentialDeps: No tables 2024.04.29 22:38:34.108305 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} LoadingDeps: No tables 2024.04.29 22:38:34.108330 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} DatabaseAtomic (oximeter): Starting up tables. 2024.04.29 22:38:34.108470 [ 3 ] {4aba950e-6ed7-4642-ae38-b8a1f59e82a4} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.108497 [ 3 ] {} HTTP-Session: d11cb73f-3dac-4ebb-a735-15d4a36534f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.108634 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.108690 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.108713 [ 3 ] {} HTTP-Session: 7914f257-7834-440b-8aa4-43dc6ea33bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.108736 [ 3 ] {} HTTP-Session: 7914f257-7834-440b-8aa4-43dc6ea33bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.108776 [ 3 ] {} HTTP-Session: 7914f257-7834-440b-8aa4-43dc6ea33bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.108810 [ 3 ] {} HTTP-Session: 7914f257-7834-440b-8aa4-43dc6ea33bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.108976 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} executeQuery: (from [fd00:1122:3344:101::d]:58412) /* 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.04.29 22:38:34.109030 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.04.29 22:38:34.113333 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} StoragePolicy (default): Storage policy default created, total volumes 1 2024.04.29 22:38:34.127620 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} oximeter.version (4e24876f-dee9-4172-bcb4-2f906907854a): Loading data parts 2024.04.29 22:38:34.127952 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} oximeter.version (4e24876f-dee9-4172-bcb4-2f906907854a): There are no data parts 2024.04.29 22:38:34.141391 [ 3 ] {77b8de21-fddb-4d9c-97ee-618a14ef4c69} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.141418 [ 3 ] {} HTTP-Session: 7914f257-7834-440b-8aa4-43dc6ea33bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.141547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.141599 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.141625 [ 3 ] {} HTTP-Session: 7a882a29-eb8b-4626-bae3-e7373fdf3559 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.141641 [ 3 ] {} HTTP-Session: 7a882a29-eb8b-4626-bae3-e7373fdf3559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.141658 [ 3 ] {} HTTP-Session: 7a882a29-eb8b-4626-bae3-e7373fdf3559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.141694 [ 3 ] {} HTTP-Session: 7a882a29-eb8b-4626-bae3-e7373fdf3559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.141901 [ 3 ] {b1a012ac-3c83-4e4f-ad13-50ef17b78c36} executeQuery: (from [fd00:1122:3344:101::d]:58412) /* 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.04.29 22:38:34.141960 [ 3 ] {b1a012ac-3c83-4e4f-ad13-50ef17b78c36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.04.29 22:38:34.164671 [ 3 ] {b1a012ac-3c83-4e4f-ad13-50ef17b78c36} oximeter.measurements_bool (c0e0cde2-c750-4794-b7d2-93edf81b614b): Loading data parts 2024.04.29 22:38:34.164830 [ 3 ] {b1a012ac-3c83-4e4f-ad13-50ef17b78c36} oximeter.measurements_bool (c0e0cde2-c750-4794-b7d2-93edf81b614b): There are no data parts 2024.04.29 22:38:34.172217 [ 3 ] {b1a012ac-3c83-4e4f-ad13-50ef17b78c36} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.172250 [ 3 ] {} HTTP-Session: 7a882a29-eb8b-4626-bae3-e7373fdf3559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.172414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.172481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.172511 [ 3 ] {} HTTP-Session: d4abd331-64a9-4efe-b1b7-45365838919c Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.172531 [ 3 ] {} HTTP-Session: d4abd331-64a9-4efe-b1b7-45365838919c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.172560 [ 3 ] {} HTTP-Session: d4abd331-64a9-4efe-b1b7-45365838919c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.172613 [ 3 ] {} HTTP-Session: d4abd331-64a9-4efe-b1b7-45365838919c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.172850 [ 3 ] {025ea35f-fcb3-4a88-858d-5e4079a3037e} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.172919 [ 3 ] {025ea35f-fcb3-4a88-858d-5e4079a3037e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.04.29 22:38:34.177369 [ 3 ] {025ea35f-fcb3-4a88-858d-5e4079a3037e} oximeter.measurements_i8 (3d5c3bdc-706c-418e-a340-b6fdeb4bed9d): Loading data parts 2024.04.29 22:38:34.177514 [ 3 ] {025ea35f-fcb3-4a88-858d-5e4079a3037e} oximeter.measurements_i8 (3d5c3bdc-706c-418e-a340-b6fdeb4bed9d): There are no data parts 2024.04.29 22:38:34.184206 [ 3 ] {025ea35f-fcb3-4a88-858d-5e4079a3037e} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.184244 [ 3 ] {} HTTP-Session: d4abd331-64a9-4efe-b1b7-45365838919c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.184363 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.184423 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.184449 [ 3 ] {} HTTP-Session: 6164a573-4aec-4195-9031-6f3c5ba09454 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.184464 [ 3 ] {} HTTP-Session: 6164a573-4aec-4195-9031-6f3c5ba09454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.184483 [ 3 ] {} HTTP-Session: 6164a573-4aec-4195-9031-6f3c5ba09454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.184519 [ 3 ] {} HTTP-Session: 6164a573-4aec-4195-9031-6f3c5ba09454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.184692 [ 3 ] {24fc431e-230b-479c-9ffe-542fc6f3e565} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.184754 [ 3 ] {24fc431e-230b-479c-9ffe-542fc6f3e565} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.04.29 22:38:34.193254 [ 3 ] {24fc431e-230b-479c-9ffe-542fc6f3e565} oximeter.measurements_u8 (f9ed54f0-5407-4030-9a6a-c03a5f52d953): Loading data parts 2024.04.29 22:38:34.193410 [ 3 ] {24fc431e-230b-479c-9ffe-542fc6f3e565} oximeter.measurements_u8 (f9ed54f0-5407-4030-9a6a-c03a5f52d953): There are no data parts 2024.04.29 22:38:34.194935 [ 3 ] {24fc431e-230b-479c-9ffe-542fc6f3e565} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.194962 [ 3 ] {} HTTP-Session: 6164a573-4aec-4195-9031-6f3c5ba09454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.195106 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.195162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.195187 [ 3 ] {} HTTP-Session: a8f1092d-4e7a-4eeb-b11a-9170a4e6e9c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.195202 [ 3 ] {} HTTP-Session: a8f1092d-4e7a-4eeb-b11a-9170a4e6e9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.195221 [ 3 ] {} HTTP-Session: a8f1092d-4e7a-4eeb-b11a-9170a4e6e9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.195254 [ 3 ] {} HTTP-Session: a8f1092d-4e7a-4eeb-b11a-9170a4e6e9c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.195431 [ 3 ] {b6b38bf7-f220-490f-aed6-fecb330f9d3c} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.195481 [ 3 ] {b6b38bf7-f220-490f-aed6-fecb330f9d3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.04.29 22:38:34.203747 [ 3 ] {b6b38bf7-f220-490f-aed6-fecb330f9d3c} oximeter.measurements_i16 (d254c555-7ba5-438f-ba8f-03ecc5c5cba1): Loading data parts 2024.04.29 22:38:34.203904 [ 3 ] {b6b38bf7-f220-490f-aed6-fecb330f9d3c} oximeter.measurements_i16 (d254c555-7ba5-438f-ba8f-03ecc5c5cba1): There are no data parts 2024.04.29 22:38:34.205669 [ 3 ] {b6b38bf7-f220-490f-aed6-fecb330f9d3c} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.205704 [ 3 ] {} HTTP-Session: a8f1092d-4e7a-4eeb-b11a-9170a4e6e9c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.205818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.205872 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.205904 [ 3 ] {} HTTP-Session: 9cc0c6bc-8baf-4cd3-8a2c-ffd401e79f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.205921 [ 3 ] {} HTTP-Session: 9cc0c6bc-8baf-4cd3-8a2c-ffd401e79f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.205942 [ 3 ] {} HTTP-Session: 9cc0c6bc-8baf-4cd3-8a2c-ffd401e79f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.205983 [ 3 ] {} HTTP-Session: 9cc0c6bc-8baf-4cd3-8a2c-ffd401e79f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.206185 [ 3 ] {943721f3-e097-41af-8f41-73688366f6f4} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.206255 [ 3 ] {943721f3-e097-41af-8f41-73688366f6f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.04.29 22:38:34.214549 [ 3 ] {943721f3-e097-41af-8f41-73688366f6f4} oximeter.measurements_u16 (a10d2bb7-7a9c-4c5a-b665-a58d84823c17): Loading data parts 2024.04.29 22:38:34.214705 [ 3 ] {943721f3-e097-41af-8f41-73688366f6f4} oximeter.measurements_u16 (a10d2bb7-7a9c-4c5a-b665-a58d84823c17): There are no data parts 2024.04.29 22:38:34.218965 [ 3 ] {943721f3-e097-41af-8f41-73688366f6f4} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.219010 [ 3 ] {} HTTP-Session: 9cc0c6bc-8baf-4cd3-8a2c-ffd401e79f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.219155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.219219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.219246 [ 3 ] {} HTTP-Session: 2d496029-4164-44a4-ac80-8fe642a785bb Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.219278 [ 3 ] {} HTTP-Session: 2d496029-4164-44a4-ac80-8fe642a785bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.219298 [ 3 ] {} HTTP-Session: 2d496029-4164-44a4-ac80-8fe642a785bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.219349 [ 3 ] {} HTTP-Session: 2d496029-4164-44a4-ac80-8fe642a785bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.219609 [ 3 ] {fc086dfd-967c-4382-8684-49aff750181d} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.219685 [ 3 ] {fc086dfd-967c-4382-8684-49aff750181d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.04.29 22:38:34.224509 [ 3 ] {fc086dfd-967c-4382-8684-49aff750181d} oximeter.measurements_i32 (5c9f9019-df78-45b3-9463-ef469301fed9): Loading data parts 2024.04.29 22:38:34.224651 [ 3 ] {fc086dfd-967c-4382-8684-49aff750181d} oximeter.measurements_i32 (5c9f9019-df78-45b3-9463-ef469301fed9): There are no data parts 2024.04.29 22:38:34.228813 [ 3 ] {fc086dfd-967c-4382-8684-49aff750181d} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.228863 [ 3 ] {} HTTP-Session: 2d496029-4164-44a4-ac80-8fe642a785bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.229003 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.229066 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.229098 [ 3 ] {} HTTP-Session: dca0701f-cad4-4d9e-8506-e220b39b631c Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.229118 [ 3 ] {} HTTP-Session: dca0701f-cad4-4d9e-8506-e220b39b631c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.229138 [ 3 ] {} HTTP-Session: dca0701f-cad4-4d9e-8506-e220b39b631c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.229172 [ 3 ] {} HTTP-Session: dca0701f-cad4-4d9e-8506-e220b39b631c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.229348 [ 3 ] {473cb718-6aee-443f-86c2-0feb9154d9b9} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.229401 [ 3 ] {473cb718-6aee-443f-86c2-0feb9154d9b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.04.29 22:38:34.234784 [ 3 ] {473cb718-6aee-443f-86c2-0feb9154d9b9} oximeter.measurements_u32 (74972fa4-322b-4c9e-84fa-17aadf7831f9): Loading data parts 2024.04.29 22:38:34.234928 [ 3 ] {473cb718-6aee-443f-86c2-0feb9154d9b9} oximeter.measurements_u32 (74972fa4-322b-4c9e-84fa-17aadf7831f9): There are no data parts 2024.04.29 22:38:34.236450 [ 3 ] {473cb718-6aee-443f-86c2-0feb9154d9b9} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.236484 [ 3 ] {} HTTP-Session: dca0701f-cad4-4d9e-8506-e220b39b631c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.236595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.236647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.236672 [ 3 ] {} HTTP-Session: 15c26bdc-c6fb-46c2-a475-3854ac61cd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.236694 [ 3 ] {} HTTP-Session: 15c26bdc-c6fb-46c2-a475-3854ac61cd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.236706 [ 3 ] {} HTTP-Session: 15c26bdc-c6fb-46c2-a475-3854ac61cd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.236741 [ 3 ] {} HTTP-Session: 15c26bdc-c6fb-46c2-a475-3854ac61cd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.236917 [ 3 ] {cb7e4197-8c3e-4b1a-91c5-378ae8a38707} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.236974 [ 3 ] {cb7e4197-8c3e-4b1a-91c5-378ae8a38707} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.04.29 22:38:34.239470 [ 3 ] {cb7e4197-8c3e-4b1a-91c5-378ae8a38707} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): Loading data parts 2024.04.29 22:38:34.239611 [ 3 ] {cb7e4197-8c3e-4b1a-91c5-378ae8a38707} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): There are no data parts 2024.04.29 22:38:34.246078 [ 3 ] {cb7e4197-8c3e-4b1a-91c5-378ae8a38707} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.246112 [ 3 ] {} HTTP-Session: 15c26bdc-c6fb-46c2-a475-3854ac61cd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.246229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.246293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.246313 [ 3 ] {} HTTP-Session: 410d3dfe-6e35-4ff0-9558-e1913770d27c Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.246336 [ 3 ] {} HTTP-Session: 410d3dfe-6e35-4ff0-9558-e1913770d27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.246349 [ 3 ] {} HTTP-Session: 410d3dfe-6e35-4ff0-9558-e1913770d27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.246383 [ 3 ] {} HTTP-Session: 410d3dfe-6e35-4ff0-9558-e1913770d27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.246562 [ 3 ] {eed408db-3014-4bbb-8b38-ffe161aadf76} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.246615 [ 3 ] {eed408db-3014-4bbb-8b38-ffe161aadf76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.04.29 22:38:34.249938 [ 3 ] {eed408db-3014-4bbb-8b38-ffe161aadf76} oximeter.measurements_u64 (08422fe0-f621-4563-b917-c18e22ea59a2): Loading data parts 2024.04.29 22:38:34.250083 [ 3 ] {eed408db-3014-4bbb-8b38-ffe161aadf76} oximeter.measurements_u64 (08422fe0-f621-4563-b917-c18e22ea59a2): There are no data parts 2024.04.29 22:38:34.256318 [ 3 ] {eed408db-3014-4bbb-8b38-ffe161aadf76} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.256353 [ 3 ] {} HTTP-Session: 410d3dfe-6e35-4ff0-9558-e1913770d27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.256481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.256527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.256554 [ 3 ] {} HTTP-Session: 05073efc-5ea5-4ef8-b881-321dd541d31d Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.256578 [ 3 ] {} HTTP-Session: 05073efc-5ea5-4ef8-b881-321dd541d31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.256593 [ 3 ] {} HTTP-Session: 05073efc-5ea5-4ef8-b881-321dd541d31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.256629 [ 3 ] {} HTTP-Session: 05073efc-5ea5-4ef8-b881-321dd541d31d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.256814 [ 3 ] {7a1d5a74-e2fe-41fc-ae99-917931700df8} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.256878 [ 3 ] {7a1d5a74-e2fe-41fc-ae99-917931700df8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.04.29 22:38:34.258801 [ 3 ] {7a1d5a74-e2fe-41fc-ae99-917931700df8} oximeter.measurements_f32 (b7aaa10f-ea80-46e1-8e80-44b9b5112869): Loading data parts 2024.04.29 22:38:34.258930 [ 3 ] {7a1d5a74-e2fe-41fc-ae99-917931700df8} oximeter.measurements_f32 (b7aaa10f-ea80-46e1-8e80-44b9b5112869): There are no data parts 2024.04.29 22:38:34.262701 [ 3 ] {7a1d5a74-e2fe-41fc-ae99-917931700df8} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.262731 [ 3 ] {} HTTP-Session: 05073efc-5ea5-4ef8-b881-321dd541d31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.262860 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.262932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.262955 [ 3 ] {} HTTP-Session: 0052cdbc-7fef-4fa3-b22a-1ea10cf1845d Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.262983 [ 3 ] {} HTTP-Session: 0052cdbc-7fef-4fa3-b22a-1ea10cf1845d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.263007 [ 3 ] {} HTTP-Session: 0052cdbc-7fef-4fa3-b22a-1ea10cf1845d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.263042 [ 3 ] {} HTTP-Session: 0052cdbc-7fef-4fa3-b22a-1ea10cf1845d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.263227 [ 3 ] {2f7bfec8-7074-485c-abdc-f040d9c42b6f} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.263287 [ 3 ] {2f7bfec8-7074-485c-abdc-f040d9c42b6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.04.29 22:38:34.268426 [ 3 ] {2f7bfec8-7074-485c-abdc-f040d9c42b6f} oximeter.measurements_f64 (034e5c09-ff35-43e2-808a-d1c0ef408918): Loading data parts 2024.04.29 22:38:34.268605 [ 3 ] {2f7bfec8-7074-485c-abdc-f040d9c42b6f} oximeter.measurements_f64 (034e5c09-ff35-43e2-808a-d1c0ef408918): There are no data parts 2024.04.29 22:38:34.270027 [ 3 ] {2f7bfec8-7074-485c-abdc-f040d9c42b6f} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.270064 [ 3 ] {} HTTP-Session: 0052cdbc-7fef-4fa3-b22a-1ea10cf1845d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.270183 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.270239 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.270258 [ 3 ] {} HTTP-Session: ed81892b-b69d-4d95-aa96-a205b7a54303 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.270283 [ 3 ] {} HTTP-Session: ed81892b-b69d-4d95-aa96-a205b7a54303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.270296 [ 3 ] {} HTTP-Session: ed81892b-b69d-4d95-aa96-a205b7a54303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.270333 [ 3 ] {} HTTP-Session: ed81892b-b69d-4d95-aa96-a205b7a54303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.270516 [ 3 ] {a4472090-814c-4a4c-9c6d-d37111c5d828} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.270577 [ 3 ] {a4472090-814c-4a4c-9c6d-d37111c5d828} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.04.29 22:38:34.279107 [ 3 ] {a4472090-814c-4a4c-9c6d-d37111c5d828} oximeter.measurements_string (114a1181-3b7f-44b7-a199-6fa224cadeda): Loading data parts 2024.04.29 22:38:34.279284 [ 3 ] {a4472090-814c-4a4c-9c6d-d37111c5d828} oximeter.measurements_string (114a1181-3b7f-44b7-a199-6fa224cadeda): There are no data parts 2024.04.29 22:38:34.281314 [ 3 ] {a4472090-814c-4a4c-9c6d-d37111c5d828} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.281354 [ 3 ] {} HTTP-Session: ed81892b-b69d-4d95-aa96-a205b7a54303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.281499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.281559 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.281578 [ 3 ] {} HTTP-Session: caf8ba5b-7088-4830-b161-24810ce19776 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.281605 [ 3 ] {} HTTP-Session: caf8ba5b-7088-4830-b161-24810ce19776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.281625 [ 3 ] {} HTTP-Session: caf8ba5b-7088-4830-b161-24810ce19776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.281655 [ 3 ] {} HTTP-Session: caf8ba5b-7088-4830-b161-24810ce19776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.281845 [ 3 ] {4dbb465e-588d-41e0-a201-55df0eb8cdca} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.281910 [ 3 ] {4dbb465e-588d-41e0-a201-55df0eb8cdca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.04.29 22:38:34.290790 [ 3 ] {4dbb465e-588d-41e0-a201-55df0eb8cdca} oximeter.measurements_bytes (9f3f1ce5-d888-44bd-96f0-52aaaac437f3): Loading data parts 2024.04.29 22:38:34.291035 [ 3 ] {4dbb465e-588d-41e0-a201-55df0eb8cdca} oximeter.measurements_bytes (9f3f1ce5-d888-44bd-96f0-52aaaac437f3): There are no data parts 2024.04.29 22:38:34.293176 [ 3 ] {4dbb465e-588d-41e0-a201-55df0eb8cdca} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.293202 [ 3 ] {} HTTP-Session: caf8ba5b-7088-4830-b161-24810ce19776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.293328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.293384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.293410 [ 3 ] {} HTTP-Session: 9ae73d37-6b5e-4543-b297-c84925ce6cd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.293426 [ 3 ] {} HTTP-Session: 9ae73d37-6b5e-4543-b297-c84925ce6cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.293449 [ 3 ] {} HTTP-Session: 9ae73d37-6b5e-4543-b297-c84925ce6cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.293478 [ 3 ] {} HTTP-Session: 9ae73d37-6b5e-4543-b297-c84925ce6cd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.293669 [ 3 ] {0f0f34aa-0c21-49c4-a4ac-00e0c0d325b9} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.293724 [ 3 ] {0f0f34aa-0c21-49c4-a4ac-00e0c0d325b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.04.29 22:38:34.297845 [ 3 ] {0f0f34aa-0c21-49c4-a4ac-00e0c0d325b9} oximeter.measurements_cumulativei64 (92396e5a-8551-4eee-87b1-6df3f011f97d): Loading data parts 2024.04.29 22:38:34.298072 [ 3 ] {0f0f34aa-0c21-49c4-a4ac-00e0c0d325b9} oximeter.measurements_cumulativei64 (92396e5a-8551-4eee-87b1-6df3f011f97d): There are no data parts 2024.04.29 22:38:34.304148 [ 3 ] {0f0f34aa-0c21-49c4-a4ac-00e0c0d325b9} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.304188 [ 3 ] {} HTTP-Session: 9ae73d37-6b5e-4543-b297-c84925ce6cd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.304308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.304368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.304387 [ 3 ] {} HTTP-Session: 06d3e4d3-7976-40d5-b57e-2ef9e25cadca Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.304411 [ 3 ] {} HTTP-Session: 06d3e4d3-7976-40d5-b57e-2ef9e25cadca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.304425 [ 3 ] {} HTTP-Session: 06d3e4d3-7976-40d5-b57e-2ef9e25cadca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.304461 [ 3 ] {} HTTP-Session: 06d3e4d3-7976-40d5-b57e-2ef9e25cadca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.304646 [ 3 ] {4e2e104c-1ef8-4de7-8221-a18e65d75a8a} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.304714 [ 3 ] {4e2e104c-1ef8-4de7-8221-a18e65d75a8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.04.29 22:38:34.306683 [ 3 ] {4e2e104c-1ef8-4de7-8221-a18e65d75a8a} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Loading data parts 2024.04.29 22:38:34.306818 [ 3 ] {4e2e104c-1ef8-4de7-8221-a18e65d75a8a} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): There are no data parts 2024.04.29 22:38:34.310238 [ 3 ] {4e2e104c-1ef8-4de7-8221-a18e65d75a8a} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.310269 [ 3 ] {} HTTP-Session: 06d3e4d3-7976-40d5-b57e-2ef9e25cadca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.310411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.310479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.310501 [ 3 ] {} HTTP-Session: ba1075ad-aac5-4bf8-bf29-8bb7f79c4fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.310530 [ 3 ] {} HTTP-Session: ba1075ad-aac5-4bf8-bf29-8bb7f79c4fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.310554 [ 3 ] {} HTTP-Session: ba1075ad-aac5-4bf8-bf29-8bb7f79c4fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.310591 [ 3 ] {} HTTP-Session: ba1075ad-aac5-4bf8-bf29-8bb7f79c4fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.310817 [ 3 ] {ac38b84b-e50a-469e-9d24-ab8447b9423a} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.310892 [ 3 ] {ac38b84b-e50a-469e-9d24-ab8447b9423a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.04.29 22:38:34.315878 [ 3 ] {ac38b84b-e50a-469e-9d24-ab8447b9423a} oximeter.measurements_cumulativef32 (b29768a8-c040-4859-b42b-bab611457526): Loading data parts 2024.04.29 22:38:34.316043 [ 3 ] {ac38b84b-e50a-469e-9d24-ab8447b9423a} oximeter.measurements_cumulativef32 (b29768a8-c040-4859-b42b-bab611457526): There are no data parts 2024.04.29 22:38:34.319944 [ 3 ] {ac38b84b-e50a-469e-9d24-ab8447b9423a} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.320004 [ 3 ] {} HTTP-Session: ba1075ad-aac5-4bf8-bf29-8bb7f79c4fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.320139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.320197 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.320224 [ 3 ] {} HTTP-Session: 631e105b-8644-4b29-875e-30c6d3b5f621 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.320249 [ 3 ] {} HTTP-Session: 631e105b-8644-4b29-875e-30c6d3b5f621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.320262 [ 3 ] {} HTTP-Session: 631e105b-8644-4b29-875e-30c6d3b5f621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.320298 [ 3 ] {} HTTP-Session: 631e105b-8644-4b29-875e-30c6d3b5f621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.320485 [ 3 ] {a49ec4c6-e038-4ab5-950a-101a6543bc21} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.320547 [ 3 ] {a49ec4c6-e038-4ab5-950a-101a6543bc21} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.04.29 22:38:34.325646 [ 3 ] {a49ec4c6-e038-4ab5-950a-101a6543bc21} oximeter.measurements_cumulativef64 (62d2111f-e5f8-45d2-93ee-6f794b1356b6): Loading data parts 2024.04.29 22:38:34.325827 [ 3 ] {a49ec4c6-e038-4ab5-950a-101a6543bc21} oximeter.measurements_cumulativef64 (62d2111f-e5f8-45d2-93ee-6f794b1356b6): There are no data parts 2024.04.29 22:38:34.329679 [ 3 ] {a49ec4c6-e038-4ab5-950a-101a6543bc21} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.329710 [ 3 ] {} HTTP-Session: 631e105b-8644-4b29-875e-30c6d3b5f621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.329870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.329940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.329963 [ 3 ] {} HTTP-Session: ea6b7d21-9ab4-48fe-ae95-c9f46ff57f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.329991 [ 3 ] {} HTTP-Session: ea6b7d21-9ab4-48fe-ae95-c9f46ff57f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.330017 [ 3 ] {} HTTP-Session: ea6b7d21-9ab4-48fe-ae95-c9f46ff57f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.330052 [ 3 ] {} HTTP-Session: ea6b7d21-9ab4-48fe-ae95-c9f46ff57f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.330263 [ 3 ] {543d4907-a2dd-48da-b475-30e1fbeece83} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.330326 [ 3 ] {543d4907-a2dd-48da-b475-30e1fbeece83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.04.29 22:38:34.335636 [ 3 ] {543d4907-a2dd-48da-b475-30e1fbeece83} oximeter.measurements_histogrami8 (384956f9-5246-47ae-8447-a37884355d9c): Loading data parts 2024.04.29 22:38:34.335765 [ 3 ] {543d4907-a2dd-48da-b475-30e1fbeece83} oximeter.measurements_histogrami8 (384956f9-5246-47ae-8447-a37884355d9c): There are no data parts 2024.04.29 22:38:34.337278 [ 3 ] {543d4907-a2dd-48da-b475-30e1fbeece83} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.337302 [ 3 ] {} HTTP-Session: ea6b7d21-9ab4-48fe-ae95-c9f46ff57f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.337430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.337485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.337513 [ 3 ] {} HTTP-Session: 239dbd8d-6ca1-4639-863e-17a2869acff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.337528 [ 3 ] {} HTTP-Session: 239dbd8d-6ca1-4639-863e-17a2869acff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.337549 [ 3 ] {} HTTP-Session: 239dbd8d-6ca1-4639-863e-17a2869acff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.337577 [ 3 ] {} HTTP-Session: 239dbd8d-6ca1-4639-863e-17a2869acff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.337768 [ 3 ] {da09482b-4ed6-4469-8921-07203932e8b5} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.337832 [ 3 ] {da09482b-4ed6-4469-8921-07203932e8b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.04.29 22:38:34.340168 [ 3 ] {da09482b-4ed6-4469-8921-07203932e8b5} oximeter.measurements_histogramu8 (debcbfdd-8083-4e78-a851-290b1192b8e7): Loading data parts 2024.04.29 22:38:34.340330 [ 3 ] {da09482b-4ed6-4469-8921-07203932e8b5} oximeter.measurements_histogramu8 (debcbfdd-8083-4e78-a851-290b1192b8e7): There are no data parts 2024.04.29 22:38:34.346981 [ 3 ] {da09482b-4ed6-4469-8921-07203932e8b5} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.347025 [ 3 ] {} HTTP-Session: 239dbd8d-6ca1-4639-863e-17a2869acff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.347143 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.347198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.347225 [ 3 ] {} HTTP-Session: 8cb3ce3e-7a1c-4715-b6d7-9fedfa40a0bb Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.347259 [ 3 ] {} HTTP-Session: 8cb3ce3e-7a1c-4715-b6d7-9fedfa40a0bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.347281 [ 3 ] {} HTTP-Session: 8cb3ce3e-7a1c-4715-b6d7-9fedfa40a0bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.347323 [ 3 ] {} HTTP-Session: 8cb3ce3e-7a1c-4715-b6d7-9fedfa40a0bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.347591 [ 3 ] {807240aa-50a9-4198-9c79-e7810fe88d8b} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.347663 [ 3 ] {807240aa-50a9-4198-9c79-e7810fe88d8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.04.29 22:38:34.351393 [ 3 ] {807240aa-50a9-4198-9c79-e7810fe88d8b} oximeter.measurements_histogrami16 (10257912-ff1d-430d-9c93-74e1ebd106f9): Loading data parts 2024.04.29 22:38:34.351547 [ 3 ] {807240aa-50a9-4198-9c79-e7810fe88d8b} oximeter.measurements_histogrami16 (10257912-ff1d-430d-9c93-74e1ebd106f9): There are no data parts 2024.04.29 22:38:34.357645 [ 3 ] {807240aa-50a9-4198-9c79-e7810fe88d8b} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.357671 [ 3 ] {} HTTP-Session: 8cb3ce3e-7a1c-4715-b6d7-9fedfa40a0bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.357799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.357857 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.357875 [ 3 ] {} HTTP-Session: 08f6bbf1-ddfd-461e-8f36-090717a0d50f Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.357903 [ 3 ] {} HTTP-Session: 08f6bbf1-ddfd-461e-8f36-090717a0d50f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.357926 [ 3 ] {} HTTP-Session: 08f6bbf1-ddfd-461e-8f36-090717a0d50f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.357957 [ 3 ] {} HTTP-Session: 08f6bbf1-ddfd-461e-8f36-090717a0d50f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.358151 [ 3 ] {f9ca73c9-8805-4cea-a15a-d412b1bac4db} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.358218 [ 3 ] {f9ca73c9-8805-4cea-a15a-d412b1bac4db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.04.29 22:38:34.361313 [ 3 ] {f9ca73c9-8805-4cea-a15a-d412b1bac4db} oximeter.measurements_histogramu16 (5249dc26-2b0c-481f-a1a2-a6de46dac3dd): Loading data parts 2024.04.29 22:38:34.361457 [ 3 ] {f9ca73c9-8805-4cea-a15a-d412b1bac4db} oximeter.measurements_histogramu16 (5249dc26-2b0c-481f-a1a2-a6de46dac3dd): There are no data parts 2024.04.29 22:38:34.367608 [ 3 ] {f9ca73c9-8805-4cea-a15a-d412b1bac4db} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.367648 [ 3 ] {} HTTP-Session: 08f6bbf1-ddfd-461e-8f36-090717a0d50f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.367783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.367842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.367872 [ 3 ] {} HTTP-Session: c6d8ccaa-a5de-4d01-b068-78f0936a1014 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.367888 [ 3 ] {} HTTP-Session: c6d8ccaa-a5de-4d01-b068-78f0936a1014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.367911 [ 3 ] {} HTTP-Session: c6d8ccaa-a5de-4d01-b068-78f0936a1014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.367951 [ 3 ] {} HTTP-Session: c6d8ccaa-a5de-4d01-b068-78f0936a1014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.368139 [ 3 ] {25921f38-e6c6-4eb8-ab82-94d2d889ce7a} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.368206 [ 3 ] {25921f38-e6c6-4eb8-ab82-94d2d889ce7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.04.29 22:38:34.370181 [ 3 ] {25921f38-e6c6-4eb8-ab82-94d2d889ce7a} oximeter.measurements_histogrami32 (8c2f9f9a-7396-4030-9155-6fd2397bc8b5): Loading data parts 2024.04.29 22:38:34.370346 [ 3 ] {25921f38-e6c6-4eb8-ab82-94d2d889ce7a} oximeter.measurements_histogrami32 (8c2f9f9a-7396-4030-9155-6fd2397bc8b5): There are no data parts 2024.04.29 22:38:34.379724 [ 3 ] {25921f38-e6c6-4eb8-ab82-94d2d889ce7a} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.379765 [ 3 ] {} HTTP-Session: c6d8ccaa-a5de-4d01-b068-78f0936a1014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.379897 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.379958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.379977 [ 3 ] {} HTTP-Session: 5d45ff6a-d590-46b7-9b43-8a2c290db4ef Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.380008 [ 3 ] {} HTTP-Session: 5d45ff6a-d590-46b7-9b43-8a2c290db4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.380022 [ 3 ] {} HTTP-Session: 5d45ff6a-d590-46b7-9b43-8a2c290db4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.380064 [ 3 ] {} HTTP-Session: 5d45ff6a-d590-46b7-9b43-8a2c290db4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.380297 [ 3 ] {d98d6d5a-5c52-4649-a161-d8dbfbfbf335} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.380370 [ 3 ] {d98d6d5a-5c52-4649-a161-d8dbfbfbf335} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.04.29 22:38:34.384928 [ 3 ] {d98d6d5a-5c52-4649-a161-d8dbfbfbf335} oximeter.measurements_histogramu32 (ff5a6f6c-cabd-41ea-b737-dbe1908ad076): Loading data parts 2024.04.29 22:38:34.385065 [ 3 ] {d98d6d5a-5c52-4649-a161-d8dbfbfbf335} oximeter.measurements_histogramu32 (ff5a6f6c-cabd-41ea-b737-dbe1908ad076): There are no data parts 2024.04.29 22:38:34.391591 [ 3 ] {d98d6d5a-5c52-4649-a161-d8dbfbfbf335} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.391623 [ 3 ] {} HTTP-Session: 5d45ff6a-d590-46b7-9b43-8a2c290db4ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.391771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.391842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.391878 [ 3 ] {} HTTP-Session: 5e7816da-67e7-4972-82ab-d22175c11e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.391898 [ 3 ] {} HTTP-Session: 5e7816da-67e7-4972-82ab-d22175c11e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.391926 [ 3 ] {} HTTP-Session: 5e7816da-67e7-4972-82ab-d22175c11e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.391972 [ 3 ] {} HTTP-Session: 5e7816da-67e7-4972-82ab-d22175c11e59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.392196 [ 3 ] {6e79e78e-50af-4e53-866e-d05de6beb1f8} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.392265 [ 3 ] {6e79e78e-50af-4e53-866e-d05de6beb1f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.04.29 22:38:34.395138 [ 3 ] {6e79e78e-50af-4e53-866e-d05de6beb1f8} oximeter.measurements_histogrami64 (fac994bc-9d9a-468f-81a3-30a2d35392f0): Loading data parts 2024.04.29 22:38:34.395285 [ 3 ] {6e79e78e-50af-4e53-866e-d05de6beb1f8} oximeter.measurements_histogrami64 (fac994bc-9d9a-468f-81a3-30a2d35392f0): There are no data parts 2024.04.29 22:38:34.401374 [ 3 ] {6e79e78e-50af-4e53-866e-d05de6beb1f8} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.401400 [ 3 ] {} HTTP-Session: 5e7816da-67e7-4972-82ab-d22175c11e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.401513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.401583 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.401603 [ 3 ] {} HTTP-Session: 6d476e7b-5d45-4193-beb2-a518e4815034 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.401631 [ 3 ] {} HTTP-Session: 6d476e7b-5d45-4193-beb2-a518e4815034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.401644 [ 3 ] {} HTTP-Session: 6d476e7b-5d45-4193-beb2-a518e4815034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.401685 [ 3 ] {} HTTP-Session: 6d476e7b-5d45-4193-beb2-a518e4815034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.401880 [ 3 ] {1e0ed91f-69d2-4b4c-9a58-821abb89472e} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.401947 [ 3 ] {1e0ed91f-69d2-4b4c-9a58-821abb89472e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.04.29 22:38:34.403992 [ 3 ] {1e0ed91f-69d2-4b4c-9a58-821abb89472e} oximeter.measurements_histogramu64 (888ece4b-46ee-4a82-ae4e-6c0f86545a4b): Loading data parts 2024.04.29 22:38:34.404108 [ 3 ] {1e0ed91f-69d2-4b4c-9a58-821abb89472e} oximeter.measurements_histogramu64 (888ece4b-46ee-4a82-ae4e-6c0f86545a4b): There are no data parts 2024.04.29 22:38:34.407881 [ 3 ] {1e0ed91f-69d2-4b4c-9a58-821abb89472e} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.407911 [ 3 ] {} HTTP-Session: 6d476e7b-5d45-4193-beb2-a518e4815034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.408046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.408112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.408142 [ 3 ] {} HTTP-Session: 8e2206b8-cad5-4af4-b48c-9063bbc151f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.408157 [ 3 ] {} HTTP-Session: 8e2206b8-cad5-4af4-b48c-9063bbc151f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.408181 [ 3 ] {} HTTP-Session: 8e2206b8-cad5-4af4-b48c-9063bbc151f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.408218 [ 3 ] {} HTTP-Session: 8e2206b8-cad5-4af4-b48c-9063bbc151f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.408401 [ 3 ] {b84b32eb-0c31-48fc-8c5b-7eab95503e45} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.408468 [ 3 ] {b84b32eb-0c31-48fc-8c5b-7eab95503e45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.04.29 22:38:34.416716 [ 3 ] {b84b32eb-0c31-48fc-8c5b-7eab95503e45} oximeter.measurements_histogramf32 (8a928e3c-af93-4a49-8c28-31403c972034): Loading data parts 2024.04.29 22:38:34.416858 [ 3 ] {b84b32eb-0c31-48fc-8c5b-7eab95503e45} oximeter.measurements_histogramf32 (8a928e3c-af93-4a49-8c28-31403c972034): There are no data parts 2024.04.29 22:38:34.422996 [ 3 ] {b84b32eb-0c31-48fc-8c5b-7eab95503e45} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.423041 [ 3 ] {} HTTP-Session: 8e2206b8-cad5-4af4-b48c-9063bbc151f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.423174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.423218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.423248 [ 3 ] {} HTTP-Session: 49f28340-03bf-4b01-888e-b83e39c425ad Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.423276 [ 3 ] {} HTTP-Session: 49f28340-03bf-4b01-888e-b83e39c425ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.423289 [ 3 ] {} HTTP-Session: 49f28340-03bf-4b01-888e-b83e39c425ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.423329 [ 3 ] {} HTTP-Session: 49f28340-03bf-4b01-888e-b83e39c425ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.423523 [ 3 ] {d7e2d312-08a7-46ea-9712-b27806e2ad4c} executeQuery: (from [fd00:1122:3344:101::d]:58412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.04.29 22:38:34.423593 [ 3 ] {d7e2d312-08a7-46ea-9712-b27806e2ad4c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.04.29 22:38:34.428141 [ 3 ] {d7e2d312-08a7-46ea-9712-b27806e2ad4c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Loading data parts 2024.04.29 22:38:34.428303 [ 3 ] {d7e2d312-08a7-46ea-9712-b27806e2ad4c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): There are no data parts 2024.04.29 22:38:34.434552 [ 3 ] {d7e2d312-08a7-46ea-9712-b27806e2ad4c} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.434578 [ 3 ] {} HTTP-Session: 49f28340-03bf-4b01-888e-b83e39c425ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.434718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.434779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.434798 [ 3 ] {} HTTP-Session: f9d8b6d3-e581-4b59-a9a2-d1603569b575 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.434827 [ 3 ] {} HTTP-Session: f9d8b6d3-e581-4b59-a9a2-d1603569b575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.434851 [ 3 ] {} HTTP-Session: f9d8b6d3-e581-4b59-a9a2-d1603569b575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.434880 [ 3 ] {} HTTP-Session: f9d8b6d3-e581-4b59-a9a2-d1603569b575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.435032 [ 3 ] {00d44da1-6940-4afc-981b-555a5b69df79} executeQuery: (from [fd00:1122:3344:101::d]:58412) /* 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.04.29 22:38:34.435099 [ 3 ] {00d44da1-6940-4afc-981b-555a5b69df79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.04.29 22:38:34.439310 [ 3 ] {00d44da1-6940-4afc-981b-555a5b69df79} oximeter.fields_bool (4d14fe5d-9c30-4679-82a5-6ac3283c5e4f): Loading data parts 2024.04.29 22:38:34.439477 [ 3 ] {00d44da1-6940-4afc-981b-555a5b69df79} oximeter.fields_bool (4d14fe5d-9c30-4679-82a5-6ac3283c5e4f): There are no data parts 2024.04.29 22:38:34.446408 [ 3 ] {00d44da1-6940-4afc-981b-555a5b69df79} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.446449 [ 3 ] {} HTTP-Session: f9d8b6d3-e581-4b59-a9a2-d1603569b575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.446591 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.446635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.446668 [ 3 ] {} HTTP-Session: 5337bc78-2e64-44d8-9146-b909d97507ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.446696 [ 3 ] {} HTTP-Session: 5337bc78-2e64-44d8-9146-b909d97507ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.446710 [ 3 ] {} HTTP-Session: 5337bc78-2e64-44d8-9146-b909d97507ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.446749 [ 3 ] {} HTTP-Session: 5337bc78-2e64-44d8-9146-b909d97507ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.446911 [ 3 ] {3f64adb6-859c-4171-ac9e-0aa4c979f8b6} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.446963 [ 3 ] {3f64adb6-859c-4171-ac9e-0aa4c979f8b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.04.29 22:38:34.449652 [ 3 ] {3f64adb6-859c-4171-ac9e-0aa4c979f8b6} oximeter.fields_i8 (efc82ddb-bea7-4d71-894c-1ece47a39533): Loading data parts 2024.04.29 22:38:34.449790 [ 3 ] {3f64adb6-859c-4171-ac9e-0aa4c979f8b6} oximeter.fields_i8 (efc82ddb-bea7-4d71-894c-1ece47a39533): There are no data parts 2024.04.29 22:38:34.456003 [ 3 ] {3f64adb6-859c-4171-ac9e-0aa4c979f8b6} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.456049 [ 3 ] {} HTTP-Session: 5337bc78-2e64-44d8-9146-b909d97507ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.456174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.456233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.456264 [ 3 ] {} HTTP-Session: 5f274540-0447-4f51-b677-fd75b2a93a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.456280 [ 3 ] {} HTTP-Session: 5f274540-0447-4f51-b677-fd75b2a93a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.456305 [ 3 ] {} HTTP-Session: 5f274540-0447-4f51-b677-fd75b2a93a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.456345 [ 3 ] {} HTTP-Session: 5f274540-0447-4f51-b677-fd75b2a93a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.456486 [ 3 ] {ab545aa4-da13-4383-9170-b87d13c4e8ce} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.456548 [ 3 ] {ab545aa4-da13-4383-9170-b87d13c4e8ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.04.29 22:38:34.459547 [ 3 ] {ab545aa4-da13-4383-9170-b87d13c4e8ce} oximeter.fields_u8 (7d6b7611-2d20-4de9-8c95-73ff437669c1): Loading data parts 2024.04.29 22:38:34.459681 [ 3 ] {ab545aa4-da13-4383-9170-b87d13c4e8ce} oximeter.fields_u8 (7d6b7611-2d20-4de9-8c95-73ff437669c1): There are no data parts 2024.04.29 22:38:34.465819 [ 3 ] {ab545aa4-da13-4383-9170-b87d13c4e8ce} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.465849 [ 3 ] {} HTTP-Session: 5f274540-0447-4f51-b677-fd75b2a93a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.466005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.466072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.466096 [ 3 ] {} HTTP-Session: d7eca434-6d5d-49a2-9636-185e9df5672a Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.466128 [ 3 ] {} HTTP-Session: d7eca434-6d5d-49a2-9636-185e9df5672a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.466153 [ 3 ] {} HTTP-Session: d7eca434-6d5d-49a2-9636-185e9df5672a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.466181 [ 3 ] {} HTTP-Session: d7eca434-6d5d-49a2-9636-185e9df5672a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.466332 [ 3 ] {431afc39-aff5-4b68-98bf-c5ff7e9f55b6} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.466395 [ 3 ] {431afc39-aff5-4b68-98bf-c5ff7e9f55b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.04.29 22:38:34.468223 [ 3 ] {431afc39-aff5-4b68-98bf-c5ff7e9f55b6} oximeter.fields_i16 (548bfb0d-dbf4-42c4-8719-35338be9cdbf): Loading data parts 2024.04.29 22:38:34.468347 [ 3 ] {431afc39-aff5-4b68-98bf-c5ff7e9f55b6} oximeter.fields_i16 (548bfb0d-dbf4-42c4-8719-35338be9cdbf): There are no data parts 2024.04.29 22:38:34.472074 [ 3 ] {431afc39-aff5-4b68-98bf-c5ff7e9f55b6} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.472101 [ 3 ] {} HTTP-Session: d7eca434-6d5d-49a2-9636-185e9df5672a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.472239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.472307 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.472331 [ 3 ] {} HTTP-Session: 08830ad7-c11a-49d5-b8d3-bc7210ac28a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.472363 [ 3 ] {} HTTP-Session: 08830ad7-c11a-49d5-b8d3-bc7210ac28a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.472392 [ 3 ] {} HTTP-Session: 08830ad7-c11a-49d5-b8d3-bc7210ac28a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.472428 [ 3 ] {} HTTP-Session: 08830ad7-c11a-49d5-b8d3-bc7210ac28a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.472609 [ 3 ] {10473171-dd86-40d2-bf98-4c7c17d080f7} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.472684 [ 3 ] {10473171-dd86-40d2-bf98-4c7c17d080f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.04.29 22:38:34.478204 [ 3 ] {10473171-dd86-40d2-bf98-4c7c17d080f7} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Loading data parts 2024.04.29 22:38:34.478452 [ 3 ] {10473171-dd86-40d2-bf98-4c7c17d080f7} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): There are no data parts 2024.04.29 22:38:34.479929 [ 3 ] {10473171-dd86-40d2-bf98-4c7c17d080f7} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.479956 [ 3 ] {} HTTP-Session: 08830ad7-c11a-49d5-b8d3-bc7210ac28a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.480088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.480147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.480165 [ 3 ] {} HTTP-Session: fe97659a-f4d2-46a2-a8e4-f656d16b0ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.480193 [ 3 ] {} HTTP-Session: fe97659a-f4d2-46a2-a8e4-f656d16b0ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.480218 [ 3 ] {} HTTP-Session: fe97659a-f4d2-46a2-a8e4-f656d16b0ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.480246 [ 3 ] {} HTTP-Session: fe97659a-f4d2-46a2-a8e4-f656d16b0ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.480396 [ 3 ] {c5454670-24bf-4a8b-a6c4-179d325ae393} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.480448 [ 3 ] {c5454670-24bf-4a8b-a6c4-179d325ae393} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.04.29 22:38:34.488827 [ 3 ] {c5454670-24bf-4a8b-a6c4-179d325ae393} oximeter.fields_i32 (99073d4b-b88b-422c-b6c4-5551d57f5c7d): Loading data parts 2024.04.29 22:38:34.489049 [ 3 ] {c5454670-24bf-4a8b-a6c4-179d325ae393} oximeter.fields_i32 (99073d4b-b88b-422c-b6c4-5551d57f5c7d): There are no data parts 2024.04.29 22:38:34.493379 [ 3 ] {c5454670-24bf-4a8b-a6c4-179d325ae393} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.493419 [ 3 ] {} HTTP-Session: fe97659a-f4d2-46a2-a8e4-f656d16b0ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.493542 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.493589 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.493622 [ 3 ] {} HTTP-Session: 009f1b15-2e89-4b84-8c42-0013bef21287 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.493653 [ 3 ] {} HTTP-Session: 009f1b15-2e89-4b84-8c42-0013bef21287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.493666 [ 3 ] {} HTTP-Session: 009f1b15-2e89-4b84-8c42-0013bef21287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.493706 [ 3 ] {} HTTP-Session: 009f1b15-2e89-4b84-8c42-0013bef21287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.493858 [ 3 ] {f8e94979-a3e1-409e-bb50-331792ada91a} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.493910 [ 3 ] {f8e94979-a3e1-409e-bb50-331792ada91a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.04.29 22:38:34.499160 [ 3 ] {f8e94979-a3e1-409e-bb50-331792ada91a} oximeter.fields_u32 (8083694f-a340-498d-8352-ecc6d0509ebf): Loading data parts 2024.04.29 22:38:34.499345 [ 3 ] {f8e94979-a3e1-409e-bb50-331792ada91a} oximeter.fields_u32 (8083694f-a340-498d-8352-ecc6d0509ebf): There are no data parts 2024.04.29 22:38:34.503285 [ 3 ] {f8e94979-a3e1-409e-bb50-331792ada91a} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.503333 [ 3 ] {} HTTP-Session: 009f1b15-2e89-4b84-8c42-0013bef21287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.503460 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.503529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.503566 [ 3 ] {} HTTP-Session: 5915ddd1-76b8-42d1-83d0-1e8ee61ad9eb Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.503590 [ 3 ] {} HTTP-Session: 5915ddd1-76b8-42d1-83d0-1e8ee61ad9eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.503622 [ 3 ] {} HTTP-Session: 5915ddd1-76b8-42d1-83d0-1e8ee61ad9eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.503668 [ 3 ] {} HTTP-Session: 5915ddd1-76b8-42d1-83d0-1e8ee61ad9eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.503845 [ 3 ] {de564d70-ab9d-4761-b1b8-cb31af0cf5a1} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.503903 [ 3 ] {de564d70-ab9d-4761-b1b8-cb31af0cf5a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.04.29 22:38:34.508946 [ 3 ] {de564d70-ab9d-4761-b1b8-cb31af0cf5a1} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Loading data parts 2024.04.29 22:38:34.509123 [ 3 ] {de564d70-ab9d-4761-b1b8-cb31af0cf5a1} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): There are no data parts 2024.04.29 22:38:34.513278 [ 3 ] {de564d70-ab9d-4761-b1b8-cb31af0cf5a1} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.513309 [ 3 ] {} HTTP-Session: 5915ddd1-76b8-42d1-83d0-1e8ee61ad9eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.513464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.513533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.513568 [ 3 ] {} HTTP-Session: 0fb5e1d6-7699-44ac-8a0d-8fbdf5358b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.513589 [ 3 ] {} HTTP-Session: 0fb5e1d6-7699-44ac-8a0d-8fbdf5358b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.513614 [ 3 ] {} HTTP-Session: 0fb5e1d6-7699-44ac-8a0d-8fbdf5358b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.513656 [ 3 ] {} HTTP-Session: 0fb5e1d6-7699-44ac-8a0d-8fbdf5358b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.513840 [ 3 ] {028e956e-0209-4ab4-96ae-2eb7234ccc81} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.513896 [ 3 ] {028e956e-0209-4ab4-96ae-2eb7234ccc81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.04.29 22:38:34.519055 [ 3 ] {028e956e-0209-4ab4-96ae-2eb7234ccc81} oximeter.fields_u64 (9482f156-59cb-4d28-ad62-3d5dd3c11330): Loading data parts 2024.04.29 22:38:34.519240 [ 3 ] {028e956e-0209-4ab4-96ae-2eb7234ccc81} oximeter.fields_u64 (9482f156-59cb-4d28-ad62-3d5dd3c11330): There are no data parts 2024.04.29 22:38:34.523048 [ 3 ] {028e956e-0209-4ab4-96ae-2eb7234ccc81} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.523073 [ 3 ] {} HTTP-Session: 0fb5e1d6-7699-44ac-8a0d-8fbdf5358b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.523200 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.523261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.523281 [ 3 ] {} HTTP-Session: c54d0110-139a-46a2-8e05-12deb7ad48df Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.523296 [ 3 ] {} HTTP-Session: c54d0110-139a-46a2-8e05-12deb7ad48df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.523317 [ 3 ] {} HTTP-Session: c54d0110-139a-46a2-8e05-12deb7ad48df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.523347 [ 3 ] {} HTTP-Session: c54d0110-139a-46a2-8e05-12deb7ad48df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.523486 [ 3 ] {3d74d361-050e-490a-9fad-2d34b252f5ab} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.523532 [ 3 ] {3d74d361-050e-490a-9fad-2d34b252f5ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.04.29 22:38:34.528797 [ 3 ] {3d74d361-050e-490a-9fad-2d34b252f5ab} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Loading data parts 2024.04.29 22:38:34.529017 [ 3 ] {3d74d361-050e-490a-9fad-2d34b252f5ab} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): There are no data parts 2024.04.29 22:38:34.533378 [ 3 ] {3d74d361-050e-490a-9fad-2d34b252f5ab} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.533413 [ 3 ] {} HTTP-Session: c54d0110-139a-46a2-8e05-12deb7ad48df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.533551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.533613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.533641 [ 3 ] {} HTTP-Session: 2155b39b-41da-4d4f-9031-fae43dde41d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.533660 [ 3 ] {} HTTP-Session: 2155b39b-41da-4d4f-9031-fae43dde41d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.533679 [ 3 ] {} HTTP-Session: 2155b39b-41da-4d4f-9031-fae43dde41d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.533718 [ 3 ] {} HTTP-Session: 2155b39b-41da-4d4f-9031-fae43dde41d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.533899 [ 3 ] {218a52f6-0543-4943-89ab-eab133f13229} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.533954 [ 3 ] {218a52f6-0543-4943-89ab-eab133f13229} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.04.29 22:38:34.539613 [ 3 ] {218a52f6-0543-4943-89ab-eab133f13229} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Loading data parts 2024.04.29 22:38:34.539784 [ 3 ] {218a52f6-0543-4943-89ab-eab133f13229} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): There are no data parts 2024.04.29 22:38:34.543943 [ 3 ] {218a52f6-0543-4943-89ab-eab133f13229} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.543975 [ 3 ] {} HTTP-Session: 2155b39b-41da-4d4f-9031-fae43dde41d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.544106 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.544154 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.544174 [ 3 ] {} HTTP-Session: 6a3aab44-3215-4214-8af0-001319f54038 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.544189 [ 3 ] {} HTTP-Session: 6a3aab44-3215-4214-8af0-001319f54038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.544203 [ 3 ] {} HTTP-Session: 6a3aab44-3215-4214-8af0-001319f54038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.544233 [ 3 ] {} HTTP-Session: 6a3aab44-3215-4214-8af0-001319f54038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.544375 [ 3 ] {6c322773-4786-4130-a72b-4d6f7792b6a8} executeQuery: (from [fd00:1122:3344:101::d]:58412) 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.04.29 22:38:34.544415 [ 3 ] {6c322773-4786-4130-a72b-4d6f7792b6a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.04.29 22:38:34.549878 [ 3 ] {6c322773-4786-4130-a72b-4d6f7792b6a8} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Loading data parts 2024.04.29 22:38:34.550072 [ 3 ] {6c322773-4786-4130-a72b-4d6f7792b6a8} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): There are no data parts 2024.04.29 22:38:34.554140 [ 3 ] {6c322773-4786-4130-a72b-4d6f7792b6a8} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.554172 [ 3 ] {} HTTP-Session: 6a3aab44-3215-4214-8af0-001319f54038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.554297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.554354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.554377 [ 3 ] {} HTTP-Session: b6ad7ca3-e511-4260-92c5-3e73d8b4cce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.554396 [ 3 ] {} HTTP-Session: b6ad7ca3-e511-4260-92c5-3e73d8b4cce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.554413 [ 3 ] {} HTTP-Session: b6ad7ca3-e511-4260-92c5-3e73d8b4cce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.554449 [ 3 ] {} HTTP-Session: b6ad7ca3-e511-4260-92c5-3e73d8b4cce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.554711 [ 3 ] {9aac68c7-2c70-4ff0-87ae-7ae8aa71a6ec} executeQuery: (from [fd00:1122:3344:101::d]:58412) /* 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.04.29 22:38:34.554783 [ 3 ] {9aac68c7-2c70-4ff0-87ae-7ae8aa71a6ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.04.29 22:38:34.560317 [ 3 ] {9aac68c7-2c70-4ff0-87ae-7ae8aa71a6ec} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Loading data parts 2024.04.29 22:38:34.560480 [ 3 ] {9aac68c7-2c70-4ff0-87ae-7ae8aa71a6ec} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): There are no data parts 2024.04.29 22:38:34.563948 [ 3 ] {9aac68c7-2c70-4ff0-87ae-7ae8aa71a6ec} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.563975 [ 3 ] {} HTTP-Session: b6ad7ca3-e511-4260-92c5-3e73d8b4cce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.564115 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58412, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:38:34.564164 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:38:34.564183 [ 3 ] {} HTTP-Session: ecbbd325-b427-4f05-8c79-20d2a334dfce Authenticating user 'default' from [fd00:1122:3344:101::d]:58412 2024.04.29 22:38:34.564198 [ 3 ] {} HTTP-Session: ecbbd325-b427-4f05-8c79-20d2a334dfce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.564213 [ 3 ] {} HTTP-Session: ecbbd325-b427-4f05-8c79-20d2a334dfce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:34.564243 [ 3 ] {} HTTP-Session: ecbbd325-b427-4f05-8c79-20d2a334dfce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:38:34.564404 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} executeQuery: (from [fd00:1122:3344:101::d]:58412) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.04.29 22:38:34.566092 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.04.29 22:38:34.569912 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} oximeter.version (4e24876f-dee9-4172-bcb4-2f906907854a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:38:34.569947 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. 2024.04.29 22:38:34.574387 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:38:34.575385 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} oximeter.version (4e24876f-dee9-4172-bcb4-2f906907854a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:38:34.575641 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} executeQuery: Read 1 rows, 16.00 B in 0.011313 sec., 88.39388314328649 rows/sec., 1.38 KiB/sec. 2024.04.29 22:38:34.575798 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} DynamicQueryHandler: Done processing query 2024.04.29 22:38:34.575821 [ 3 ] {89771a90-f711-4a7d-9dfd-1275c2579dd2} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.04.29 22:38:34.575837 [ 3 ] {} HTTP-Session: ecbbd325-b427-4f05-8c79-20d2a334dfce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:38:35.001141 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 165.75 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 13.04 MiB 2024.04.29 22:38:48.010230 [ 78 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:38:48.010338 [ 78 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:39:03.010403 [ 47 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:39:03.010471 [ 47 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:39:04.581575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.581684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.581707 [ 3 ] {} HTTP-Session: f6e85238-ff30-4633-8098-8a5074c6834b Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.581730 [ 3 ] {} HTTP-Session: f6e85238-ff30-4633-8098-8a5074c6834b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.581745 [ 3 ] {} HTTP-Session: f6e85238-ff30-4633-8098-8a5074c6834b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.581792 [ 3 ] {} HTTP-Session: f6e85238-ff30-4633-8098-8a5074c6834b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.581973 [ 3 ] {b70ac4f0-7bab-4b85-a502-fff677fb5883} executeQuery: (from [fd00:1122:3344:101::d]:64749) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:39:04.582297 [ 3 ] {b70ac4f0-7bab-4b85-a502-fff677fb5883} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:04.582431 [ 3 ] {b70ac4f0-7bab-4b85-a502-fff677fb5883} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:04.583566 [ 3 ] {b70ac4f0-7bab-4b85-a502-fff677fb5883} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.583597 [ 3 ] {b70ac4f0-7bab-4b85-a502-fff677fb5883} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:04.583614 [ 3 ] {} HTTP-Session: f6e85238-ff30-4633-8098-8a5074c6834b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.587436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.587535 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.587573 [ 3 ] {} HTTP-Session: 919f7ffc-3a52-45ec-bc55-b7bdb2e42585 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.587605 [ 3 ] {} HTTP-Session: 919f7ffc-3a52-45ec-bc55-b7bdb2e42585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.587632 [ 3 ] {} HTTP-Session: 919f7ffc-3a52-45ec-bc55-b7bdb2e42585 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.587695 [ 3 ] {} HTTP-Session: 919f7ffc-3a52-45ec-bc55-b7bdb2e42585 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.587972 [ 3 ] {16b1053d-3e55-42f2-bf21-53848f68be26} executeQuery: (from [fd00:1122:3344:101::d]:64749) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:39:04.590164 [ 3 ] {16b1053d-3e55-42f2-bf21-53848f68be26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:04.590218 [ 3 ] {16b1053d-3e55-42f2-bf21-53848f68be26} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:04.591295 [ 3 ] {16b1053d-3e55-42f2-bf21-53848f68be26} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.591322 [ 3 ] {16b1053d-3e55-42f2-bf21-53848f68be26} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:04.591338 [ 3 ] {} HTTP-Session: 919f7ffc-3a52-45ec-bc55-b7bdb2e42585 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.591638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.591688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.591706 [ 3 ] {} HTTP-Session: aa5f7086-907f-4ae2-9008-0da9c36cdea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.591723 [ 3 ] {} HTTP-Session: aa5f7086-907f-4ae2-9008-0da9c36cdea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.591737 [ 3 ] {} HTTP-Session: aa5f7086-907f-4ae2-9008-0da9c36cdea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.591770 [ 3 ] {} HTTP-Session: aa5f7086-907f-4ae2-9008-0da9c36cdea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.591897 [ 3 ] {319969d9-c93a-4c50-a1ec-af726038d47a} executeQuery: (from [fd00:1122:3344:101::d]:64749) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:39:04.592246 [ 3 ] {319969d9-c93a-4c50-a1ec-af726038d47a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:04.592297 [ 3 ] {319969d9-c93a-4c50-a1ec-af726038d47a} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:04.593190 [ 3 ] {319969d9-c93a-4c50-a1ec-af726038d47a} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.593216 [ 3 ] {319969d9-c93a-4c50-a1ec-af726038d47a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:04.593232 [ 3 ] {} HTTP-Session: aa5f7086-907f-4ae2-9008-0da9c36cdea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.593411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.593460 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.593479 [ 3 ] {} HTTP-Session: b95c6486-2f66-41eb-a133-fe2d2eba3b95 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.593496 [ 3 ] {} HTTP-Session: b95c6486-2f66-41eb-a133-fe2d2eba3b95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.593510 [ 3 ] {} HTTP-Session: b95c6486-2f66-41eb-a133-fe2d2eba3b95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.593541 [ 3 ] {} HTTP-Session: b95c6486-2f66-41eb-a133-fe2d2eba3b95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.593661 [ 3 ] {79e7e546-c4cb-49b8-9e89-9de854a706fb} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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.04.29 22:39:04.593968 [ 3 ] {79e7e546-c4cb-49b8-9e89-9de854a706fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:04.594019 [ 3 ] {79e7e546-c4cb-49b8-9e89-9de854a706fb} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:04.594869 [ 3 ] {79e7e546-c4cb-49b8-9e89-9de854a706fb} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.594895 [ 3 ] {79e7e546-c4cb-49b8-9e89-9de854a706fb} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:04.594911 [ 3 ] {} HTTP-Session: b95c6486-2f66-41eb-a133-fe2d2eba3b95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.595532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.595579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.595599 [ 3 ] {} HTTP-Session: 7b0bbd63-d54d-4815-98b1-5978cdb7abc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.595615 [ 3 ] {} HTTP-Session: 7b0bbd63-d54d-4815-98b1-5978cdb7abc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.595629 [ 3 ] {} HTTP-Session: 7b0bbd63-d54d-4815-98b1-5978cdb7abc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.595660 [ 3 ] {} HTTP-Session: 7b0bbd63-d54d-4815-98b1-5978cdb7abc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.595767 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.595811 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:04.595998 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.596423 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.596462 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.596977 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.597285 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.597435 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} executeQuery: Read 4 rows, 443.00 B in 0.001696 sec., 2358.490566037736 rows/sec., 255.08 KiB/sec. 2024.04.29 22:39:04.597716 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.597741 [ 3 ] {bdd2704c-6f45-48ab-a554-045c56f42dd2} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:39:04.597757 [ 3 ] {} HTTP-Session: 7b0bbd63-d54d-4815-98b1-5978cdb7abc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.597863 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.597910 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.597928 [ 3 ] {} HTTP-Session: 90e5df47-5193-45e1-b3b2-0b1b542e03ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.597944 [ 3 ] {} HTTP-Session: 90e5df47-5193-45e1-b3b2-0b1b542e03ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.597958 [ 3 ] {} HTTP-Session: 90e5df47-5193-45e1-b3b2-0b1b542e03ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.597989 [ 3 ] {} HTTP-Session: 90e5df47-5193-45e1-b3b2-0b1b542e03ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.598091 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.598134 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:04.598273 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.600237 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.600274 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.600583 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.600901 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.601051 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} executeQuery: Read 16 rows, 1.30 KiB in 0.002986 sec., 5358.33891493637 rows/sec., 434.32 KiB/sec. 2024.04.29 22:39:04.601301 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.601326 [ 3 ] {d1d8aad7-bbe9-4172-a7d9-cdc221544a7f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:04.601341 [ 3 ] {} HTTP-Session: 90e5df47-5193-45e1-b3b2-0b1b542e03ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.601476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.601524 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.601543 [ 3 ] {} HTTP-Session: 688f30dc-464d-4c54-b4d0-6f0ad0b2d649 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.601560 [ 3 ] {} HTTP-Session: 688f30dc-464d-4c54-b4d0-6f0ad0b2d649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.601574 [ 3 ] {} HTTP-Session: 688f30dc-464d-4c54-b4d0-6f0ad0b2d649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.601604 [ 3 ] {} HTTP-Session: 688f30dc-464d-4c54-b4d0-6f0ad0b2d649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.601713 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.601757 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:04.601895 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.602229 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.602264 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.602553 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.602849 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.602999 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} executeQuery: Read 48 rows, 4.28 KiB in 0.001314 sec., 36529.6803652968 rows/sec., 3.18 MiB/sec. 2024.04.29 22:39:04.603271 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.603295 [ 3 ] {6b4599c2-5a06-41ad-89e8-4874388b8272} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:39:04.603311 [ 3 ] {} HTTP-Session: 688f30dc-464d-4c54-b4d0-6f0ad0b2d649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.603421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 3953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.603468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.603487 [ 3 ] {} HTTP-Session: dd774adf-bc09-4c54-ae97-2d7d54bdd4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.603503 [ 3 ] {} HTTP-Session: dd774adf-bc09-4c54-ae97-2d7d54bdd4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.603517 [ 3 ] {} HTTP-Session: dd774adf-bc09-4c54-ae97-2d7d54bdd4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.603547 [ 3 ] {} HTTP-Session: dd774adf-bc09-4c54-ae97-2d7d54bdd4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.603647 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.603690 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:04.604382 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.605233 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.605267 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.605599 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.605896 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.606030 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} executeQuery: Read 23 rows, 1.85 KiB in 0.002407 sec., 9555.463232239303 rows/sec., 770.05 KiB/sec. 2024.04.29 22:39:04.606192 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.606216 [ 3 ] {0a04338c-c0f4-46f1-9059-4dc5e4e89375} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:39:04.606232 [ 3 ] {} HTTP-Session: dd774adf-bc09-4c54-ae97-2d7d54bdd4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.606417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 17157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.606469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.606488 [ 3 ] {} HTTP-Session: 66e7a3ef-2ea5-4f56-9bb5-19872a42f394 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.606503 [ 3 ] {} HTTP-Session: 66e7a3ef-2ea5-4f56-9bb5-19872a42f394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.606516 [ 3 ] {} HTTP-Session: 66e7a3ef-2ea5-4f56-9bb5-19872a42f394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.606546 [ 3 ] {} HTTP-Session: 66e7a3ef-2ea5-4f56-9bb5-19872a42f394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.606720 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.606766 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:04.606938 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.607359 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.607393 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.610744 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.611233 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.611382 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} executeQuery: Read 16 rows, 22.11 KiB in 0.004762 sec., 3359.932801343973 rows/sec., 4.53 MiB/sec. 2024.04.29 22:39:04.611545 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.611569 [ 3 ] {0283046e-7621-4589-8673-6884ccf10422} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 22:39:04.611585 [ 3 ] {} HTTP-Session: 66e7a3ef-2ea5-4f56-9bb5-19872a42f394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.611696 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:04.611743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:04.611761 [ 3 ] {} HTTP-Session: 3e937ab3-0c29-4f12-8d81-013c47d6d9f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:04.611777 [ 3 ] {} HTTP-Session: 3e937ab3-0c29-4f12-8d81-013c47d6d9f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.611791 [ 3 ] {} HTTP-Session: 3e937ab3-0c29-4f12-8d81-013c47d6d9f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:04.611821 [ 3 ] {} HTTP-Session: 3e937ab3-0c29-4f12-8d81-013c47d6d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:04.611918 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:04.611962 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.29 22:39:04.612086 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:04.612376 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:04.612410 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 22:39:04.612765 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:04.613078 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:04.613227 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} executeQuery: Read 12 rows, 926.00 B in 0.001326 sec., 9049.77375565611 rows/sec., 681.97 KiB/sec. 2024.04.29 22:39:04.613470 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} DynamicQueryHandler: Done processing query 2024.04.29 22:39:04.613495 [ 3 ] {c2104b7d-c511-40ab-a1d6-83a1f19448d2} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 22:39:04.613511 [ 3 ] {} HTTP-Session: 3e937ab3-0c29-4f12-8d81-013c47d6d9f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.576279 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:14.576419 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:14.576449 [ 3 ] {} HTTP-Session: 3682cefa-5cbf-4a86-83ec-cf27d03ddb2e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:14.576477 [ 3 ] {} HTTP-Session: 3682cefa-5cbf-4a86-83ec-cf27d03ddb2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.576494 [ 3 ] {} HTTP-Session: 3682cefa-5cbf-4a86-83ec-cf27d03ddb2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.576549 [ 3 ] {} HTTP-Session: 3682cefa-5cbf-4a86-83ec-cf27d03ddb2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:14.576751 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:14.576824 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:14.577038 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:14.577485 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:14.577530 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:14.577885 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:14.578212 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:14.578404 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} executeQuery: Read 16 rows, 1.30 KiB in 0.001706 sec., 9378.663540445486 rows/sec., 760.18 KiB/sec. 2024.04.29 22:39:14.578697 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} DynamicQueryHandler: Done processing query 2024.04.29 22:39:14.578726 [ 3 ] {2847b77c-c966-426d-8b63-8a2796eb082c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:14.578742 [ 3 ] {} HTTP-Session: 3682cefa-5cbf-4a86-83ec-cf27d03ddb2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.578900 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:14.578953 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:14.578972 [ 3 ] {} HTTP-Session: 7a13f66e-573a-4a6c-86a6-8a2781d430a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:14.578991 [ 3 ] {} HTTP-Session: 7a13f66e-573a-4a6c-86a6-8a2781d430a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.579005 [ 3 ] {} HTTP-Session: 7a13f66e-573a-4a6c-86a6-8a2781d430a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.579042 [ 3 ] {} HTTP-Session: 7a13f66e-573a-4a6c-86a6-8a2781d430a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:14.579157 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:14.579203 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:14.579348 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:14.579673 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:14.579709 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:14.580010 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:14.580317 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:14.580470 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} executeQuery: Read 48 rows, 4.28 KiB in 0.001344 sec., 35714.28571428572 rows/sec., 3.11 MiB/sec. 2024.04.29 22:39:14.580784 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} DynamicQueryHandler: Done processing query 2024.04.29 22:39:14.580810 [ 3 ] {a9410dbb-9d5e-4a2d-b608-f42046756107} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:39:14.580827 [ 3 ] {} HTTP-Session: 7a13f66e-573a-4a6c-86a6-8a2781d430a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.580957 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:14.581007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:14.581027 [ 3 ] {} HTTP-Session: ad5a5eb7-8d09-463b-b5cc-72de293ad7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:14.581044 [ 3 ] {} HTTP-Session: ad5a5eb7-8d09-463b-b5cc-72de293ad7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.581058 [ 3 ] {} HTTP-Session: ad5a5eb7-8d09-463b-b5cc-72de293ad7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.581090 [ 3 ] {} HTTP-Session: ad5a5eb7-8d09-463b-b5cc-72de293ad7ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:14.581196 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:14.581239 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:14.581380 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:14.581737 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:14.581773 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:14.582074 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:14.582378 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:14.582529 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} executeQuery: Read 16 rows, 1.28 KiB in 0.001359 sec., 11773.36276674025 rows/sec., 942.79 KiB/sec. 2024.04.29 22:39:14.582824 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} DynamicQueryHandler: Done processing query 2024.04.29 22:39:14.582850 [ 3 ] {1418df16-a5ce-40c2-af7b-44bc62a8ee02} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:14.582865 [ 3 ] {} HTTP-Session: ad5a5eb7-8d09-463b-b5cc-72de293ad7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.583031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 17157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:14.583080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:14.583099 [ 3 ] {} HTTP-Session: bf2976d6-bfa1-4c70-9cd5-360ea47890d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:14.583115 [ 3 ] {} HTTP-Session: bf2976d6-bfa1-4c70-9cd5-360ea47890d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.583129 [ 3 ] {} HTTP-Session: bf2976d6-bfa1-4c70-9cd5-360ea47890d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:14.583160 [ 3 ] {} HTTP-Session: bf2976d6-bfa1-4c70-9cd5-360ea47890d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:14.583340 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:14.583386 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:14.583555 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:14.583923 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:14.583957 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:14.584404 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:14.584733 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:14.584884 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} executeQuery: Read 16 rows, 22.11 KiB in 0.001647 sec., 9714.632665452338 rows/sec., 13.11 MiB/sec. 2024.04.29 22:39:14.585179 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} DynamicQueryHandler: Done processing query 2024.04.29 22:39:14.585204 [ 3 ] {298d3b2c-0a96-44e3-b1b7-c1d894dc93c2} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 22:39:14.585220 [ 3 ] {} HTTP-Session: bf2976d6-bfa1-4c70-9cd5-360ea47890d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:18.010727 [ 107 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:39:18.010803 [ 107 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:39:24.576411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:24.576535 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:24.576561 [ 3 ] {} HTTP-Session: 90139d0b-e6f8-45e9-953c-47758cdc77f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:24.576585 [ 3 ] {} HTTP-Session: 90139d0b-e6f8-45e9-953c-47758cdc77f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.576599 [ 3 ] {} HTTP-Session: 90139d0b-e6f8-45e9-953c-47758cdc77f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.576648 [ 3 ] {} HTTP-Session: 90139d0b-e6f8-45e9-953c-47758cdc77f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:24.576830 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:24.576895 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:24.577087 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:24.577523 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:24.577567 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:24.577930 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:39:24.578257 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:24.578425 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} executeQuery: Read 17 rows, 1.38 KiB in 0.001644 sec., 10340.632603406326 rows/sec., 838.16 KiB/sec. 2024.04.29 22:39:24.578631 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} DynamicQueryHandler: Done processing query 2024.04.29 22:39:24.578658 [ 3 ] {27d7f9de-a47b-4d05-946b-3d3141f6bec2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:24.578675 [ 3 ] {} HTTP-Session: 90139d0b-e6f8-45e9-953c-47758cdc77f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.578818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:24.578873 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:24.578893 [ 3 ] {} HTTP-Session: 97ccf879-7b48-4217-be35-25375db47929 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:24.578911 [ 3 ] {} HTTP-Session: 97ccf879-7b48-4217-be35-25375db47929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.578925 [ 3 ] {} HTTP-Session: 97ccf879-7b48-4217-be35-25375db47929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.578961 [ 3 ] {} HTTP-Session: 97ccf879-7b48-4217-be35-25375db47929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:24.579077 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:24.579122 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:24.579251 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:24.579603 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:24.579638 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:24.579935 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:39:24.580235 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:24.580385 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} executeQuery: Read 51 rows, 4.54 KiB in 0.001346 sec., 37890.04457652303 rows/sec., 3.30 MiB/sec. 2024.04.29 22:39:24.580551 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} DynamicQueryHandler: Done processing query 2024.04.29 22:39:24.580575 [ 3 ] {279a42d8-a1e2-433b-a6bb-88284a7698af} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:39:24.580591 [ 3 ] {} HTTP-Session: 97ccf879-7b48-4217-be35-25375db47929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.580742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:24.580793 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:24.580812 [ 3 ] {} HTTP-Session: 5c9ed7d2-39ba-48f1-925c-67fda5472a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:24.580828 [ 3 ] {} HTTP-Session: 5c9ed7d2-39ba-48f1-925c-67fda5472a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.580842 [ 3 ] {} HTTP-Session: 5c9ed7d2-39ba-48f1-925c-67fda5472a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.580874 [ 3 ] {} HTTP-Session: 5c9ed7d2-39ba-48f1-925c-67fda5472a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:24.580978 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:24.581020 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:24.581146 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:24.581425 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:24.581461 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:24.581753 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:39:24.582044 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:24.582188 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} executeQuery: Read 17 rows, 1.36 KiB in 0.001241 sec., 13698.630136986303 rows/sec., 1.07 MiB/sec. 2024.04.29 22:39:24.582353 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} DynamicQueryHandler: Done processing query 2024.04.29 22:39:24.582378 [ 3 ] {6dcb4700-729c-4e80-a8de-2be08bc753e3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:24.582393 [ 3 ] {} HTTP-Session: 5c9ed7d2-39ba-48f1-925c-67fda5472a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.582553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 18225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:24.582601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:24.582620 [ 3 ] {} HTTP-Session: 9073b9ed-bf1b-44b5-bc1f-3c90b3edf935 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:24.582637 [ 3 ] {} HTTP-Session: 9073b9ed-bf1b-44b5-bc1f-3c90b3edf935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.582650 [ 3 ] {} HTTP-Session: 9073b9ed-bf1b-44b5-bc1f-3c90b3edf935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:24.582681 [ 3 ] {} HTTP-Session: 9073b9ed-bf1b-44b5-bc1f-3c90b3edf935 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:24.582863 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:24.582911 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:24.583068 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:24.583444 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:24.583479 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:24.583886 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:39:24.584211 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:24.584371 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} executeQuery: Read 17 rows, 23.49 KiB in 0.001608 sec., 10572.139303482587 rows/sec., 14.27 MiB/sec. 2024.04.29 22:39:24.584650 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} DynamicQueryHandler: Done processing query 2024.04.29 22:39:24.584676 [ 3 ] {2be2527e-0c3a-470e-b14e-be1eeea32986} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 22:39:24.584691 [ 3 ] {} HTTP-Session: 9073b9ed-bf1b-44b5-bc1f-3c90b3edf935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:33.011053 [ 99 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:39:33.011124 [ 99 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:39:34.576333 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:34.576442 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:34.576469 [ 3 ] {} HTTP-Session: 1533cf7d-4620-4402-abeb-9f915aab9712 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:34.576496 [ 3 ] {} HTTP-Session: 1533cf7d-4620-4402-abeb-9f915aab9712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.576514 [ 3 ] {} HTTP-Session: 1533cf7d-4620-4402-abeb-9f915aab9712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.576570 [ 3 ] {} HTTP-Session: 1533cf7d-4620-4402-abeb-9f915aab9712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:34.576767 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:34.576841 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:34.577058 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:34.577559 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:34.577602 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:34.577962 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:39:34.578293 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:34.578466 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} executeQuery: Read 17 rows, 1.38 KiB in 0.001751 sec., 9708.73786407767 rows/sec., 786.94 KiB/sec. 2024.04.29 22:39:34.578743 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} DynamicQueryHandler: Done processing query 2024.04.29 22:39:34.578770 [ 3 ] {7a2034bb-b576-4ea1-adb7-7a2ce41bd8f3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:34.578787 [ 3 ] {} HTTP-Session: 1533cf7d-4620-4402-abeb-9f915aab9712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.578915 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:34.578970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:34.578989 [ 3 ] {} HTTP-Session: 701fea24-4a82-46f5-a33c-d2bcddfeca76 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:34.579008 [ 3 ] {} HTTP-Session: 701fea24-4a82-46f5-a33c-d2bcddfeca76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.579022 [ 3 ] {} HTTP-Session: 701fea24-4a82-46f5-a33c-d2bcddfeca76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.579056 [ 3 ] {} HTTP-Session: 701fea24-4a82-46f5-a33c-d2bcddfeca76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:34.579171 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:34.579218 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:34.579357 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:34.579706 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:34.579743 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:34.580046 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:39:34.580351 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:34.580503 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} executeQuery: Read 51 rows, 4.54 KiB in 0.00136 sec., 37500 rows/sec., 3.26 MiB/sec. 2024.04.29 22:39:34.580920 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} DynamicQueryHandler: Done processing query 2024.04.29 22:39:34.580946 [ 3 ] {5de69f91-c411-4fa6-ab8c-145cc7bbc577} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:39:34.580962 [ 3 ] {} HTTP-Session: 701fea24-4a82-46f5-a33c-d2bcddfeca76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.581083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:34.581132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:34.581152 [ 3 ] {} HTTP-Session: be50f928-5106-4914-9b0b-6158be99721c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:34.581168 [ 3 ] {} HTTP-Session: be50f928-5106-4914-9b0b-6158be99721c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.581181 [ 3 ] {} HTTP-Session: be50f928-5106-4914-9b0b-6158be99721c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.581214 [ 3 ] {} HTTP-Session: be50f928-5106-4914-9b0b-6158be99721c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:34.581331 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:34.581374 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:34.581523 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:34.581846 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:34.581887 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:34.582184 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:39:34.582482 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:34.582637 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} executeQuery: Read 17 rows, 1.36 KiB in 0.001331 sec., 12772.351615326823 rows/sec., 1022.79 KiB/sec. 2024.04.29 22:39:34.583042 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} DynamicQueryHandler: Done processing query 2024.04.29 22:39:34.583067 [ 3 ] {059ab89a-0dc0-4218-87d7-2b06d95f2c5f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:34.583083 [ 3 ] {} HTTP-Session: be50f928-5106-4914-9b0b-6158be99721c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.583243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 18225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:34.583293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:34.583311 [ 3 ] {} HTTP-Session: d58fbc8c-7c9e-48ff-9356-d902ac553b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:34.583327 [ 3 ] {} HTTP-Session: d58fbc8c-7c9e-48ff-9356-d902ac553b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.583340 [ 3 ] {} HTTP-Session: d58fbc8c-7c9e-48ff-9356-d902ac553b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:34.583371 [ 3 ] {} HTTP-Session: d58fbc8c-7c9e-48ff-9356-d902ac553b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:34.583553 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:34.583604 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:34.583787 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:34.584208 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:34.584244 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. 2024.04.29 22:39:34.584643 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:39:34.585000 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:34.585166 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} executeQuery: Read 17 rows, 23.49 KiB in 0.001711 sec., 9935.710111046172 rows/sec., 13.41 MiB/sec. 2024.04.29 22:39:34.585380 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} DynamicQueryHandler: Done processing query 2024.04.29 22:39:34.585403 [ 3 ] {8fa4241c-272a-47e8-b81f-ed6f7cbe2274} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 22:39:34.585419 [ 3 ] {} HTTP-Session: d58fbc8c-7c9e-48ff-9356-d902ac553b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.575961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:44.576084 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:44.576117 [ 3 ] {} HTTP-Session: 14ce2ffa-5f14-4eb6-a12a-23e10ebdc479 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:44.576148 [ 3 ] {} HTTP-Session: 14ce2ffa-5f14-4eb6-a12a-23e10ebdc479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.576164 [ 3 ] {} HTTP-Session: 14ce2ffa-5f14-4eb6-a12a-23e10ebdc479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.576216 [ 3 ] {} HTTP-Session: 14ce2ffa-5f14-4eb6-a12a-23e10ebdc479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:44.576402 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:44.576470 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:44.576671 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:44.577128 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:44.577168 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2024.04.29 22:39:44.577541 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:39:44.577880 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:44.578025 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} executeQuery: Read 17 rows, 1.38 KiB in 0.001683 sec., 10101.0101010101 rows/sec., 818.73 KiB/sec. 2024.04.29 22:39:44.578349 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} DynamicQueryHandler: Done processing query 2024.04.29 22:39:44.578377 [ 3 ] {096319b9-6531-496d-9a4c-6a39a923ea3e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:44.578395 [ 3 ] {} HTTP-Session: 14ce2ffa-5f14-4eb6-a12a-23e10ebdc479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.578534 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:44.578593 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:44.578614 [ 3 ] {} HTTP-Session: 5bd9d650-b161-402a-b8f2-7f345ff108f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:44.578631 [ 3 ] {} HTTP-Session: 5bd9d650-b161-402a-b8f2-7f345ff108f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.578645 [ 3 ] {} HTTP-Session: 5bd9d650-b161-402a-b8f2-7f345ff108f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.578680 [ 3 ] {} HTTP-Session: 5bd9d650-b161-402a-b8f2-7f345ff108f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:44.578804 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:44.578851 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:44.578999 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:44.579361 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:44.579397 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2024.04.29 22:39:44.579706 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:39:44.580009 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:44.580140 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} executeQuery: Read 51 rows, 4.54 KiB in 0.001376 sec., 37063.95348837209 rows/sec., 3.23 MiB/sec. 2024.04.29 22:39:44.580409 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} DynamicQueryHandler: Done processing query 2024.04.29 22:39:44.580434 [ 3 ] {7101b7a3-e239-4aad-b05c-82d835daa59a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:39:44.580451 [ 3 ] {} HTTP-Session: 5bd9d650-b161-402a-b8f2-7f345ff108f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.580606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:44.580658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:44.580678 [ 3 ] {} HTTP-Session: 82a27a23-cc9b-4694-80da-8ed606054ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:44.580694 [ 3 ] {} HTTP-Session: 82a27a23-cc9b-4694-80da-8ed606054ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.580708 [ 3 ] {} HTTP-Session: 82a27a23-cc9b-4694-80da-8ed606054ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.580741 [ 3 ] {} HTTP-Session: 82a27a23-cc9b-4694-80da-8ed606054ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:44.580849 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:44.580894 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:44.581038 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:44.581340 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:44.581376 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2024.04.29 22:39:44.581686 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:39:44.581977 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:44.582101 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} executeQuery: Read 17 rows, 1.36 KiB in 0.001284 sec., 13239.8753894081 rows/sec., 1.04 MiB/sec. 2024.04.29 22:39:44.582259 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} DynamicQueryHandler: Done processing query 2024.04.29 22:39:44.582283 [ 3 ] {b0a41166-fb5d-4b7e-a015-b786f1791e7a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:44.582298 [ 3 ] {} HTTP-Session: 82a27a23-cc9b-4694-80da-8ed606054ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.582464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 18225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:44.582512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:44.582531 [ 3 ] {} HTTP-Session: 6b2d652b-d532-4ff4-ab11-c8d176f1cc7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:44.582547 [ 3 ] {} HTTP-Session: 6b2d652b-d532-4ff4-ab11-c8d176f1cc7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.582561 [ 3 ] {} HTTP-Session: 6b2d652b-d532-4ff4-ab11-c8d176f1cc7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:44.582593 [ 3 ] {} HTTP-Session: 6b2d652b-d532-4ff4-ab11-c8d176f1cc7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:44.582776 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:44.582824 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:44.582981 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:44.583390 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:44.583425 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.86 GiB. 2024.04.29 22:39:44.583896 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:39:44.584250 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:44.584378 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} executeQuery: Read 17 rows, 23.49 KiB in 0.00171 sec., 9941.520467836257 rows/sec., 13.42 MiB/sec. 2024.04.29 22:39:44.584546 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} DynamicQueryHandler: Done processing query 2024.04.29 22:39:44.584572 [ 3 ] {0fdb4df7-eb79-4153-8b70-e970bfef25a5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 22:39:44.584589 [ 3 ] {} HTTP-Session: 6b2d652b-d532-4ff4-ab11-c8d176f1cc7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:48.011379 [ 90 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:39:48.011451 [ 90 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:39:54.574302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.574427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.574456 [ 3 ] {} HTTP-Session: 885021b5-16ed-40b5-bd27-dad8c402e571 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.574483 [ 3 ] {} HTTP-Session: 885021b5-16ed-40b5-bd27-dad8c402e571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.574500 [ 3 ] {} HTTP-Session: 885021b5-16ed-40b5-bd27-dad8c402e571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.574553 [ 3 ] {} HTTP-Session: 885021b5-16ed-40b5-bd27-dad8c402e571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.574791 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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.04.29 22:39:54.575282 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:39:54.575419 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} 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.04.29 22:39:54.575655 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:54.575825 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:54.576207 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.04.29 22:39:54.577467 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:39:54.577567 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (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.04.29 22:39:54.577588 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:39:54.577738 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} 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.04.29 22:39:54.577763 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 22:39:54.584350 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} executeQuery: Read 4 rows, 189.00 B in 0.009643 sec., 414.8086695011925 rows/sec., 19.14 KiB/sec. 2024.04.29 22:39:54.584667 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.584694 [ 3 ] {355e369f-9950-4b2b-93a5-a4d2457ddb13} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:54.584711 [ 3 ] {} HTTP-Session: 885021b5-16ed-40b5-bd27-dad8c402e571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.585002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.585051 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.585070 [ 3 ] {} HTTP-Session: 586dae4c-a828-4f8e-aba3-f4e3676e4ac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.585089 [ 3 ] {} HTTP-Session: 586dae4c-a828-4f8e-aba3-f4e3676e4ac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.585104 [ 3 ] {} HTTP-Session: 586dae4c-a828-4f8e-aba3-f4e3676e4ac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.585137 [ 3 ] {} HTTP-Session: 586dae4c-a828-4f8e-aba3-f4e3676e4ac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.585269 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:39:54.585502 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:39:54.585535 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} 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', 'oximeter_collector:collections')" moved to PREWHERE 2024.04.29 22:39:54.585732 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:54.585797 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:39:54.585932 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.04.29 22:39:54.585964 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:39:54.585987 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (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.04.29 22:39:54.586003 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:39:54.586041 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} 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', 'oximeter_collector:collections'))" 2024.04.29 22:39:54.586061 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 22:39:54.586896 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} executeQuery: Read 4 rows, 189.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 109.80 KiB/sec. 2024.04.29 22:39:54.587126 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.587151 [ 3 ] {18c6cd50-82d6-430d-a05d-3d491b327688} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 22:39:54.587168 [ 3 ] {} HTTP-Session: 586dae4c-a828-4f8e-aba3-f4e3676e4ac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.590188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.590237 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.590257 [ 3 ] {} HTTP-Session: 322ac0ad-33da-44d9-bfa7-8ba432701433 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.590274 [ 3 ] {} HTTP-Session: 322ac0ad-33da-44d9-bfa7-8ba432701433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.590288 [ 3 ] {} HTTP-Session: 322ac0ad-33da-44d9-bfa7-8ba432701433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.590317 [ 3 ] {} HTTP-Session: 322ac0ad-33da-44d9-bfa7-8ba432701433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.590429 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.590474 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:39:54.590635 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.590996 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.591035 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.591582 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:54.591914 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.592049 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} executeQuery: Read 2 rows, 488.00 B in 0.001656 sec., 1207.729468599034 rows/sec., 287.78 KiB/sec. 2024.04.29 22:39:54.592267 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.592292 [ 3 ] {97352a87-c5f7-4d26-ba87-b62451049f04} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:39:54.592308 [ 3 ] {} HTTP-Session: 322ac0ad-33da-44d9-bfa7-8ba432701433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.592446 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.592493 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.592511 [ 3 ] {} HTTP-Session: 79bbebdd-bed0-435b-afe5-c3e78f7aa2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.592527 [ 3 ] {} HTTP-Session: 79bbebdd-bed0-435b-afe5-c3e78f7aa2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.592540 [ 3 ] {} HTTP-Session: 79bbebdd-bed0-435b-afe5-c3e78f7aa2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.592570 [ 3 ] {} HTTP-Session: 79bbebdd-bed0-435b-afe5-c3e78f7aa2c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.592679 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.592723 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:39:54.592849 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.593181 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.593216 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.593562 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:39:54.593858 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.594005 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} executeQuery: Read 31 rows, 2.51 KiB in 0.001357 sec., 22844.509948415624 rows/sec., 1.81 MiB/sec. 2024.04.29 22:39:54.594004 [ 86 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 22:39:54.594116 [ 86 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.594164 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.594243 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.594296 [ 3 ] {a38c284e-0db1-4a69-9e1c-81607cdfc59f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:39:54.594331 [ 3 ] {} HTTP-Session: 79bbebdd-bed0-435b-afe5-c3e78f7aa2c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.594465 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.594516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.594545 [ 3 ] {} HTTP-Session: 8c7e3061-8112-49ce-815f-cf6cc047ba03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.594550 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::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.04.29 22:39:54.594575 [ 3 ] {} HTTP-Session: 8c7e3061-8112-49ce-815f-cf6cc047ba03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.594656 [ 3 ] {} HTTP-Session: 8c7e3061-8112-49ce-815f-cf6cc047ba03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.594722 [ 3 ] {} HTTP-Session: 8c7e3061-8112-49ce-815f-cf6cc047ba03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.594992 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.595087 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:39:54.595106 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:39:54.595301 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.595356 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2024.04.29 22:39:54.595605 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part 2024.04.29 22:39:54.596005 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.596441 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.596709 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.596757 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.596804 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.597086 [ 189 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part 2024.04.29 22:39:54.597999 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:54.598980 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.599407 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} executeQuery: Read 14 rows, 1.18 KiB in 0.004522 sec., 3095.9752321981423 rows/sec., 261.53 KiB/sec. 2024.04.29 22:39:54.599882 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.599954 [ 3 ] {64aa5ef5-8f54-4968-b1bf-9e3df8b98d21} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:54.600026 [ 3 ] {} HTTP-Session: 8c7e3061-8112-49ce-815f-cf6cc047ba03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.600214 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.005964226 sec., 19113.9638236378 rows/sec., 1.51 MiB/sec. 2024.04.29 22:39:54.600301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.600367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.600393 [ 3 ] {} HTTP-Session: 9cc988e5-313b-4c0a-8ea5-726fb16a72ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.600424 [ 3 ] {} HTTP-Session: 9cc988e5-313b-4c0a-8ea5-726fb16a72ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.600439 [ 3 ] {} HTTP-Session: 9cc988e5-313b-4c0a-8ea5-726fb16a72ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.600453 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 22:39:54.600487 [ 3 ] {} HTTP-Session: 9cc988e5-313b-4c0a-8ea5-726fb16a72ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.600756 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.600916 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:39:54.601307 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.601451 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.601592 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_6_1} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 22:39:54.601790 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.29 22:39:54.601928 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.601970 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.602315 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:39:54.602628 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.602781 [ 86 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 22:39:54.602785 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} executeQuery: Read 103 rows, 9.25 KiB in 0.00215 sec., 47906.976744186046 rows/sec., 4.20 MiB/sec. 2024.04.29 22:39:54.602845 [ 86 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.602917 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.603096 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::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.04.29 22:39:54.603109 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.603166 [ 3 ] {8e5aaa75-df1e-4ff6-88a0-63385f47c68a} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:39:54.603200 [ 3 ] {} HTTP-Session: 9cc988e5-313b-4c0a-8ea5-726fb16a72ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.603304 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:39:54.603338 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::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.04.29 22:39:54.603382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.603510 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part 2024.04.29 22:39:54.603547 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.603634 [ 3 ] {} HTTP-Session: 00976404-c0c0-41eb-aaf2-7ae860280d7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.603757 [ 3 ] {} HTTP-Session: 00976404-c0c0-41eb-aaf2-7ae860280d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.603828 [ 3 ] {} HTTP-Session: 00976404-c0c0-41eb-aaf2-7ae860280d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.603839 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 51 rows starting from the beginning of the part 2024.04.29 22:39:54.603988 [ 3 ] {} HTTP-Session: 00976404-c0c0-41eb-aaf2-7ae860280d7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.604310 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 51 rows starting from the beginning of the part 2024.04.29 22:39:54.604341 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.604479 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:39:54.604562 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 51 rows starting from the beginning of the part 2024.04.29 22:39:54.604850 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 103 rows starting from the beginning of the part 2024.04.29 22:39:54.605608 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.606799 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.606876 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.607758 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 4 columns (4 merged, 0 gathered) in 0.004736318 sec., 74319.3341325477 rows/sec., 6.48 MiB/sec. 2024.04.29 22:39:54.607807 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:54.607992 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 22:39:54.608661 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.608974 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} executeQuery: Read 14 rows, 1.02 KiB in 0.004753 sec., 2945.5081001472754 rows/sec., 214.30 KiB/sec. 2024.04.29 22:39:54.609065 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.609348 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_6_1} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 22:39:54.609472 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.609482 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 22:39:54.609515 [ 3 ] {89215f75-a1ff-44fc-88fd-4525d0651b1d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:54.609549 [ 3 ] {} HTTP-Session: 00976404-c0c0-41eb-aaf2-7ae860280d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.609712 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.609761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.609780 [ 3 ] {} HTTP-Session: 9aa638be-e1a2-404b-8b36-cab07d5ca551 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.609796 [ 3 ] {} HTTP-Session: 9aa638be-e1a2-404b-8b36-cab07d5ca551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.609810 [ 3 ] {} HTTP-Session: 9aa638be-e1a2-404b-8b36-cab07d5ca551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.609843 [ 3 ] {} HTTP-Session: 9aa638be-e1a2-404b-8b36-cab07d5ca551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.609964 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.610006 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:39:54.610148 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.610481 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.610516 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.610819 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:39:54.611123 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.611272 [ 86 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 22:39:54.611280 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} executeQuery: Read 58 rows, 4.72 KiB in 0.00135 sec., 42962.96296296296 rows/sec., 3.41 MiB/sec. 2024.04.29 22:39:54.611318 [ 86 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.611377 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.611646 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.611728 [ 3 ] {96412d0f-4c02-4062-b51c-3bc26337aba3} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:39:54.611796 [ 3 ] {} HTTP-Session: 9aa638be-e1a2-404b-8b36-cab07d5ca551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.611800 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::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.04.29 22:39:54.611981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.612086 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:39:54.612101 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.612158 [ 3 ] {} HTTP-Session: 4129c603-06ad-4429-b82e-f81f46472d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.612155 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::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.04.29 22:39:54.612184 [ 3 ] {} HTTP-Session: 4129c603-06ad-4429-b82e-f81f46472d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.612221 [ 3 ] {} HTTP-Session: 4129c603-06ad-4429-b82e-f81f46472d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.612282 [ 3 ] {} HTTP-Session: 4129c603-06ad-4429-b82e-f81f46472d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.612441 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part 2024.04.29 22:39:54.612734 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.612729 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.612960 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.612986 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:39:54.613265 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.613587 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part 2024.04.29 22:39:54.614251 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.615022 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.615090 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.616304 [ 189 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481834 sec., 30715.972720895577 rows/sec., 2.42 MiB/sec. 2024.04.29 22:39:54.616355 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 22:39:54.616523 [ 189 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 22:39:54.617256 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.617477 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.617597 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} executeQuery: Read 7 rows, 525.00 B in 0.005028 sec., 1392.203659506762 rows/sec., 101.97 KiB/sec. 2024.04.29 22:39:54.617886 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_6_1} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 22:39:54.618051 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.29 22:39:54.618104 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.618134 [ 3 ] {cbba6f21-0ab9-4c9c-98f5-ff5ce79cfc38} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:39:54.618150 [ 3 ] {} HTTP-Session: 4129c603-06ad-4429-b82e-f81f46472d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.618414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.618462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.618480 [ 3 ] {} HTTP-Session: 9b60550e-d92c-4a0f-a303-b0cbb9c8fabb Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.618496 [ 3 ] {} HTTP-Session: 9b60550e-d92c-4a0f-a303-b0cbb9c8fabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.618509 [ 3 ] {} HTTP-Session: 9b60550e-d92c-4a0f-a303-b0cbb9c8fabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.618539 [ 3 ] {} HTTP-Session: 9b60550e-d92c-4a0f-a303-b0cbb9c8fabb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.618989 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.619039 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:39:54.619298 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.619778 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.619813 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.620255 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:39:54.620601 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.620763 [ 86 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 22:39:54.620782 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} executeQuery: Read 31 rows, 42.84 KiB in 0.002134 sec., 14526.710402999062 rows/sec., 19.60 MiB/sec. 2024.04.29 22:39:54.620815 [ 86 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.620881 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.621147 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.621339 [ 3 ] {b8080cb3-31cd-4496-8616-c281c6610901} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:39:54.621430 [ 3 ] {} HTTP-Session: 9b60550e-d92c-4a0f-a303-b0cbb9c8fabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.621496 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::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.04.29 22:39:54.621634 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:39:54.621766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:39:54.621782 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:39:54.621809 [ 3 ] {} HTTP-Session: e282c544-5800-4a69-9394-80858e9fa88c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:39:54.621850 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2024.04.29 22:39:54.621854 [ 3 ] {} HTTP-Session: e282c544-5800-4a69-9394-80858e9fa88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.621909 [ 3 ] {} HTTP-Session: e282c544-5800-4a69-9394-80858e9fa88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.622049 [ 3 ] {} HTTP-Session: e282c544-5800-4a69-9394-80858e9fa88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:39:54.622154 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part 2024.04.29 22:39:54.622411 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:39:54.622495 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.622575 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.29 22:39:54.622880 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.623228 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part 2024.04.29 22:39:54.623618 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part 2024.04.29 22:39:54.623859 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:39:54.624754 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:39:54.624819 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:39:54.625837 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:39:54.626903 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} oximeter.measurements_i64 (0f2a182f-5df4-4542-963e-d9ad5dc0f4fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.627283 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} executeQuery: Read 15 rows, 1.09 KiB in 0.005013 sec., 2992.220227408737 rows/sec., 217.01 KiB/sec. 2024.04.29 22:39:54.627835 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 6 columns (6 merged, 0 gathered) in 0.006799615 sec., 16765.65511429691 rows/sec., 22.62 MiB/sec. 2024.04.29 22:39:54.627940 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} DynamicQueryHandler: Done processing query 2024.04.29 22:39:54.627972 [ 3 ] {464d1825-3f9c-4d72-b23b-446f39ecbb95} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 22:39:54.627990 [ 3 ] {} HTTP-Session: e282c544-5800-4a69-9394-80858e9fa88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:39:54.628114 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 22:39:54.628514 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:39:54.628585 [ 189 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_6_1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 22:39:54.628661 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2024.04.29 22:39:55.001128 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 176.48 MiB, peak 185.23 MiB, free memory in arenas 0.00 B, will set to 178.44 MiB (RSS), difference: 1.96 MiB 2024.04.29 22:40:03.011499 [ 77 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:40:03.011566 [ 77 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:40:04.575977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:04.576099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:04.576124 [ 3 ] {} HTTP-Session: d54837b9-7b29-4ca3-b55b-8b4e0a438a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:04.576147 [ 3 ] {} HTTP-Session: d54837b9-7b29-4ca3-b55b-8b4e0a438a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.576162 [ 3 ] {} HTTP-Session: d54837b9-7b29-4ca3-b55b-8b4e0a438a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.576208 [ 3 ] {} HTTP-Session: d54837b9-7b29-4ca3-b55b-8b4e0a438a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:04.576388 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:04.576452 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:04.576636 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:04.577071 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:04.577110 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:04.577458 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:40:04.577779 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:04.577913 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} executeQuery: Read 31 rows, 2.51 KiB in 0.001584 sec., 19570.70707070707 rows/sec., 1.55 MiB/sec. 2024.04.29 22:40:04.578190 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} DynamicQueryHandler: Done processing query 2024.04.29 22:40:04.578216 [ 3 ] {aea03ebc-8d52-4eae-88fe-13aa0510dff6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:04.578232 [ 3 ] {} HTTP-Session: d54837b9-7b29-4ca3-b55b-8b4e0a438a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.578408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:04.578456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:04.578476 [ 3 ] {} HTTP-Session: e872ffb5-2fce-4d26-94f7-be1652fa40dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:04.578492 [ 3 ] {} HTTP-Session: e872ffb5-2fce-4d26-94f7-be1652fa40dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.578505 [ 3 ] {} HTTP-Session: e872ffb5-2fce-4d26-94f7-be1652fa40dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.578536 [ 3 ] {} HTTP-Session: e872ffb5-2fce-4d26-94f7-be1652fa40dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:04.578658 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:04.578701 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:04.578838 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:04.579195 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:04.579231 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:04.579528 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:40:04.579835 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:04.579952 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} executeQuery: Read 93 rows, 8.41 KiB in 0.001341 sec., 69351.23042505592 rows/sec., 6.12 MiB/sec. 2024.04.29 22:40:04.580095 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} DynamicQueryHandler: Done processing query 2024.04.29 22:40:04.580118 [ 3 ] {410ca905-b8a7-4655-95f9-78befe83786e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:40:04.580134 [ 3 ] {} HTTP-Session: e872ffb5-2fce-4d26-94f7-be1652fa40dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.580256 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:04.580301 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:04.580319 [ 3 ] {} HTTP-Session: 398a1c69-8c67-44d3-9c80-60fe88a4cf0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:04.580335 [ 3 ] {} HTTP-Session: 398a1c69-8c67-44d3-9c80-60fe88a4cf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.580349 [ 3 ] {} HTTP-Session: 398a1c69-8c67-44d3-9c80-60fe88a4cf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.580379 [ 3 ] {} HTTP-Session: 398a1c69-8c67-44d3-9c80-60fe88a4cf0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:04.580480 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:04.580521 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:04.580640 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:04.580992 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:04.581027 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:04.581317 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:40:04.581609 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:04.581728 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} executeQuery: Read 31 rows, 2.48 KiB in 0.00128 sec., 24218.749999999996 rows/sec., 1.89 MiB/sec. 2024.04.29 22:40:04.581882 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} DynamicQueryHandler: Done processing query 2024.04.29 22:40:04.581907 [ 3 ] {e8602b94-e601-4249-84b2-450f7a4917e6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:04.581922 [ 3 ] {} HTTP-Session: 398a1c69-8c67-44d3-9c80-60fe88a4cf0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.582114 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:04.582163 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:04.582182 [ 3 ] {} HTTP-Session: 062269f9-a2ce-47c7-91be-72437069c6e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:04.582198 [ 3 ] {} HTTP-Session: 062269f9-a2ce-47c7-91be-72437069c6e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.582212 [ 3 ] {} HTTP-Session: 062269f9-a2ce-47c7-91be-72437069c6e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:04.582242 [ 3 ] {} HTTP-Session: 062269f9-a2ce-47c7-91be-72437069c6e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:04.582514 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:04.582561 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:04.582715 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:04.583172 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:04.583207 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:04.583609 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:40:04.583941 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:04.584071 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} executeQuery: Read 31 rows, 42.84 KiB in 0.001749 sec., 17724.413950829046 rows/sec., 23.92 MiB/sec. 2024.04.29 22:40:04.584263 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} DynamicQueryHandler: Done processing query 2024.04.29 22:40:04.584287 [ 3 ] {9ef253da-9efe-4201-b4bc-02bb2c74936d} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:04.584303 [ 3 ] {} HTTP-Session: 062269f9-a2ce-47c7-91be-72437069c6e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.573668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.573852 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.573894 [ 3 ] {} HTTP-Session: 63ea6aa6-4135-417f-908b-b43521edc926 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.573933 [ 3 ] {} HTTP-Session: 63ea6aa6-4135-417f-908b-b43521edc926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.573960 [ 3 ] {} HTTP-Session: 63ea6aa6-4135-417f-908b-b43521edc926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.574036 [ 3 ] {} HTTP-Session: 63ea6aa6-4135-417f-908b-b43521edc926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.574358 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.574736 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.574771 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections')" moved to PREWHERE 2024.04.29 22:40:14.575014 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.575091 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.575257 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.04.29 22:40:14.575345 [ 254 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.575416 [ 255 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.575535 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.575564 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.575758 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.575853 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.575909 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" 2024.04.29 22:40:14.575952 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" 2024.04.29 22:40:14.577580 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} executeQuery: Read 6 rows, 274.00 B in 0.003366 sec., 1782.5311942959001 rows/sec., 79.49 KiB/sec. 2024.04.29 22:40:14.577882 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.577908 [ 3 ] {5cfac4eb-03e5-48da-b3c0-872d8094e9c1} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.577925 [ 3 ] {} HTTP-Session: 63ea6aa6-4135-417f-908b-b43521edc926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.578177 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.578228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.578247 [ 3 ] {} HTTP-Session: 9cf39115-bb4a-4f6c-abce-34adec27527e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.578264 [ 3 ] {} HTTP-Session: 9cf39115-bb4a-4f6c-abce-34adec27527e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.578277 [ 3 ] {} HTTP-Session: 9cf39115-bb4a-4f6c-abce-34adec27527e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.578308 [ 3 ] {} HTTP-Session: 9cf39115-bb4a-4f6c-abce-34adec27527e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.578436 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.578672 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.578707 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received')" moved to PREWHERE 2024.04.29 22:40:14.578916 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.578979 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.579117 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.04.29 22:40:14.579232 [ 260 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.579235 [ 258 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.579366 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.579394 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.579472 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.579492 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.579528 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" 2024.04.29 22:40:14.579565 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" 2024.04.29 22:40:14.581048 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} executeQuery: Read 6 rows, 274.00 B in 0.002664 sec., 2252.252252252252 rows/sec., 100.44 KiB/sec. 2024.04.29 22:40:14.581335 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.581360 [ 3 ] {ce36f06e-f455-4732-99ff-d3a8ffb54fde} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.581377 [ 3 ] {} HTTP-Session: 9cf39115-bb4a-4f6c-abce-34adec27527e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.581705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.581752 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.581770 [ 3 ] {} HTTP-Session: b1de226b-5f02-4e9c-b93f-473c7f2eacce Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.581786 [ 3 ] {} HTTP-Session: b1de226b-5f02-4e9c-b93f-473c7f2eacce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.581800 [ 3 ] {} HTTP-Session: b1de226b-5f02-4e9c-b93f-473c7f2eacce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.581830 [ 3 ] {} HTTP-Session: b1de226b-5f02-4e9c-b93f-473c7f2eacce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.581954 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.582189 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.582222 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.29 22:40:14.582428 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.582491 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.582625 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.04.29 22:40:14.582700 [ 256 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.582728 [ 258 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.582825 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.582851 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.582927 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.582945 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.582981 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 22:40:14.583017 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 22:40:14.584282 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} executeQuery: Read 6 rows, 274.00 B in 0.002378 sec., 2523.128679562658 rows/sec., 112.52 KiB/sec. 2024.04.29 22:40:14.584565 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.584589 [ 3 ] {a9f12e4a-a7f0-424b-9d6e-9e2d4e70213f} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.584606 [ 3 ] {} HTTP-Session: b1de226b-5f02-4e9c-b93f-473c7f2eacce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.584835 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.584881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.584900 [ 3 ] {} HTTP-Session: 228659b9-c976-4c8a-9708-33d149923750 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.584915 [ 3 ] {} HTTP-Session: 228659b9-c976-4c8a-9708-33d149923750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.584929 [ 3 ] {} HTTP-Session: 228659b9-c976-4c8a-9708-33d149923750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.584959 [ 3 ] {} HTTP-Session: 228659b9-c976-4c8a-9708-33d149923750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.585083 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.585320 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.585355 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.29 22:40:14.585566 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.585629 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.585764 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.04.29 22:40:14.585853 [ 260 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.585880 [ 259 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.585988 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.586014 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.586091 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.586109 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.586146 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 22:40:14.586184 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 22:40:14.587749 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} executeQuery: Read 6 rows, 274.00 B in 0.002719 sec., 2206.693637366679 rows/sec., 98.41 KiB/sec. 2024.04.29 22:40:14.588034 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.588059 [ 3 ] {c62e3e71-a56b-45cd-86f3-44f525fc4c3f} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.588076 [ 3 ] {} HTTP-Session: 228659b9-c976-4c8a-9708-33d149923750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.588301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.588348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.588366 [ 3 ] {} HTTP-Session: 131e8927-1bf6-4568-b6c0-4b4c01b03b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.588383 [ 3 ] {} HTTP-Session: 131e8927-1bf6-4568-b6c0-4b4c01b03b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.588396 [ 3 ] {} HTTP-Session: 131e8927-1bf6-4568-b6c0-4b4c01b03b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.588427 [ 3 ] {} HTTP-Session: 131e8927-1bf6-4568-b6c0-4b4c01b03b0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.588556 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.588794 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.588828 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.04.29 22:40:14.589044 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.589106 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.589241 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.04.29 22:40:14.589342 [ 258 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.589362 [ 259 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.589457 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.589484 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.589560 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.589579 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.589614 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.29 22:40:14.589656 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.29 22:40:14.591031 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} executeQuery: Read 6 rows, 274.00 B in 0.002531 sec., 2370.604504148558 rows/sec., 105.72 KiB/sec. 2024.04.29 22:40:14.591332 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.591357 [ 3 ] {aefa9e95-9af6-42ac-b5af-b4df10b16eb7} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.591373 [ 3 ] {} HTTP-Session: 131e8927-1bf6-4568-b6c0-4b4c01b03b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.591574 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.591621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.591642 [ 3 ] {} HTTP-Session: ee403d9f-0b26-4e1d-b54f-0bf34fe14cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.591658 [ 3 ] {} HTTP-Session: ee403d9f-0b26-4e1d-b54f-0bf34fe14cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.591672 [ 3 ] {} HTTP-Session: ee403d9f-0b26-4e1d-b54f-0bf34fe14cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.591701 [ 3 ] {} HTTP-Session: ee403d9f-0b26-4e1d-b54f-0bf34fe14cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.591827 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} executeQuery: (from [fd00:1122:3344:101::d]:64749) 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 22:40:14.592065 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 22:40:14.592100 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.04.29 22:40:14.592318 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.592381 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 22:40:14.592514 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.04.29 22:40:14.592619 [ 259 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 22:40:14.592665 [ 258 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 22:40:14.592772 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.04.29 22:40:14.592802 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 22:40:14.592879 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 22:40:14.592898 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.04.29 22:40:14.592935 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.29 22:40:14.592972 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} 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', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.29 22:40:14.594254 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} executeQuery: Read 6 rows, 274.00 B in 0.002482 sec., 2417.4053182917005 rows/sec., 107.81 KiB/sec. 2024.04.29 22:40:14.594539 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.594564 [ 3 ] {e0e4ffb4-3b38-4caa-affd-c5d1d23b2232} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 22:40:14.594580 [ 3 ] {} HTTP-Session: ee403d9f-0b26-4e1d-b54f-0bf34fe14cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.609577 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.609644 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.609668 [ 3 ] {} HTTP-Session: 60a5d718-a869-42fe-a8e9-ca396f70feb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.609688 [ 3 ] {} HTTP-Session: 60a5d718-a869-42fe-a8e9-ca396f70feb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.609705 [ 3 ] {} HTTP-Session: 60a5d718-a869-42fe-a8e9-ca396f70feb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.609742 [ 3 ] {} HTTP-Session: 60a5d718-a869-42fe-a8e9-ca396f70feb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.609877 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.609931 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 22:40:14.610129 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.610473 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.610510 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.610986 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:40:14.611296 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} oximeter.timeseries_schema (dff365e9-2608-45a7-8ea5-39e2a0cf59a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.611425 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} executeQuery: Read 6 rows, 996.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 609.43 KiB/sec. 2024.04.29 22:40:14.611706 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.611730 [ 3 ] {d5c6148f-a739-420b-839d-d79a9c23f6c1} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:40:14.611746 [ 3 ] {} HTTP-Session: 60a5d718-a869-42fe-a8e9-ca396f70feb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.611868 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.611916 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.611934 [ 3 ] {} HTTP-Session: aea6800d-d627-467a-98d7-e76eb330efc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.611950 [ 3 ] {} HTTP-Session: aea6800d-d627-467a-98d7-e76eb330efc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.611963 [ 3 ] {} HTTP-Session: aea6800d-d627-467a-98d7-e76eb330efc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.611994 [ 3 ] {} HTTP-Session: aea6800d-d627-467a-98d7-e76eb330efc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.612095 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.612139 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:14.612277 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.612569 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.612605 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.612902 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:40:14.613197 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.613314 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} executeQuery: Read 31 rows, 2.51 KiB in 0.00125 sec., 24800 rows/sec., 1.96 MiB/sec. 2024.04.29 22:40:14.613469 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.613493 [ 3 ] {84e1d660-6d66-4318-9675-d4f15674517f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:14.613509 [ 3 ] {} HTTP-Session: aea6800d-d627-467a-98d7-e76eb330efc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.613639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.613686 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.613705 [ 3 ] {} HTTP-Session: c3fd79fe-1e5d-4702-9a61-434514df32aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.613720 [ 3 ] {} HTTP-Session: c3fd79fe-1e5d-4702-9a61-434514df32aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.613734 [ 3 ] {} HTTP-Session: c3fd79fe-1e5d-4702-9a61-434514df32aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.613763 [ 3 ] {} HTTP-Session: c3fd79fe-1e5d-4702-9a61-434514df32aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.613889 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.613931 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:14.614050 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.614379 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.614413 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.614712 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:40:14.615009 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.615127 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} executeQuery: Read 129 rows, 11.22 KiB in 0.001294 sec., 99690.88098918083 rows/sec., 8.47 MiB/sec. 2024.04.29 22:40:14.615275 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.615299 [ 3 ] {206f6131-39d8-4d58-aef1-84ca3d175533} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:40:14.615314 [ 3 ] {} HTTP-Session: c3fd79fe-1e5d-4702-9a61-434514df32aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.615443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.615488 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.615507 [ 3 ] {} HTTP-Session: 9d05bbcc-fb97-45e1-955a-a5c9e87e0bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.615523 [ 3 ] {} HTTP-Session: 9d05bbcc-fb97-45e1-955a-a5c9e87e0bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.615536 [ 3 ] {} HTTP-Session: 9d05bbcc-fb97-45e1-955a-a5c9e87e0bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.615564 [ 3 ] {} HTTP-Session: 9d05bbcc-fb97-45e1-955a-a5c9e87e0bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.615686 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.615727 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:14.615845 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.616102 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.616136 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.616424 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:40:14.616715 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.616834 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} executeQuery: Read 55 rows, 4.38 KiB in 0.001183 sec., 46491.969568892644 rows/sec., 3.62 MiB/sec. 2024.04.29 22:40:14.616976 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.616999 [ 3 ] {43e5689b-b781-47ea-9f73-3fbbd74d2287} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:40:14.617014 [ 3 ] {} HTTP-Session: 9d05bbcc-fb97-45e1-955a-a5c9e87e0bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.617298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 69338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.617346 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.617364 [ 3 ] {} HTTP-Session: 81bac801-e1b5-48c7-8ad5-1180172d8d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.617380 [ 3 ] {} HTTP-Session: 81bac801-e1b5-48c7-8ad5-1180172d8d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.617393 [ 3 ] {} HTTP-Session: 81bac801-e1b5-48c7-8ad5-1180172d8d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.617422 [ 3 ] {} HTTP-Session: 81bac801-e1b5-48c7-8ad5-1180172d8d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.617618 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.617664 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:40:14.617800 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.618212 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.618246 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.618631 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:40:14.618967 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.619086 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} executeQuery: Read 360 rows, 26.02 KiB in 0.001579 sec., 227992.4002533249 rows/sec., 16.09 MiB/sec. 2024.04.29 22:40:14.619261 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.619284 [ 3 ] {f370f48b-b5ac-4963-8eca-e60535680285} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.04.29 22:40:14.619299 [ 3 ] {} HTTP-Session: 81bac801-e1b5-48c7-8ad5-1180172d8d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.619494 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:14.619540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:14.619558 [ 3 ] {} HTTP-Session: 6e8c7fbf-f94a-467e-a941-e335becf697c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:14.619574 [ 3 ] {} HTTP-Session: 6e8c7fbf-f94a-467e-a941-e335becf697c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.619587 [ 3 ] {} HTTP-Session: 6e8c7fbf-f94a-467e-a941-e335becf697c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:14.619616 [ 3 ] {} HTTP-Session: 6e8c7fbf-f94a-467e-a941-e335becf697c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:14.619866 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:14.619914 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:14.620063 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:14.620452 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:14.620486 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:14.620887 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:40:14.621232 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:14.621352 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} executeQuery: Read 31 rows, 42.84 KiB in 0.001657 sec., 18708.50935425468 rows/sec., 25.25 MiB/sec. 2024.04.29 22:40:14.621501 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} DynamicQueryHandler: Done processing query 2024.04.29 22:40:14.621523 [ 3 ] {01b6a10c-9d17-44a1-acc5-574277092906} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:14.621538 [ 3 ] {} HTTP-Session: 6e8c7fbf-f94a-467e-a941-e335becf697c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:18.011615 [ 69 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:40:18.011686 [ 69 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:40:24.577991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:24.578116 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:24.578140 [ 3 ] {} HTTP-Session: e09ed6ea-d649-4c88-91f3-f381af68b528 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:24.578163 [ 3 ] {} HTTP-Session: e09ed6ea-d649-4c88-91f3-f381af68b528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.578177 [ 3 ] {} HTTP-Session: e09ed6ea-d649-4c88-91f3-f381af68b528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.578225 [ 3 ] {} HTTP-Session: e09ed6ea-d649-4c88-91f3-f381af68b528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:24.578412 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:24.578476 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:24.578666 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:24.579039 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:24.579081 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:24.579430 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:40:24.579754 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:24.579900 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} executeQuery: Read 31 rows, 2.51 KiB in 0.001546 sec., 20051.746442432082 rows/sec., 1.59 MiB/sec. 2024.04.29 22:40:24.580084 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} DynamicQueryHandler: Done processing query 2024.04.29 22:40:24.580110 [ 3 ] {b34f9654-bb9f-49de-9cd2-60ebfb45efa8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:24.580127 [ 3 ] {} HTTP-Session: e09ed6ea-d649-4c88-91f3-f381af68b528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.580288 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:24.580337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:24.580356 [ 3 ] {} HTTP-Session: 9313ce36-3af2-4b42-8cfb-a0627637ead2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:24.580373 [ 3 ] {} HTTP-Session: 9313ce36-3af2-4b42-8cfb-a0627637ead2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.580386 [ 3 ] {} HTTP-Session: 9313ce36-3af2-4b42-8cfb-a0627637ead2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.580416 [ 3 ] {} HTTP-Session: 9313ce36-3af2-4b42-8cfb-a0627637ead2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:24.580536 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:24.580581 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:24.580702 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:24.581004 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:24.581043 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:24.581355 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:40:24.581659 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:24.581800 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} executeQuery: Read 93 rows, 8.41 KiB in 0.001301 sec., 71483.47425057647 rows/sec., 6.31 MiB/sec. 2024.04.29 22:40:24.582099 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} DynamicQueryHandler: Done processing query 2024.04.29 22:40:24.582125 [ 3 ] {59f1208c-88e3-44d8-b01c-901227c62fa4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:40:24.582141 [ 3 ] {} HTTP-Session: 9313ce36-3af2-4b42-8cfb-a0627637ead2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.582273 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:24.582320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:24.582340 [ 3 ] {} HTTP-Session: d4d48015-6611-4118-a292-32a05540ae8b Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:24.582357 [ 3 ] {} HTTP-Session: d4d48015-6611-4118-a292-32a05540ae8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.582371 [ 3 ] {} HTTP-Session: d4d48015-6611-4118-a292-32a05540ae8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.582400 [ 3 ] {} HTTP-Session: d4d48015-6611-4118-a292-32a05540ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:24.582506 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:24.582548 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:24.582690 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:24.583024 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:24.583062 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:24.583360 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:40:24.583686 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:24.583833 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} executeQuery: Read 31 rows, 2.48 KiB in 0.001357 sec., 22844.509948415624 rows/sec., 1.79 MiB/sec. 2024.04.29 22:40:24.584129 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} DynamicQueryHandler: Done processing query 2024.04.29 22:40:24.584155 [ 3 ] {112127ff-a6fb-4520-a445-af9525f333c2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:24.584172 [ 3 ] {} HTTP-Session: d4d48015-6611-4118-a292-32a05540ae8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.584361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:24.584409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:24.584428 [ 3 ] {} HTTP-Session: 504cdc0c-bab8-49a4-ab7a-01fd6305438a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:24.584445 [ 3 ] {} HTTP-Session: 504cdc0c-bab8-49a4-ab7a-01fd6305438a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.584459 [ 3 ] {} HTTP-Session: 504cdc0c-bab8-49a4-ab7a-01fd6305438a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:24.584488 [ 3 ] {} HTTP-Session: 504cdc0c-bab8-49a4-ab7a-01fd6305438a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:24.584746 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:24.584795 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:24.584971 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:24.585439 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:24.585475 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.85 GiB. 2024.04.29 22:40:24.585907 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:40:24.586229 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:24.586393 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} executeQuery: Read 31 rows, 42.84 KiB in 0.001824 sec., 16995.614035087718 rows/sec., 22.93 MiB/sec. 2024.04.29 22:40:24.586553 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} DynamicQueryHandler: Done processing query 2024.04.29 22:40:24.586579 [ 3 ] {9a562694-be90-4073-afb4-e0b922acbaa7} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:24.586594 [ 3 ] {} HTTP-Session: 504cdc0c-bab8-49a4-ab7a-01fd6305438a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:33.011948 [ 59 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:40:33.012024 [ 59 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:40:34.577841 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:34.577960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:34.577984 [ 3 ] {} HTTP-Session: 42c16105-d723-46c0-885e-eecdab837729 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:34.578009 [ 3 ] {} HTTP-Session: 42c16105-d723-46c0-885e-eecdab837729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.578023 [ 3 ] {} HTTP-Session: 42c16105-d723-46c0-885e-eecdab837729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.578069 [ 3 ] {} HTTP-Session: 42c16105-d723-46c0-885e-eecdab837729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:34.578251 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:34.578317 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:34.578499 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:34.578937 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:34.578979 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:34.579332 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:40:34.579653 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:34.579806 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} executeQuery: Read 31 rows, 2.51 KiB in 0.001607 sec., 19290.60360920971 rows/sec., 1.53 MiB/sec. 2024.04.29 22:40:34.579817 [ 59 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2024.04.29 22:40:34.579912 [ 59 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:34.579956 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:34.580089 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} DynamicQueryHandler: Done processing query 2024.04.29 22:40:34.580173 [ 3 ] {5221b5cf-0b86-4e67-973e-21d68e632670} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:34.580230 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2024.04.29 22:40:34.580240 [ 3 ] {} HTTP-Session: 42c16105-d723-46c0-885e-eecdab837729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.580493 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:40:34.580501 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:34.580556 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part 2024.04.29 22:40:34.580606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:34.580666 [ 3 ] {} HTTP-Session: eae5ebb1-c39e-44e4-88a6-cbb9dadd4c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:34.580730 [ 3 ] {} HTTP-Session: eae5ebb1-c39e-44e4-88a6-cbb9dadd4c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.580796 [ 3 ] {} HTTP-Session: eae5ebb1-c39e-44e4-88a6-cbb9dadd4c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.580812 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:34.580903 [ 3 ] {} HTTP-Session: eae5ebb1-c39e-44e4-88a6-cbb9dadd4c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:34.581169 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:34.581273 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:34.581401 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:34.581416 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:34.581786 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:34.582351 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:34.583186 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:34.583254 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:34.584234 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:40:34.584345 [ 191 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004292528 sec., 36109.25776139375 rows/sec., 2.86 MiB/sec. 2024.04.29 22:40:34.584651 [ 191 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.29 22:40:34.584812 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:34.585196 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} executeQuery: Read 93 rows, 8.41 KiB in 0.004033 sec., 23059.757004711133 rows/sec., 2.04 MiB/sec. 2024.04.29 22:40:34.585905 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} DynamicQueryHandler: Done processing query 2024.04.29 22:40:34.585999 [ 3 ] {8215f22f-a6ea-43e0-a77e-089d489ebb85} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:40:34.586069 [ 3 ] {} HTTP-Session: eae5ebb1-c39e-44e4-88a6-cbb9dadd4c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.586191 [ 191 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:34.586248 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:34.586323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:34.586335 [ 191 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_10_2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2024.04.29 22:40:34.586349 [ 3 ] {} HTTP-Session: 4203b285-75f2-4f2d-9699-c9d459af6fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:34.586380 [ 3 ] {} HTTP-Session: 4203b285-75f2-4f2d-9699-c9d459af6fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.586414 [ 3 ] {} HTTP-Session: 4203b285-75f2-4f2d-9699-c9d459af6fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.586485 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.04.29 22:40:34.586493 [ 3 ] {} HTTP-Session: 4203b285-75f2-4f2d-9699-c9d459af6fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:34.586643 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:34.586685 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:34.586834 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:34.587152 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:34.587189 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:34.587495 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:40:34.587793 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:34.587977 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} executeQuery: Read 31 rows, 2.48 KiB in 0.001362 sec., 22760.646108663732 rows/sec., 1.78 MiB/sec. 2024.04.29 22:40:34.588292 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} DynamicQueryHandler: Done processing query 2024.04.29 22:40:34.588315 [ 3 ] {8243c569-9761-40cf-97e0-359f37c426a4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:34.588331 [ 3 ] {} HTTP-Session: 4203b285-75f2-4f2d-9699-c9d459af6fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.588483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:34.588531 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:34.588550 [ 3 ] {} HTTP-Session: e390b4e8-3cfb-4c4a-bbe9-e0fe223df60a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:34.588565 [ 3 ] {} HTTP-Session: e390b4e8-3cfb-4c4a-bbe9-e0fe223df60a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.588578 [ 3 ] {} HTTP-Session: e390b4e8-3cfb-4c4a-bbe9-e0fe223df60a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:34.588609 [ 3 ] {} HTTP-Session: e390b4e8-3cfb-4c4a-bbe9-e0fe223df60a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:34.589219 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:34.589267 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:34.589429 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:34.589903 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:34.589940 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:34.590381 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:40:34.590710 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:34.590858 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} executeQuery: Read 31 rows, 42.84 KiB in 0.002167 sec., 14305.491462851869 rows/sec., 19.30 MiB/sec. 2024.04.29 22:40:34.591143 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} DynamicQueryHandler: Done processing query 2024.04.29 22:40:34.591167 [ 3 ] {08c04705-ee7b-4778-99b3-b82895a853ad} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:34.591183 [ 3 ] {} HTTP-Session: e390b4e8-3cfb-4c4a-bbe9-e0fe223df60a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:35.001248 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862959 sec. 2024.04.29 22:40:44.579309 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.579445 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.579475 [ 3 ] {} HTTP-Session: 241f8cd6-510b-42fa-aace-e47520f963ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.579502 [ 3 ] {} HTTP-Session: 241f8cd6-510b-42fa-aace-e47520f963ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.579519 [ 3 ] {} HTTP-Session: 241f8cd6-510b-42fa-aace-e47520f963ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.579573 [ 3 ] {} HTTP-Session: 241f8cd6-510b-42fa-aace-e47520f963ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.579798 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.579870 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:44.580059 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.580531 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.580572 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.580923 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:40:44.581239 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.581372 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} executeQuery: Read 31 rows, 2.51 KiB in 0.00165 sec., 18787.878787878788 rows/sec., 1.49 MiB/sec. 2024.04.29 22:40:44.581591 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.581617 [ 3 ] {9a640c23-9998-47e9-973b-6d32005eb95b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:44.581633 [ 3 ] {} HTTP-Session: 241f8cd6-510b-42fa-aace-e47520f963ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.581755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.581805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.581824 [ 3 ] {} HTTP-Session: 072d17df-1f98-459a-a3d2-2ecf750c9e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.581840 [ 3 ] {} HTTP-Session: 072d17df-1f98-459a-a3d2-2ecf750c9e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.581854 [ 3 ] {} HTTP-Session: 072d17df-1f98-459a-a3d2-2ecf750c9e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.581884 [ 3 ] {} HTTP-Session: 072d17df-1f98-459a-a3d2-2ecf750c9e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.581978 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.582020 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:40:44.582147 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.582446 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.582483 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.582768 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:40:44.583061 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.583215 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} executeQuery: Read 6 rows, 501.00 B in 0.001252 sec., 4792.3322683706065 rows/sec., 390.78 KiB/sec. 2024.04.29 22:40:44.583494 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.583519 [ 3 ] {0494d1ee-7be9-41b1-97fd-c82a28746ce3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:40:44.583535 [ 3 ] {} HTTP-Session: 072d17df-1f98-459a-a3d2-2ecf750c9e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.583685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.583733 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.583752 [ 3 ] {} HTTP-Session: 6d8375b6-7a62-4b1f-88eb-0ce6b00b05f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.583768 [ 3 ] {} HTTP-Session: 6d8375b6-7a62-4b1f-88eb-0ce6b00b05f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.583783 [ 3 ] {} HTTP-Session: 6d8375b6-7a62-4b1f-88eb-0ce6b00b05f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.583813 [ 3 ] {} HTTP-Session: 6d8375b6-7a62-4b1f-88eb-0ce6b00b05f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.583945 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.583987 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:44.584126 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.584506 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.584542 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.584842 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:40:44.585133 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.585283 [ 54 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 22:40:44.585295 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} executeQuery: Read 132 rows, 11.44 KiB in 0.001398 sec., 94420.6008583691 rows/sec., 7.99 MiB/sec. 2024.04.29 22:40:44.585371 [ 54 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.585436 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.585644 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.585704 [ 3 ] {ddd43e95-27cd-405b-82bb-e15689287265} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:40:44.585718 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.04.29 22:40:44.585762 [ 3 ] {} HTTP-Session: 6d8375b6-7a62-4b1f-88eb-0ce6b00b05f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.586018 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:40:44.586027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.586061 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 103 rows starting from the beginning of the part 2024.04.29 22:40:44.586089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.586109 [ 3 ] {} HTTP-Session: 34d29ea2-8d85-451e-ab69-90a15c7dbde8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.586130 [ 3 ] {} HTTP-Session: 34d29ea2-8d85-451e-ab69-90a15c7dbde8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.586159 [ 3 ] {} HTTP-Session: 34d29ea2-8d85-451e-ab69-90a15c7dbde8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.586188 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 93 rows starting from the beginning of the part 2024.04.29 22:40:44.586252 [ 3 ] {} HTTP-Session: 34d29ea2-8d85-451e-ab69-90a15c7dbde8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.586555 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 129 rows starting from the beginning of the part 2024.04.29 22:40:44.586607 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.586789 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:40:44.586919 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 93 rows starting from the beginning of the part 2024.04.29 22:40:44.587394 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 93 rows starting from the beginning of the part 2024.04.29 22:40:44.587745 [ 192 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 132 rows starting from the beginning of the part 2024.04.29 22:40:44.588083 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.588570 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.588614 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.589131 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 22:40:44.589552 [ 186 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 643 rows, containing 4 columns (4 merged, 0 gathered) in 0.004001651 sec., 160683.6778119831 rows/sec., 13.94 MiB/sec. 2024.04.29 22:40:44.589594 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.589871 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} executeQuery: Read 6 rows, 429.00 B in 0.003389 sec., 1770.4337562702863 rows/sec., 123.62 KiB/sec. 2024.04.29 22:40:44.589890 [ 186 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 22:40:44.590422 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.590481 [ 3 ] {de5d0308-18df-460a-9b59-8d266c3ecd73} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:40:44.590565 [ 3 ] {} HTTP-Session: 34d29ea2-8d85-451e-ab69-90a15c7dbde8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.590795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 10361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.590892 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.590920 [ 3 ] {} HTTP-Session: 1cadb0eb-c889-4dbc-b601-70dcfe4b1414 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.590956 [ 3 ] {} HTTP-Session: 1cadb0eb-c889-4dbc-b601-70dcfe4b1414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.590977 [ 3 ] {} HTTP-Session: 1cadb0eb-c889-4dbc-b601-70dcfe4b1414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.590998 [ 186 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.591037 [ 3 ] {} HTTP-Session: 1cadb0eb-c889-4dbc-b601-70dcfe4b1414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.591163 [ 186 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_11_2} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 22:40:44.591276 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.591319 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.04.29 22:40:44.591364 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:44.591520 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.591908 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.591945 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.592254 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:40:44.592556 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.592720 [ 54 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 22:40:44.592732 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} executeQuery: Read 61 rows, 4.87 KiB in 0.001566 sec., 38952.74584929758 rows/sec., 3.04 MiB/sec. 2024.04.29 22:40:44.592772 [ 54 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.592850 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.593010 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.04.29 22:40:44.593035 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.593064 [ 3 ] {d99876ce-cf66-4514-a0f0-e38d6ad5225f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:40:44.593085 [ 3 ] {} HTTP-Session: 1cadb0eb-c889-4dbc-b601-70dcfe4b1414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.593143 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:40:44.593170 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 63 rows starting from the beginning of the part 2024.04.29 22:40:44.593245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.593262 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.593356 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.593492 [ 3 ] {} HTTP-Session: 3d47821d-9b80-4137-89ff-3828f0781124 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.593553 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 55 rows starting from the beginning of the part 2024.04.29 22:40:44.593554 [ 3 ] {} HTTP-Session: 3d47821d-9b80-4137-89ff-3828f0781124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.593629 [ 3 ] {} HTTP-Session: 3d47821d-9b80-4137-89ff-3828f0781124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.593760 [ 3 ] {} HTTP-Session: 3d47821d-9b80-4137-89ff-3828f0781124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.593797 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.594008 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.594033 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.594255 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:40:44.594373 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 61 rows starting from the beginning of the part 2024.04.29 22:40:44.594825 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.595364 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.595413 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.595935 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 4 columns (4 merged, 0 gathered) in 0.002976928 sec., 91369.35794214706 rows/sec., 7.15 MiB/sec. 2024.04.29 22:40:44.596020 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:40:44.596107 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 22:40:44.596825 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.596906 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.597113 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_11_2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 22:40:44.597187 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} executeQuery: Read 39 rows, 2.81 KiB in 0.00326 sec., 11963.190184049081 rows/sec., 862.73 KiB/sec. 2024.04.29 22:40:44.597503 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.29 22:40:44.597652 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.597684 [ 3 ] {f2eef0cd-a2e5-4422-91eb-417ca7c6b73d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:44.597701 [ 3 ] {} HTTP-Session: 3d47821d-9b80-4137-89ff-3828f0781124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.597870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:44.597920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:44.597938 [ 3 ] {} HTTP-Session: 4207b5ea-4f73-4e71-88ef-c57aa34e45b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:44.597954 [ 3 ] {} HTTP-Session: 4207b5ea-4f73-4e71-88ef-c57aa34e45b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.597968 [ 3 ] {} HTTP-Session: 4207b5ea-4f73-4e71-88ef-c57aa34e45b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.597999 [ 3 ] {} HTTP-Session: 4207b5ea-4f73-4e71-88ef-c57aa34e45b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:44.598273 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:44.598322 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:44.598508 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:44.598983 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.599019 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.599421 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:40:44.599760 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.599919 [ 54 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 22:40:44.599927 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} executeQuery: Read 31 rows, 42.84 KiB in 0.001827 sec., 16967.706622879035 rows/sec., 22.90 MiB/sec. 2024.04.29 22:40:44.599975 [ 54 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:44.600038 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:44.600320 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} DynamicQueryHandler: Done processing query 2024.04.29 22:40:44.600355 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.04.29 22:40:44.600390 [ 3 ] {aea1a479-ba0c-4dea-88c6-13730bb64ffe} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:44.600478 [ 3 ] {} HTTP-Session: 4207b5ea-4f73-4e71-88ef-c57aa34e45b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:44.600728 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:40:44.600759 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part 2024.04.29 22:40:44.600839 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.600985 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.601240 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.601440 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.601585 [ 192 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2024.04.29 22:40:44.603452 [ 197 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 6 columns (6 merged, 0 gathered) in 0.003299216 sec., 81534.52214101773 rows/sec., 110.03 MiB/sec. 2024.04.29 22:40:44.603850 [ 197 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 22:40:44.604396 [ 197 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:44.604509 [ 197 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_11_2} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 22:40:44.604716 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2024.04.29 22:40:48.012063 [ 52 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:40:48.012116 [ 52 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:40:54.578927 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.579053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.579080 [ 3 ] {} HTTP-Session: 3b986608-e0a3-405c-b71e-327bccb69460 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.579107 [ 3 ] {} HTTP-Session: 3b986608-e0a3-405c-b71e-327bccb69460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.579125 [ 3 ] {} HTTP-Session: 3b986608-e0a3-405c-b71e-327bccb69460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.579178 [ 3 ] {} HTTP-Session: 3b986608-e0a3-405c-b71e-327bccb69460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.579381 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.579455 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:40:54.579666 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.580124 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.580165 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.580517 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 22:40:54.580843 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.580976 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} executeQuery: Read 31 rows, 2.51 KiB in 0.001664 sec., 18629.807692307695 rows/sec., 1.47 MiB/sec. 2024.04.29 22:40:54.581163 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.581188 [ 3 ] {14ceaf09-6499-46cc-a949-2b8ab9f4f2f8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:40:54.581204 [ 3 ] {} HTTP-Session: 3b986608-e0a3-405c-b71e-327bccb69460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.581332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.581381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.581400 [ 3 ] {} HTTP-Session: 2f2b0385-c8ab-4717-9220-3d7ff9d7b4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.581417 [ 3 ] {} HTTP-Session: 2f2b0385-c8ab-4717-9220-3d7ff9d7b4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.581430 [ 3 ] {} HTTP-Session: 2f2b0385-c8ab-4717-9220-3d7ff9d7b4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.581461 [ 3 ] {} HTTP-Session: 2f2b0385-c8ab-4717-9220-3d7ff9d7b4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.581562 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.581605 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:40:54.581729 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.582041 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.582076 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.582366 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:40:54.582665 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.582781 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} executeQuery: Read 14 rows, 1.18 KiB in 0.001248 sec., 11217.948717948719 rows/sec., 947.61 KiB/sec. 2024.04.29 22:40:54.583050 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.583075 [ 3 ] {38b23bd1-34f5-475d-a216-330c99072a2a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:40:54.583091 [ 3 ] {} HTTP-Session: 2f2b0385-c8ab-4717-9220-3d7ff9d7b4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.583247 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.583295 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.583314 [ 3 ] {} HTTP-Session: 8f4c2686-40bc-4874-b2fc-10372712353d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.583330 [ 3 ] {} HTTP-Session: 8f4c2686-40bc-4874-b2fc-10372712353d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.583343 [ 3 ] {} HTTP-Session: 8f4c2686-40bc-4874-b2fc-10372712353d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.583373 [ 3 ] {} HTTP-Session: 8f4c2686-40bc-4874-b2fc-10372712353d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.583492 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.583533 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:40:54.583673 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.584027 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.584062 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.584358 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 22:40:54.584646 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.584765 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} executeQuery: Read 103 rows, 9.25 KiB in 0.001318 sec., 78148.71016691958 rows/sec., 6.85 MiB/sec. 2024.04.29 22:40:54.584921 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.584945 [ 3 ] {2a32a1dd-52ee-432b-9ae6-8ff58fc58400} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:40:54.584961 [ 3 ] {} HTTP-Session: 8f4c2686-40bc-4874-b2fc-10372712353d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.585112 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.585160 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.585179 [ 3 ] {} HTTP-Session: fb3a4e8d-4192-46bf-a036-b43200a06c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.585195 [ 3 ] {} HTTP-Session: fb3a4e8d-4192-46bf-a036-b43200a06c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.585208 [ 3 ] {} HTTP-Session: fb3a4e8d-4192-46bf-a036-b43200a06c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.585237 [ 3 ] {} HTTP-Session: fb3a4e8d-4192-46bf-a036-b43200a06c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.585331 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.585372 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:40:54.585494 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.585771 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.585806 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.586094 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 22:40:54.586392 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.586503 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} executeQuery: Read 14 rows, 1.02 KiB in 0.001199 sec., 11676.396997497915 rows/sec., 849.50 KiB/sec. 2024.04.29 22:40:54.586656 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.586679 [ 3 ] {bd829e5b-2c7e-432b-8dc4-e0aff89a1855} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:40:54.586694 [ 3 ] {} HTTP-Session: fb3a4e8d-4192-46bf-a036-b43200a06c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.586803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.586850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.586869 [ 3 ] {} HTTP-Session: 1de96481-8ed5-4eab-8164-14dc18df5cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.586884 [ 3 ] {} HTTP-Session: 1de96481-8ed5-4eab-8164-14dc18df5cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.586899 [ 3 ] {} HTTP-Session: 1de96481-8ed5-4eab-8164-14dc18df5cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.586928 [ 3 ] {} HTTP-Session: 1de96481-8ed5-4eab-8164-14dc18df5cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.587035 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.587075 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:40:54.587197 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.587496 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.587530 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.587824 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 22:40:54.588120 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.588237 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} executeQuery: Read 45 rows, 3.67 KiB in 0.001238 sec., 36348.94991922456 rows/sec., 2.89 MiB/sec. 2024.04.29 22:40:54.588430 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.588454 [ 3 ] {ab03073f-9b91-4e40-bf46-525d05b4e1a0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:40:54.588470 [ 3 ] {} HTTP-Session: 1de96481-8ed5-4eab-8164-14dc18df5cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.588577 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.588625 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.588645 [ 3 ] {} HTTP-Session: 14cb4756-1ef9-4cab-ac71-b35a9150d11e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.588660 [ 3 ] {} HTTP-Session: 14cb4756-1ef9-4cab-ac71-b35a9150d11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.588674 [ 3 ] {} HTTP-Session: 14cb4756-1ef9-4cab-ac71-b35a9150d11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.588704 [ 3 ] {} HTTP-Session: 14cb4756-1ef9-4cab-ac71-b35a9150d11e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.588797 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.588842 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:40:54.588981 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.589278 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.589313 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.589668 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:40:54.589992 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.590117 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} executeQuery: Read 7 rows, 525.00 B in 0.001346 sec., 5200.594353640417 rows/sec., 380.90 KiB/sec. 2024.04.29 22:40:54.590280 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.590304 [ 3 ] {2dce844f-8ca5-46dd-9541-df396282a23c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:40:54.590319 [ 3 ] {} HTTP-Session: 14cb4756-1ef9-4cab-ac71-b35a9150d11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.590470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:40:54.590518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:40:54.590537 [ 3 ] {} HTTP-Session: 748399c0-7444-4336-9dba-f9d555b25d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:40:54.590552 [ 3 ] {} HTTP-Session: 748399c0-7444-4336-9dba-f9d555b25d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.590566 [ 3 ] {} HTTP-Session: 748399c0-7444-4336-9dba-f9d555b25d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:40:54.590596 [ 3 ] {} HTTP-Session: 748399c0-7444-4336-9dba-f9d555b25d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:40:54.590841 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:40:54.590887 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:40:54.591040 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:40:54.591514 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:40:54.591549 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:40:54.591949 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 22:40:54.592270 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:40:54.592388 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} executeQuery: Read 31 rows, 42.84 KiB in 0.00172 sec., 18023.25581395349 rows/sec., 24.32 MiB/sec. 2024.04.29 22:40:54.592552 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} DynamicQueryHandler: Done processing query 2024.04.29 22:40:54.592575 [ 3 ] {74f80e09-880f-4f2a-86a8-0e96aba78f76} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:40:54.592590 [ 3 ] {} HTTP-Session: 748399c0-7444-4336-9dba-f9d555b25d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:03.012178 [ 39 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:41:03.012258 [ 39 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:41:04.577912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:04.578051 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:04.578080 [ 3 ] {} HTTP-Session: 7fc0a68d-5dcb-4b6c-a387-4db55a92553b Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:04.578107 [ 3 ] {} HTTP-Session: 7fc0a68d-5dcb-4b6c-a387-4db55a92553b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.578125 [ 3 ] {} HTTP-Session: 7fc0a68d-5dcb-4b6c-a387-4db55a92553b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.578179 [ 3 ] {} HTTP-Session: 7fc0a68d-5dcb-4b6c-a387-4db55a92553b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:04.578382 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:04.578447 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:04.578635 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:04.579061 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:04.579108 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:41:04.579471 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 22:41:04.579805 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:04.579975 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} executeQuery: Read 31 rows, 2.51 KiB in 0.001649 sec., 18799.27228623408 rows/sec., 1.49 MiB/sec. 2024.04.29 22:41:04.580181 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} DynamicQueryHandler: Done processing query 2024.04.29 22:41:04.580209 [ 3 ] {e0e9fb7b-5566-4c7f-ae5c-7398d2ebb160} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:04.580226 [ 3 ] {} HTTP-Session: 7fc0a68d-5dcb-4b6c-a387-4db55a92553b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.580366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:04.580422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:04.580442 [ 3 ] {} HTTP-Session: b0cc2295-285b-4651-b3a0-fbc5a77311ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:04.580460 [ 3 ] {} HTTP-Session: b0cc2295-285b-4651-b3a0-fbc5a77311ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.580473 [ 3 ] {} HTTP-Session: b0cc2295-285b-4651-b3a0-fbc5a77311ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.580508 [ 3 ] {} HTTP-Session: b0cc2295-285b-4651-b3a0-fbc5a77311ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:04.580636 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:04.580682 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:04.580812 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:04.581176 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:04.581213 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:41:04.581529 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 22:41:04.581824 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:04.581974 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} executeQuery: Read 93 rows, 8.41 KiB in 0.00138 sec., 67391.3043478261 rows/sec., 5.95 MiB/sec. 2024.04.29 22:41:04.582295 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} DynamicQueryHandler: Done processing query 2024.04.29 22:41:04.582321 [ 3 ] {67bfc948-bbd4-4f6a-b087-b98533659ddb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:41:04.582337 [ 3 ] {} HTTP-Session: b0cc2295-285b-4651-b3a0-fbc5a77311ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.582461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:04.582512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:04.582531 [ 3 ] {} HTTP-Session: 506612e0-339d-4f22-aa35-e89af23b913d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:04.582547 [ 3 ] {} HTTP-Session: 506612e0-339d-4f22-aa35-e89af23b913d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.582561 [ 3 ] {} HTTP-Session: 506612e0-339d-4f22-aa35-e89af23b913d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.582592 [ 3 ] {} HTTP-Session: 506612e0-339d-4f22-aa35-e89af23b913d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:04.582707 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:04.582753 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:04.582899 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:04.583206 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:04.583242 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:41:04.583535 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 22:41:04.583829 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:04.584001 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} executeQuery: Read 31 rows, 2.48 KiB in 0.001331 sec., 23290.75882794891 rows/sec., 1.82 MiB/sec. 2024.04.29 22:41:04.584290 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} DynamicQueryHandler: Done processing query 2024.04.29 22:41:04.584313 [ 3 ] {5950c54d-e6d2-4299-909e-06b6f24e9f99} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:04.584329 [ 3 ] {} HTTP-Session: 506612e0-339d-4f22-aa35-e89af23b913d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.584503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:04.584552 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:04.584571 [ 3 ] {} HTTP-Session: 528fded2-65fe-413e-a83c-9e352af3f3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:04.584588 [ 3 ] {} HTTP-Session: 528fded2-65fe-413e-a83c-9e352af3f3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.584602 [ 3 ] {} HTTP-Session: 528fded2-65fe-413e-a83c-9e352af3f3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:04.584633 [ 3 ] {} HTTP-Session: 528fded2-65fe-413e-a83c-9e352af3f3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:04.584887 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:04.584940 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:04.585117 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:04.585596 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:04.585631 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. 2024.04.29 22:41:04.586060 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 22:41:04.586390 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:04.586554 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} executeQuery: Read 31 rows, 42.84 KiB in 0.001841 sec., 16838.67463335144 rows/sec., 22.72 MiB/sec. 2024.04.29 22:41:04.586731 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} DynamicQueryHandler: Done processing query 2024.04.29 22:41:04.586755 [ 3 ] {5760476f-a31b-4815-a09f-6cbd4d26b4a1} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:04.586771 [ 3 ] {} HTTP-Session: 528fded2-65fe-413e-a83c-9e352af3f3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.579061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:14.579193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:14.579218 [ 3 ] {} HTTP-Session: 02360d40-5775-48d8-aff1-8f15c3b5c693 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:14.579241 [ 3 ] {} HTTP-Session: 02360d40-5775-48d8-aff1-8f15c3b5c693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.579256 [ 3 ] {} HTTP-Session: 02360d40-5775-48d8-aff1-8f15c3b5c693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.579301 [ 3 ] {} HTTP-Session: 02360d40-5775-48d8-aff1-8f15c3b5c693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:14.579488 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:14.579552 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:14.579744 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:14.580183 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.580224 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.580571 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 22:41:14.580893 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.581026 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} executeQuery: Read 31 rows, 2.51 KiB in 0.001598 sec., 19399.249061326656 rows/sec., 1.54 MiB/sec. 2024.04.29 22:41:14.581036 [ 32 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.04.29 22:41:14.581092 [ 32 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.581128 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.581249 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} DynamicQueryHandler: Done processing query 2024.04.29 22:41:14.581297 [ 3 ] {9d300aae-7d9e-4149-a5b0-a5d4b181293f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:14.581299 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.04.29 22:41:14.581331 [ 3 ] {} HTTP-Session: 02360d40-5775-48d8-aff1-8f15c3b5c693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.581475 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:14.581512 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part 2024.04.29 22:41:14.581525 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:14.581590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:14.581599 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:14.581647 [ 3 ] {} HTTP-Session: 007abca6-d605-45b7-99d1-b61bed8b1d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:14.581720 [ 3 ] {} HTTP-Session: 007abca6-d605-45b7-99d1-b61bed8b1d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.581775 [ 3 ] {} HTTP-Session: 007abca6-d605-45b7-99d1-b61bed8b1d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.581932 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:14.581953 [ 3 ] {} HTTP-Session: 007abca6-d605-45b7-99d1-b61bed8b1d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:14.582320 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:14.582363 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:14.582539 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:14.582551 [ 192 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:14.583103 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:14.583729 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.583772 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.584106 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.002908077 sec., 53299.826655208926 rows/sec., 4.22 MiB/sec. 2024.04.29 22:41:14.584267 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 22:41:14.584329 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.04.29 22:41:14.584975 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.585296 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} executeQuery: Read 129 rows, 11.22 KiB in 0.00308 sec., 41883.11688311688 rows/sec., 3.56 MiB/sec. 2024.04.29 22:41:14.585317 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.585817 [ 186 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_14_3} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.04.29 22:41:14.585827 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} DynamicQueryHandler: Done processing query 2024.04.29 22:41:14.585874 [ 3 ] {71c256a9-5164-4de7-9f85-c4fffc94505c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:41:14.585944 [ 3 ] {} HTTP-Session: 007abca6-d605-45b7-99d1-b61bed8b1d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.585994 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 22:41:14.586136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:14.586192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:14.586212 [ 3 ] {} HTTP-Session: a953b47d-8047-4eb0-a216-141496c621f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:14.586228 [ 3 ] {} HTTP-Session: a953b47d-8047-4eb0-a216-141496c621f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.586242 [ 3 ] {} HTTP-Session: a953b47d-8047-4eb0-a216-141496c621f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.586273 [ 3 ] {} HTTP-Session: a953b47d-8047-4eb0-a216-141496c621f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:14.586399 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:14.586442 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:14.586586 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:14.586928 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.586963 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.587279 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 22:41:14.587580 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.587703 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} executeQuery: Read 55 rows, 4.38 KiB in 0.001351 sec., 40710.58475203553 rows/sec., 3.17 MiB/sec. 2024.04.29 22:41:14.587887 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} DynamicQueryHandler: Done processing query 2024.04.29 22:41:14.587911 [ 3 ] {8ee764e6-1ad0-4469-a419-deaafe590554} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:41:14.587927 [ 3 ] {} HTTP-Session: a953b47d-8047-4eb0-a216-141496c621f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.588058 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:14.588105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:14.588124 [ 3 ] {} HTTP-Session: b4c8f871-790f-449c-983c-81e3a49af3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:14.588139 [ 3 ] {} HTTP-Session: b4c8f871-790f-449c-983c-81e3a49af3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.588153 [ 3 ] {} HTTP-Session: b4c8f871-790f-449c-983c-81e3a49af3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.588182 [ 3 ] {} HTTP-Session: b4c8f871-790f-449c-983c-81e3a49af3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:14.588284 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:14.588329 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:41:14.588465 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:14.588763 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.588798 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.589165 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:41:14.589498 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.589630 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} executeQuery: Read 36 rows, 2.60 KiB in 0.001371 sec., 26258.2056892779 rows/sec., 1.85 MiB/sec. 2024.04.29 22:41:14.589921 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} DynamicQueryHandler: Done processing query 2024.04.29 22:41:14.589945 [ 3 ] {4079381b-1664-40f4-8874-0b682666645b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:14.589960 [ 3 ] {} HTTP-Session: b4c8f871-790f-449c-983c-81e3a49af3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.590102 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:14.590151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:14.590169 [ 3 ] {} HTTP-Session: d07b0e48-de4c-47cf-9a5d-16a04a846a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:14.590185 [ 3 ] {} HTTP-Session: d07b0e48-de4c-47cf-9a5d-16a04a846a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.590199 [ 3 ] {} HTTP-Session: d07b0e48-de4c-47cf-9a5d-16a04a846a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:14.590228 [ 3 ] {} HTTP-Session: d07b0e48-de4c-47cf-9a5d-16a04a846a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:14.590483 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:14.590531 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:14.590708 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:14.591147 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:14.591183 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:14.591571 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 22:41:14.591929 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:14.592058 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} executeQuery: Read 31 rows, 42.84 KiB in 0.001751 sec., 17704.16904625928 rows/sec., 23.89 MiB/sec. 2024.04.29 22:41:14.592269 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} DynamicQueryHandler: Done processing query 2024.04.29 22:41:14.592293 [ 3 ] {4f7403af-9962-4c25-ab72-7d47987c628b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:14.592308 [ 3 ] {} HTTP-Session: d07b0e48-de4c-47cf-9a5d-16a04a846a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:18.012516 [ 57 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:41:18.012585 [ 57 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:41:24.578327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:24.578502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:24.578544 [ 3 ] {} HTTP-Session: bae4179a-ead2-4579-bb21-691b0885aa10 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:24.578581 [ 3 ] {} HTTP-Session: bae4179a-ead2-4579-bb21-691b0885aa10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.578609 [ 3 ] {} HTTP-Session: bae4179a-ead2-4579-bb21-691b0885aa10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.578681 [ 3 ] {} HTTP-Session: bae4179a-ead2-4579-bb21-691b0885aa10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:24.578954 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:24.579052 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:24.579245 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:24.579703 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:24.579745 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:24.580093 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 22:41:24.580406 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:24.580565 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} executeQuery: Read 31 rows, 2.51 KiB in 0.001699 sec., 18246.027074749854 rows/sec., 1.44 MiB/sec. 2024.04.29 22:41:24.580748 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} DynamicQueryHandler: Done processing query 2024.04.29 22:41:24.580774 [ 3 ] {582029c7-d9f6-4c82-87f4-8f99be919b89} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:24.580790 [ 3 ] {} HTTP-Session: bae4179a-ead2-4579-bb21-691b0885aa10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.580929 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:24.580977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:24.580996 [ 3 ] {} HTTP-Session: 1c18716a-a8af-4344-972b-470a7bcf3208 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:24.581013 [ 3 ] {} HTTP-Session: 1c18716a-a8af-4344-972b-470a7bcf3208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.581026 [ 3 ] {} HTTP-Session: 1c18716a-a8af-4344-972b-470a7bcf3208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.581056 [ 3 ] {} HTTP-Session: 1c18716a-a8af-4344-972b-470a7bcf3208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:24.581174 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:24.581216 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:24.581337 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:24.581699 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:24.581735 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:24.582034 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 22:41:24.582330 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:24.582491 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} executeQuery: Read 93 rows, 8.41 KiB in 0.001344 sec., 69196.42857142858 rows/sec., 6.11 MiB/sec. 2024.04.29 22:41:24.582654 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} DynamicQueryHandler: Done processing query 2024.04.29 22:41:24.582678 [ 3 ] {784d8d75-2eea-45bf-9b9c-88a0222a3049} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:41:24.582694 [ 3 ] {} HTTP-Session: 1c18716a-a8af-4344-972b-470a7bcf3208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.582845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:24.582892 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:24.582911 [ 3 ] {} HTTP-Session: 87fe496a-1109-4c3d-bf52-2981937c1ac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:24.582929 [ 3 ] {} HTTP-Session: 87fe496a-1109-4c3d-bf52-2981937c1ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.582942 [ 3 ] {} HTTP-Session: 87fe496a-1109-4c3d-bf52-2981937c1ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.582971 [ 3 ] {} HTTP-Session: 87fe496a-1109-4c3d-bf52-2981937c1ac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:24.583078 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:24.583120 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:24.583239 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:24.583535 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:24.583570 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:24.583862 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 22:41:24.584158 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:24.584305 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} executeQuery: Read 31 rows, 2.48 KiB in 0.001264 sec., 24525.316455696204 rows/sec., 1.92 MiB/sec. 2024.04.29 22:41:24.584456 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} DynamicQueryHandler: Done processing query 2024.04.29 22:41:24.584480 [ 3 ] {36bc77fe-e087-43a1-b751-27b97b325c00} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:24.584496 [ 3 ] {} HTTP-Session: 87fe496a-1109-4c3d-bf52-2981937c1ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.584645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:24.584690 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:24.584708 [ 3 ] {} HTTP-Session: 00c6cf8c-2b60-4b48-84f8-20af9cb1fc36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:24.584723 [ 3 ] {} HTTP-Session: 00c6cf8c-2b60-4b48-84f8-20af9cb1fc36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.584737 [ 3 ] {} HTTP-Session: 00c6cf8c-2b60-4b48-84f8-20af9cb1fc36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:24.584766 [ 3 ] {} HTTP-Session: 00c6cf8c-2b60-4b48-84f8-20af9cb1fc36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:24.585009 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:24.585057 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:24.585214 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:24.585835 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:24.585871 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:24.586286 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 22:41:24.586614 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:24.586768 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} executeQuery: Read 31 rows, 42.84 KiB in 0.001926 sec., 16095.534787123572 rows/sec., 21.72 MiB/sec. 2024.04.29 22:41:24.586940 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} DynamicQueryHandler: Done processing query 2024.04.29 22:41:24.586964 [ 3 ] {1d65893e-68fe-495e-9bc9-0eee2bd14b5d} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:24.586979 [ 3 ] {} HTTP-Session: 00c6cf8c-2b60-4b48-84f8-20af9cb1fc36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:25.249778 [ 101 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.29 22:41:25.249848 [ 101 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:25.249876 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:25.250103 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.04.29 22:41:25.250279 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:25.250323 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part 2024.04.29 22:41:25.250436 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 360 rows starting from the beginning of the part 2024.04.29 22:41:25.250525 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 39 rows starting from the beginning of the part 2024.04.29 22:41:25.250790 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part 2024.04.29 22:41:25.250940 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2024.04.29 22:41:25.252090 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 5 columns (5 merged, 0 gathered) in 0.002103168 sec., 213487.46272290184 rows/sec., 15.07 MiB/sec. 2024.04.29 22:41:25.252260 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.29 22:41:25.252648 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:25.252724 [ 200 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_5_1} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.29 22:41:25.252798 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.29 22:41:33.012864 [ 122 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:41:33.012970 [ 122 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:41:34.577746 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:34.577886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:34.577916 [ 3 ] {} HTTP-Session: d53dbb9e-2d62-4fd6-9475-5c5588cd1910 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:34.577944 [ 3 ] {} HTTP-Session: d53dbb9e-2d62-4fd6-9475-5c5588cd1910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.577964 [ 3 ] {} HTTP-Session: d53dbb9e-2d62-4fd6-9475-5c5588cd1910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.578017 [ 3 ] {} HTTP-Session: d53dbb9e-2d62-4fd6-9475-5c5588cd1910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:34.578225 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:34.578299 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:34.578496 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:34.578907 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.578950 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.579314 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 22:41:34.579641 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.579801 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} executeQuery: Read 31 rows, 2.51 KiB in 0.001635 sec., 18960.244648318043 rows/sec., 1.50 MiB/sec. 2024.04.29 22:41:34.579984 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} DynamicQueryHandler: Done processing query 2024.04.29 22:41:34.580010 [ 3 ] {5c171675-4528-4d69-8e8e-7b7b91d86d2a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:34.580026 [ 3 ] {} HTTP-Session: d53dbb9e-2d62-4fd6-9475-5c5588cd1910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.580156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:34.580204 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:34.580224 [ 3 ] {} HTTP-Session: b332a5b7-aacb-4b9a-bd94-e3bbd4565c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:34.580240 [ 3 ] {} HTTP-Session: b332a5b7-aacb-4b9a-bd94-e3bbd4565c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.580253 [ 3 ] {} HTTP-Session: b332a5b7-aacb-4b9a-bd94-e3bbd4565c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.580284 [ 3 ] {} HTTP-Session: b332a5b7-aacb-4b9a-bd94-e3bbd4565c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:34.580404 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:34.580447 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:34.580570 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:34.580979 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.581018 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.581325 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 22:41:34.581627 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.581782 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} executeQuery: Read 93 rows, 8.41 KiB in 0.001414 sec., 65770.86280056578 rows/sec., 5.81 MiB/sec. 2024.04.29 22:41:34.581791 [ 146 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 22:41:34.581893 [ 146 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.581946 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.582026 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} DynamicQueryHandler: Done processing query 2024.04.29 22:41:34.582082 [ 3 ] {ba15bcfb-c570-41b9-8c59-a743f5a97581} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:41:34.582145 [ 3 ] {} HTTP-Session: b332a5b7-aacb-4b9a-bd94-e3bbd4565c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.582191 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.04.29 22:41:34.582317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:34.582444 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:34.582457 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:34.582478 [ 3 ] {} HTTP-Session: dbbfe98b-2679-4647-b812-3b5258e22e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:34.582521 [ 3 ] {} HTTP-Session: dbbfe98b-2679-4647-b812-3b5258e22e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.582525 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 142 rows starting from the beginning of the part 2024.04.29 22:41:34.582539 [ 3 ] {} HTTP-Session: dbbfe98b-2679-4647-b812-3b5258e22e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.582616 [ 3 ] {} HTTP-Session: dbbfe98b-2679-4647-b812-3b5258e22e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:34.582832 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 103 rows starting from the beginning of the part 2024.04.29 22:41:34.582933 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:34.583019 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 93 rows starting from the beginning of the part 2024.04.29 22:41:34.583074 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:34.583535 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 129 rows starting from the beginning of the part 2024.04.29 22:41:34.583928 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 93 rows starting from the beginning of the part 2024.04.29 22:41:34.584200 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:34.584256 [ 194 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 93 rows starting from the beginning of the part 2024.04.29 22:41:34.584982 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.585048 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.585882 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 22:41:34.586895 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.587292 [ 146 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 22:41:34.587288 [ 200 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 653 rows, containing 4 columns (4 merged, 0 gathered) in 0.00523773 sec., 124672.32942515172 rows/sec., 10.81 MiB/sec. 2024.04.29 22:41:34.587342 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} executeQuery: Read 31 rows, 2.48 KiB in 0.004534 sec., 6837.229819144244 rows/sec., 547.51 KiB/sec. 2024.04.29 22:41:34.587370 [ 146 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.587471 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.587658 [ 200 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 22:41:34.587949 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} DynamicQueryHandler: Done processing query 2024.04.29 22:41:34.588030 [ 3 ] {6c752f3d-dcec-420a-adf0-90bf266e800a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:34.588128 [ 3 ] {} HTTP-Session: dbbfe98b-2679-4647-b812-3b5258e22e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.588515 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.04.29 22:41:34.588567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:34.588800 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:34.588918 [ 3 ] {} HTTP-Session: c57a2daa-d6c4-4619-87cf-e0f318944f67 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:34.588988 [ 3 ] {} HTTP-Session: c57a2daa-d6c4-4619-87cf-e0f318944f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.589062 [ 3 ] {} HTTP-Session: c57a2daa-d6c4-4619-87cf-e0f318944f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.589193 [ 3 ] {} HTTP-Session: c57a2daa-d6c4-4619-87cf-e0f318944f67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:34.589373 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:34.589461 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 93 rows starting from the beginning of the part 2024.04.29 22:41:34.589580 [ 200 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.589704 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 45 rows starting from the beginning of the part 2024.04.29 22:41:34.589879 [ 200 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_16_3} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 22:41:34.590122 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.590123 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:34.590286 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.04.29 22:41:34.590410 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:34.590625 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 55 rows starting from the beginning of the part 2024.04.29 22:41:34.590968 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.591294 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.591721 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:34.592901 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.592983 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.593956 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 4 columns (4 merged, 0 gathered) in 0.006309354 sec., 45329.52184962201 rows/sec., 3.56 MiB/sec. 2024.04.29 22:41:34.594166 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 22:41:34.594168 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 22:41:34.595277 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.595319 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.595467 [ 186 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_16_3} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 22:41:34.595598 [ 146 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 22:41:34.595710 [ 146 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:34.595726 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.29 22:41:34.595701 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} executeQuery: Read 31 rows, 42.84 KiB in 0.006273 sec., 4941.814124023594 rows/sec., 6.67 MiB/sec. 2024.04.29 22:41:34.595749 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:34.596407 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.04.29 22:41:34.596557 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} DynamicQueryHandler: Done processing query 2024.04.29 22:41:34.596690 [ 3 ] {68b12fcb-2666-4178-95f9-7f0f291105ac} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:34.596795 [ 3 ] {} HTTP-Session: c57a2daa-d6c4-4619-87cf-e0f318944f67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:34.597036 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:34.597075 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 269 rows starting from the beginning of the part 2024.04.29 22:41:34.597192 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.597310 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.597453 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.597570 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.597673 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:34.599747 [ 199 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 6 columns (6 merged, 0 gathered) in 0.003859867 sec., 109848.34451549756 rows/sec., 148.23 MiB/sec. 2024.04.29 22:41:34.600055 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 22:41:34.600451 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:34.600524 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_16_3} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 22:41:34.600597 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. 2024.04.29 22:41:44.579241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.579424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.579468 [ 3 ] {} HTTP-Session: cdcbfaec-c3fe-4bee-b8b0-97ce9b2128c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.579509 [ 3 ] {} HTTP-Session: cdcbfaec-c3fe-4bee-b8b0-97ce9b2128c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.579537 [ 3 ] {} HTTP-Session: cdcbfaec-c3fe-4bee-b8b0-97ce9b2128c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.579612 [ 3 ] {} HTTP-Session: cdcbfaec-c3fe-4bee-b8b0-97ce9b2128c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.579857 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.579920 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:44.580110 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.580586 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.580625 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.580976 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 22:41:44.581315 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.581450 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} executeQuery: Read 31 rows, 2.51 KiB in 0.001654 sec., 18742.442563482466 rows/sec., 1.48 MiB/sec. 2024.04.29 22:41:44.581642 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.581668 [ 3 ] {38db6aca-0ee2-4b09-8fe8-a7139aaad6c9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:44.581684 [ 3 ] {} HTTP-Session: cdcbfaec-c3fe-4bee-b8b0-97ce9b2128c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.581826 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.581873 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.581893 [ 3 ] {} HTTP-Session: 5992238b-b873-448f-91d2-5c093d31e2d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.581909 [ 3 ] {} HTTP-Session: 5992238b-b873-448f-91d2-5c093d31e2d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.581922 [ 3 ] {} HTTP-Session: 5992238b-b873-448f-91d2-5c093d31e2d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.581952 [ 3 ] {} HTTP-Session: 5992238b-b873-448f-91d2-5c093d31e2d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.582047 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.582090 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:41:44.582220 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.582535 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.582571 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.582864 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:41:44.583211 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.583332 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} executeQuery: Read 6 rows, 501.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 373.76 KiB/sec. 2024.04.29 22:41:44.583586 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.583610 [ 3 ] {c1091708-b323-4a97-9900-42ec40628318} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:41:44.583626 [ 3 ] {} HTTP-Session: 5992238b-b873-448f-91d2-5c093d31e2d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.583757 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.583805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.583823 [ 3 ] {} HTTP-Session: bcaf5906-d21c-4fea-85d5-cecd6a2bdeb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.583839 [ 3 ] {} HTTP-Session: bcaf5906-d21c-4fea-85d5-cecd6a2bdeb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.583853 [ 3 ] {} HTTP-Session: bcaf5906-d21c-4fea-85d5-cecd6a2bdeb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.583882 [ 3 ] {} HTTP-Session: bcaf5906-d21c-4fea-85d5-cecd6a2bdeb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.584018 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.584061 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:44.584198 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.584584 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.584621 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.584924 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 22:41:44.585227 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.585355 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} executeQuery: Read 132 rows, 11.44 KiB in 0.001395 sec., 94623.6559139785 rows/sec., 8.01 MiB/sec. 2024.04.29 22:41:44.585516 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.585539 [ 3 ] {0ddc979a-9ad4-42bb-8954-00f744930878} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:41:44.585555 [ 3 ] {} HTTP-Session: bcaf5906-d21c-4fea-85d5-cecd6a2bdeb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.585676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.585723 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.585743 [ 3 ] {} HTTP-Session: 26efeb54-4787-47c5-a492-801f8461b681 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.585759 [ 3 ] {} HTTP-Session: 26efeb54-4787-47c5-a492-801f8461b681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.585772 [ 3 ] {} HTTP-Session: 26efeb54-4787-47c5-a492-801f8461b681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.585801 [ 3 ] {} HTTP-Session: 26efeb54-4787-47c5-a492-801f8461b681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.585893 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.585934 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:41:44.586056 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.586355 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.586390 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.586691 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 22:41:44.586987 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.587110 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} executeQuery: Read 6 rows, 429.00 B in 0.001241 sec., 4834.810636583401 rows/sec., 337.59 KiB/sec. 2024.04.29 22:41:44.587377 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.587400 [ 3 ] {870958d4-a8b9-4375-bc85-850833af633b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:41:44.587415 [ 3 ] {} HTTP-Session: 26efeb54-4787-47c5-a492-801f8461b681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.587537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 10361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.587584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.587602 [ 3 ] {} HTTP-Session: e86cd320-d8fc-41ad-9c61-4dec126625ab Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.587618 [ 3 ] {} HTTP-Session: e86cd320-d8fc-41ad-9c61-4dec126625ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.587632 [ 3 ] {} HTTP-Session: e86cd320-d8fc-41ad-9c61-4dec126625ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.587661 [ 3 ] {} HTTP-Session: e86cd320-d8fc-41ad-9c61-4dec126625ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.587771 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.587813 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:44.587950 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.588280 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.588315 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.588610 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 22:41:44.588896 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.589014 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} executeQuery: Read 61 rows, 4.87 KiB in 0.001282 sec., 47581.903276131045 rows/sec., 3.71 MiB/sec. 2024.04.29 22:41:44.589171 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.589194 [ 3 ] {14485efd-825e-4bb6-91a7-a9f63dab558d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:41:44.589210 [ 3 ] {} HTTP-Session: e86cd320-d8fc-41ad-9c61-4dec126625ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.589320 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.589367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.589385 [ 3 ] {} HTTP-Session: 6a1cd994-30a4-4e44-a62d-ea88fb4b9009 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.589401 [ 3 ] {} HTTP-Session: 6a1cd994-30a4-4e44-a62d-ea88fb4b9009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.589414 [ 3 ] {} HTTP-Session: 6a1cd994-30a4-4e44-a62d-ea88fb4b9009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.589443 [ 3 ] {} HTTP-Session: 6a1cd994-30a4-4e44-a62d-ea88fb4b9009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.589550 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.589595 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:41:44.589733 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.590089 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.590124 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.590482 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:41:44.590799 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.590923 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} executeQuery: Read 39 rows, 2.81 KiB in 0.001411 sec., 27639.971651311127 rows/sec., 1.95 MiB/sec. 2024.04.29 22:41:44.591179 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.591203 [ 3 ] {5f0466f4-0791-4918-aaae-5c5e75f6006c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:44.591219 [ 3 ] {} HTTP-Session: 6a1cd994-30a4-4e44-a62d-ea88fb4b9009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.591374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:44.591421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:44.591440 [ 3 ] {} HTTP-Session: 7bd89f93-6acc-4241-8622-c1308060e079 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:44.591456 [ 3 ] {} HTTP-Session: 7bd89f93-6acc-4241-8622-c1308060e079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.591469 [ 3 ] {} HTTP-Session: 7bd89f93-6acc-4241-8622-c1308060e079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:44.591498 [ 3 ] {} HTTP-Session: 7bd89f93-6acc-4241-8622-c1308060e079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:44.591759 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:44.591807 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:44.591977 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:44.592503 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:44.592539 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:44.592941 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 22:41:44.593293 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:44.593433 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} executeQuery: Read 31 rows, 42.84 KiB in 0.001855 sec., 16711.590296495957 rows/sec., 22.55 MiB/sec. 2024.04.29 22:41:44.593606 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} DynamicQueryHandler: Done processing query 2024.04.29 22:41:44.593629 [ 3 ] {5c07d316-5c13-4598-9ef1-7c7829a3bb62} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:44.593645 [ 3 ] {} HTTP-Session: 7bd89f93-6acc-4241-8622-c1308060e079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:48.013232 [ 125 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:41:48.013286 [ 125 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:41:54.578882 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.579070 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.579114 [ 3 ] {} HTTP-Session: 0ebb3123-c206-4460-9788-4092f2632e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.579155 [ 3 ] {} HTTP-Session: 0ebb3123-c206-4460-9788-4092f2632e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.579184 [ 3 ] {} HTTP-Session: 0ebb3123-c206-4460-9788-4092f2632e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.579259 [ 3 ] {} HTTP-Session: 0ebb3123-c206-4460-9788-4092f2632e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.579554 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.579660 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:41:54.579975 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.580567 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.580609 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.580963 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 22:41:54.581288 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.581435 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} executeQuery: Read 31 rows, 2.51 KiB in 0.001982 sec., 15640.766902119072 rows/sec., 1.24 MiB/sec. 2024.04.29 22:41:54.581476 [ 151 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2024.04.29 22:41:54.581580 [ 151 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.581613 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.581715 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.581761 [ 3 ] {cbb88331-5dec-4d70-94d9-a79b34a64608} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:41:54.581786 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2024.04.29 22:41:54.581801 [ 3 ] {} HTTP-Session: 0ebb3123-c206-4460-9788-4092f2632e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.581967 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:41:54.581984 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.582002 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 31 rows starting from the beginning of the part 2024.04.29 22:41:54.582042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.582078 [ 3 ] {} HTTP-Session: fe4ed270-80aa-48d8-9cbb-51f5d0917c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.582107 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:54.582146 [ 3 ] {} HTTP-Session: fe4ed270-80aa-48d8-9cbb-51f5d0917c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.582216 [ 3 ] {} HTTP-Session: fe4ed270-80aa-48d8-9cbb-51f5d0917c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.582366 [ 3 ] {} HTTP-Session: fe4ed270-80aa-48d8-9cbb-51f5d0917c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.582381 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:54.582885 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.582925 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:54.582995 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:41:54.583111 [ 200 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2024.04.29 22:41:54.583779 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.584307 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.584350 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.584875 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:41:54.584931 [ 198 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.003241994 sec., 47810.08231353913 rows/sec., 3.78 MiB/sec. 2024.04.29 22:41:54.585242 [ 198 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2024.04.29 22:41:54.585443 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.585922 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} executeQuery: Read 14 rows, 1.18 KiB in 0.003273 sec., 4277.421326000611 rows/sec., 361.33 KiB/sec. 2024.04.29 22:41:54.586360 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.586414 [ 3 ] {6b62edc0-2bae-420a-b472-5efe7d389718} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:41:54.586450 [ 3 ] {} HTTP-Session: fe4ed270-80aa-48d8-9cbb-51f5d0917c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.586449 [ 198 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.586577 [ 198 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_18_4} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2024.04.29 22:41:54.586618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.586713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.586732 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 22:41:54.586743 [ 3 ] {} HTTP-Session: 6e742685-f5a6-405a-a230-fc9d433b6926 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.586783 [ 3 ] {} HTTP-Session: 6e742685-f5a6-405a-a230-fc9d433b6926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.586798 [ 3 ] {} HTTP-Session: 6e742685-f5a6-405a-a230-fc9d433b6926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.586828 [ 3 ] {} HTTP-Session: 6e742685-f5a6-405a-a230-fc9d433b6926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.586964 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.587007 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:41:54.587151 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.587523 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.587559 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.587865 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 22:41:54.588162 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.588317 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} executeQuery: Read 103 rows, 9.25 KiB in 0.001401 sec., 73518.91506067096 rows/sec., 6.45 MiB/sec. 2024.04.29 22:41:54.588526 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.588553 [ 3 ] {b323e227-cf39-48c6-9f09-ca1c4a873f69} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:41:54.588569 [ 3 ] {} HTTP-Session: 6e742685-f5a6-405a-a230-fc9d433b6926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.588687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.588735 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.588753 [ 3 ] {} HTTP-Session: 25d57668-2461-4d54-a3ce-f0b65d72caa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.588770 [ 3 ] {} HTTP-Session: 25d57668-2461-4d54-a3ce-f0b65d72caa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.588783 [ 3 ] {} HTTP-Session: 25d57668-2461-4d54-a3ce-f0b65d72caa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.588814 [ 3 ] {} HTTP-Session: 25d57668-2461-4d54-a3ce-f0b65d72caa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.588922 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.588965 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:41:54.589088 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.589359 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.589393 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.589675 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 22:41:54.590022 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.590177 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} executeQuery: Read 14 rows, 1.02 KiB in 0.001272 sec., 11006.289308176101 rows/sec., 800.75 KiB/sec. 2024.04.29 22:41:54.590452 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.590476 [ 3 ] {5b1e8eb5-0570-4e86-b531-2be83d319136} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:41:54.590492 [ 3 ] {} HTTP-Session: 25d57668-2461-4d54-a3ce-f0b65d72caa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.590613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.590659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.590677 [ 3 ] {} HTTP-Session: 6eb34d6f-459a-4eea-8f95-5270cc5465f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.590694 [ 3 ] {} HTTP-Session: 6eb34d6f-459a-4eea-8f95-5270cc5465f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.590708 [ 3 ] {} HTTP-Session: 6eb34d6f-459a-4eea-8f95-5270cc5465f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.590739 [ 3 ] {} HTTP-Session: 6eb34d6f-459a-4eea-8f95-5270cc5465f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.590842 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.590884 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:41:54.591036 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.591336 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.591371 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.591668 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 22:41:54.591955 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.592103 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} executeQuery: Read 45 rows, 3.67 KiB in 0.001285 sec., 35019.45525291829 rows/sec., 2.79 MiB/sec. 2024.04.29 22:41:54.592261 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.592309 [ 3 ] {69119446-5b86-4d0b-9f38-9b6cc2a2cb02} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:41:54.592324 [ 3 ] {} HTTP-Session: 6eb34d6f-459a-4eea-8f95-5270cc5465f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.592434 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.592480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.592498 [ 3 ] {} HTTP-Session: ed8f3e31-838a-4af5-92f5-c69757fba928 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.592514 [ 3 ] {} HTTP-Session: ed8f3e31-838a-4af5-92f5-c69757fba928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.592528 [ 3 ] {} HTTP-Session: ed8f3e31-838a-4af5-92f5-c69757fba928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.592557 [ 3 ] {} HTTP-Session: ed8f3e31-838a-4af5-92f5-c69757fba928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.592655 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.592699 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:41:54.592862 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.593140 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.593176 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.593525 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:41:54.593855 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.594008 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} executeQuery: Read 7 rows, 525.00 B in 0.00137 sec., 5109.489051094891 rows/sec., 374.23 KiB/sec. 2024.04.29 22:41:54.594222 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.594246 [ 3 ] {32f5bb87-af24-4ae0-bf86-0dcd2bfef50b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:41:54.594261 [ 3 ] {} HTTP-Session: ed8f3e31-838a-4af5-92f5-c69757fba928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.594390 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:41:54.594438 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:41:54.594456 [ 3 ] {} HTTP-Session: 7c86fcc2-648a-4083-a143-deb8b6ea95d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:41:54.594471 [ 3 ] {} HTTP-Session: 7c86fcc2-648a-4083-a143-deb8b6ea95d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.594485 [ 3 ] {} HTTP-Session: 7c86fcc2-648a-4083-a143-deb8b6ea95d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:41:54.594515 [ 3 ] {} HTTP-Session: 7c86fcc2-648a-4083-a143-deb8b6ea95d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:41:54.594771 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:41:54.594817 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:41:54.594974 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:41:54.595399 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:41:54.595433 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:41:54.595824 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 22:41:54.596149 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:41:54.596306 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} executeQuery: Read 31 rows, 42.84 KiB in 0.00171 sec., 18128.654970760235 rows/sec., 24.46 MiB/sec. 2024.04.29 22:41:54.596463 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} DynamicQueryHandler: Done processing query 2024.04.29 22:41:54.596486 [ 3 ] {1915b4c2-3605-45b3-85ee-56c03f6bb4cc} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:41:54.596502 [ 3 ] {} HTTP-Session: 7c86fcc2-648a-4083-a143-deb8b6ea95d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:03.013345 [ 142 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:42:03.013432 [ 142 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:42:04.577585 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:04.577723 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:04.577753 [ 3 ] {} HTTP-Session: 4ba08689-e43e-4003-9752-99b893473f34 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:04.577780 [ 3 ] {} HTTP-Session: 4ba08689-e43e-4003-9752-99b893473f34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.577798 [ 3 ] {} HTTP-Session: 4ba08689-e43e-4003-9752-99b893473f34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.577852 [ 3 ] {} HTTP-Session: 4ba08689-e43e-4003-9752-99b893473f34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:04.578061 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:04.578134 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:04.578344 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:04.578742 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:04.578787 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:04.579140 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 22:42:04.579465 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:04.579616 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} executeQuery: Read 31 rows, 2.51 KiB in 0.001622 sec., 19112.207151664614 rows/sec., 1.51 MiB/sec. 2024.04.29 22:42:04.579897 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} DynamicQueryHandler: Done processing query 2024.04.29 22:42:04.579928 [ 3 ] {1e51ee05-c497-4289-b86d-820e785fb862} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:04.579946 [ 3 ] {} HTTP-Session: 4ba08689-e43e-4003-9752-99b893473f34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.580088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:04.580140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:04.580159 [ 3 ] {} HTTP-Session: c47e94ca-311b-4759-9b99-a9468877f761 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:04.580177 [ 3 ] {} HTTP-Session: c47e94ca-311b-4759-9b99-a9468877f761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.580192 [ 3 ] {} HTTP-Session: c47e94ca-311b-4759-9b99-a9468877f761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.580226 [ 3 ] {} HTTP-Session: c47e94ca-311b-4759-9b99-a9468877f761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:04.580354 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:04.580401 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:04.580543 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:04.580866 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:04.580904 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:04.581213 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 22:42:04.581530 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:04.581663 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} executeQuery: Read 93 rows, 8.41 KiB in 0.001356 sec., 68584.07079646018 rows/sec., 6.05 MiB/sec. 2024.04.29 22:42:04.581925 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} DynamicQueryHandler: Done processing query 2024.04.29 22:42:04.581949 [ 3 ] {75a3dd6f-58d0-4783-a1b5-63e36c2e13ba} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:42:04.581966 [ 3 ] {} HTTP-Session: c47e94ca-311b-4759-9b99-a9468877f761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.582100 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:04.582148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:04.582167 [ 3 ] {} HTTP-Session: e3a7e96a-642f-4da6-9fca-4f35397199f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:04.582184 [ 3 ] {} HTTP-Session: e3a7e96a-642f-4da6-9fca-4f35397199f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.582199 [ 3 ] {} HTTP-Session: e3a7e96a-642f-4da6-9fca-4f35397199f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.582230 [ 3 ] {} HTTP-Session: e3a7e96a-642f-4da6-9fca-4f35397199f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:04.582338 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:04.582383 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:04.582524 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:04.582785 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:04.582820 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:04.583115 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 22:42:04.583413 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:04.583568 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} executeQuery: Read 31 rows, 2.48 KiB in 0.001259 sec., 24622.716441620334 rows/sec., 1.93 MiB/sec. 2024.04.29 22:42:04.583723 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} DynamicQueryHandler: Done processing query 2024.04.29 22:42:04.583746 [ 3 ] {44d33ac2-2c81-4c23-9a4d-03ef17ba7421} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:04.583762 [ 3 ] {} HTTP-Session: e3a7e96a-642f-4da6-9fca-4f35397199f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.583889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:04.583937 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:04.583955 [ 3 ] {} HTTP-Session: 40017703-3f02-4230-b064-a07939462c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:04.583971 [ 3 ] {} HTTP-Session: 40017703-3f02-4230-b064-a07939462c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.583986 [ 3 ] {} HTTP-Session: 40017703-3f02-4230-b064-a07939462c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:04.584016 [ 3 ] {} HTTP-Session: 40017703-3f02-4230-b064-a07939462c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:04.584274 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:04.584322 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:04.584482 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:04.584876 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:04.584910 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:04.585320 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 22:42:04.585650 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:04.585804 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} executeQuery: Read 31 rows, 42.84 KiB in 0.001706 sec., 18171.16060961313 rows/sec., 24.52 MiB/sec. 2024.04.29 22:42:04.585967 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} DynamicQueryHandler: Done processing query 2024.04.29 22:42:04.585991 [ 3 ] {7093c9e4-25ae-4a6d-9003-44f690f870a1} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:04.586006 [ 3 ] {} HTTP-Session: 40017703-3f02-4230-b064-a07939462c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:05.827118 [ 150 ] {} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.29 22:42:05.827221 [ 150 ] {} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:05.827266 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:05.827439 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.04.29 22:42:05.827602 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:05.827637 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:05.827746 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2024.04.29 22:42:05.827902 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:05.828110 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.04.29 22:42:05.828289 [ 199 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:05.829490 [ 198 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002131439 sec., 25334.99668533793 rows/sec., 2.07 MiB/sec. 2024.04.29 22:42:05.829714 [ 196 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.29 22:42:05.830202 [ 196 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:05.830306 [ 196 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_5_1} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.29 22:42:05.830411 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 22:42:07.250734 [ 149 ] {} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.29 22:42:07.250803 [ 149 ] {} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:07.250830 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. 2024.04.29 22:42:07.251039 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.04.29 22:42:07.251226 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:07.251260 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:07.251336 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2024.04.29 22:42:07.251568 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:07.251790 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.04.29 22:42:07.251908 [ 198 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2024.04.29 22:42:07.252982 [ 196 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002069627 sec., 26091.65806205659 rows/sec., 1.84 MiB/sec. 2024.04.29 22:42:07.253245 [ 195 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.29 22:42:07.253685 [ 195 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:07.253775 [ 195 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_5_1} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.29 22:42:07.253875 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 22:42:14.579961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:14.580099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:14.580129 [ 3 ] {} HTTP-Session: 748493d8-97d3-42e6-8b41-10374f9f94e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:14.580157 [ 3 ] {} HTTP-Session: 748493d8-97d3-42e6-8b41-10374f9f94e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.580175 [ 3 ] {} HTTP-Session: 748493d8-97d3-42e6-8b41-10374f9f94e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.580228 [ 3 ] {} HTTP-Session: 748493d8-97d3-42e6-8b41-10374f9f94e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:14.580440 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:14.580513 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:14.580729 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:14.581122 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:14.581167 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:14.581522 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 22:42:14.581855 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:14.582009 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} executeQuery: Read 31 rows, 2.51 KiB in 0.001635 sec., 18960.244648318043 rows/sec., 1.50 MiB/sec. 2024.04.29 22:42:14.582218 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} DynamicQueryHandler: Done processing query 2024.04.29 22:42:14.582244 [ 3 ] {73526d4e-8aba-419b-8aca-859ecfcf5142} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:14.582260 [ 3 ] {} HTTP-Session: 748493d8-97d3-42e6-8b41-10374f9f94e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.582421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:14.582472 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:14.582492 [ 3 ] {} HTTP-Session: 38a03666-f956-489e-8690-3dc86c59794c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:14.582510 [ 3 ] {} HTTP-Session: 38a03666-f956-489e-8690-3dc86c59794c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.582524 [ 3 ] {} HTTP-Session: 38a03666-f956-489e-8690-3dc86c59794c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.582559 [ 3 ] {} HTTP-Session: 38a03666-f956-489e-8690-3dc86c59794c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:14.582694 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:14.582739 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:14.582866 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:14.583193 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:14.583229 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:14.583539 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 22:42:14.583836 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:14.583981 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} executeQuery: Read 129 rows, 11.22 KiB in 0.001342 sec., 96125.18628912071 rows/sec., 8.16 MiB/sec. 2024.04.29 22:42:14.584144 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} DynamicQueryHandler: Done processing query 2024.04.29 22:42:14.584168 [ 3 ] {04aa0553-38f6-4849-b770-c8f41fffc984} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:42:14.584185 [ 3 ] {} HTTP-Session: 38a03666-f956-489e-8690-3dc86c59794c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.584352 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:14.584401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:14.584420 [ 3 ] {} HTTP-Session: b976f47d-3419-4236-bfb3-6d41061ca7e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:14.584437 [ 3 ] {} HTTP-Session: b976f47d-3419-4236-bfb3-6d41061ca7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.584452 [ 3 ] {} HTTP-Session: b976f47d-3419-4236-bfb3-6d41061ca7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.584485 [ 3 ] {} HTTP-Session: b976f47d-3419-4236-bfb3-6d41061ca7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:14.584595 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:14.584637 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:14.584764 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:14.585050 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:14.585085 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:14.585387 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 22:42:14.585678 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:14.585833 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} executeQuery: Read 55 rows, 4.38 KiB in 0.001267 sec., 43409.62904498816 rows/sec., 3.38 MiB/sec. 2024.04.29 22:42:14.586014 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} DynamicQueryHandler: Done processing query 2024.04.29 22:42:14.586039 [ 3 ] {2254a79c-c9ec-4493-9ace-5cc5a93557fa} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:42:14.586055 [ 3 ] {} HTTP-Session: b976f47d-3419-4236-bfb3-6d41061ca7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.586195 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:14.586241 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:14.586260 [ 3 ] {} HTTP-Session: 1443e02f-c423-4de3-a5a8-72309a40ff17 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:14.586276 [ 3 ] {} HTTP-Session: 1443e02f-c423-4de3-a5a8-72309a40ff17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.586289 [ 3 ] {} HTTP-Session: 1443e02f-c423-4de3-a5a8-72309a40ff17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.586320 [ 3 ] {} HTTP-Session: 1443e02f-c423-4de3-a5a8-72309a40ff17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:14.586424 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:14.586470 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:42:14.586613 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:14.586982 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:14.587017 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:14.587388 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:42:14.587714 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:14.587865 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} executeQuery: Read 36 rows, 2.60 KiB in 0.001463 sec., 24606.971975393026 rows/sec., 1.74 MiB/sec. 2024.04.29 22:42:14.588184 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} DynamicQueryHandler: Done processing query 2024.04.29 22:42:14.588208 [ 3 ] {79bd75df-033c-435b-914b-656749c408a2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:14.588225 [ 3 ] {} HTTP-Session: 1443e02f-c423-4de3-a5a8-72309a40ff17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.588383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:14.588430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:14.588449 [ 3 ] {} HTTP-Session: 66f35826-61df-4a5b-b069-f03efc99aa0f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:14.588466 [ 3 ] {} HTTP-Session: 66f35826-61df-4a5b-b069-f03efc99aa0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.588480 [ 3 ] {} HTTP-Session: 66f35826-61df-4a5b-b069-f03efc99aa0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:14.588510 [ 3 ] {} HTTP-Session: 66f35826-61df-4a5b-b069-f03efc99aa0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:14.588762 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:14.588811 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:14.588990 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:14.589434 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:14.589469 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:14.589853 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 22:42:14.590179 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:14.590338 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} executeQuery: Read 31 rows, 42.84 KiB in 0.001746 sec., 17754.86827033219 rows/sec., 23.96 MiB/sec. 2024.04.29 22:42:14.590597 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} DynamicQueryHandler: Done processing query 2024.04.29 22:42:14.590629 [ 3 ] {59ef0e80-a36b-4f8a-b000-750488ccdf53} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:14.590654 [ 3 ] {} HTTP-Session: 66f35826-61df-4a5b-b069-f03efc99aa0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:18.013688 [ 143 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:42:18.013740 [ 143 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:42:24.578277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:24.578405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:24.578431 [ 3 ] {} HTTP-Session: fe2b2943-c95b-4bc8-9605-003c8d9f4d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:24.578454 [ 3 ] {} HTTP-Session: fe2b2943-c95b-4bc8-9605-003c8d9f4d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.578470 [ 3 ] {} HTTP-Session: fe2b2943-c95b-4bc8-9605-003c8d9f4d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.578518 [ 3 ] {} HTTP-Session: fe2b2943-c95b-4bc8-9605-003c8d9f4d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:24.578708 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:24.578775 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:24.578965 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:24.579384 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.579430 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.579795 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 22:42:24.580129 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.580290 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} executeQuery: Read 31 rows, 2.51 KiB in 0.001636 sec., 18948.655256723716 rows/sec., 1.50 MiB/sec. 2024.04.29 22:42:24.580508 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} DynamicQueryHandler: Done processing query 2024.04.29 22:42:24.580536 [ 3 ] {d37673bc-e306-42cc-a5bf-1ceab6679ab8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:24.580553 [ 3 ] {} HTTP-Session: fe2b2943-c95b-4bc8-9605-003c8d9f4d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.580703 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:24.580758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:24.580777 [ 3 ] {} HTTP-Session: 32bbe65d-32cd-4f50-9358-aa3a94506603 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:24.580794 [ 3 ] {} HTTP-Session: 32bbe65d-32cd-4f50-9358-aa3a94506603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.580808 [ 3 ] {} HTTP-Session: 32bbe65d-32cd-4f50-9358-aa3a94506603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.580844 [ 3 ] {} HTTP-Session: 32bbe65d-32cd-4f50-9358-aa3a94506603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:24.580973 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:24.581018 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:24.581150 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:24.581602 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.581641 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.581976 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 22:42:24.582295 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.582457 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} executeQuery: Read 93 rows, 8.41 KiB in 0.001525 sec., 60983.60655737705 rows/sec., 5.38 MiB/sec. 2024.04.29 22:42:24.582460 [ 139 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 22:42:24.582562 [ 139 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.582604 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.582710 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} DynamicQueryHandler: Done processing query 2024.04.29 22:42:24.582768 [ 3 ] {4c357d44-70e9-4456-a5da-a0dc345892bf} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:42:24.582804 [ 3 ] {} HTTP-Session: 32bbe65d-32cd-4f50-9358-aa3a94506603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.582810 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.04.29 22:42:24.583030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:24.583055 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:24.583118 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 142 rows starting from the beginning of the part 2024.04.29 22:42:24.583132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:24.583179 [ 3 ] {} HTTP-Session: a8c4c465-1df6-4265-91de-3cf0182cac1d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:24.583227 [ 3 ] {} HTTP-Session: a8c4c465-1df6-4265-91de-3cf0182cac1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.583300 [ 3 ] {} HTTP-Session: a8c4c465-1df6-4265-91de-3cf0182cac1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.583320 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 132 rows starting from the beginning of the part 2024.04.29 22:42:24.583426 [ 3 ] {} HTTP-Session: a8c4c465-1df6-4265-91de-3cf0182cac1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:24.583742 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 103 rows starting from the beginning of the part 2024.04.29 22:42:24.583839 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:24.584001 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 93 rows starting from the beginning of the part 2024.04.29 22:42:24.584029 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:24.584414 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 129 rows starting from the beginning of the part 2024.04.29 22:42:24.584656 [ 198 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 93 rows starting from the beginning of the part 2024.04.29 22:42:24.585361 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:24.586428 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.586507 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.587321 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 22:42:24.587497 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481069 sec., 143846.30894944383 rows/sec., 12.38 MiB/sec. 2024.04.29 22:42:24.587709 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 22:42:24.587819 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.588069 [ 139 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 22:42:24.588127 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} executeQuery: Read 31 rows, 2.48 KiB in 0.004421 sec., 7011.988237955215 rows/sec., 561.51 KiB/sec. 2024.04.29 22:42:24.588179 [ 139 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.588297 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.588689 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} DynamicQueryHandler: Done processing query 2024.04.29 22:42:24.588774 [ 3 ] {1b1867f8-e13a-45f3-ada5-3ecda0055f69} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:24.588888 [ 3 ] {} HTTP-Session: a8c4c465-1df6-4265-91de-3cf0182cac1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.588977 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.589211 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.04.29 22:42:24.589376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:24.589461 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_21_4} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 22:42:24.589618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:24.589786 [ 3 ] {} HTTP-Session: ac9a7edc-b96b-452b-880d-d42be2c1ace1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:24.589872 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.04.29 22:42:24.589890 [ 3 ] {} HTTP-Session: ac9a7edc-b96b-452b-880d-d42be2c1ace1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.589970 [ 3 ] {} HTTP-Session: ac9a7edc-b96b-452b-880d-d42be2c1ace1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.590001 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:24.590020 [ 3 ] {} HTTP-Session: ac9a7edc-b96b-452b-880d-d42be2c1ace1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:24.590048 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 93 rows starting from the beginning of the part 2024.04.29 22:42:24.590188 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 61 rows starting from the beginning of the part 2024.04.29 22:42:24.590452 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:24.590470 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 45 rows starting from the beginning of the part 2024.04.29 22:42:24.590652 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:24.590757 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.591144 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 55 rows starting from the beginning of the part 2024.04.29 22:42:24.591399 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.592055 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:24.592707 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.592746 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.593254 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.004709278 sec., 67101.58117656253 rows/sec., 5.26 MiB/sec. 2024.04.29 22:42:24.593476 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 22:42:24.593478 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 22:42:24.594472 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.594488 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.594705 [ 198 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_21_4} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 22:42:24.594740 [ 139 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 22:42:24.594781 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} executeQuery: Read 31 rows, 42.84 KiB in 0.004651 sec., 6665.233283164911 rows/sec., 8.99 MiB/sec. 2024.04.29 22:42:24.594832 [ 139 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:24.594940 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:24.595330 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.29 22:42:24.595411 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} DynamicQueryHandler: Done processing query 2024.04.29 22:42:24.595490 [ 3 ] {be88da1c-1786-4a38-be4f-414bf2fd944b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:24.595523 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.04.29 22:42:24.595555 [ 3 ] {} HTTP-Session: ac9a7edc-b96b-452b-880d-d42be2c1ace1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:24.595787 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:24.595826 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 424 rows starting from the beginning of the part 2024.04.29 22:42:24.595897 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.596078 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.596226 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.596317 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.596413 [ 198 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:24.599240 [ 190 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 6 columns (6 merged, 0 gathered) in 0.004130334 sec., 140182.3678181958 rows/sec., 189.17 MiB/sec. 2024.04.29 22:42:24.599830 [ 193 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 22:42:24.600387 [ 193 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:24.600482 [ 193 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_21_4} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 22:42:24.600596 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. 2024.04.29 22:42:25.000165 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.47 MiB, peak 190.01 MiB, free memory in arenas 0.00 B, will set to 182.61 MiB (RSS), difference: 1.14 MiB 2024.04.29 22:42:33.013801 [ 135 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:42:33.013869 [ 135 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:42:34.578328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:34.578465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:34.578494 [ 3 ] {} HTTP-Session: 351d261b-156d-49c9-b172-b45d1b2c95b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:34.578521 [ 3 ] {} HTTP-Session: 351d261b-156d-49c9-b172-b45d1b2c95b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.578539 [ 3 ] {} HTTP-Session: 351d261b-156d-49c9-b172-b45d1b2c95b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.578591 [ 3 ] {} HTTP-Session: 351d261b-156d-49c9-b172-b45d1b2c95b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:34.578782 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:34.578847 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:34.579029 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:34.579479 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:34.579534 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:34.579918 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 22:42:34.580254 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:34.580412 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} executeQuery: Read 31 rows, 2.51 KiB in 0.001685 sec., 18397.626112759644 rows/sec., 1.46 MiB/sec. 2024.04.29 22:42:34.580427 [ 135 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2024.04.29 22:42:34.580536 [ 135 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:34.580585 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:34.580712 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} DynamicQueryHandler: Done processing query 2024.04.29 22:42:34.580768 [ 3 ] {2801c583-2c7c-45a4-abc5-9084ee89b8ce} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:34.580783 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2024.04.29 22:42:34.580795 [ 3 ] {} HTTP-Session: 351d261b-156d-49c9-b172-b45d1b2c95b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.580966 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:34.581033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:34.581036 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 31 rows starting from the beginning of the part 2024.04.29 22:42:34.581142 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:34.581236 [ 3 ] {} HTTP-Session: 81886fc0-977c-49d7-9924-6df641f6c40e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:34.581288 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:34.581313 [ 3 ] {} HTTP-Session: 81886fc0-977c-49d7-9924-6df641f6c40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.581394 [ 3 ] {} HTTP-Session: 81886fc0-977c-49d7-9924-6df641f6c40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.581561 [ 3 ] {} HTTP-Session: 81886fc0-977c-49d7-9924-6df641f6c40e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:34.581568 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:34.581927 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:34.582025 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:34.582153 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part 2024.04.29 22:42:34.582205 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:34.582874 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:34.583950 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:34.584024 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:34.584439 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.003770836 sec., 41104.94330700142 rows/sec., 3.25 MiB/sec. 2024.04.29 22:42:34.584679 [ 193 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2024.04.29 22:42:34.584754 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 22:42:34.585725 [ 193 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:34.585738 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:34.585916 [ 193 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_22_5} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2024.04.29 22:42:34.586043 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} executeQuery: Read 93 rows, 8.41 KiB in 0.004226 sec., 22006.625650733557 rows/sec., 1.94 MiB/sec. 2024.04.29 22:42:34.586175 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 22:42:34.586379 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} DynamicQueryHandler: Done processing query 2024.04.29 22:42:34.586409 [ 3 ] {9582e0b9-3761-4d64-9d36-55efbb7881ba} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:42:34.586428 [ 3 ] {} HTTP-Session: 81886fc0-977c-49d7-9924-6df641f6c40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.586595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:34.586647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:34.586666 [ 3 ] {} HTTP-Session: 5c9ebd14-5db9-4993-a5ab-9f5bdba03a8c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:34.586684 [ 3 ] {} HTTP-Session: 5c9ebd14-5db9-4993-a5ab-9f5bdba03a8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.586698 [ 3 ] {} HTTP-Session: 5c9ebd14-5db9-4993-a5ab-9f5bdba03a8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.586731 [ 3 ] {} HTTP-Session: 5c9ebd14-5db9-4993-a5ab-9f5bdba03a8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:34.586846 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:34.586891 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:34.587038 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:34.587399 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:34.587435 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:34.587750 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 22:42:34.588067 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:34.588228 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} executeQuery: Read 31 rows, 2.48 KiB in 0.001415 sec., 21908.127208480564 rows/sec., 1.71 MiB/sec. 2024.04.29 22:42:34.588557 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} DynamicQueryHandler: Done processing query 2024.04.29 22:42:34.588584 [ 3 ] {7d9f325b-7e33-4017-b819-78f6b8c7ab18} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:34.588602 [ 3 ] {} HTTP-Session: 5c9ebd14-5db9-4993-a5ab-9f5bdba03a8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.588778 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:34.588829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:34.588848 [ 3 ] {} HTTP-Session: 85564fdc-7104-40a7-9d80-c6250a289774 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:34.588865 [ 3 ] {} HTTP-Session: 85564fdc-7104-40a7-9d80-c6250a289774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.588880 [ 3 ] {} HTTP-Session: 85564fdc-7104-40a7-9d80-c6250a289774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:34.588914 [ 3 ] {} HTTP-Session: 85564fdc-7104-40a7-9d80-c6250a289774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:34.589191 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:34.589243 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:34.589428 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:34.589874 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:34.589913 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:34.590344 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 22:42:34.590685 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:34.590845 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} executeQuery: Read 31 rows, 42.84 KiB in 0.001843 sec., 16820.40151926207 rows/sec., 22.70 MiB/sec. 2024.04.29 22:42:34.591008 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} DynamicQueryHandler: Done processing query 2024.04.29 22:42:34.591032 [ 3 ] {f8913877-b091-4442-80f1-dda1d130403c} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:34.591048 [ 3 ] {} HTTP-Session: 85564fdc-7104-40a7-9d80-c6250a289774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:35.001231 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00085722 sec. 2024.04.29 22:42:44.579664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.579803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.579832 [ 3 ] {} HTTP-Session: e39c6348-c84f-4de4-8398-b902fa9847ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.579859 [ 3 ] {} HTTP-Session: e39c6348-c84f-4de4-8398-b902fa9847ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.579877 [ 3 ] {} HTTP-Session: e39c6348-c84f-4de4-8398-b902fa9847ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.579930 [ 3 ] {} HTTP-Session: e39c6348-c84f-4de4-8398-b902fa9847ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.580130 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.580194 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:44.580385 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.580752 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.580793 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.581142 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 22:42:44.581485 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.581644 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} executeQuery: Read 31 rows, 2.51 KiB in 0.001571 sec., 19732.654360280078 rows/sec., 1.56 MiB/sec. 2024.04.29 22:42:44.581831 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.581856 [ 3 ] {d1420293-fbfd-4c06-8794-99985a3fe456} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:44.581872 [ 3 ] {} HTTP-Session: e39c6348-c84f-4de4-8398-b902fa9847ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.582002 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.582050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.582070 [ 3 ] {} HTTP-Session: 9e977d9e-1a79-4e0e-9e06-0b82aa852a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.582087 [ 3 ] {} HTTP-Session: 9e977d9e-1a79-4e0e-9e06-0b82aa852a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.582101 [ 3 ] {} HTTP-Session: 9e977d9e-1a79-4e0e-9e06-0b82aa852a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.582133 [ 3 ] {} HTTP-Session: 9e977d9e-1a79-4e0e-9e06-0b82aa852a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.582229 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.582274 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:42:44.582402 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.582668 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.582704 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.582991 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:42:44.583289 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.583435 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} executeQuery: Read 6 rows, 501.00 B in 0.001227 sec., 4889.975550122249 rows/sec., 398.74 KiB/sec. 2024.04.29 22:42:44.583629 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.583653 [ 3 ] {7ac1260b-b2e7-40e0-be94-17803a0bd3ea} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:42:44.583668 [ 3 ] {} HTTP-Session: 9e977d9e-1a79-4e0e-9e06-0b82aa852a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.583802 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.583850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.583869 [ 3 ] {} HTTP-Session: e1058a25-690b-49a8-88cd-9a4b548252e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.583885 [ 3 ] {} HTTP-Session: e1058a25-690b-49a8-88cd-9a4b548252e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.583899 [ 3 ] {} HTTP-Session: e1058a25-690b-49a8-88cd-9a4b548252e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.583929 [ 3 ] {} HTTP-Session: e1058a25-690b-49a8-88cd-9a4b548252e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.584056 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.584099 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:44.584226 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.584560 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.584595 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.584898 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 22:42:44.585192 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.585345 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} executeQuery: Read 132 rows, 11.44 KiB in 0.001338 sec., 98654.70852017937 rows/sec., 8.35 MiB/sec. 2024.04.29 22:42:44.585500 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.585523 [ 3 ] {66612ee2-2747-4501-a334-dbea5c78c0ae} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:42:44.585539 [ 3 ] {} HTTP-Session: e1058a25-690b-49a8-88cd-9a4b548252e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.585655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.585702 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.585721 [ 3 ] {} HTTP-Session: c47444db-f4fd-4274-b69f-fe3323591ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.585737 [ 3 ] {} HTTP-Session: c47444db-f4fd-4274-b69f-fe3323591ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.585751 [ 3 ] {} HTTP-Session: c47444db-f4fd-4274-b69f-fe3323591ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.585781 [ 3 ] {} HTTP-Session: c47444db-f4fd-4274-b69f-fe3323591ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.585873 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.585915 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:42:44.586039 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.586301 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.586336 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.586618 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 22:42:44.586913 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.587051 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} executeQuery: Read 6 rows, 429.00 B in 0.001195 sec., 5020.92050209205 rows/sec., 350.58 KiB/sec. 2024.04.29 22:42:44.587344 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.587370 [ 3 ] {9fcc0141-c9eb-4628-a63c-a2ae63aac91d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:42:44.587386 [ 3 ] {} HTTP-Session: c47444db-f4fd-4274-b69f-fe3323591ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.587506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 10361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.587555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.587573 [ 3 ] {} HTTP-Session: d6ea9903-c5b9-4b66-89a4-491233cb9162 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.587589 [ 3 ] {} HTTP-Session: d6ea9903-c5b9-4b66-89a4-491233cb9162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.587602 [ 3 ] {} HTTP-Session: d6ea9903-c5b9-4b66-89a4-491233cb9162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.587632 [ 3 ] {} HTTP-Session: d6ea9903-c5b9-4b66-89a4-491233cb9162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.587745 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.587788 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:44.587930 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.588223 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.588260 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.588557 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 22:42:44.588849 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.588994 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} executeQuery: Read 61 rows, 4.87 KiB in 0.001285 sec., 47470.817120622574 rows/sec., 3.70 MiB/sec. 2024.04.29 22:42:44.589146 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.589170 [ 3 ] {17d9a9fc-117a-40c3-b4cd-37094b956c3e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:42:44.589185 [ 3 ] {} HTTP-Session: d6ea9903-c5b9-4b66-89a4-491233cb9162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.589306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.589352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.589370 [ 3 ] {} HTTP-Session: a1a0fb5f-4321-452b-bcec-d53ec859e8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.589386 [ 3 ] {} HTTP-Session: a1a0fb5f-4321-452b-bcec-d53ec859e8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.589399 [ 3 ] {} HTTP-Session: a1a0fb5f-4321-452b-bcec-d53ec859e8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.589429 [ 3 ] {} HTTP-Session: a1a0fb5f-4321-452b-bcec-d53ec859e8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.589534 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.589579 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:42:44.589722 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.590008 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.590044 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.590399 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:42:44.590724 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.590870 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} executeQuery: Read 39 rows, 2.81 KiB in 0.00136 sec., 28676.470588235294 rows/sec., 2.02 MiB/sec. 2024.04.29 22:42:44.591022 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.591047 [ 3 ] {975a0d18-b397-474b-819e-8404d654f028} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:44.591062 [ 3 ] {} HTTP-Session: a1a0fb5f-4321-452b-bcec-d53ec859e8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.591210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:44.591277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:44.591308 [ 3 ] {} HTTP-Session: 553271a9-39fa-4cae-a0c9-8e232fb7be42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:44.591334 [ 3 ] {} HTTP-Session: 553271a9-39fa-4cae-a0c9-8e232fb7be42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.591358 [ 3 ] {} HTTP-Session: 553271a9-39fa-4cae-a0c9-8e232fb7be42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:44.591402 [ 3 ] {} HTTP-Session: 553271a9-39fa-4cae-a0c9-8e232fb7be42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:44.591796 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:44.591869 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:44.592039 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:44.592621 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:44.592659 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. 2024.04.29 22:42:44.593063 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 22:42:44.593434 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:44.593599 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} executeQuery: Read 31 rows, 42.84 KiB in 0.002085 sec., 14868.10551558753 rows/sec., 20.06 MiB/sec. 2024.04.29 22:42:44.593825 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} DynamicQueryHandler: Done processing query 2024.04.29 22:42:44.593850 [ 3 ] {991e9ddd-6aba-4598-88f7-cecf36155146} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:44.593867 [ 3 ] {} HTTP-Session: 553271a9-39fa-4cae-a0c9-8e232fb7be42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:48.014126 [ 129 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:42:48.014197 [ 129 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:42:54.579131 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.579252 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.579276 [ 3 ] {} HTTP-Session: c9da3780-211c-45f9-88e5-0ab9d038c6be Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.579300 [ 3 ] {} HTTP-Session: c9da3780-211c-45f9-88e5-0ab9d038c6be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.579314 [ 3 ] {} HTTP-Session: c9da3780-211c-45f9-88e5-0ab9d038c6be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.579360 [ 3 ] {} HTTP-Session: c9da3780-211c-45f9-88e5-0ab9d038c6be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.579539 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.579603 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:42:54.579790 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.580183 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.580220 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.580568 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 22:42:54.580890 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.581025 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} executeQuery: Read 31 rows, 2.51 KiB in 0.001546 sec., 20051.746442432082 rows/sec., 1.59 MiB/sec. 2024.04.29 22:42:54.581196 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.581221 [ 3 ] {210a7d21-371a-4afc-8874-d0dabca30abc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:42:54.581238 [ 3 ] {} HTTP-Session: c9da3780-211c-45f9-88e5-0ab9d038c6be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.581372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.581419 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.581440 [ 3 ] {} HTTP-Session: 6a6cf51b-0f16-4962-9914-ca3b81660c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.581456 [ 3 ] {} HTTP-Session: 6a6cf51b-0f16-4962-9914-ca3b81660c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.581470 [ 3 ] {} HTTP-Session: 6a6cf51b-0f16-4962-9914-ca3b81660c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.581502 [ 3 ] {} HTTP-Session: 6a6cf51b-0f16-4962-9914-ca3b81660c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.581601 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.581642 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:42:54.581767 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.582113 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.582151 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.582445 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:42:54.582744 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.582869 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} executeQuery: Read 14 rows, 1.18 KiB in 0.001296 sec., 10802.469135802468 rows/sec., 912.51 KiB/sec. 2024.04.29 22:42:54.583051 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.583075 [ 3 ] {82a3c8a5-14ca-4bec-bda2-ef24922a6382} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:42:54.583091 [ 3 ] {} HTTP-Session: 6a6cf51b-0f16-4962-9914-ca3b81660c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.583216 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.583263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.583283 [ 3 ] {} HTTP-Session: 01b3a27a-b439-472a-971c-8cc1df1d731e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.583298 [ 3 ] {} HTTP-Session: 01b3a27a-b439-472a-971c-8cc1df1d731e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.583312 [ 3 ] {} HTTP-Session: 01b3a27a-b439-472a-971c-8cc1df1d731e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.583342 [ 3 ] {} HTTP-Session: 01b3a27a-b439-472a-971c-8cc1df1d731e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.583461 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.583502 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:42:54.583629 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.583967 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.584002 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.584303 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 22:42:54.584604 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.584754 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} executeQuery: Read 103 rows, 9.25 KiB in 0.001331 sec., 77385.42449286251 rows/sec., 6.78 MiB/sec. 2024.04.29 22:42:54.584906 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.584930 [ 3 ] {e8b5e8c7-68fe-4de0-9523-4d91474a3812} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:42:54.584945 [ 3 ] {} HTTP-Session: 01b3a27a-b439-472a-971c-8cc1df1d731e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.585103 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.585149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.585168 [ 3 ] {} HTTP-Session: a9c16037-748b-43c2-be05-9c5272654708 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.585184 [ 3 ] {} HTTP-Session: a9c16037-748b-43c2-be05-9c5272654708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.585197 [ 3 ] {} HTTP-Session: a9c16037-748b-43c2-be05-9c5272654708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.585228 [ 3 ] {} HTTP-Session: a9c16037-748b-43c2-be05-9c5272654708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.585324 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.585365 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:42:54.585486 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.585808 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.585845 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.586138 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 22:42:54.586437 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.586590 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} executeQuery: Read 14 rows, 1.02 KiB in 0.001284 sec., 10903.42679127726 rows/sec., 793.27 KiB/sec. 2024.04.29 22:42:54.586860 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.586884 [ 3 ] {33cf775e-67d5-4a2e-b57e-12230ae9a3d3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:42:54.586900 [ 3 ] {} HTTP-Session: a9c16037-748b-43c2-be05-9c5272654708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.587034 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.587082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.587100 [ 3 ] {} HTTP-Session: b9523ae9-ac79-48bf-b238-ab4f5185ec91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.587116 [ 3 ] {} HTTP-Session: b9523ae9-ac79-48bf-b238-ab4f5185ec91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.587129 [ 3 ] {} HTTP-Session: b9523ae9-ac79-48bf-b238-ab4f5185ec91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.587158 [ 3 ] {} HTTP-Session: b9523ae9-ac79-48bf-b238-ab4f5185ec91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.587266 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.587308 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:42:54.587447 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.587745 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.587781 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.588074 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 22:42:54.588372 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.588508 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} executeQuery: Read 45 rows, 3.67 KiB in 0.001274 sec., 35321.821036106754 rows/sec., 2.81 MiB/sec. 2024.04.29 22:42:54.588688 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.588712 [ 3 ] {fbfbca5e-adfc-4859-a017-7fdd7373d35e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:42:54.588727 [ 3 ] {} HTTP-Session: b9523ae9-ac79-48bf-b238-ab4f5185ec91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.588836 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.588883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.588902 [ 3 ] {} HTTP-Session: 5cc8109c-6f29-46d1-99ea-6beef3b3093a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.588918 [ 3 ] {} HTTP-Session: 5cc8109c-6f29-46d1-99ea-6beef3b3093a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.588931 [ 3 ] {} HTTP-Session: 5cc8109c-6f29-46d1-99ea-6beef3b3093a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.588961 [ 3 ] {} HTTP-Session: 5cc8109c-6f29-46d1-99ea-6beef3b3093a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.589054 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.589101 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:42:54.589240 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.589507 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.589542 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.589893 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:42:54.590221 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.590374 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} executeQuery: Read 7 rows, 525.00 B in 0.001337 sec., 5235.602094240838 rows/sec., 383.47 KiB/sec. 2024.04.29 22:42:54.590374 [ 123 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.04.29 22:42:54.590475 [ 123 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.590530 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.590625 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.590690 [ 3 ] {3e953044-9b5b-4184-9036-a0f8783ab270} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:42:54.590736 [ 3 ] {} HTTP-Session: 5cc8109c-6f29-46d1-99ea-6beef3b3093a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.590767 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.04.29 22:42:54.590945 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:42:54.591068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:42:54.591102 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:42:54.591116 [ 3 ] {} HTTP-Session: c36f6f9d-c7a9-46e5-8cdc-c2a8ea3ed102 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:42:54.591178 [ 3 ] {} HTTP-Session: c36f6f9d-c7a9-46e5-8cdc-c2a8ea3ed102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.591184 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 449 rows starting from the beginning of the part 2024.04.29 22:42:54.591198 [ 3 ] {} HTTP-Session: c36f6f9d-c7a9-46e5-8cdc-c2a8ea3ed102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.591267 [ 3 ] {} HTTP-Session: c36f6f9d-c7a9-46e5-8cdc-c2a8ea3ed102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:42:54.591416 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 39 rows starting from the beginning of the part 2024.04.29 22:42:54.591602 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2024.04.29 22:42:54.591858 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:42:54.591909 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2024.04.29 22:42:54.592015 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:42:54.592335 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part 2024.04.29 22:42:54.592679 [ 190 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part 2024.04.29 22:42:54.593367 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:42:54.594234 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:42:54.594309 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:42:54.595589 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 22:42:54.595589 [ 188 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 577 rows, containing 5 columns (5 merged, 0 gathered) in 0.004963543 sec., 116247.6078075681 rows/sec., 8.21 MiB/sec. 2024.04.29 22:42:54.595924 [ 187 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.04.29 22:42:54.596142 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.596539 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} executeQuery: Read 31 rows, 42.84 KiB in 0.005027 sec., 6166.699820966779 rows/sec., 8.32 MiB/sec. 2024.04.29 22:42:54.596962 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} DynamicQueryHandler: Done processing query 2024.04.29 22:42:54.596999 [ 3 ] {df554b4e-7ff1-4eea-b562-28894263237b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:42:54.597021 [ 3 ] {} HTTP-Session: c36f6f9d-c7a9-46e5-8cdc-c2a8ea3ed102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:42:54.597090 [ 187 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:42:54.597183 [ 187 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_10_2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.04.29 22:42:54.597285 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.04.29 22:43:03.014258 [ 118 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:43:03.014332 [ 118 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:43:04.578965 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:04.579155 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:04.579200 [ 3 ] {} HTTP-Session: 5d9ba6b7-4dfe-4fa1-bfdb-1f30f21130ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:04.579243 [ 3 ] {} HTTP-Session: 5d9ba6b7-4dfe-4fa1-bfdb-1f30f21130ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.579271 [ 3 ] {} HTTP-Session: 5d9ba6b7-4dfe-4fa1-bfdb-1f30f21130ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.579347 [ 3 ] {} HTTP-Session: 5d9ba6b7-4dfe-4fa1-bfdb-1f30f21130ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:04.579639 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:04.579746 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:04.579985 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:04.580463 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:04.580506 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:04.580864 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 22:43:04.581189 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:04.581339 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} executeQuery: Read 31 rows, 2.51 KiB in 0.001795 sec., 17270.194986072423 rows/sec., 1.37 MiB/sec. 2024.04.29 22:43:04.581647 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} DynamicQueryHandler: Done processing query 2024.04.29 22:43:04.581717 [ 3 ] {8471865a-e37e-4b3a-88f7-dacdac0fd45b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:04.581786 [ 3 ] {} HTTP-Session: 5d9ba6b7-4dfe-4fa1-bfdb-1f30f21130ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.581988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:04.582042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:04.582062 [ 3 ] {} HTTP-Session: c959e0de-4d65-4fbd-8e30-08168b253081 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:04.582079 [ 3 ] {} HTTP-Session: c959e0de-4d65-4fbd-8e30-08168b253081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.582092 [ 3 ] {} HTTP-Session: c959e0de-4d65-4fbd-8e30-08168b253081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.582124 [ 3 ] {} HTTP-Session: c959e0de-4d65-4fbd-8e30-08168b253081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:04.582250 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:04.582294 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:04.582443 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:04.582833 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:04.582868 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:04.583185 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 22:43:04.583492 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:04.583659 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} executeQuery: Read 93 rows, 8.41 KiB in 0.001448 sec., 64226.51933701657 rows/sec., 5.67 MiB/sec. 2024.04.29 22:43:04.583852 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} DynamicQueryHandler: Done processing query 2024.04.29 22:43:04.583881 [ 3 ] {cc2f0dbb-dd38-4e74-a89e-a8def3729b6b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:43:04.583897 [ 3 ] {} HTTP-Session: c959e0de-4d65-4fbd-8e30-08168b253081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.584062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:04.584119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:04.584139 [ 3 ] {} HTTP-Session: 63cae813-30a3-4134-98e0-b927e42fe4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:04.584156 [ 3 ] {} HTTP-Session: 63cae813-30a3-4134-98e0-b927e42fe4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.584177 [ 3 ] {} HTTP-Session: 63cae813-30a3-4134-98e0-b927e42fe4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.584230 [ 3 ] {} HTTP-Session: 63cae813-30a3-4134-98e0-b927e42fe4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:04.584341 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:04.584389 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:04.584521 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:04.584841 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:04.584877 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:04.585188 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 22:43:04.585515 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:04.585674 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} executeQuery: Read 31 rows, 2.48 KiB in 0.001362 sec., 22760.646108663732 rows/sec., 1.78 MiB/sec. 2024.04.29 22:43:04.585956 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} DynamicQueryHandler: Done processing query 2024.04.29 22:43:04.585994 [ 3 ] {0a3560ed-9667-4d86-befb-40463f32c8e1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:04.586010 [ 3 ] {} HTTP-Session: 63cae813-30a3-4134-98e0-b927e42fe4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.586170 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:04.586218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:04.586236 [ 3 ] {} HTTP-Session: d7e04610-ef56-44ce-a3a6-ef05ce12e896 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:04.586252 [ 3 ] {} HTTP-Session: d7e04610-ef56-44ce-a3a6-ef05ce12e896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.586265 [ 3 ] {} HTTP-Session: d7e04610-ef56-44ce-a3a6-ef05ce12e896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:04.586295 [ 3 ] {} HTTP-Session: d7e04610-ef56-44ce-a3a6-ef05ce12e896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:04.586604 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:04.586654 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:04.586825 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:04.587313 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:04.587348 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:04.587764 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 22:43:04.588091 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:04.588248 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} executeQuery: Read 31 rows, 42.84 KiB in 0.001872 sec., 16559.82905982906 rows/sec., 22.35 MiB/sec. 2024.04.29 22:43:04.588467 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} DynamicQueryHandler: Done processing query 2024.04.29 22:43:04.588491 [ 3 ] {5bb0d876-7132-4810-b829-c15f40167f72} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:04.588507 [ 3 ] {} HTTP-Session: d7e04610-ef56-44ce-a3a6-ef05ce12e896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.579845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:14.580031 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:14.580077 [ 3 ] {} HTTP-Session: b630b8f2-a5f7-4d58-8d30-447dc4c67cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:14.580117 [ 3 ] {} HTTP-Session: b630b8f2-a5f7-4d58-8d30-447dc4c67cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.580146 [ 3 ] {} HTTP-Session: b630b8f2-a5f7-4d58-8d30-447dc4c67cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.580223 [ 3 ] {} HTTP-Session: b630b8f2-a5f7-4d58-8d30-447dc4c67cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:14.580440 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:14.580507 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:14.580689 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:14.581178 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.581223 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.581580 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 22:43:14.581904 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.582046 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} executeQuery: Read 31 rows, 2.51 KiB in 0.001663 sec., 18641.010222489476 rows/sec., 1.48 MiB/sec. 2024.04.29 22:43:14.582056 [ 112 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2024.04.29 22:43:14.582118 [ 112 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.582158 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.582298 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} DynamicQueryHandler: Done processing query 2024.04.29 22:43:14.582341 [ 3 ] {245c7780-d4e7-4061-ae80-1185aaf8b2a5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:14.582350 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2024.04.29 22:43:14.582370 [ 3 ] {} HTTP-Session: b630b8f2-a5f7-4d58-8d30-447dc4c67cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.582596 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:43:14.582630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:14.582666 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.582732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:14.582799 [ 3 ] {} HTTP-Session: 37644056-bec2-4552-88bc-e79d21d7c00e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:14.582881 [ 3 ] {} HTTP-Session: 37644056-bec2-4552-88bc-e79d21d7c00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.582926 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.582949 [ 3 ] {} HTTP-Session: 37644056-bec2-4552-88bc-e79d21d7c00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.583063 [ 3 ] {} HTTP-Session: 37644056-bec2-4552-88bc-e79d21d7c00e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:14.583129 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.583466 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:14.583491 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.583656 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:14.583891 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.584765 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:14.585629 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.585693 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.586427 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004174245 sec., 37132.463475430886 rows/sec., 2.94 MiB/sec. 2024.04.29 22:43:14.586556 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 22:43:14.586614 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2024.04.29 22:43:14.587296 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.587423 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.587548 [ 112 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 22:43:14.587620 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} executeQuery: Read 129 rows, 11.22 KiB in 0.004343 sec., 29702.970297029704 rows/sec., 2.52 MiB/sec. 2024.04.29 22:43:14.587631 [ 112 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.587742 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.587766 [ 190 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_26_6} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2024.04.29 22:43:14.588078 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 22:43:14.588093 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} DynamicQueryHandler: Done processing query 2024.04.29 22:43:14.588130 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.04.29 22:43:14.588139 [ 3 ] {9fa65c48-c409-4014-bb5c-51af7c2b6c7a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:43:14.588174 [ 3 ] {} HTTP-Session: 37644056-bec2-4552-88bc-e79d21d7c00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.588259 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:43:14.588288 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 142 rows starting from the beginning of the part 2024.04.29 22:43:14.588312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:14.588407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:14.588419 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 93 rows starting from the beginning of the part 2024.04.29 22:43:14.588456 [ 3 ] {} HTTP-Session: af7ed96b-1067-4a73-b789-f0124bacaf0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:14.588521 [ 3 ] {} HTTP-Session: af7ed96b-1067-4a73-b789-f0124bacaf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.588600 [ 3 ] {} HTTP-Session: af7ed96b-1067-4a73-b789-f0124bacaf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.588669 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 132 rows starting from the beginning of the part 2024.04.29 22:43:14.588709 [ 3 ] {} HTTP-Session: af7ed96b-1067-4a73-b789-f0124bacaf0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:14.588972 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 103 rows starting from the beginning of the part 2024.04.29 22:43:14.589029 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:14.589095 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 93 rows starting from the beginning of the part 2024.04.29 22:43:14.589121 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:14.589342 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 129 rows starting from the beginning of the part 2024.04.29 22:43:14.589939 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:14.590447 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.590494 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.590939 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 22:43:14.591292 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.003424728 sec., 202059.84241668243 rows/sec., 17.39 MiB/sec. 2024.04.29 22:43:14.591534 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.591553 [ 189 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 22:43:14.591762 [ 112 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 22:43:14.591840 [ 112 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.591844 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} executeQuery: Read 55 rows, 4.38 KiB in 0.002893 sec., 19011.406844106463 rows/sec., 1.48 MiB/sec. 2024.04.29 22:43:14.591867 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.592611 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.04.29 22:43:14.592690 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} DynamicQueryHandler: Done processing query 2024.04.29 22:43:14.592843 [ 3 ] {c0828634-689f-4798-985f-fc136c624fea} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:43:14.592977 [ 3 ] {} HTTP-Session: af7ed96b-1067-4a73-b789-f0124bacaf0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.593365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:14.593658 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:43:14.593658 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:14.593730 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 93 rows starting from the beginning of the part 2024.04.29 22:43:14.593735 [ 3 ] {} HTTP-Session: 60e82c73-78c3-45ef-a921-457265f83b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:14.593782 [ 3 ] {} HTTP-Session: 60e82c73-78c3-45ef-a921-457265f83b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.593844 [ 3 ] {} HTTP-Session: 60e82c73-78c3-45ef-a921-457265f83b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.594011 [ 3 ] {} HTTP-Session: 60e82c73-78c3-45ef-a921-457265f83b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:14.594030 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.594252 [ 191 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.594420 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 61 rows starting from the beginning of the part 2024.04.29 22:43:14.594488 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:14.594771 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:43:14.594962 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 45 rows starting from the beginning of the part 2024.04.29 22:43:14.595070 [ 191 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_26_5} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 22:43:14.595515 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.595599 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.04.29 22:43:14.595973 [ 188 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 55 rows starting from the beginning of the part 2024.04.29 22:43:14.596509 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:14.597010 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.597049 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.597636 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:43:14.597706 [ 189 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.005673989 sec., 55692.74103280778 rows/sec., 4.37 MiB/sec. 2024.04.29 22:43:14.597976 [ 191 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 22:43:14.598191 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.598619 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} executeQuery: Read 36 rows, 2.60 KiB in 0.004308 sec., 8356.545961002785 rows/sec., 603.89 KiB/sec. 2024.04.29 22:43:14.598913 [ 191 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.598928 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} DynamicQueryHandler: Done processing query 2024.04.29 22:43:14.598987 [ 3 ] {eea9dc64-a7c2-4226-8d1b-af8ae661e4f3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:14.599022 [ 3 ] {} HTTP-Session: 60e82c73-78c3-45ef-a921-457265f83b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.599079 [ 191 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_26_5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 22:43:14.599171 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.29 22:43:14.599243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:14.599299 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:14.599318 [ 3 ] {} HTTP-Session: c5f2545f-8e3d-4f1e-99d6-e2b863833ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:14.599334 [ 3 ] {} HTTP-Session: c5f2545f-8e3d-4f1e-99d6-e2b863833ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.599348 [ 3 ] {} HTTP-Session: c5f2545f-8e3d-4f1e-99d6-e2b863833ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.599378 [ 3 ] {} HTTP-Session: c5f2545f-8e3d-4f1e-99d6-e2b863833ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:14.599645 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:14.599695 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:14.599871 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:14.600463 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.600499 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.600919 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 22:43:14.601257 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.601382 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} executeQuery: Read 31 rows, 42.84 KiB in 0.001923 sec., 16120.644825793031 rows/sec., 21.75 MiB/sec. 2024.04.29 22:43:14.601389 [ 112 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 22:43:14.601452 [ 112 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:14.601490 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:14.601613 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} DynamicQueryHandler: Done processing query 2024.04.29 22:43:14.601644 [ 3 ] {eca351a0-e208-40ca-9f23-cf4c47628f44} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:14.601650 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.04.29 22:43:14.601677 [ 3 ] {} HTTP-Session: c5f2545f-8e3d-4f1e-99d6-e2b863833ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:14.601932 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:43:14.601966 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 579 rows starting from the beginning of the part 2024.04.29 22:43:14.602062 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.602322 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.602393 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.602475 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.602681 [ 188 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:14.605359 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 6 columns (6 merged, 0 gathered) in 0.003815486 sec., 192373.92038655104 rows/sec., 259.60 MiB/sec. 2024.04.29 22:43:14.605994 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 22:43:14.606481 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:14.606573 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_26_5} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 22:43:14.606675 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. 2024.04.29 22:43:18.014388 [ 111 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:43:18.014448 [ 111 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:43:24.578941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:24.579068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:24.579094 [ 3 ] {} HTTP-Session: 18ab71a9-2019-4d2b-946c-c5a40c5f69b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:24.579117 [ 3 ] {} HTTP-Session: 18ab71a9-2019-4d2b-946c-c5a40c5f69b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.579132 [ 3 ] {} HTTP-Session: 18ab71a9-2019-4d2b-946c-c5a40c5f69b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.579177 [ 3 ] {} HTTP-Session: 18ab71a9-2019-4d2b-946c-c5a40c5f69b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:24.579366 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:24.579430 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:24.579610 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:24.580070 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:24.580117 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:24.580487 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 22:43:24.580859 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:24.581014 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} executeQuery: Read 31 rows, 2.51 KiB in 0.001701 sec., 18224.573780129336 rows/sec., 1.44 MiB/sec. 2024.04.29 22:43:24.581246 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} DynamicQueryHandler: Done processing query 2024.04.29 22:43:24.581276 [ 3 ] {f94c09fb-407b-41bb-9f4c-390a866ee994} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:24.581300 [ 3 ] {} HTTP-Session: 18ab71a9-2019-4d2b-946c-c5a40c5f69b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.581445 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:24.581501 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:24.581521 [ 3 ] {} HTTP-Session: 5a9a89b9-fb59-481e-8b3d-90d7c91f9b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:24.581539 [ 3 ] {} HTTP-Session: 5a9a89b9-fb59-481e-8b3d-90d7c91f9b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.581553 [ 3 ] {} HTTP-Session: 5a9a89b9-fb59-481e-8b3d-90d7c91f9b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.581585 [ 3 ] {} HTTP-Session: 5a9a89b9-fb59-481e-8b3d-90d7c91f9b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:24.581714 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:24.581759 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:24.581886 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:24.582274 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:24.582311 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:24.582636 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 22:43:24.582949 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:24.583097 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} executeQuery: Read 93 rows, 8.41 KiB in 0.001426 sec., 65217.391304347824 rows/sec., 5.76 MiB/sec. 2024.04.29 22:43:24.583263 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} DynamicQueryHandler: Done processing query 2024.04.29 22:43:24.583286 [ 3 ] {a4f9f035-02a7-40cf-b8e5-04e7bfc85aad} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:43:24.583302 [ 3 ] {} HTTP-Session: 5a9a89b9-fb59-481e-8b3d-90d7c91f9b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.583418 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:24.583467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:24.583486 [ 3 ] {} HTTP-Session: 086a86a1-1fbb-4a5d-b7e3-4d3cf16690b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:24.583503 [ 3 ] {} HTTP-Session: 086a86a1-1fbb-4a5d-b7e3-4d3cf16690b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.583518 [ 3 ] {} HTTP-Session: 086a86a1-1fbb-4a5d-b7e3-4d3cf16690b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.583549 [ 3 ] {} HTTP-Session: 086a86a1-1fbb-4a5d-b7e3-4d3cf16690b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:24.583660 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:24.583702 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:24.583826 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:24.584125 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:24.584162 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:24.584465 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 22:43:24.584765 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:24.584917 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} executeQuery: Read 31 rows, 2.48 KiB in 0.001297 sec., 23901.310717039323 rows/sec., 1.87 MiB/sec. 2024.04.29 22:43:24.585077 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} DynamicQueryHandler: Done processing query 2024.04.29 22:43:24.585101 [ 3 ] {3c9af34d-8b9a-4676-b71f-bff176aedfb5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:24.585117 [ 3 ] {} HTTP-Session: 086a86a1-1fbb-4a5d-b7e3-4d3cf16690b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.585293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:24.585340 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:24.585359 [ 3 ] {} HTTP-Session: b980f76e-960d-459a-9fb6-8e43a71268e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:24.585376 [ 3 ] {} HTTP-Session: b980f76e-960d-459a-9fb6-8e43a71268e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.585389 [ 3 ] {} HTTP-Session: b980f76e-960d-459a-9fb6-8e43a71268e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:24.585418 [ 3 ] {} HTTP-Session: b980f76e-960d-459a-9fb6-8e43a71268e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:24.585669 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:24.585717 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:24.585875 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:24.586370 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:24.586406 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.04.29 22:43:24.586836 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 22:43:24.587193 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:24.587320 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} executeQuery: Read 31 rows, 42.84 KiB in 0.001826 sec., 16976.998904709748 rows/sec., 22.91 MiB/sec. 2024.04.29 22:43:24.587486 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} DynamicQueryHandler: Done processing query 2024.04.29 22:43:24.587511 [ 3 ] {d45d7874-b0e6-432b-8eb1-866190b0be0e} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:24.587528 [ 3 ] {} HTTP-Session: b980f76e-960d-459a-9fb6-8e43a71268e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:33.014498 [ 78 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:43:33.014601 [ 78 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:43:34.578834 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:34.578989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:34.579033 [ 3 ] {} HTTP-Session: 1de5e11c-b5c3-4f6d-bb9e-6840c8fe4b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:34.579073 [ 3 ] {} HTTP-Session: 1de5e11c-b5c3-4f6d-bb9e-6840c8fe4b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.579102 [ 3 ] {} HTTP-Session: 1de5e11c-b5c3-4f6d-bb9e-6840c8fe4b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.579178 [ 3 ] {} HTTP-Session: 1de5e11c-b5c3-4f6d-bb9e-6840c8fe4b0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:34.579472 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:34.579579 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:34.579891 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:34.580411 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:34.580460 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:34.580817 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 22:43:34.581142 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:34.581301 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} executeQuery: Read 31 rows, 2.51 KiB in 0.001925 sec., 16103.896103896104 rows/sec., 1.27 MiB/sec. 2024.04.29 22:43:34.581527 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} DynamicQueryHandler: Done processing query 2024.04.29 22:43:34.581555 [ 3 ] {e3b0a0cc-09e5-4eef-be03-25841ab38b29} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:34.581573 [ 3 ] {} HTTP-Session: 1de5e11c-b5c3-4f6d-bb9e-6840c8fe4b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.581728 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:34.581784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:34.581802 [ 3 ] {} HTTP-Session: 2cd2c6a7-efce-44b4-aecd-0584d834dabe Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:34.581820 [ 3 ] {} HTTP-Session: 2cd2c6a7-efce-44b4-aecd-0584d834dabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.581834 [ 3 ] {} HTTP-Session: 2cd2c6a7-efce-44b4-aecd-0584d834dabe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.581867 [ 3 ] {} HTTP-Session: 2cd2c6a7-efce-44b4-aecd-0584d834dabe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:34.581992 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:34.582039 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:34.582167 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:34.582608 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:34.582645 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:34.582958 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 22:43:34.583252 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:34.583401 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} executeQuery: Read 93 rows, 8.41 KiB in 0.001452 sec., 64049.586776859505 rows/sec., 5.65 MiB/sec. 2024.04.29 22:43:34.583572 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} DynamicQueryHandler: Done processing query 2024.04.29 22:43:34.583597 [ 3 ] {68eedd95-ba9c-40ce-9f77-321340d723e8} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:43:34.583612 [ 3 ] {} HTTP-Session: 2cd2c6a7-efce-44b4-aecd-0584d834dabe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.583734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:34.583781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:34.583799 [ 3 ] {} HTTP-Session: 282c2077-5d97-4cc4-a6d3-d2030d54195d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:34.583815 [ 3 ] {} HTTP-Session: 282c2077-5d97-4cc4-a6d3-d2030d54195d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.583828 [ 3 ] {} HTTP-Session: 282c2077-5d97-4cc4-a6d3-d2030d54195d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.583857 [ 3 ] {} HTTP-Session: 282c2077-5d97-4cc4-a6d3-d2030d54195d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:34.583959 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:34.584000 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:34.584123 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:34.584416 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:34.584452 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:34.584755 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 22:43:34.585062 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:34.585217 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} executeQuery: Read 31 rows, 2.48 KiB in 0.001279 sec., 24237.685691946834 rows/sec., 1.90 MiB/sec. 2024.04.29 22:43:34.585377 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} DynamicQueryHandler: Done processing query 2024.04.29 22:43:34.585400 [ 3 ] {5dd892fa-efae-4e17-9f36-ddd0b2a74826} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:34.585415 [ 3 ] {} HTTP-Session: 282c2077-5d97-4cc4-a6d3-d2030d54195d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.585567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:34.585615 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:34.585633 [ 3 ] {} HTTP-Session: c6eb98eb-0ed0-48b2-8b5a-96ef9fd4e7d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:34.585649 [ 3 ] {} HTTP-Session: c6eb98eb-0ed0-48b2-8b5a-96ef9fd4e7d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.585662 [ 3 ] {} HTTP-Session: c6eb98eb-0ed0-48b2-8b5a-96ef9fd4e7d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:34.585691 [ 3 ] {} HTTP-Session: c6eb98eb-0ed0-48b2-8b5a-96ef9fd4e7d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:34.585945 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:34.585993 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:34.586150 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:34.586727 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:34.586763 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:34.587178 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 22:43:34.587503 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:34.587663 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} executeQuery: Read 31 rows, 42.84 KiB in 0.001895 sec., 16358.839050131926 rows/sec., 22.08 MiB/sec. 2024.04.29 22:43:34.587835 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} DynamicQueryHandler: Done processing query 2024.04.29 22:43:34.587859 [ 3 ] {3f36820b-fc1e-453b-a9ee-af07a8dbea70} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:34.587874 [ 3 ] {} HTTP-Session: c6eb98eb-0ed0-48b2-8b5a-96ef9fd4e7d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.579769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.579945 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.579988 [ 3 ] {} HTTP-Session: af2e2c51-e944-4d9d-bfb0-07d1770b4dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.580026 [ 3 ] {} HTTP-Session: af2e2c51-e944-4d9d-bfb0-07d1770b4dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.580052 [ 3 ] {} HTTP-Session: af2e2c51-e944-4d9d-bfb0-07d1770b4dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.580123 [ 3 ] {} HTTP-Session: af2e2c51-e944-4d9d-bfb0-07d1770b4dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.580399 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.580460 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:44.580636 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.581249 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.581292 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.581640 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 22:43:44.581954 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.582115 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} executeQuery: Read 31 rows, 2.51 KiB in 0.001761 sec., 17603.634298693923 rows/sec., 1.39 MiB/sec. 2024.04.29 22:43:44.582333 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.582359 [ 3 ] {e5412468-a630-4279-9929-afcf46d7e9ec} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:44.582376 [ 3 ] {} HTTP-Session: af2e2c51-e944-4d9d-bfb0-07d1770b4dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.582504 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.582552 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.582570 [ 3 ] {} HTTP-Session: ad3f18bc-ba31-4967-9f55-77aacc1bdbe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.582586 [ 3 ] {} HTTP-Session: ad3f18bc-ba31-4967-9f55-77aacc1bdbe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.582599 [ 3 ] {} HTTP-Session: ad3f18bc-ba31-4967-9f55-77aacc1bdbe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.582629 [ 3 ] {} HTTP-Session: ad3f18bc-ba31-4967-9f55-77aacc1bdbe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.582727 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.582771 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:43:44.582897 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.583202 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.583238 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.583554 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:43:44.583848 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.583995 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} executeQuery: Read 6 rows, 501.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 379.27 KiB/sec. 2024.04.29 22:43:44.584401 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.584426 [ 3 ] {450e704e-b3ac-4284-a6a6-153ce40ecbfe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:43:44.584443 [ 3 ] {} HTTP-Session: ad3f18bc-ba31-4967-9f55-77aacc1bdbe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.584579 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.584626 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.584646 [ 3 ] {} HTTP-Session: 18515b3a-0fbc-4657-9727-29646da0f978 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.584662 [ 3 ] {} HTTP-Session: 18515b3a-0fbc-4657-9727-29646da0f978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.584675 [ 3 ] {} HTTP-Session: 18515b3a-0fbc-4657-9727-29646da0f978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.584704 [ 3 ] {} HTTP-Session: 18515b3a-0fbc-4657-9727-29646da0f978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.584841 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.584884 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:44.585029 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.585398 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.585434 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.585741 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 22:43:44.586032 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.586184 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} executeQuery: Read 132 rows, 11.44 KiB in 0.001401 sec., 94218.41541755889 rows/sec., 7.97 MiB/sec. 2024.04.29 22:43:44.586486 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.586519 [ 3 ] {18f65859-512b-47c9-8244-22b9f668fecd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:43:44.586535 [ 3 ] {} HTTP-Session: 18515b3a-0fbc-4657-9727-29646da0f978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.586646 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.586694 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.586712 [ 3 ] {} HTTP-Session: 37bd691c-550c-4913-8190-d02de8545349 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.586729 [ 3 ] {} HTTP-Session: 37bd691c-550c-4913-8190-d02de8545349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.586742 [ 3 ] {} HTTP-Session: 37bd691c-550c-4913-8190-d02de8545349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.586772 [ 3 ] {} HTTP-Session: 37bd691c-550c-4913-8190-d02de8545349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.586867 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.586911 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:43:44.587050 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.587320 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.587356 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.587637 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 22:43:44.587928 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.588075 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} executeQuery: Read 6 rows, 429.00 B in 0.001231 sec., 4874.086108854589 rows/sec., 340.33 KiB/sec. 2024.04.29 22:43:44.588356 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.588380 [ 3 ] {e02aa0bc-0e73-401c-873b-430e996b6179} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:43:44.588395 [ 3 ] {} HTTP-Session: 37bd691c-550c-4913-8190-d02de8545349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.588514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 10361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.588562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.588580 [ 3 ] {} HTTP-Session: 1bcbc2d6-f8e0-401b-9674-488d24e2605c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.588596 [ 3 ] {} HTTP-Session: 1bcbc2d6-f8e0-401b-9674-488d24e2605c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.588610 [ 3 ] {} HTTP-Session: 1bcbc2d6-f8e0-401b-9674-488d24e2605c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.588639 [ 3 ] {} HTTP-Session: 1bcbc2d6-f8e0-401b-9674-488d24e2605c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.588752 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.588794 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:44.588935 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.589253 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.589289 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.589602 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 22:43:44.589892 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.590043 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} executeQuery: Read 61 rows, 4.87 KiB in 0.001325 sec., 46037.735849056604 rows/sec., 3.59 MiB/sec. 2024.04.29 22:43:44.590206 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.590230 [ 3 ] {6d879465-c8ee-4578-a3f3-ef403fc75f6a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:43:44.590246 [ 3 ] {} HTTP-Session: 1bcbc2d6-f8e0-401b-9674-488d24e2605c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.590354 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.590401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.590420 [ 3 ] {} HTTP-Session: 6976ad2f-c5d9-49ce-9c5c-d9133a37adfe Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.590438 [ 3 ] {} HTTP-Session: 6976ad2f-c5d9-49ce-9c5c-d9133a37adfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.590452 [ 3 ] {} HTTP-Session: 6976ad2f-c5d9-49ce-9c5c-d9133a37adfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.590481 [ 3 ] {} HTTP-Session: 6976ad2f-c5d9-49ce-9c5c-d9133a37adfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.590590 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.590635 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:43:44.590782 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.591080 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.591115 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.591475 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 22:43:44.591791 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.591964 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} executeQuery: Read 39 rows, 2.81 KiB in 0.001405 sec., 27758.007117437723 rows/sec., 1.95 MiB/sec. 2024.04.29 22:43:44.592499 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.592529 [ 3 ] {b149c7ec-1c35-4cfa-a52f-56eedfe8e332} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:44.592546 [ 3 ] {} HTTP-Session: 6976ad2f-c5d9-49ce-9c5c-d9133a37adfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.592694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:44.592743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:44.592762 [ 3 ] {} HTTP-Session: 38afe04e-00d5-4057-901e-1bffaaf1a6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:44.592778 [ 3 ] {} HTTP-Session: 38afe04e-00d5-4057-901e-1bffaaf1a6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.592792 [ 3 ] {} HTTP-Session: 38afe04e-00d5-4057-901e-1bffaaf1a6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:44.592821 [ 3 ] {} HTTP-Session: 38afe04e-00d5-4057-901e-1bffaaf1a6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:44.593081 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:44.593129 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:44.593319 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:44.593814 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:44.593850 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:44.594250 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 22:43:44.594592 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:44.594749 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} executeQuery: Read 31 rows, 42.84 KiB in 0.001843 sec., 16820.40151926207 rows/sec., 22.70 MiB/sec. 2024.04.29 22:43:44.595019 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} DynamicQueryHandler: Done processing query 2024.04.29 22:43:44.595059 [ 3 ] {e59e3d75-1d93-4a10-a616-c98db01bbdde} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:44.595075 [ 3 ] {} HTTP-Session: 38afe04e-00d5-4057-901e-1bffaaf1a6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:48.014872 [ 30 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:43:48.014929 [ 30 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:43:54.579330 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.579465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.579496 [ 3 ] {} HTTP-Session: 37b8901c-8b33-4a2e-86c9-ea254bf00c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.579524 [ 3 ] {} HTTP-Session: 37b8901c-8b33-4a2e-86c9-ea254bf00c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.579542 [ 3 ] {} HTTP-Session: 37b8901c-8b33-4a2e-86c9-ea254bf00c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.579594 [ 3 ] {} HTTP-Session: 37b8901c-8b33-4a2e-86c9-ea254bf00c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.579792 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.579865 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:43:54.580056 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.580477 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.580519 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.580881 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 22:43:54.581208 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.581346 [ 23 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 2024.04.29 22:43:54.581349 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} executeQuery: Read 31 rows, 2.51 KiB in 0.001621 sec., 19123.997532387413 rows/sec., 1.51 MiB/sec. 2024.04.29 22:43:54.581387 [ 23 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.581422 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.581603 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full 2024.04.29 22:43:54.581640 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.581716 [ 3 ] {51e5b5a4-4d89-4e5b-92bb-696817b22321} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:43:54.581813 [ 3 ] {} HTTP-Session: 37b8901c-8b33-4a2e-86c9-ea254bf00c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.582123 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.582169 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:43:54.582270 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 31 rows starting from the beginning of the part 2024.04.29 22:43:54.582304 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.582387 [ 3 ] {} HTTP-Session: 6609124f-a59d-40a2-9b51-1a8a1ac2ba91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.582456 [ 3 ] {} HTTP-Session: 6609124f-a59d-40a2-9b51-1a8a1ac2ba91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.582515 [ 3 ] {} HTTP-Session: 6609124f-a59d-40a2-9b51-1a8a1ac2ba91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.582527 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:54.582589 [ 3 ] {} HTTP-Session: 6609124f-a59d-40a2-9b51-1a8a1ac2ba91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.582721 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:54.582902 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.583025 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:54.583087 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:43:54.583387 [ 188 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part 2024.04.29 22:43:54.583977 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.584496 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.584542 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.585031 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.00353061 sec., 43901.7620184614 rows/sec., 3.48 MiB/sec. 2024.04.29 22:43:54.585049 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:43:54.585301 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2024.04.29 22:43:54.585812 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.586212 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} executeQuery: Read 14 rows, 1.18 KiB in 0.003412 sec., 4103.1652989449 rows/sec., 346.61 KiB/sec. 2024.04.29 22:43:54.586449 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.586681 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_30_7} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 2024.04.29 22:43:54.586726 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.586817 [ 3 ] {b2777483-2a16-4199-b43b-1e058c821a0c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:43:54.586840 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 22:43:54.586850 [ 3 ] {} HTTP-Session: 6609124f-a59d-40a2-9b51-1a8a1ac2ba91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.587026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.587077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.587097 [ 3 ] {} HTTP-Session: 66a0727a-7e32-444b-a2a5-99dfb7a86021 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.587115 [ 3 ] {} HTTP-Session: 66a0727a-7e32-444b-a2a5-99dfb7a86021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.587129 [ 3 ] {} HTTP-Session: 66a0727a-7e32-444b-a2a5-99dfb7a86021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.587160 [ 3 ] {} HTTP-Session: 66a0727a-7e32-444b-a2a5-99dfb7a86021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.587295 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.587341 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:43:54.587488 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.587838 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.587875 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.588192 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 22:43:54.588506 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.588628 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} executeQuery: Read 103 rows, 9.25 KiB in 0.001387 sec., 74260.99495313627 rows/sec., 6.51 MiB/sec. 2024.04.29 22:43:54.588775 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.588801 [ 3 ] {d77b1940-7b9c-411c-a2cf-14dac6df856d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:43:54.588816 [ 3 ] {} HTTP-Session: 66a0727a-7e32-444b-a2a5-99dfb7a86021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.588990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.589038 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.589058 [ 3 ] {} HTTP-Session: 497ac30d-7abb-4445-99fc-6d4fb5302f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.589074 [ 3 ] {} HTTP-Session: 497ac30d-7abb-4445-99fc-6d4fb5302f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.589088 [ 3 ] {} HTTP-Session: 497ac30d-7abb-4445-99fc-6d4fb5302f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.589117 [ 3 ] {} HTTP-Session: 497ac30d-7abb-4445-99fc-6d4fb5302f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.589212 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.589253 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:43:54.589376 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.589650 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.589685 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.589986 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 22:43:54.590289 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.590416 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} executeQuery: Read 14 rows, 1.02 KiB in 0.001231 sec., 11372.867587327375 rows/sec., 827.42 KiB/sec. 2024.04.29 22:43:54.590616 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.590641 [ 3 ] {c3b2698c-9147-482c-8db6-7d659226806a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:43:54.590656 [ 3 ] {} HTTP-Session: 497ac30d-7abb-4445-99fc-6d4fb5302f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.590785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.590834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.590854 [ 3 ] {} HTTP-Session: bce7c503-b45f-43ed-a674-1dc26561a445 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.590870 [ 3 ] {} HTTP-Session: bce7c503-b45f-43ed-a674-1dc26561a445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.590884 [ 3 ] {} HTTP-Session: bce7c503-b45f-43ed-a674-1dc26561a445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.590914 [ 3 ] {} HTTP-Session: bce7c503-b45f-43ed-a674-1dc26561a445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.591016 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.591058 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:43:54.591181 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.591476 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.591512 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.591810 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 22:43:54.592112 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.592233 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} executeQuery: Read 45 rows, 3.67 KiB in 0.001249 sec., 36028.82305844676 rows/sec., 2.87 MiB/sec. 2024.04.29 22:43:54.592381 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.592406 [ 3 ] {97d1242d-f5df-405c-909a-6b6d9fe067a2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:43:54.592421 [ 3 ] {} HTTP-Session: bce7c503-b45f-43ed-a674-1dc26561a445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.592527 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.592576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.592595 [ 3 ] {} HTTP-Session: 2eba4d0f-fba0-489a-bb42-0137284dc503 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.592611 [ 3 ] {} HTTP-Session: 2eba4d0f-fba0-489a-bb42-0137284dc503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.592624 [ 3 ] {} HTTP-Session: 2eba4d0f-fba0-489a-bb42-0137284dc503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.592654 [ 3 ] {} HTTP-Session: 2eba4d0f-fba0-489a-bb42-0137284dc503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.592749 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.592796 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:43:54.592936 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.593206 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.593241 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.593601 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 22:43:54.593942 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.594081 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} executeQuery: Read 7 rows, 525.00 B in 0.001353 sec., 5173.688100517369 rows/sec., 378.93 KiB/sec. 2024.04.29 22:43:54.594414 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.594439 [ 3 ] {2644433f-251b-4d37-8245-3bff20c34cd2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:43:54.594455 [ 3 ] {} HTTP-Session: 2eba4d0f-fba0-489a-bb42-0137284dc503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.594611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:43:54.594661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:43:54.594681 [ 3 ] {} HTTP-Session: da2e65c3-0c1a-455c-b812-ddc9bbbc3f06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:43:54.594697 [ 3 ] {} HTTP-Session: da2e65c3-0c1a-455c-b812-ddc9bbbc3f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.594710 [ 3 ] {} HTTP-Session: da2e65c3-0c1a-455c-b812-ddc9bbbc3f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:43:54.594740 [ 3 ] {} HTTP-Session: da2e65c3-0c1a-455c-b812-ddc9bbbc3f06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:43:54.595221 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:43:54.595276 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:43:54.595458 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:43:54.595886 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:43:54.595923 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:43:54.596322 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 22:43:54.596649 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:43:54.596817 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} executeQuery: Read 31 rows, 42.84 KiB in 0.001985 sec., 15617.128463476072 rows/sec., 21.07 MiB/sec. 2024.04.29 22:43:54.597113 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} DynamicQueryHandler: Done processing query 2024.04.29 22:43:54.597153 [ 3 ] {9ab8da98-d2a8-4467-8924-053c587bf2c9} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:43:54.597176 [ 3 ] {} HTTP-Session: da2e65c3-0c1a-455c-b812-ddc9bbbc3f06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:03.014974 [ 29 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:44:03.015040 [ 29 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:44:04.579056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:04.579192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:04.579222 [ 3 ] {} HTTP-Session: d8209365-0d34-4426-a0d8-2810537d0e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:04.579251 [ 3 ] {} HTTP-Session: d8209365-0d34-4426-a0d8-2810537d0e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.579270 [ 3 ] {} HTTP-Session: d8209365-0d34-4426-a0d8-2810537d0e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.579321 [ 3 ] {} HTTP-Session: d8209365-0d34-4426-a0d8-2810537d0e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:04.579531 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:04.579605 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:04.579823 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:04.580289 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.580332 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.580687 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 22:44:04.581011 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.581168 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} executeQuery: Read 31 rows, 2.51 KiB in 0.001703 sec., 18203.1708749266 rows/sec., 1.44 MiB/sec. 2024.04.29 22:44:04.581368 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} DynamicQueryHandler: Done processing query 2024.04.29 22:44:04.581395 [ 3 ] {66c91639-ed9f-47c9-8258-2a7ff1c94105} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:04.581411 [ 3 ] {} HTTP-Session: d8209365-0d34-4426-a0d8-2810537d0e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.581562 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:04.581613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:04.581632 [ 3 ] {} HTTP-Session: b64dde4b-5ddd-4f1e-bf29-200e8e51eec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:04.581649 [ 3 ] {} HTTP-Session: b64dde4b-5ddd-4f1e-bf29-200e8e51eec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.581663 [ 3 ] {} HTTP-Session: b64dde4b-5ddd-4f1e-bf29-200e8e51eec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.581693 [ 3 ] {} HTTP-Session: b64dde4b-5ddd-4f1e-bf29-200e8e51eec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:04.581816 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:04.581860 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:04.581985 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:04.582329 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.582365 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.582687 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 22:44:04.582987 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.583139 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} executeQuery: Read 93 rows, 8.41 KiB in 0.001365 sec., 68131.86813186813 rows/sec., 6.01 MiB/sec. 2024.04.29 22:44:04.583151 [ 34 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 22:44:04.583273 [ 34 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.583305 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.583383 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} DynamicQueryHandler: Done processing query 2024.04.29 22:44:04.583449 [ 3 ] {26b191a5-1436-4a8f-9547-38f86f188d5a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:44:04.583515 [ 3 ] {} HTTP-Session: b64dde4b-5ddd-4f1e-bf29-200e8e51eec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.583627 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.04.29 22:44:04.583795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:04.583974 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:04.584089 [ 3 ] {} HTTP-Session: 336e64a9-4f45-41d9-bc37-91dff51b89d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:04.584142 [ 3 ] {} HTTP-Session: 336e64a9-4f45-41d9-bc37-91dff51b89d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.584158 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:04.584163 [ 3 ] {} HTTP-Session: 336e64a9-4f45-41d9-bc37-91dff51b89d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.584194 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 142 rows starting from the beginning of the part 2024.04.29 22:44:04.584207 [ 3 ] {} HTTP-Session: 336e64a9-4f45-41d9-bc37-91dff51b89d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:04.584269 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 93 rows starting from the beginning of the part 2024.04.29 22:44:04.584439 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:04.584532 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 93 rows starting from the beginning of the part 2024.04.29 22:44:04.584622 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:04.584877 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 132 rows starting from the beginning of the part 2024.04.29 22:44:04.585110 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 103 rows starting from the beginning of the part 2024.04.29 22:44:04.585488 [ 188 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 93 rows starting from the beginning of the part 2024.04.29 22:44:04.585763 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:04.586423 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.586464 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.586957 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 22:44:04.587384 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 4 columns (4 merged, 0 gathered) in 0.003992781 sec., 164296.51413388312 rows/sec., 14.23 MiB/sec. 2024.04.29 22:44:04.587561 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.587636 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 22:44:04.587853 [ 34 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 22:44:04.587881 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} executeQuery: Read 31 rows, 2.48 KiB in 0.003566 sec., 8693.213684800898 rows/sec., 696.14 KiB/sec. 2024.04.29 22:44:04.587934 [ 34 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.588146 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.588472 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} DynamicQueryHandler: Done processing query 2024.04.29 22:44:04.588556 [ 3 ] {6d5194ad-91f1-4f61-92a5-321bb76f6b6d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:04.588649 [ 3 ] {} HTTP-Session: 336e64a9-4f45-41d9-bc37-91dff51b89d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.588808 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.04.29 22:44:04.588937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:04.589090 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:04.589162 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.589183 [ 3 ] {} HTTP-Session: d3f88cc0-2cf6-4c77-85a5-7185f61d5709 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:04.589199 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:04.589257 [ 3 ] {} HTTP-Session: d3f88cc0-2cf6-4c77-85a5-7185f61d5709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.589324 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 93 rows starting from the beginning of the part 2024.04.29 22:44:04.589334 [ 3 ] {} HTTP-Session: d3f88cc0-2cf6-4c77-85a5-7185f61d5709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.589431 [ 3 ] {} HTTP-Session: d3f88cc0-2cf6-4c77-85a5-7185f61d5709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:04.589506 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_31_6} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 22:44:04.589657 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.589897 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.04.29 22:44:04.590107 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.590112 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:04.590319 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:04.590477 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 61 rows starting from the beginning of the part 2024.04.29 22:44:04.590844 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 45 rows starting from the beginning of the part 2024.04.29 22:44:04.591176 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.591721 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:04.592325 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.592369 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.592797 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.004337659 sec., 67317.41706759337 rows/sec., 5.29 MiB/sec. 2024.04.29 22:44:04.592923 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 22:44:04.593027 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 22:44:04.593356 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.593455 [ 192 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_31_6} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 22:44:04.593521 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.593544 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.29 22:44:04.593698 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} executeQuery: Read 31 rows, 42.84 KiB in 0.003986 sec., 7777.220270948319 rows/sec., 10.49 MiB/sec. 2024.04.29 22:44:04.593709 [ 34 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 22:44:04.593800 [ 34 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:04.593866 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:04.594040 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} DynamicQueryHandler: Done processing query 2024.04.29 22:44:04.594070 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.04.29 22:44:04.594091 [ 3 ] {9c254690-b364-46c9-bd90-5becb7c2ec1c} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:04.594143 [ 3 ] {} HTTP-Session: d3f88cc0-2cf6-4c77-85a5-7185f61d5709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:04.594296 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:04.594339 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 734 rows starting from the beginning of the part 2024.04.29 22:44:04.594463 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.594580 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.594723 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.594885 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.594982 [ 194 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:04.610323 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 6 columns (6 merged, 0 gathered) in 0.016360573 sec., 54337.95014392222 rows/sec., 73.33 MiB/sec. 2024.04.29 22:44:04.610970 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 22:44:04.611450 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:04.611536 [ 201 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_31_6} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 22:44:04.611632 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2024.04.29 22:44:05.000178 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.79 MiB, peak 193.21 MiB, free memory in arenas 0.00 B, will set to 186.27 MiB (RSS), difference: 1.48 MiB 2024.04.29 22:44:05.425723 [ 35 ] {} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.04.29 22:44:05.425794 [ 35 ] {} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:05.425821 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:05.426030 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.04.29 22:44:05.426262 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:05.426304 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2024.04.29 22:44:05.426378 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2024.04.29 22:44:05.426481 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.04.29 22:44:05.426765 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2024.04.29 22:44:05.426867 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2024.04.29 22:44:05.428049 [ 201 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137419 sec., 28071.239190818455 rows/sec., 1.97 MiB/sec. 2024.04.29 22:44:05.428199 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.04.29 22:44:05.428553 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:05.428628 [ 186 ] {9435e24d-e364-43a7-9b08-7516c272c3d7::all_1_9_2} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.04.29 22:44:05.428704 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.04.29 22:44:07.070210 [ 31 ] {} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.04.29 22:44:07.070305 [ 31 ] {} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:07.070346 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.04.29 22:44:07.070593 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.04.29 22:44:07.070848 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:07.070888 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2024.04.29 22:44:07.070974 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2024.04.29 22:44:07.071237 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2024.04.29 22:44:07.071398 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2024.04.29 22:44:07.071599 [ 200 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2024.04.29 22:44:07.072776 [ 186 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.002331893 sec., 25730.168579776175 rows/sec., 2.10 MiB/sec. 2024.04.29 22:44:07.073039 [ 201 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.04.29 22:44:07.073519 [ 201 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:07.073608 [ 201 ] {de9caab6-9735-4487-b3af-be27bc1468b3::all_1_9_2} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.04.29 22:44:07.073708 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 22:44:14.580798 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:14.580928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:14.580957 [ 3 ] {} HTTP-Session: 0f4b58ce-2991-45d7-b394-65b6fcd1654d Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:14.580981 [ 3 ] {} HTTP-Session: 0f4b58ce-2991-45d7-b394-65b6fcd1654d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.580996 [ 3 ] {} HTTP-Session: 0f4b58ce-2991-45d7-b394-65b6fcd1654d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.581067 [ 3 ] {} HTTP-Session: 0f4b58ce-2991-45d7-b394-65b6fcd1654d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:14.581324 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:14.581413 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:14.581619 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:14.581994 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:14.582033 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:14.582388 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 22:44:14.582715 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:14.582872 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} executeQuery: Read 31 rows, 2.51 KiB in 0.001627 sec., 19053.472649047326 rows/sec., 1.51 MiB/sec. 2024.04.29 22:44:14.583154 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} DynamicQueryHandler: Done processing query 2024.04.29 22:44:14.583193 [ 3 ] {677ceb90-8006-4379-9bb1-cd53706658dc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:14.583217 [ 3 ] {} HTTP-Session: 0f4b58ce-2991-45d7-b394-65b6fcd1654d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.583362 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:14.583411 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:14.583430 [ 3 ] {} HTTP-Session: 6dbd8126-f0a8-4621-b4f2-158f98204e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:14.583447 [ 3 ] {} HTTP-Session: 6dbd8126-f0a8-4621-b4f2-158f98204e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.583461 [ 3 ] {} HTTP-Session: 6dbd8126-f0a8-4621-b4f2-158f98204e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.583493 [ 3 ] {} HTTP-Session: 6dbd8126-f0a8-4621-b4f2-158f98204e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:14.583631 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:14.583674 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:14.583818 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:14.584160 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:14.584194 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:14.584502 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 22:44:14.584801 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:14.584957 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} executeQuery: Read 129 rows, 11.22 KiB in 0.001383 sec., 93275.48806941432 rows/sec., 7.92 MiB/sec. 2024.04.29 22:44:14.585111 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} DynamicQueryHandler: Done processing query 2024.04.29 22:44:14.585135 [ 3 ] {62473487-ecaf-494f-b70f-9e7fcd1bb6ce} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:44:14.585150 [ 3 ] {} HTTP-Session: 6dbd8126-f0a8-4621-b4f2-158f98204e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.585275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 9338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:14.585322 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:14.585341 [ 3 ] {} HTTP-Session: ad53c6a1-76b7-4f50-a6f8-bb0c53c31acc Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:14.585357 [ 3 ] {} HTTP-Session: ad53c6a1-76b7-4f50-a6f8-bb0c53c31acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.585370 [ 3 ] {} HTTP-Session: ad53c6a1-76b7-4f50-a6f8-bb0c53c31acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.585399 [ 3 ] {} HTTP-Session: ad53c6a1-76b7-4f50-a6f8-bb0c53c31acc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:14.585507 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:14.585548 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:14.585672 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:14.586059 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:14.586095 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:14.586391 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 22:44:14.586688 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:14.586835 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} executeQuery: Read 55 rows, 4.38 KiB in 0.001364 sec., 40322.58064516129 rows/sec., 3.14 MiB/sec. 2024.04.29 22:44:14.587004 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} DynamicQueryHandler: Done processing query 2024.04.29 22:44:14.587029 [ 3 ] {63cf2063-8225-44c6-91ee-6cac170432ec} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:44:14.587044 [ 3 ] {} HTTP-Session: ad53c6a1-76b7-4f50-a6f8-bb0c53c31acc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.587185 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:14.587232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:14.587250 [ 3 ] {} HTTP-Session: a04f3ede-c4d5-4fe3-8bb0-446b3545b0fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:14.587267 [ 3 ] {} HTTP-Session: a04f3ede-c4d5-4fe3-8bb0-446b3545b0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.587281 [ 3 ] {} HTTP-Session: a04f3ede-c4d5-4fe3-8bb0-446b3545b0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.587311 [ 3 ] {} HTTP-Session: a04f3ede-c4d5-4fe3-8bb0-446b3545b0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:14.587413 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:14.587458 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:44:14.587605 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:14.587901 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:14.587934 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:14.588292 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 22:44:14.588626 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:14.588787 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} executeQuery: Read 36 rows, 2.60 KiB in 0.001401 sec., 25695.93147751606 rows/sec., 1.81 MiB/sec. 2024.04.29 22:44:14.588941 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} DynamicQueryHandler: Done processing query 2024.04.29 22:44:14.588966 [ 3 ] {26080792-f51d-4a0b-93b4-c45a71f6b481} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:14.588982 [ 3 ] {} HTTP-Session: a04f3ede-c4d5-4fe3-8bb0-446b3545b0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.589141 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:14.589189 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:14.589208 [ 3 ] {} HTTP-Session: bf569100-6eb3-4202-9c8c-9e2df08c03f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:14.589223 [ 3 ] {} HTTP-Session: bf569100-6eb3-4202-9c8c-9e2df08c03f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.589238 [ 3 ] {} HTTP-Session: bf569100-6eb3-4202-9c8c-9e2df08c03f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:14.589267 [ 3 ] {} HTTP-Session: bf569100-6eb3-4202-9c8c-9e2df08c03f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:14.589508 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:14.589555 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:14.589709 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:14.590158 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:14.590192 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:14.590583 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 22:44:14.590913 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:14.591071 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} executeQuery: Read 31 rows, 42.84 KiB in 0.001729 sec., 17929.438982070562 rows/sec., 24.19 MiB/sec. 2024.04.29 22:44:14.591242 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} DynamicQueryHandler: Done processing query 2024.04.29 22:44:14.591267 [ 3 ] {b77bd8db-81a4-4929-bc8f-04f9a8a075fe} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:14.591283 [ 3 ] {} HTTP-Session: bf569100-6eb3-4202-9c8c-9e2df08c03f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:18.015097 [ 47 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:44:18.015149 [ 47 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:44:24.579419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:24.579564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:24.579593 [ 3 ] {} HTTP-Session: d2b98588-7d53-4f03-a04b-bea6afd2e470 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:24.579620 [ 3 ] {} HTTP-Session: d2b98588-7d53-4f03-a04b-bea6afd2e470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.579638 [ 3 ] {} HTTP-Session: d2b98588-7d53-4f03-a04b-bea6afd2e470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.579690 [ 3 ] {} HTTP-Session: d2b98588-7d53-4f03-a04b-bea6afd2e470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:24.579904 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:24.579978 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:24.580170 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:24.580593 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:24.580634 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:24.580989 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 22:44:24.581313 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:24.581463 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} executeQuery: Read 31 rows, 2.51 KiB in 0.001626 sec., 19065.19065190652 rows/sec., 1.51 MiB/sec. 2024.04.29 22:44:24.581775 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} DynamicQueryHandler: Done processing query 2024.04.29 22:44:24.581838 [ 3 ] {8633b0c7-da3b-44c2-9cc3-c1e9e44d4ef8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:24.581898 [ 3 ] {} HTTP-Session: d2b98588-7d53-4f03-a04b-bea6afd2e470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.582087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:24.582140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:24.582159 [ 3 ] {} HTTP-Session: 481fbb77-b6dd-458d-be9a-04a202564a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:24.582175 [ 3 ] {} HTTP-Session: 481fbb77-b6dd-458d-be9a-04a202564a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.582189 [ 3 ] {} HTTP-Session: 481fbb77-b6dd-458d-be9a-04a202564a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.582221 [ 3 ] {} HTTP-Session: 481fbb77-b6dd-458d-be9a-04a202564a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:24.582345 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:24.582389 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:24.582530 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:24.582862 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:24.582896 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:24.583203 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 22:44:24.583514 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:24.583655 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} executeQuery: Read 93 rows, 8.41 KiB in 0.001346 sec., 69093.61069836553 rows/sec., 6.10 MiB/sec. 2024.04.29 22:44:24.583926 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} DynamicQueryHandler: Done processing query 2024.04.29 22:44:24.583962 [ 3 ] {1421f395-5535-4c9d-b9f5-65da8c32df4d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:44:24.583979 [ 3 ] {} HTTP-Session: 481fbb77-b6dd-458d-be9a-04a202564a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.584114 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:24.584176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:24.584196 [ 3 ] {} HTTP-Session: d25f3c9a-5ee9-4b4d-b0b1-34f3e54a62b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:24.584212 [ 3 ] {} HTTP-Session: d25f3c9a-5ee9-4b4d-b0b1-34f3e54a62b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.584226 [ 3 ] {} HTTP-Session: d25f3c9a-5ee9-4b4d-b0b1-34f3e54a62b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.584268 [ 3 ] {} HTTP-Session: d25f3c9a-5ee9-4b4d-b0b1-34f3e54a62b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:24.584408 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:24.584464 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:24.584610 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:24.584893 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:24.584928 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:24.585223 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 22:44:24.585512 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:24.585661 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} executeQuery: Read 31 rows, 2.48 KiB in 0.001302 sec., 23809.52380952381 rows/sec., 1.86 MiB/sec. 2024.04.29 22:44:24.585824 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} DynamicQueryHandler: Done processing query 2024.04.29 22:44:24.585848 [ 3 ] {77d28803-abc8-4fdb-9de0-4b20307e7b3a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:24.585864 [ 3 ] {} HTTP-Session: d25f3c9a-5ee9-4b4d-b0b1-34f3e54a62b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.585995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:24.586043 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:24.586061 [ 3 ] {} HTTP-Session: 859abd78-a4a5-4dfd-92c7-5fb4814ede4c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:24.586077 [ 3 ] {} HTTP-Session: 859abd78-a4a5-4dfd-92c7-5fb4814ede4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.586091 [ 3 ] {} HTTP-Session: 859abd78-a4a5-4dfd-92c7-5fb4814ede4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:24.586121 [ 3 ] {} HTTP-Session: 859abd78-a4a5-4dfd-92c7-5fb4814ede4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:24.586368 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:24.586413 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:24.586572 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:24.587042 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:24.587091 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:24.587588 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 22:44:24.587997 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:24.588142 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} executeQuery: Read 31 rows, 42.84 KiB in 0.001944 sec., 15946.502057613168 rows/sec., 21.52 MiB/sec. 2024.04.29 22:44:24.588303 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} DynamicQueryHandler: Done processing query 2024.04.29 22:44:24.588327 [ 3 ] {3ff24561-99dd-4f94-9270-8e4a0782bf8b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:24.588343 [ 3 ] {} HTTP-Session: 859abd78-a4a5-4dfd-92c7-5fb4814ede4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:27.353642 [ 53 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.04.29 22:44:27.353706 [ 53 ] {} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:27.353729 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:27.353957 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.04.29 22:44:27.354163 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:27.354204 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 577 rows starting from the beginning of the part 2024.04.29 22:44:27.354284 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2024.04.29 22:44:27.354530 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part 2024.04.29 22:44:27.354730 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2024.04.29 22:44:27.354895 [ 186 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2024.04.29 22:44:27.356070 [ 201 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.002248601 sec., 309081.06862889417 rows/sec., 21.82 MiB/sec. 2024.04.29 22:44:27.356299 [ 199 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.04.29 22:44:27.356774 [ 199 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:27.356869 [ 199 ] {923bd15a-cfc8-490a-a1c5-c27f778cd2a2::all_1_14_3} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.04.29 22:44:27.356974 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2024.04.29 22:44:33.015211 [ 66 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:44:33.015288 [ 66 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:44:34.579584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:34.579714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:34.579738 [ 3 ] {} HTTP-Session: b3230eb8-4068-49ff-b8e4-7f06f5432b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:34.579762 [ 3 ] {} HTTP-Session: b3230eb8-4068-49ff-b8e4-7f06f5432b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.579776 [ 3 ] {} HTTP-Session: b3230eb8-4068-49ff-b8e4-7f06f5432b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.579824 [ 3 ] {} HTTP-Session: b3230eb8-4068-49ff-b8e4-7f06f5432b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:34.580010 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:34.580076 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:34.580260 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:34.580669 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:34.580716 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:34.581065 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 22:44:34.581399 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:34.581553 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} executeQuery: Read 31 rows, 2.51 KiB in 0.001599 sec., 19387.11694809256 rows/sec., 1.53 MiB/sec. 2024.04.29 22:44:34.581611 [ 66 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 2024.04.29 22:44:34.581744 [ 66 ] {} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:34.581808 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:34.581849 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} DynamicQueryHandler: Done processing query 2024.04.29 22:44:34.581911 [ 3 ] {8b3e727c-f2af-4792-9a87-e8d590d6ddba} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:34.581958 [ 3 ] {} HTTP-Session: b3230eb8-4068-49ff-b8e4-7f06f5432b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.582072 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full 2024.04.29 22:44:34.582165 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 14070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:34.582267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:34.582325 [ 3 ] {} HTTP-Session: 36a305f9-500e-464d-b9ee-392ce359dc35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:34.582374 [ 3 ] {} HTTP-Session: 36a305f9-500e-464d-b9ee-392ce359dc35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.582392 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:34.582403 [ 3 ] {} HTTP-Session: 36a305f9-500e-464d-b9ee-392ce359dc35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.582451 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 31 rows starting from the beginning of the part 2024.04.29 22:44:34.582475 [ 3 ] {} HTTP-Session: 36a305f9-500e-464d-b9ee-392ce359dc35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:34.582620 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:34.582823 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:34.582984 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:34.583022 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:34.583303 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:34.583693 [ 195 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:34.584512 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:34.585276 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:34.585348 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:34.586227 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 22:44:34.586253 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004306288 sec., 35993.87686099954 rows/sec., 2.85 MiB/sec. 2024.04.29 22:44:34.586598 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) 2024.04.29 22:44:34.586920 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:34.587353 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} executeQuery: Read 93 rows, 8.41 KiB in 0.004718 sec., 19711.742263671047 rows/sec., 1.74 MiB/sec. 2024.04.29 22:44:34.587604 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:34.587718 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} DynamicQueryHandler: Done processing query 2024.04.29 22:44:34.587769 [ 3 ] {11ca145b-bf1a-4067-8035-20bbe8bc7728} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 22:44:34.587769 [ 201 ] {e23292df-1d8e-44e5-8c4e-b7d3a5564766::all_1_34_8} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 2024.04.29 22:44:34.587808 [ 3 ] {} HTTP-Session: 36a305f9-500e-464d-b9ee-392ce359dc35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.587917 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.04.29 22:44:34.587995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 5296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:34.588054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:34.588074 [ 3 ] {} HTTP-Session: 8202479a-9353-47d5-9903-7850e7525bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:34.588091 [ 3 ] {} HTTP-Session: 8202479a-9353-47d5-9903-7850e7525bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.588105 [ 3 ] {} HTTP-Session: 8202479a-9353-47d5-9903-7850e7525bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.588142 [ 3 ] {} HTTP-Session: 8202479a-9353-47d5-9903-7850e7525bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:34.588262 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:34.588307 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:34.588455 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:34.588758 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:34.588793 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:34.589109 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 22:44:34.589415 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:34.589555 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} executeQuery: Read 31 rows, 2.48 KiB in 0.001329 sec., 23325.80887885628 rows/sec., 1.82 MiB/sec. 2024.04.29 22:44:34.589806 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} DynamicQueryHandler: Done processing query 2024.04.29 22:44:34.589841 [ 3 ] {f35e30f9-9f43-49b6-8781-6e083dc986af} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:34.589861 [ 3 ] {} HTTP-Session: 8202479a-9353-47d5-9903-7850e7525bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.590012 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:34.590063 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:34.590081 [ 3 ] {} HTTP-Session: dac36f75-bbcc-4896-8ff3-d0c79029d7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:34.590098 [ 3 ] {} HTTP-Session: dac36f75-bbcc-4896-8ff3-d0c79029d7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.590112 [ 3 ] {} HTTP-Session: dac36f75-bbcc-4896-8ff3-d0c79029d7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:34.590143 [ 3 ] {} HTTP-Session: dac36f75-bbcc-4896-8ff3-d0c79029d7ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:34.590412 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:34.590463 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:34.590642 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:34.591086 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:34.591121 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:34.591533 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 22:44:34.591871 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:34.592012 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} executeQuery: Read 31 rows, 42.84 KiB in 0.001788 sec., 17337.80760626398 rows/sec., 23.40 MiB/sec. 2024.04.29 22:44:34.592218 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} DynamicQueryHandler: Done processing query 2024.04.29 22:44:34.592249 [ 3 ] {23f9462a-72e7-440b-97e8-9719d73ed37d} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:34.592271 [ 3 ] {} HTTP-Session: dac36f75-bbcc-4896-8ff3-d0c79029d7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:35.001353 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00085955 sec. 2024.04.29 22:44:44.580702 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.580899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.580942 [ 3 ] {} HTTP-Session: 1033719c-ec82-4bf4-8c96-9c0449a1211c Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.580982 [ 3 ] {} HTTP-Session: 1033719c-ec82-4bf4-8c96-9c0449a1211c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.581011 [ 3 ] {} HTTP-Session: 1033719c-ec82-4bf4-8c96-9c0449a1211c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.581098 [ 3 ] {} HTTP-Session: 1033719c-ec82-4bf4-8c96-9c0449a1211c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.581394 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.581497 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:44.581792 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.582307 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.582349 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.582704 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 22:44:44.583026 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.583175 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} executeQuery: Read 31 rows, 2.51 KiB in 0.001877 sec., 16515.716568993073 rows/sec., 1.31 MiB/sec. 2024.04.29 22:44:44.583498 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.583560 [ 3 ] {e8816fdd-c6e5-403a-99a0-447c0c681a78} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:44.583628 [ 3 ] {} HTTP-Session: 1033719c-ec82-4bf4-8c96-9c0449a1211c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.583811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.583866 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.583885 [ 3 ] {} HTTP-Session: 57f4c21e-3dd2-469e-964b-167068bc89b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.583903 [ 3 ] {} HTTP-Session: 57f4c21e-3dd2-469e-964b-167068bc89b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.583917 [ 3 ] {} HTTP-Session: 57f4c21e-3dd2-469e-964b-167068bc89b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.583949 [ 3 ] {} HTTP-Session: 57f4c21e-3dd2-469e-964b-167068bc89b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.584048 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.584137 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:44:44.584324 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.584686 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.584731 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.585043 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:44:44.585347 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.585509 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} executeQuery: Read 6 rows, 501.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 331.70 KiB/sec. 2024.04.29 22:44:44.586106 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.586133 [ 3 ] {97c88474-82f3-428b-8251-eb3ebf0c2db5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:44:44.586150 [ 3 ] {} HTTP-Session: 57f4c21e-3dd2-469e-964b-167068bc89b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.586325 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 19455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.586376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.586396 [ 3 ] {} HTTP-Session: 082255ac-9cbd-49ab-99c8-4a126705a80f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.586413 [ 3 ] {} HTTP-Session: 082255ac-9cbd-49ab-99c8-4a126705a80f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.586428 [ 3 ] {} HTTP-Session: 082255ac-9cbd-49ab-99c8-4a126705a80f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.586458 [ 3 ] {} HTTP-Session: 082255ac-9cbd-49ab-99c8-4a126705a80f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.586611 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.586658 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:44.586816 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.587211 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.587248 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.587581 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 22:44:44.587890 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.588044 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} executeQuery: Read 132 rows, 11.44 KiB in 0.001497 sec., 88176.35270541081 rows/sec., 7.46 MiB/sec. 2024.04.29 22:44:44.588300 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.588368 [ 3 ] {3c0d3f5d-4803-4baa-b745-445b5ffefba3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.04.29 22:44:44.588416 [ 3 ] {} HTTP-Session: 082255ac-9cbd-49ab-99c8-4a126705a80f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.588563 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.588614 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.588635 [ 3 ] {} HTTP-Session: d5d46253-d3a6-4f75-92e6-f598863e2b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.588651 [ 3 ] {} HTTP-Session: d5d46253-d3a6-4f75-92e6-f598863e2b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.588665 [ 3 ] {} HTTP-Session: d5d46253-d3a6-4f75-92e6-f598863e2b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.588696 [ 3 ] {} HTTP-Session: d5d46253-d3a6-4f75-92e6-f598863e2b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.588797 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.588842 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:44:44.588989 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.589267 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.589305 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.589604 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 22:44:44.589909 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.590066 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} executeQuery: Read 6 rows, 429.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 324.26 KiB/sec. 2024.04.29 22:44:44.590327 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.590352 [ 3 ] {b0aa40ca-9e03-4b75-882b-e0e933c1e661} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:44:44.590369 [ 3 ] {} HTTP-Session: d5d46253-d3a6-4f75-92e6-f598863e2b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.590476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 10361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.590524 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.590545 [ 3 ] {} HTTP-Session: 788f3614-93a6-4726-b724-a8afdb463ced Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.590562 [ 3 ] {} HTTP-Session: 788f3614-93a6-4726-b724-a8afdb463ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.590577 [ 3 ] {} HTTP-Session: 788f3614-93a6-4726-b724-a8afdb463ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.590607 [ 3 ] {} HTTP-Session: 788f3614-93a6-4726-b724-a8afdb463ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.590726 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.590770 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:44.590921 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.591250 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.591288 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.591589 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 22:44:44.591884 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.592038 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} executeQuery: Read 61 rows, 4.87 KiB in 0.001351 sec., 45151.739452257585 rows/sec., 3.52 MiB/sec. 2024.04.29 22:44:44.592201 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.592227 [ 3 ] {3760b8a4-8acc-46d6-bb36-87b6a4b169a5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 22:44:44.592243 [ 3 ] {} HTTP-Session: 788f3614-93a6-4726-b724-a8afdb463ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.592354 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.592404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.592424 [ 3 ] {} HTTP-Session: 59ad1fc1-25e3-4dec-ac80-cfec179b25c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.592440 [ 3 ] {} HTTP-Session: 59ad1fc1-25e3-4dec-ac80-cfec179b25c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.592454 [ 3 ] {} HTTP-Session: 59ad1fc1-25e3-4dec-ac80-cfec179b25c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.592483 [ 3 ] {} HTTP-Session: 59ad1fc1-25e3-4dec-ac80-cfec179b25c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.592597 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.592644 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:44:44.592791 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.593155 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.593193 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.593582 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 22:44:44.593904 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.594095 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} executeQuery: Read 39 rows, 2.81 KiB in 0.001502 sec., 25965.37949400799 rows/sec., 1.83 MiB/sec. 2024.04.29 22:44:44.594616 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.594719 [ 3 ] {f4b324da-df5a-4eee-95bb-76b2353fd40d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:44.594768 [ 3 ] {} HTTP-Session: 59ad1fc1-25e3-4dec-ac80-cfec179b25c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.594937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:44.594988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:44.595009 [ 3 ] {} HTTP-Session: 809c0cfc-6ef9-4338-8b27-f81ffb912841 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:44.595025 [ 3 ] {} HTTP-Session: 809c0cfc-6ef9-4338-8b27-f81ffb912841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.595039 [ 3 ] {} HTTP-Session: 809c0cfc-6ef9-4338-8b27-f81ffb912841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:44.595070 [ 3 ] {} HTTP-Session: 809c0cfc-6ef9-4338-8b27-f81ffb912841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:44.595336 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:44.595389 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:44.595577 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:44.596047 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:44.596084 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.04.29 22:44:44.596500 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 22:44:44.596833 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:44.596997 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} executeQuery: Read 31 rows, 42.84 KiB in 0.001841 sec., 16838.67463335144 rows/sec., 22.72 MiB/sec. 2024.04.29 22:44:44.597210 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} DynamicQueryHandler: Done processing query 2024.04.29 22:44:44.597243 [ 3 ] {922d2cf0-4219-423f-92be-e37db6442a44} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:44.597263 [ 3 ] {} HTTP-Session: 809c0cfc-6ef9-4338-8b27-f81ffb912841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:48.015334 [ 88 ] {} DNSResolver: Updating DNS cache 2024.04.29 22:44:48.015383 [ 88 ] {} DNSResolver: Updated DNS cache 2024.04.29 22:44:54.578974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 4489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.579106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.579131 [ 3 ] {} HTTP-Session: 1a14d36e-8a75-4058-8baa-b89ed3e4855a Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.579156 [ 3 ] {} HTTP-Session: 1a14d36e-8a75-4058-8baa-b89ed3e4855a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.579175 [ 3 ] {} HTTP-Session: 1a14d36e-8a75-4058-8baa-b89ed3e4855a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.579223 [ 3 ] {} HTTP-Session: 1a14d36e-8a75-4058-8baa-b89ed3e4855a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.579418 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.579488 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 22:44:54.579685 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.580154 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.580202 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.580561 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 22:44:54.580891 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} oximeter.fields_i64 (e23292df-1d8e-44e5-8c4e-b7d3a5564766): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.581116 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} executeQuery: Read 31 rows, 2.51 KiB in 0.001754 sec., 17673.888255416194 rows/sec., 1.40 MiB/sec. 2024.04.29 22:44:54.581351 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.581379 [ 3 ] {72ad72ed-71e2-4799-b05e-0a2ecd22f2f2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 22:44:54.581395 [ 3 ] {} HTTP-Session: 1a14d36e-8a75-4058-8baa-b89ed3e4855a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.581540 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.581599 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.581619 [ 3 ] {} HTTP-Session: 85a387f4-c586-4e80-9910-538ec9be94ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.581637 [ 3 ] {} HTTP-Session: 85a387f4-c586-4e80-9910-538ec9be94ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.581650 [ 3 ] {} HTTP-Session: 85a387f4-c586-4e80-9910-538ec9be94ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.581686 [ 3 ] {} HTTP-Session: 85a387f4-c586-4e80-9910-538ec9be94ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.581795 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.581842 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 22:44:54.581978 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.582359 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.582397 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.582705 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:44:54.583009 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} oximeter.fields_ipaddr (de9caab6-9735-4487-b3af-be27bc1468b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.583182 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} executeQuery: Read 14 rows, 1.18 KiB in 0.001416 sec., 9887.005649717514 rows/sec., 835.18 KiB/sec. 2024.04.29 22:44:54.583397 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.583424 [ 3 ] {3ef2f3f9-3009-4d4b-8770-41c595819e56} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:44:54.583440 [ 3 ] {} HTTP-Session: 85a387f4-c586-4e80-9910-538ec9be94ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.583572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 15512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.583625 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.583645 [ 3 ] {} HTTP-Session: 46fa452d-1125-4d20-9c6b-2d6b4a592284 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.583662 [ 3 ] {} HTTP-Session: 46fa452d-1125-4d20-9c6b-2d6b4a592284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.583677 [ 3 ] {} HTTP-Session: 46fa452d-1125-4d20-9c6b-2d6b4a592284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.583709 [ 3 ] {} HTTP-Session: 46fa452d-1125-4d20-9c6b-2d6b4a592284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.583834 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.583877 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 22:44:54.584004 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.584405 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.584441 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.584752 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 22:44:54.585055 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.585211 [ 93 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 22:44:54.585217 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} executeQuery: Read 103 rows, 9.25 KiB in 0.001424 sec., 72331.46067415731 rows/sec., 6.34 MiB/sec. 2024.04.29 22:44:54.585295 [ 93 ] {} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.585364 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.585597 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.585649 [ 3 ] {2a10b19b-8d33-4d0d-8a9e-8642bc3c1dee} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 22:44:54.585650 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.04.29 22:44:54.585711 [ 3 ] {} HTTP-Session: 46fa452d-1125-4d20-9c6b-2d6b4a592284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.586031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 2040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.586228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.586342 [ 3 ] {} HTTP-Session: 27b10750-a379-48e9-8ec0-f84d9113c95f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.586373 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:54.586409 [ 3 ] {} HTTP-Session: 27b10750-a379-48e9-8ec0-f84d9113c95f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.586472 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 142 rows starting from the beginning of the part 2024.04.29 22:44:54.586475 [ 3 ] {} HTTP-Session: 27b10750-a379-48e9-8ec0-f84d9113c95f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.586553 [ 3 ] {} HTTP-Session: 27b10750-a379-48e9-8ec0-f84d9113c95f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.586662 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 129 rows starting from the beginning of the part 2024.04.29 22:44:54.586867 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.587014 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 93 rows starting from the beginning of the part 2024.04.29 22:44:54.587024 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 22:44:54.587269 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 93 rows starting from the beginning of the part 2024.04.29 22:44:54.587513 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 132 rows starting from the beginning of the part 2024.04.29 22:44:54.587731 [ 196 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 103 rows starting from the beginning of the part 2024.04.29 22:44:54.587953 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.588424 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.588464 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.589016 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 22:44:54.589452 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.003985541 sec., 173627.62044098903 rows/sec., 14.95 MiB/sec. 2024.04.29 22:44:54.589578 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} oximeter.fields_u16 (9435e24d-e364-43a7-9b08-7516c272c3d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.589736 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 22:44:54.589863 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} executeQuery: Read 14 rows, 1.02 KiB in 0.003143 sec., 4454.3429844098 rows/sec., 324.07 KiB/sec. 2024.04.29 22:44:54.590440 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.590505 [ 3 ] {de8bea05-84a4-41f8-ab6a-81a5c6492d36} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:44:54.590543 [ 3 ] {} HTTP-Session: 27b10750-a379-48e9-8ec0-f84d9113c95f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.590726 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 7725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.590814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.590857 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.590865 [ 3 ] {} HTTP-Session: 1a87b9f5-aa1e-4190-b2f6-6e2d3878ca6f Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.590927 [ 3 ] {} HTTP-Session: 1a87b9f5-aa1e-4190-b2f6-6e2d3878ca6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.590951 [ 3 ] {} HTTP-Session: 1a87b9f5-aa1e-4190-b2f6-6e2d3878ca6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.591005 [ 3 ] {} HTTP-Session: 1a87b9f5-aa1e-4190-b2f6-6e2d3878ca6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.591016 [ 201 ] {6ce2542f-fe66-41b5-bb49-80e9a580f03b::all_1_36_7} oximeter.fields_string (6ce2542f-fe66-41b5-bb49-80e9a580f03b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 22:44:54.591191 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.04.29 22:44:54.591238 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.591291 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 22:44:54.591433 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.591744 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.591780 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.592092 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 22:44:54.592395 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.592555 [ 93 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 22:44:54.592558 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} executeQuery: Read 45 rows, 3.67 KiB in 0.001408 sec., 31960.227272727272 rows/sec., 2.54 MiB/sec. 2024.04.29 22:44:54.592605 [ 93 ] {} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.592671 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.592819 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.04.29 22:44:54.592857 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.592887 [ 3 ] {f685bb12-fd10-484c-941b-7bb47fac31be} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 22:44:54.592914 [ 3 ] {} HTTP-Session: 1a87b9f5-aa1e-4190-b2f6-6e2d3878ca6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.592965 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:54.592992 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 93 rows starting from the beginning of the part 2024.04.29 22:44:54.593083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 1418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.593113 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 55 rows starting from the beginning of the part 2024.04.29 22:44:54.593207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.593324 [ 3 ] {} HTTP-Session: de94e3be-7c4e-4535-aa12-e04b01f9bf7e Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.593397 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.593410 [ 3 ] {} HTTP-Session: de94e3be-7c4e-4535-aa12-e04b01f9bf7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.593485 [ 3 ] {} HTTP-Session: de94e3be-7c4e-4535-aa12-e04b01f9bf7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.593619 [ 3 ] {} HTTP-Session: de94e3be-7c4e-4535-aa12-e04b01f9bf7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.593712 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.593915 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.593935 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 61 rows starting from the beginning of the part 2024.04.29 22:44:54.594097 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 22:44:54.594246 [ 196 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 45 rows starting from the beginning of the part 2024.04.29 22:44:54.595035 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.595485 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.595527 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.596172 [ 201 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.003405807 sec., 92782.70906131792 rows/sec., 7.28 MiB/sec. 2024.04.29 22:44:54.596209 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 22:44:54.596377 [ 201 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 22:44:54.597092 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} oximeter.measurements_cumulativeu64 (923bd15a-cfc8-490a-a1c5-c27f778cd2a2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.597212 [ 201 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.597458 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} executeQuery: Read 7 rows, 525.00 B in 0.003655 sec., 1915.1846785225719 rows/sec., 140.27 KiB/sec. 2024.04.29 22:44:54.597482 [ 201 ] {7eae00b2-696e-4957-9f09-0f93d2e406ce::all_1_36_7} oximeter.fields_uuid (7eae00b2-696e-4957-9f09-0f93d2e406ce) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 22:44:54.597880 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.04.29 22:44:54.598005 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.598036 [ 3 ] {c4ba9dae-a6ca-4ba3-be3a-1c4cdf0e7315} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 22:44:54.598053 [ 3 ] {} HTTP-Session: de94e3be-7c4e-4535-aa12-e04b01f9bf7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.598210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64749, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 22:44:54.598259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 22:44:54.598279 [ 3 ] {} HTTP-Session: 73a412db-d467-4a81-989a-7c53cda2c543 Authenticating user 'default' from [fd00:1122:3344:101::d]:64749 2024.04.29 22:44:54.598295 [ 3 ] {} HTTP-Session: 73a412db-d467-4a81-989a-7c53cda2c543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.598308 [ 3 ] {} HTTP-Session: 73a412db-d467-4a81-989a-7c53cda2c543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.598340 [ 3 ] {} HTTP-Session: 73a412db-d467-4a81-989a-7c53cda2c543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 22:44:54.598651 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} executeQuery: (from [fd00:1122:3344:101::d]:64749) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 22:44:54.598702 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 22:44:54.598896 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 22:44:54.599361 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.599397 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.599818 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 22:44:54.600172 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.600330 [ 93 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 22:44:54.600339 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} executeQuery: Read 31 rows, 42.84 KiB in 0.001902 sec., 16298.63301787592 rows/sec., 21.99 MiB/sec. 2024.04.29 22:44:54.600387 [ 93 ] {} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 22:44:54.600461 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.04.29 22:44:54.600679 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.04.29 22:44:54.600720 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} DynamicQueryHandler: Done processing query 2024.04.29 22:44:54.600779 [ 3 ] {de6dc973-647c-4bf4-9b85-353123b59b47} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.04.29 22:44:54.600832 [ 3 ] {} HTTP-Session: 73a412db-d467-4a81-989a-7c53cda2c543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 22:44:54.601009 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 22:44:54.601044 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 889 rows starting from the beginning of the part 2024.04.29 22:44:54.601160 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.601351 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.601554 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.601730 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.601847 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part 2024.04.29 22:44:54.607646 [ 193 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1044 rows, containing 6 columns (6 merged, 0 gathered) in 0.007079511 sec., 147467.81239551713 rows/sec., 199.00 MiB/sec. 2024.04.29 22:44:54.608135 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 22:44:54.608526 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 22:44:54.608597 [ 196 ] {6a526a1b-497d-4dc0-b065-8f04b522db6b::all_1_36_7} oximeter.measurements_histogramf64 (6a526a1b-497d-4dc0-b065-8f04b522db6b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 22:44:54.608670 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2024.04.29 22:44:55.000201 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.85 MiB, peak 195.17 MiB, free memory in arenas 0.00 B, will set to 188.17 MiB (RSS), difference: 1.33 MiB