[ Apr 29 04:10:33 Enabled. ] [ Apr 29 04:10:33 Rereading configuration. ] [ Apr 29 04:10:35 Rereading configuration. ] [ Apr 29 04:10:39 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 04:10:39 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 04:10:40.853051 [ 1 ] {} Application: Will watch for the process with pid 24293 2024.04.29 04:10:40.853583 [ 1 ] {} Application: Forked a child process to watch 2024.04.29 04:10:41.108578 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 24293 2024.04.29 04:10:41.109361 [ 1 ] {} Application: starting up 2024.04.29 04:10:41.110093 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.04.29 04:10:41.198499 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.04.29 04:10:41.302830 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.04.29 04:10:41.302884 [ 1 ] {} Application: Initializing DateLUT. 2024.04.29 04:10:41.302904 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.04.29 04:10:41.302973 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.04.29 04:10:41.303300 [ 1 ] {} Application: Initializing interserver credentials. 2024.04.29 04:10:41.304847 [ 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 04:10:41.305331 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.29 04:10:41.306146 [ 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 04:10:41.306170 [ 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 04:10:41.306183 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.04.29 04:10:41.306350 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 04:10:41.307187 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.04.29 04:10:41.312796 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 04:10:41.313501 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.04.29 04:10:41.314723 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.29 04:10:41.314781 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.29 04:10:41.316344 [ 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 04:10:41.316617 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.04.29 04:10:41.321065 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.04.29 04:10:41.321737 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.04.29 04:10:41.323331 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.04.29 04:10:41.323687 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.04.29 04:10:41.324017 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.04.29 04:10:41.324330 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.04.29 04:10:41.325691 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.04.29 04:10:41.325722 [ 1 ] {} Application: Loading metadata from /data/ 2024.04.29 04:10:41.325798 [ 152 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:10:41.325918 [ 152 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:10:41.346929 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.04.29 04:10:41.346961 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149443 sec 2024.04.29 04:10:41.346998 [ 1 ] {} ReferentialDeps: No tables 2024.04.29 04:10:41.347010 [ 1 ] {} LoadingDeps: No tables 2024.04.29 04:10:41.348233 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.04.29 04:10:41.349338 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.04.29 04:10:41.349361 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.04.29 04:10:41.349391 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.04.29 04:10:41.349406 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.04.29 04:10:41.349419 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.04.29 04:10:41.349451 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.04.29 04:10:41.349463 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.04.29 04:10:41.349479 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.04.29 04:10:41.349510 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.04.29 04:10:41.349523 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.04.29 04:10:41.349537 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.04.29 04:10:41.349551 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.04.29 04:10:41.349582 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.04.29 04:10:41.349596 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.04.29 04:10:41.349610 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.04.29 04:10:41.349638 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.04.29 04:10:41.349652 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.04.29 04:10:41.385225 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.04.29 04:10:41.395825 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.04.29 04:10:41.395868 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7302e-05 sec 2024.04.29 04:10:41.395891 [ 1 ] {} ReferentialDeps: No tables 2024.04.29 04:10:41.395925 [ 1 ] {} LoadingDeps: No tables 2024.04.29 04:10:41.395963 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.04.29 04:10:41.396214 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.04.29 04:10:41.396276 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.04.29 04:10:41.396295 [ 1 ] {} Application: Loaded metadata. 2024.04.29 04:10:41.396317 [ 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 04:10:41.396334 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.04.29 04:10:41.414049 [ 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 04:10:41.613802 [ 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 04:10:41.613857 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.04.29 04:10:41.671155 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.04.29 04:10:41.671386 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB 2024.04.29 04:10:41.672256 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.238e-05 sec. 2024.04.29 04:10:41.672562 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.04.29 04:10:41.672656 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.04.29 04:10:41.672710 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.04.29 04:10:41.672730 [ 1 ] {} Application: Ready for connections. 2024.04.29 04:10:42.761009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.761222 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.761258 [ 3 ] {} HTTP-Session: 9f01c19d-6b0d-43c1-9b3a-7e8d0cc84812 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.761288 [ 3 ] {} HTTP-Session: 9f01c19d-6b0d-43c1-9b3a-7e8d0cc84812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.761305 [ 3 ] {} HTTP-Session: 9f01c19d-6b0d-43c1-9b3a-7e8d0cc84812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.761394 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.04.29 04:10:42.761435 [ 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 04:10:42.761457 [ 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 04:10:42.761520 [ 3 ] {} HTTP-Session: 9f01c19d-6b0d-43c1-9b3a-7e8d0cc84812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.762673 [ 3 ] {329e9d66-38fb-4406-a975-2ed2971aee1e} executeQuery: (from [fd00:1122:3344:101::d]:59542) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.29 04:10:42.805994 [ 3 ] {329e9d66-38fb-4406-a975-2ed2971aee1e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59542) (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 04:10:42.806813 [ 3 ] {329e9d66-38fb-4406-a975-2ed2971aee1e} 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 04:10:42.808347 [ 3 ] {} HTTP-Session: 9f01c19d-6b0d-43c1-9b3a-7e8d0cc84812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.808759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.808833 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.808859 [ 3 ] {} HTTP-Session: 09d69d91-6671-4470-9c6c-c245c9dd7aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.808892 [ 3 ] {} HTTP-Session: 09d69d91-6671-4470-9c6c-c245c9dd7aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.808905 [ 3 ] {} HTTP-Session: 09d69d91-6671-4470-9c6c-c245c9dd7aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.808955 [ 3 ] {} HTTP-Session: 09d69d91-6671-4470-9c6c-c245c9dd7aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.810203 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} executeQuery: (from [fd00:1122:3344:101::d]:59542) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:10:42.810344 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.04.29 04:10:42.812567 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.04.29 04:10:42.815698 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:10:42.822050 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.822112 [ 3 ] {531f88b2-8a6c-4f42-836b-737d60e3c5ff} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:10:42.822146 [ 3 ] {} HTTP-Session: 09d69d91-6671-4470-9c6c-c245c9dd7aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.825202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.825266 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.825290 [ 3 ] {} HTTP-Session: ef296992-f97b-43ea-9c3e-9e48708bdecf Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.825309 [ 3 ] {} HTTP-Session: ef296992-f97b-43ea-9c3e-9e48708bdecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.825325 [ 3 ] {} HTTP-Session: ef296992-f97b-43ea-9c3e-9e48708bdecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.825371 [ 3 ] {} HTTP-Session: ef296992-f97b-43ea-9c3e-9e48708bdecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.825516 [ 3 ] {ce916e06-74f5-47d4-98a2-cfdcf68621ee} executeQuery: (from [fd00:1122:3344:101::d]:59542) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.04.29 04:10:42.825784 [ 3 ] {ce916e06-74f5-47d4-98a2-cfdcf68621ee} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59542) (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 04:10:42.825919 [ 3 ] {ce916e06-74f5-47d4-98a2-cfdcf68621ee} 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 04:10:42.826066 [ 3 ] {} HTTP-Session: ef296992-f97b-43ea-9c3e-9e48708bdecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.826277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.826331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.826349 [ 3 ] {} HTTP-Session: 58cb566a-4b9e-48ea-934e-b2a9304f1f03 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.826368 [ 3 ] {} HTTP-Session: 58cb566a-4b9e-48ea-934e-b2a9304f1f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.826387 [ 3 ] {} HTTP-Session: 58cb566a-4b9e-48ea-934e-b2a9304f1f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.826416 [ 3 ] {} HTTP-Session: 58cb566a-4b9e-48ea-934e-b2a9304f1f03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.826593 [ 3 ] {4c16353a-9e3b-4132-985b-24f6f5f3f9e7} executeQuery: (from [fd00:1122:3344:101::d]:59542) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.04.29 04:10:42.826776 [ 3 ] {4c16353a-9e3b-4132-985b-24f6f5f3f9e7} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.826799 [ 3 ] {} HTTP-Session: 58cb566a-4b9e-48ea-934e-b2a9304f1f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.826918 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.826962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.826981 [ 3 ] {} HTTP-Session: cc15225e-9cbe-413a-90da-2646c34a7cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.826996 [ 3 ] {} HTTP-Session: cc15225e-9cbe-413a-90da-2646c34a7cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.827011 [ 3 ] {} HTTP-Session: cc15225e-9cbe-413a-90da-2646c34a7cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.827039 [ 3 ] {} HTTP-Session: cc15225e-9cbe-413a-90da-2646c34a7cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.827125 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} executeQuery: (from [fd00:1122:3344:101::d]:59542) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.04.29 04:10:42.827181 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.04.29 04:10:42.828817 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.04.29 04:10:42.828853 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8402e-05 sec 2024.04.29 04:10:42.828867 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} ReferentialDeps: No tables 2024.04.29 04:10:42.828883 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} LoadingDeps: No tables 2024.04.29 04:10:42.828904 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} DatabaseAtomic (oximeter): Starting up tables. 2024.04.29 04:10:42.829023 [ 3 ] {4cb35c5b-cdfc-4301-b59c-8c5d31eb3d9f} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.829044 [ 3 ] {} HTTP-Session: cc15225e-9cbe-413a-90da-2646c34a7cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.829171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.829219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.829236 [ 3 ] {} HTTP-Session: b5e7de92-8edc-4a45-8e69-a58e2dc12e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.829256 [ 3 ] {} HTTP-Session: b5e7de92-8edc-4a45-8e69-a58e2dc12e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.829281 [ 3 ] {} HTTP-Session: b5e7de92-8edc-4a45-8e69-a58e2dc12e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.829309 [ 3 ] {} HTTP-Session: b5e7de92-8edc-4a45-8e69-a58e2dc12e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.829445 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} executeQuery: (from [fd00:1122:3344:101::d]:59542) /* 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 04:10:42.829491 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.04.29 04:10:42.834229 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} StoragePolicy (default): Storage policy default created, total volumes 1 2024.04.29 04:10:42.835458 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} oximeter.version (cd429de9-0cb3-4304-b540-6f9ef756b15a): Loading data parts 2024.04.29 04:10:42.835776 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} oximeter.version (cd429de9-0cb3-4304-b540-6f9ef756b15a): There are no data parts 2024.04.29 04:10:42.838419 [ 3 ] {eb3f0c0f-5775-4ae8-8b2b-52f9307b4410} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.838446 [ 3 ] {} HTTP-Session: b5e7de92-8edc-4a45-8e69-a58e2dc12e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.838605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.838655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.838683 [ 3 ] {} HTTP-Session: 1c1018d4-ebeb-4dd6-a068-2fb25feb127f Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.838700 [ 3 ] {} HTTP-Session: 1c1018d4-ebeb-4dd6-a068-2fb25feb127f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.838717 [ 3 ] {} HTTP-Session: 1c1018d4-ebeb-4dd6-a068-2fb25feb127f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.838754 [ 3 ] {} HTTP-Session: 1c1018d4-ebeb-4dd6-a068-2fb25feb127f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.838948 [ 3 ] {a9c7f360-dc99-4e83-b35a-d70f044d2a89} executeQuery: (from [fd00:1122:3344:101::d]:59542) /* 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 04:10:42.839002 [ 3 ] {a9c7f360-dc99-4e83-b35a-d70f044d2a89} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.04.29 04:10:42.846416 [ 3 ] {a9c7f360-dc99-4e83-b35a-d70f044d2a89} oximeter.measurements_bool (02891791-c3d1-4d97-8ec5-0ace0d58fa62): Loading data parts 2024.04.29 04:10:42.846648 [ 3 ] {a9c7f360-dc99-4e83-b35a-d70f044d2a89} oximeter.measurements_bool (02891791-c3d1-4d97-8ec5-0ace0d58fa62): There are no data parts 2024.04.29 04:10:42.847905 [ 3 ] {a9c7f360-dc99-4e83-b35a-d70f044d2a89} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.847931 [ 3 ] {} HTTP-Session: 1c1018d4-ebeb-4dd6-a068-2fb25feb127f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.848090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.848146 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.848169 [ 3 ] {} HTTP-Session: 49351ee1-f631-442d-aad3-78b2aecf2a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.848187 [ 3 ] {} HTTP-Session: 49351ee1-f631-442d-aad3-78b2aecf2a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.848205 [ 3 ] {} HTTP-Session: 49351ee1-f631-442d-aad3-78b2aecf2a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.848240 [ 3 ] {} HTTP-Session: 49351ee1-f631-442d-aad3-78b2aecf2a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.848442 [ 3 ] {355151ed-7ee7-4482-bafd-83a8db5642c3} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.848495 [ 3 ] {355151ed-7ee7-4482-bafd-83a8db5642c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.04.29 04:10:42.850201 [ 3 ] {355151ed-7ee7-4482-bafd-83a8db5642c3} oximeter.measurements_i8 (df91f2b2-4907-42ac-a47a-00887af3bf9d): Loading data parts 2024.04.29 04:10:42.850373 [ 3 ] {355151ed-7ee7-4482-bafd-83a8db5642c3} oximeter.measurements_i8 (df91f2b2-4907-42ac-a47a-00887af3bf9d): There are no data parts 2024.04.29 04:10:42.851695 [ 3 ] {355151ed-7ee7-4482-bafd-83a8db5642c3} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.851733 [ 3 ] {} HTTP-Session: 49351ee1-f631-442d-aad3-78b2aecf2a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.851861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.851914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.851939 [ 3 ] {} HTTP-Session: 6f29b707-0b05-46aa-90ad-5f9c66b81d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.851953 [ 3 ] {} HTTP-Session: 6f29b707-0b05-46aa-90ad-5f9c66b81d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.851972 [ 3 ] {} HTTP-Session: 6f29b707-0b05-46aa-90ad-5f9c66b81d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.852006 [ 3 ] {} HTTP-Session: 6f29b707-0b05-46aa-90ad-5f9c66b81d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.852169 [ 3 ] {de380c79-7362-432d-9ace-c0561ef6c3b9} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.852221 [ 3 ] {de380c79-7362-432d-9ace-c0561ef6c3b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.04.29 04:10:42.854033 [ 3 ] {de380c79-7362-432d-9ace-c0561ef6c3b9} oximeter.measurements_u8 (ba6c517f-147c-4604-a09b-fe02376098db): Loading data parts 2024.04.29 04:10:42.854241 [ 3 ] {de380c79-7362-432d-9ace-c0561ef6c3b9} oximeter.measurements_u8 (ba6c517f-147c-4604-a09b-fe02376098db): There are no data parts 2024.04.29 04:10:42.855412 [ 3 ] {de380c79-7362-432d-9ace-c0561ef6c3b9} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.855438 [ 3 ] {} HTTP-Session: 6f29b707-0b05-46aa-90ad-5f9c66b81d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.855591 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.855647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.855674 [ 3 ] {} HTTP-Session: aecfdec4-ef78-4354-ba2d-048e1b73207c Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.855690 [ 3 ] {} HTTP-Session: aecfdec4-ef78-4354-ba2d-048e1b73207c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.855710 [ 3 ] {} HTTP-Session: aecfdec4-ef78-4354-ba2d-048e1b73207c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.855743 [ 3 ] {} HTTP-Session: aecfdec4-ef78-4354-ba2d-048e1b73207c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.855934 [ 3 ] {c0a78090-3613-413c-b044-4125ff2cb461} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.855987 [ 3 ] {c0a78090-3613-413c-b044-4125ff2cb461} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.04.29 04:10:42.857607 [ 3 ] {c0a78090-3613-413c-b044-4125ff2cb461} oximeter.measurements_i16 (e16edfba-667f-4993-9545-3fb006abec0c): Loading data parts 2024.04.29 04:10:42.857772 [ 3 ] {c0a78090-3613-413c-b044-4125ff2cb461} oximeter.measurements_i16 (e16edfba-667f-4993-9545-3fb006abec0c): There are no data parts 2024.04.29 04:10:42.858965 [ 3 ] {c0a78090-3613-413c-b044-4125ff2cb461} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.859016 [ 3 ] {} HTTP-Session: aecfdec4-ef78-4354-ba2d-048e1b73207c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.859154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.859207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.859231 [ 3 ] {} HTTP-Session: a6484866-03ab-42fe-857d-6884a72ff604 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.859247 [ 3 ] {} HTTP-Session: a6484866-03ab-42fe-857d-6884a72ff604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.859263 [ 3 ] {} HTTP-Session: a6484866-03ab-42fe-857d-6884a72ff604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.859302 [ 3 ] {} HTTP-Session: a6484866-03ab-42fe-857d-6884a72ff604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.859472 [ 3 ] {9c6acdcd-35d8-4a8b-a81c-23686e9254ff} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.859522 [ 3 ] {9c6acdcd-35d8-4a8b-a81c-23686e9254ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.04.29 04:10:42.861034 [ 3 ] {9c6acdcd-35d8-4a8b-a81c-23686e9254ff} oximeter.measurements_u16 (a2cb2740-8532-46df-b584-dffa9a5faacf): Loading data parts 2024.04.29 04:10:42.861188 [ 3 ] {9c6acdcd-35d8-4a8b-a81c-23686e9254ff} oximeter.measurements_u16 (a2cb2740-8532-46df-b584-dffa9a5faacf): There are no data parts 2024.04.29 04:10:42.862593 [ 3 ] {9c6acdcd-35d8-4a8b-a81c-23686e9254ff} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.862656 [ 3 ] {} HTTP-Session: a6484866-03ab-42fe-857d-6884a72ff604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.862816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.862872 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.862897 [ 3 ] {} HTTP-Session: 594979e1-25d2-4c3e-a616-5fdd68da32b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.862928 [ 3 ] {} HTTP-Session: 594979e1-25d2-4c3e-a616-5fdd68da32b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.862941 [ 3 ] {} HTTP-Session: 594979e1-25d2-4c3e-a616-5fdd68da32b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.862975 [ 3 ] {} HTTP-Session: 594979e1-25d2-4c3e-a616-5fdd68da32b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.863159 [ 3 ] {0a44f762-0378-4bc0-8c7d-5a01e722cf84} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.863210 [ 3 ] {0a44f762-0378-4bc0-8c7d-5a01e722cf84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.04.29 04:10:42.864857 [ 3 ] {0a44f762-0378-4bc0-8c7d-5a01e722cf84} oximeter.measurements_i32 (a3beadd5-63b8-46ed-935d-a54445099827): Loading data parts 2024.04.29 04:10:42.865024 [ 3 ] {0a44f762-0378-4bc0-8c7d-5a01e722cf84} oximeter.measurements_i32 (a3beadd5-63b8-46ed-935d-a54445099827): There are no data parts 2024.04.29 04:10:42.866165 [ 3 ] {0a44f762-0378-4bc0-8c7d-5a01e722cf84} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.866200 [ 3 ] {} HTTP-Session: 594979e1-25d2-4c3e-a616-5fdd68da32b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.866329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.866385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.866418 [ 3 ] {} HTTP-Session: 7a283478-c2c0-484e-9161-c8f288a8344d Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.866434 [ 3 ] {} HTTP-Session: 7a283478-c2c0-484e-9161-c8f288a8344d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.866454 [ 3 ] {} HTTP-Session: 7a283478-c2c0-484e-9161-c8f288a8344d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.866488 [ 3 ] {} HTTP-Session: 7a283478-c2c0-484e-9161-c8f288a8344d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.866669 [ 3 ] {f4cea6f2-2cf4-45f4-bbf3-44aeaba92453} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.866724 [ 3 ] {f4cea6f2-2cf4-45f4-bbf3-44aeaba92453} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.04.29 04:10:42.868530 [ 3 ] {f4cea6f2-2cf4-45f4-bbf3-44aeaba92453} oximeter.measurements_u32 (466bffe7-9292-4428-a466-2cce969e758e): Loading data parts 2024.04.29 04:10:42.868703 [ 3 ] {f4cea6f2-2cf4-45f4-bbf3-44aeaba92453} oximeter.measurements_u32 (466bffe7-9292-4428-a466-2cce969e758e): There are no data parts 2024.04.29 04:10:42.870595 [ 3 ] {f4cea6f2-2cf4-45f4-bbf3-44aeaba92453} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.870631 [ 3 ] {} HTTP-Session: 7a283478-c2c0-484e-9161-c8f288a8344d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.870754 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.870817 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.870842 [ 3 ] {} HTTP-Session: 934621e2-d62f-4dd2-b033-0f8f4260063e Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.870869 [ 3 ] {} HTTP-Session: 934621e2-d62f-4dd2-b033-0f8f4260063e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.870883 [ 3 ] {} HTTP-Session: 934621e2-d62f-4dd2-b033-0f8f4260063e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.870917 [ 3 ] {} HTTP-Session: 934621e2-d62f-4dd2-b033-0f8f4260063e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.871099 [ 3 ] {5aa97de2-c56f-4348-8930-06cf1cd8857c} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.871157 [ 3 ] {5aa97de2-c56f-4348-8930-06cf1cd8857c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.04.29 04:10:42.872731 [ 3 ] {5aa97de2-c56f-4348-8930-06cf1cd8857c} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): Loading data parts 2024.04.29 04:10:42.872892 [ 3 ] {5aa97de2-c56f-4348-8930-06cf1cd8857c} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): There are no data parts 2024.04.29 04:10:42.874095 [ 3 ] {5aa97de2-c56f-4348-8930-06cf1cd8857c} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.874136 [ 3 ] {} HTTP-Session: 934621e2-d62f-4dd2-b033-0f8f4260063e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.874293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.874356 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.874375 [ 3 ] {} HTTP-Session: 7153fdd6-3d70-4cba-8939-ca0547531d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.874401 [ 3 ] {} HTTP-Session: 7153fdd6-3d70-4cba-8939-ca0547531d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.874415 [ 3 ] {} HTTP-Session: 7153fdd6-3d70-4cba-8939-ca0547531d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.874449 [ 3 ] {} HTTP-Session: 7153fdd6-3d70-4cba-8939-ca0547531d53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.874630 [ 3 ] {548f0496-88c6-469c-8790-546284d45ad5} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.874684 [ 3 ] {548f0496-88c6-469c-8790-546284d45ad5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.04.29 04:10:42.876142 [ 3 ] {548f0496-88c6-469c-8790-546284d45ad5} oximeter.measurements_u64 (e520d102-79b6-4ec6-b599-c7b96e9cb3fb): Loading data parts 2024.04.29 04:10:42.876308 [ 3 ] {548f0496-88c6-469c-8790-546284d45ad5} oximeter.measurements_u64 (e520d102-79b6-4ec6-b599-c7b96e9cb3fb): There are no data parts 2024.04.29 04:10:42.877617 [ 3 ] {548f0496-88c6-469c-8790-546284d45ad5} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.877688 [ 3 ] {} HTTP-Session: 7153fdd6-3d70-4cba-8939-ca0547531d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.877828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.877875 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.877902 [ 3 ] {} HTTP-Session: 05db4648-7640-436a-a038-03d2ba104755 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.877925 [ 3 ] {} HTTP-Session: 05db4648-7640-436a-a038-03d2ba104755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.877939 [ 3 ] {} HTTP-Session: 05db4648-7640-436a-a038-03d2ba104755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.877976 [ 3 ] {} HTTP-Session: 05db4648-7640-436a-a038-03d2ba104755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.878156 [ 3 ] {883b7426-cfeb-4026-8fc2-0eb60563bfae} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.878216 [ 3 ] {883b7426-cfeb-4026-8fc2-0eb60563bfae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.04.29 04:10:42.879832 [ 3 ] {883b7426-cfeb-4026-8fc2-0eb60563bfae} oximeter.measurements_f32 (3eaa7675-0641-4090-a292-c86dd48a2a62): Loading data parts 2024.04.29 04:10:42.880003 [ 3 ] {883b7426-cfeb-4026-8fc2-0eb60563bfae} oximeter.measurements_f32 (3eaa7675-0641-4090-a292-c86dd48a2a62): There are no data parts 2024.04.29 04:10:42.881342 [ 3 ] {883b7426-cfeb-4026-8fc2-0eb60563bfae} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.881367 [ 3 ] {} HTTP-Session: 05db4648-7640-436a-a038-03d2ba104755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.881497 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.881563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.881581 [ 3 ] {} HTTP-Session: a46a77ba-a1c3-45a4-ba84-aa57e0ec0e4a Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.881606 [ 3 ] {} HTTP-Session: a46a77ba-a1c3-45a4-ba84-aa57e0ec0e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.881627 [ 3 ] {} HTTP-Session: a46a77ba-a1c3-45a4-ba84-aa57e0ec0e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.881656 [ 3 ] {} HTTP-Session: a46a77ba-a1c3-45a4-ba84-aa57e0ec0e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.881878 [ 3 ] {27d57a40-a235-43d3-b696-2862f6a65265} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.881949 [ 3 ] {27d57a40-a235-43d3-b696-2862f6a65265} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.04.29 04:10:42.883791 [ 3 ] {27d57a40-a235-43d3-b696-2862f6a65265} oximeter.measurements_f64 (314c2dce-f91b-453a-a56f-cca8cd8bdfe4): Loading data parts 2024.04.29 04:10:42.883993 [ 3 ] {27d57a40-a235-43d3-b696-2862f6a65265} oximeter.measurements_f64 (314c2dce-f91b-453a-a56f-cca8cd8bdfe4): There are no data parts 2024.04.29 04:10:42.885553 [ 3 ] {27d57a40-a235-43d3-b696-2862f6a65265} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.885590 [ 3 ] {} HTTP-Session: a46a77ba-a1c3-45a4-ba84-aa57e0ec0e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.885732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.885787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.885806 [ 3 ] {} HTTP-Session: d50faaf8-a477-4c7a-a622-31aef315e597 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.885831 [ 3 ] {} HTTP-Session: d50faaf8-a477-4c7a-a622-31aef315e597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.885845 [ 3 ] {} HTTP-Session: d50faaf8-a477-4c7a-a622-31aef315e597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.885880 [ 3 ] {} HTTP-Session: d50faaf8-a477-4c7a-a622-31aef315e597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.886085 [ 3 ] {c3c3515f-ee19-4ce6-b084-50a95927c3b9} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.886149 [ 3 ] {c3c3515f-ee19-4ce6-b084-50a95927c3b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.04.29 04:10:42.887653 [ 3 ] {c3c3515f-ee19-4ce6-b084-50a95927c3b9} oximeter.measurements_string (90002ca0-51b9-435c-9ae8-9de9a22e94e4): Loading data parts 2024.04.29 04:10:42.887833 [ 3 ] {c3c3515f-ee19-4ce6-b084-50a95927c3b9} oximeter.measurements_string (90002ca0-51b9-435c-9ae8-9de9a22e94e4): There are no data parts 2024.04.29 04:10:42.889011 [ 3 ] {c3c3515f-ee19-4ce6-b084-50a95927c3b9} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.889037 [ 3 ] {} HTTP-Session: d50faaf8-a477-4c7a-a622-31aef315e597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.889174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.889230 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.889249 [ 3 ] {} HTTP-Session: 9e5986da-1731-4fb9-bdea-39c3d756aa08 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.889271 [ 3 ] {} HTTP-Session: 9e5986da-1731-4fb9-bdea-39c3d756aa08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.889301 [ 3 ] {} HTTP-Session: 9e5986da-1731-4fb9-bdea-39c3d756aa08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.889330 [ 3 ] {} HTTP-Session: 9e5986da-1731-4fb9-bdea-39c3d756aa08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.889510 [ 3 ] {6b8188b8-b1f6-47dd-9404-92010a5ad73e} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.889577 [ 3 ] {6b8188b8-b1f6-47dd-9404-92010a5ad73e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.04.29 04:10:42.891227 [ 3 ] {6b8188b8-b1f6-47dd-9404-92010a5ad73e} oximeter.measurements_bytes (ef49fe3c-1252-42b1-8ec9-69dd3def74e3): Loading data parts 2024.04.29 04:10:42.891408 [ 3 ] {6b8188b8-b1f6-47dd-9404-92010a5ad73e} oximeter.measurements_bytes (ef49fe3c-1252-42b1-8ec9-69dd3def74e3): There are no data parts 2024.04.29 04:10:42.892635 [ 3 ] {6b8188b8-b1f6-47dd-9404-92010a5ad73e} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.892662 [ 3 ] {} HTTP-Session: 9e5986da-1731-4fb9-bdea-39c3d756aa08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.892812 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.892877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.892896 [ 3 ] {} HTTP-Session: 69ddcdfb-1c32-487b-8284-23b6d428f5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.892921 [ 3 ] {} HTTP-Session: 69ddcdfb-1c32-487b-8284-23b6d428f5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.892943 [ 3 ] {} HTTP-Session: 69ddcdfb-1c32-487b-8284-23b6d428f5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.892973 [ 3 ] {} HTTP-Session: 69ddcdfb-1c32-487b-8284-23b6d428f5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.893174 [ 3 ] {512fe26a-ceac-4075-9010-b4268d0b8dea} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.893232 [ 3 ] {512fe26a-ceac-4075-9010-b4268d0b8dea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.04.29 04:10:42.894896 [ 3 ] {512fe26a-ceac-4075-9010-b4268d0b8dea} oximeter.measurements_cumulativei64 (4ff767f7-6285-43c5-a93b-1e76527047b9): Loading data parts 2024.04.29 04:10:42.895076 [ 3 ] {512fe26a-ceac-4075-9010-b4268d0b8dea} oximeter.measurements_cumulativei64 (4ff767f7-6285-43c5-a93b-1e76527047b9): There are no data parts 2024.04.29 04:10:42.896348 [ 3 ] {512fe26a-ceac-4075-9010-b4268d0b8dea} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.896403 [ 3 ] {} HTTP-Session: 69ddcdfb-1c32-487b-8284-23b6d428f5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.896559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.896656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.896686 [ 3 ] {} HTTP-Session: 410c190d-c77e-4528-a740-f2ad422377b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.896716 [ 3 ] {} HTTP-Session: 410c190d-c77e-4528-a740-f2ad422377b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.896734 [ 3 ] {} HTTP-Session: 410c190d-c77e-4528-a740-f2ad422377b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.896776 [ 3 ] {} HTTP-Session: 410c190d-c77e-4528-a740-f2ad422377b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.896971 [ 3 ] {cda18474-1dee-4d79-bdda-d63cb6e98009} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.897029 [ 3 ] {cda18474-1dee-4d79-bdda-d63cb6e98009} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.04.29 04:10:42.898583 [ 3 ] {cda18474-1dee-4d79-bdda-d63cb6e98009} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Loading data parts 2024.04.29 04:10:42.898761 [ 3 ] {cda18474-1dee-4d79-bdda-d63cb6e98009} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): There are no data parts 2024.04.29 04:10:42.899957 [ 3 ] {cda18474-1dee-4d79-bdda-d63cb6e98009} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.899983 [ 3 ] {} HTTP-Session: 410c190d-c77e-4528-a740-f2ad422377b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.900138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.900201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.900220 [ 3 ] {} HTTP-Session: 6214486e-243e-488e-89a9-df212da18d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.900245 [ 3 ] {} HTTP-Session: 6214486e-243e-488e-89a9-df212da18d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.900265 [ 3 ] {} HTTP-Session: 6214486e-243e-488e-89a9-df212da18d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.900296 [ 3 ] {} HTTP-Session: 6214486e-243e-488e-89a9-df212da18d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.900491 [ 3 ] {9ef9978a-680c-43fe-8cd7-e4dceced480f} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.900565 [ 3 ] {9ef9978a-680c-43fe-8cd7-e4dceced480f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.04.29 04:10:42.902167 [ 3 ] {9ef9978a-680c-43fe-8cd7-e4dceced480f} oximeter.measurements_cumulativef32 (dbe1fe58-8aa5-470a-af33-8c909662598d): Loading data parts 2024.04.29 04:10:42.902350 [ 3 ] {9ef9978a-680c-43fe-8cd7-e4dceced480f} oximeter.measurements_cumulativef32 (dbe1fe58-8aa5-470a-af33-8c909662598d): There are no data parts 2024.04.29 04:10:42.903580 [ 3 ] {9ef9978a-680c-43fe-8cd7-e4dceced480f} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.903616 [ 3 ] {} HTTP-Session: 6214486e-243e-488e-89a9-df212da18d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.903742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.903798 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.903825 [ 3 ] {} HTTP-Session: 64c02e9c-3505-4631-aa62-f258b3bb3c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.903850 [ 3 ] {} HTTP-Session: 64c02e9c-3505-4631-aa62-f258b3bb3c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.903863 [ 3 ] {} HTTP-Session: 64c02e9c-3505-4631-aa62-f258b3bb3c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.903901 [ 3 ] {} HTTP-Session: 64c02e9c-3505-4631-aa62-f258b3bb3c65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.904103 [ 3 ] {b35f8480-4051-41f5-94ee-cc4209ce033c} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.904167 [ 3 ] {b35f8480-4051-41f5-94ee-cc4209ce033c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.04.29 04:10:42.905680 [ 3 ] {b35f8480-4051-41f5-94ee-cc4209ce033c} oximeter.measurements_cumulativef64 (e0fdd162-9a62-43f4-aeb8-f800b16aa389): Loading data parts 2024.04.29 04:10:42.905842 [ 3 ] {b35f8480-4051-41f5-94ee-cc4209ce033c} oximeter.measurements_cumulativef64 (e0fdd162-9a62-43f4-aeb8-f800b16aa389): There are no data parts 2024.04.29 04:10:42.907123 [ 3 ] {b35f8480-4051-41f5-94ee-cc4209ce033c} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.907148 [ 3 ] {} HTTP-Session: 64c02e9c-3505-4631-aa62-f258b3bb3c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.907294 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.907349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.907368 [ 3 ] {} HTTP-Session: dad3db14-20f3-41ac-be1c-faa320dab453 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.907389 [ 3 ] {} HTTP-Session: dad3db14-20f3-41ac-be1c-faa320dab453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.907416 [ 3 ] {} HTTP-Session: dad3db14-20f3-41ac-be1c-faa320dab453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.907446 [ 3 ] {} HTTP-Session: dad3db14-20f3-41ac-be1c-faa320dab453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.907652 [ 3 ] {2396fea1-6a29-4cb0-af59-f0b57aa8b6cc} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.907717 [ 3 ] {2396fea1-6a29-4cb0-af59-f0b57aa8b6cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.04.29 04:10:42.909296 [ 3 ] {2396fea1-6a29-4cb0-af59-f0b57aa8b6cc} oximeter.measurements_histogrami8 (12ce1534-7e73-4d62-99da-719eaeca1a12): Loading data parts 2024.04.29 04:10:42.909448 [ 3 ] {2396fea1-6a29-4cb0-af59-f0b57aa8b6cc} oximeter.measurements_histogrami8 (12ce1534-7e73-4d62-99da-719eaeca1a12): There are no data parts 2024.04.29 04:10:42.910620 [ 3 ] {2396fea1-6a29-4cb0-af59-f0b57aa8b6cc} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.910645 [ 3 ] {} HTTP-Session: dad3db14-20f3-41ac-be1c-faa320dab453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.910789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.910851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.910876 [ 3 ] {} HTTP-Session: 2d645c76-7f0b-49b5-8142-2fea726bd72a Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.910896 [ 3 ] {} HTTP-Session: 2d645c76-7f0b-49b5-8142-2fea726bd72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.910914 [ 3 ] {} HTTP-Session: 2d645c76-7f0b-49b5-8142-2fea726bd72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.910943 [ 3 ] {} HTTP-Session: 2d645c76-7f0b-49b5-8142-2fea726bd72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.911135 [ 3 ] {48ee7ecf-259c-4885-beb8-9ff3ca6a5e5f} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.911193 [ 3 ] {48ee7ecf-259c-4885-beb8-9ff3ca6a5e5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.04.29 04:10:42.912790 [ 3 ] {48ee7ecf-259c-4885-beb8-9ff3ca6a5e5f} oximeter.measurements_histogramu8 (e119153d-ff50-47b7-908a-2769dc56b401): Loading data parts 2024.04.29 04:10:42.912954 [ 3 ] {48ee7ecf-259c-4885-beb8-9ff3ca6a5e5f} oximeter.measurements_histogramu8 (e119153d-ff50-47b7-908a-2769dc56b401): There are no data parts 2024.04.29 04:10:42.914091 [ 3 ] {48ee7ecf-259c-4885-beb8-9ff3ca6a5e5f} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.914123 [ 3 ] {} HTTP-Session: 2d645c76-7f0b-49b5-8142-2fea726bd72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.914266 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.914325 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.914353 [ 3 ] {} HTTP-Session: 5d18fd0a-1525-41b2-ad3e-541d45b7c8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.914374 [ 3 ] {} HTTP-Session: 5d18fd0a-1525-41b2-ad3e-541d45b7c8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.914388 [ 3 ] {} HTTP-Session: 5d18fd0a-1525-41b2-ad3e-541d45b7c8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.914422 [ 3 ] {} HTTP-Session: 5d18fd0a-1525-41b2-ad3e-541d45b7c8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.914623 [ 3 ] {ff4ccb91-ba5d-4784-b970-4ec094b984fc} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.914686 [ 3 ] {ff4ccb91-ba5d-4784-b970-4ec094b984fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.04.29 04:10:42.916307 [ 3 ] {ff4ccb91-ba5d-4784-b970-4ec094b984fc} oximeter.measurements_histogrami16 (c1d97cf0-9a79-486f-8c82-bdad234b20d3): Loading data parts 2024.04.29 04:10:42.916506 [ 3 ] {ff4ccb91-ba5d-4784-b970-4ec094b984fc} oximeter.measurements_histogrami16 (c1d97cf0-9a79-486f-8c82-bdad234b20d3): There are no data parts 2024.04.29 04:10:42.917896 [ 3 ] {ff4ccb91-ba5d-4784-b970-4ec094b984fc} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.917921 [ 3 ] {} HTTP-Session: 5d18fd0a-1525-41b2-ad3e-541d45b7c8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.918062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.918137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.918169 [ 3 ] {} HTTP-Session: e282a02d-933e-4606-907e-3ec1952ac38b Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.918201 [ 3 ] {} HTTP-Session: e282a02d-933e-4606-907e-3ec1952ac38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.918231 [ 3 ] {} HTTP-Session: e282a02d-933e-4606-907e-3ec1952ac38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.918265 [ 3 ] {} HTTP-Session: e282a02d-933e-4606-907e-3ec1952ac38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.918456 [ 3 ] {d012b015-1212-4bb3-b7e1-8f7afe8de6d4} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.918518 [ 3 ] {d012b015-1212-4bb3-b7e1-8f7afe8de6d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.04.29 04:10:42.920209 [ 3 ] {d012b015-1212-4bb3-b7e1-8f7afe8de6d4} oximeter.measurements_histogramu16 (8c9f2d1f-9477-4d73-a01e-644362a1d9fc): Loading data parts 2024.04.29 04:10:42.920376 [ 3 ] {d012b015-1212-4bb3-b7e1-8f7afe8de6d4} oximeter.measurements_histogramu16 (8c9f2d1f-9477-4d73-a01e-644362a1d9fc): There are no data parts 2024.04.29 04:10:42.921545 [ 3 ] {d012b015-1212-4bb3-b7e1-8f7afe8de6d4} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.921584 [ 3 ] {} HTTP-Session: e282a02d-933e-4606-907e-3ec1952ac38b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.921706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.921759 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.921783 [ 3 ] {} HTTP-Session: ed21fcd6-40ff-40d6-abde-e44ab6170b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.921798 [ 3 ] {} HTTP-Session: ed21fcd6-40ff-40d6-abde-e44ab6170b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.921817 [ 3 ] {} HTTP-Session: ed21fcd6-40ff-40d6-abde-e44ab6170b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.921858 [ 3 ] {} HTTP-Session: ed21fcd6-40ff-40d6-abde-e44ab6170b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.922042 [ 3 ] {50c1266c-cd06-400e-8e7e-be8104a6b47c} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.922098 [ 3 ] {50c1266c-cd06-400e-8e7e-be8104a6b47c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.04.29 04:10:42.923707 [ 3 ] {50c1266c-cd06-400e-8e7e-be8104a6b47c} oximeter.measurements_histogrami32 (87b858af-6029-475c-aaea-de23571eaeda): Loading data parts 2024.04.29 04:10:42.923942 [ 3 ] {50c1266c-cd06-400e-8e7e-be8104a6b47c} oximeter.measurements_histogrami32 (87b858af-6029-475c-aaea-de23571eaeda): There are no data parts 2024.04.29 04:10:42.925723 [ 3 ] {50c1266c-cd06-400e-8e7e-be8104a6b47c} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.925769 [ 3 ] {} HTTP-Session: ed21fcd6-40ff-40d6-abde-e44ab6170b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.925911 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.926016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.926045 [ 3 ] {} HTTP-Session: c940e712-9e91-4b44-a04e-d4eac1133811 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.926121 [ 3 ] {} HTTP-Session: c940e712-9e91-4b44-a04e-d4eac1133811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.926134 [ 3 ] {} HTTP-Session: c940e712-9e91-4b44-a04e-d4eac1133811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.926171 [ 3 ] {} HTTP-Session: c940e712-9e91-4b44-a04e-d4eac1133811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.926369 [ 3 ] {b61879e6-58d5-4b31-82d0-6fad38523c60} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.926433 [ 3 ] {b61879e6-58d5-4b31-82d0-6fad38523c60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.04.29 04:10:42.928208 [ 3 ] {b61879e6-58d5-4b31-82d0-6fad38523c60} oximeter.measurements_histogramu32 (44206a96-964a-4556-9349-3268713d32c0): Loading data parts 2024.04.29 04:10:42.928365 [ 3 ] {b61879e6-58d5-4b31-82d0-6fad38523c60} oximeter.measurements_histogramu32 (44206a96-964a-4556-9349-3268713d32c0): There are no data parts 2024.04.29 04:10:42.929895 [ 3 ] {b61879e6-58d5-4b31-82d0-6fad38523c60} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.929920 [ 3 ] {} HTTP-Session: c940e712-9e91-4b44-a04e-d4eac1133811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.930065 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.930135 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.930162 [ 3 ] {} HTTP-Session: 5160c781-50fb-4493-b7e6-e35574de31e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.930178 [ 3 ] {} HTTP-Session: 5160c781-50fb-4493-b7e6-e35574de31e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.930196 [ 3 ] {} HTTP-Session: 5160c781-50fb-4493-b7e6-e35574de31e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.930226 [ 3 ] {} HTTP-Session: 5160c781-50fb-4493-b7e6-e35574de31e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.930428 [ 3 ] {5290d929-31c6-4429-ae02-efd80be00dcf} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.930486 [ 3 ] {5290d929-31c6-4429-ae02-efd80be00dcf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.04.29 04:10:42.932156 [ 3 ] {5290d929-31c6-4429-ae02-efd80be00dcf} oximeter.measurements_histogrami64 (a268e0b7-d68b-458f-b82e-3caf59fa6d98): Loading data parts 2024.04.29 04:10:42.932327 [ 3 ] {5290d929-31c6-4429-ae02-efd80be00dcf} oximeter.measurements_histogrami64 (a268e0b7-d68b-458f-b82e-3caf59fa6d98): There are no data parts 2024.04.29 04:10:42.933957 [ 3 ] {5290d929-31c6-4429-ae02-efd80be00dcf} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.933982 [ 3 ] {} HTTP-Session: 5160c781-50fb-4493-b7e6-e35574de31e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.934113 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.934181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.934200 [ 3 ] {} HTTP-Session: 1b042b74-92bf-4f49-9d7a-c2e6151e7e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.934222 [ 3 ] {} HTTP-Session: 1b042b74-92bf-4f49-9d7a-c2e6151e7e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.934236 [ 3 ] {} HTTP-Session: 1b042b74-92bf-4f49-9d7a-c2e6151e7e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.934271 [ 3 ] {} HTTP-Session: 1b042b74-92bf-4f49-9d7a-c2e6151e7e40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.934459 [ 3 ] {526bd0f9-dde8-485b-9d57-94f48c944e3d} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.934516 [ 3 ] {526bd0f9-dde8-485b-9d57-94f48c944e3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.04.29 04:10:42.936430 [ 3 ] {526bd0f9-dde8-485b-9d57-94f48c944e3d} oximeter.measurements_histogramu64 (1ab1177c-021f-4e79-91ec-980988593855): Loading data parts 2024.04.29 04:10:42.936585 [ 3 ] {526bd0f9-dde8-485b-9d57-94f48c944e3d} oximeter.measurements_histogramu64 (1ab1177c-021f-4e79-91ec-980988593855): There are no data parts 2024.04.29 04:10:42.937785 [ 3 ] {526bd0f9-dde8-485b-9d57-94f48c944e3d} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.937809 [ 3 ] {} HTTP-Session: 1b042b74-92bf-4f49-9d7a-c2e6151e7e40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.937931 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.937984 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.938010 [ 3 ] {} HTTP-Session: b2ce55ad-ea23-4903-837e-ece79b423d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.938026 [ 3 ] {} HTTP-Session: b2ce55ad-ea23-4903-837e-ece79b423d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.938045 [ 3 ] {} HTTP-Session: b2ce55ad-ea23-4903-837e-ece79b423d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.938081 [ 3 ] {} HTTP-Session: b2ce55ad-ea23-4903-837e-ece79b423d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.938262 [ 3 ] {0a9e9bb5-dde3-4b51-8f81-6473bb22a6b0} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.938326 [ 3 ] {0a9e9bb5-dde3-4b51-8f81-6473bb22a6b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.04.29 04:10:42.940342 [ 3 ] {0a9e9bb5-dde3-4b51-8f81-6473bb22a6b0} oximeter.measurements_histogramf32 (71286c1b-95d5-41db-81aa-0013fcbc53cd): Loading data parts 2024.04.29 04:10:42.940525 [ 3 ] {0a9e9bb5-dde3-4b51-8f81-6473bb22a6b0} oximeter.measurements_histogramf32 (71286c1b-95d5-41db-81aa-0013fcbc53cd): There are no data parts 2024.04.29 04:10:42.941725 [ 3 ] {0a9e9bb5-dde3-4b51-8f81-6473bb22a6b0} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.941759 [ 3 ] {} HTTP-Session: b2ce55ad-ea23-4903-837e-ece79b423d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.941894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.941939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.941964 [ 3 ] {} HTTP-Session: 3e1bea80-978b-45cd-9b6b-b2b92a535cde Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.941986 [ 3 ] {} HTTP-Session: 3e1bea80-978b-45cd-9b6b-b2b92a535cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.941999 [ 3 ] {} HTTP-Session: 3e1bea80-978b-45cd-9b6b-b2b92a535cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.942038 [ 3 ] {} HTTP-Session: 3e1bea80-978b-45cd-9b6b-b2b92a535cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.942234 [ 3 ] {da2e9a39-4942-4d53-904d-029b6ec62158} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.942290 [ 3 ] {da2e9a39-4942-4d53-904d-029b6ec62158} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.04.29 04:10:42.944164 [ 3 ] {da2e9a39-4942-4d53-904d-029b6ec62158} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Loading data parts 2024.04.29 04:10:42.944328 [ 3 ] {da2e9a39-4942-4d53-904d-029b6ec62158} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): There are no data parts 2024.04.29 04:10:42.945556 [ 3 ] {da2e9a39-4942-4d53-904d-029b6ec62158} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.945581 [ 3 ] {} HTTP-Session: 3e1bea80-978b-45cd-9b6b-b2b92a535cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.945717 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.945770 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.945788 [ 3 ] {} HTTP-Session: 368cbc08-8af4-4e1b-bba8-b1a7a2ec0081 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.945810 [ 3 ] {} HTTP-Session: 368cbc08-8af4-4e1b-bba8-b1a7a2ec0081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.945837 [ 3 ] {} HTTP-Session: 368cbc08-8af4-4e1b-bba8-b1a7a2ec0081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.945866 [ 3 ] {} HTTP-Session: 368cbc08-8af4-4e1b-bba8-b1a7a2ec0081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.946015 [ 3 ] {db4484f3-0321-4295-ad8e-806268d4bf3a} executeQuery: (from [fd00:1122:3344:101::d]:59542) /* 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 04:10:42.946075 [ 3 ] {db4484f3-0321-4295-ad8e-806268d4bf3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.04.29 04:10:42.948306 [ 3 ] {db4484f3-0321-4295-ad8e-806268d4bf3a} oximeter.fields_bool (08031c43-b86e-4af4-9b40-bda83d301035): Loading data parts 2024.04.29 04:10:42.948484 [ 3 ] {db4484f3-0321-4295-ad8e-806268d4bf3a} oximeter.fields_bool (08031c43-b86e-4af4-9b40-bda83d301035): There are no data parts 2024.04.29 04:10:42.950525 [ 3 ] {db4484f3-0321-4295-ad8e-806268d4bf3a} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.950557 [ 3 ] {} HTTP-Session: 368cbc08-8af4-4e1b-bba8-b1a7a2ec0081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.950686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.950729 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.950753 [ 3 ] {} HTTP-Session: 1b1e0f33-debf-4287-925e-a8e9b0607f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.950774 [ 3 ] {} HTTP-Session: 1b1e0f33-debf-4287-925e-a8e9b0607f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.950787 [ 3 ] {} HTTP-Session: 1b1e0f33-debf-4287-925e-a8e9b0607f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.950820 [ 3 ] {} HTTP-Session: 1b1e0f33-debf-4287-925e-a8e9b0607f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.950957 [ 3 ] {1a2fc740-e0d0-4c0b-8f1e-b84dfb32d047} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.950998 [ 3 ] {1a2fc740-e0d0-4c0b-8f1e-b84dfb32d047} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.04.29 04:10:42.952533 [ 3 ] {1a2fc740-e0d0-4c0b-8f1e-b84dfb32d047} oximeter.fields_i8 (a38c7eae-afa4-4642-a92b-0aeb053de5ce): Loading data parts 2024.04.29 04:10:42.952689 [ 3 ] {1a2fc740-e0d0-4c0b-8f1e-b84dfb32d047} oximeter.fields_i8 (a38c7eae-afa4-4642-a92b-0aeb053de5ce): There are no data parts 2024.04.29 04:10:42.953782 [ 3 ] {1a2fc740-e0d0-4c0b-8f1e-b84dfb32d047} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.953829 [ 3 ] {} HTTP-Session: 1b1e0f33-debf-4287-925e-a8e9b0607f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.953963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.954016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.954042 [ 3 ] {} HTTP-Session: 83cf96d7-026d-4168-adc3-806aae975d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.954058 [ 3 ] {} HTTP-Session: 83cf96d7-026d-4168-adc3-806aae975d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.954078 [ 3 ] {} HTTP-Session: 83cf96d7-026d-4168-adc3-806aae975d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.954113 [ 3 ] {} HTTP-Session: 83cf96d7-026d-4168-adc3-806aae975d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.954250 [ 3 ] {2690c914-91be-442f-aa67-2cb523d9b3d3} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.954302 [ 3 ] {2690c914-91be-442f-aa67-2cb523d9b3d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.04.29 04:10:42.955768 [ 3 ] {2690c914-91be-442f-aa67-2cb523d9b3d3} oximeter.fields_u8 (413ddce6-29d1-4cd1-a1ab-270ab2f65980): Loading data parts 2024.04.29 04:10:42.955924 [ 3 ] {2690c914-91be-442f-aa67-2cb523d9b3d3} oximeter.fields_u8 (413ddce6-29d1-4cd1-a1ab-270ab2f65980): There are no data parts 2024.04.29 04:10:42.957037 [ 3 ] {2690c914-91be-442f-aa67-2cb523d9b3d3} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.957062 [ 3 ] {} HTTP-Session: 83cf96d7-026d-4168-adc3-806aae975d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.957206 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.957263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.957282 [ 3 ] {} HTTP-Session: afec041d-5fbd-4eda-879f-b5da026d7a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.957309 [ 3 ] {} HTTP-Session: afec041d-5fbd-4eda-879f-b5da026d7a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.957331 [ 3 ] {} HTTP-Session: afec041d-5fbd-4eda-879f-b5da026d7a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.957363 [ 3 ] {} HTTP-Session: afec041d-5fbd-4eda-879f-b5da026d7a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.957506 [ 3 ] {ebd14b9a-eec4-4e9e-95d9-dc4ba07759a8} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.957566 [ 3 ] {ebd14b9a-eec4-4e9e-95d9-dc4ba07759a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.04.29 04:10:42.958959 [ 3 ] {ebd14b9a-eec4-4e9e-95d9-dc4ba07759a8} oximeter.fields_i16 (65452451-6d26-4f53-973d-0970c35f2896): Loading data parts 2024.04.29 04:10:42.959120 [ 3 ] {ebd14b9a-eec4-4e9e-95d9-dc4ba07759a8} oximeter.fields_i16 (65452451-6d26-4f53-973d-0970c35f2896): There are no data parts 2024.04.29 04:10:42.960313 [ 3 ] {ebd14b9a-eec4-4e9e-95d9-dc4ba07759a8} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.960342 [ 3 ] {} HTTP-Session: afec041d-5fbd-4eda-879f-b5da026d7a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.960504 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.960558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.960577 [ 3 ] {} HTTP-Session: c0baff37-4e85-4ec1-8ba1-02d6e9ff3cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.960601 [ 3 ] {} HTTP-Session: c0baff37-4e85-4ec1-8ba1-02d6e9ff3cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.960621 [ 3 ] {} HTTP-Session: c0baff37-4e85-4ec1-8ba1-02d6e9ff3cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.960651 [ 3 ] {} HTTP-Session: c0baff37-4e85-4ec1-8ba1-02d6e9ff3cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.960810 [ 3 ] {ec70ceef-edcd-44a7-8240-f0a9c0a9c2de} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.960862 [ 3 ] {ec70ceef-edcd-44a7-8240-f0a9c0a9c2de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.04.29 04:10:42.962308 [ 3 ] {ec70ceef-edcd-44a7-8240-f0a9c0a9c2de} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Loading data parts 2024.04.29 04:10:42.962489 [ 3 ] {ec70ceef-edcd-44a7-8240-f0a9c0a9c2de} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): There are no data parts 2024.04.29 04:10:42.963823 [ 3 ] {ec70ceef-edcd-44a7-8240-f0a9c0a9c2de} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.963848 [ 3 ] {} HTTP-Session: c0baff37-4e85-4ec1-8ba1-02d6e9ff3cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.963987 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.964040 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.964059 [ 3 ] {} HTTP-Session: abf1ad0a-650a-4b6a-ac55-8cc13da40865 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.964081 [ 3 ] {} HTTP-Session: abf1ad0a-650a-4b6a-ac55-8cc13da40865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.964111 [ 3 ] {} HTTP-Session: abf1ad0a-650a-4b6a-ac55-8cc13da40865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.964140 [ 3 ] {} HTTP-Session: abf1ad0a-650a-4b6a-ac55-8cc13da40865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.964285 [ 3 ] {70f47133-08f7-46c9-84fb-9e8cb5fb81c0} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.964335 [ 3 ] {70f47133-08f7-46c9-84fb-9e8cb5fb81c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.04.29 04:10:42.965720 [ 3 ] {70f47133-08f7-46c9-84fb-9e8cb5fb81c0} oximeter.fields_i32 (fad4cff9-35a0-4125-96a8-af70fac21d12): Loading data parts 2024.04.29 04:10:42.965962 [ 3 ] {70f47133-08f7-46c9-84fb-9e8cb5fb81c0} oximeter.fields_i32 (fad4cff9-35a0-4125-96a8-af70fac21d12): There are no data parts 2024.04.29 04:10:42.967567 [ 3 ] {70f47133-08f7-46c9-84fb-9e8cb5fb81c0} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.967671 [ 3 ] {} HTTP-Session: abf1ad0a-650a-4b6a-ac55-8cc13da40865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.967812 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.967860 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.967893 [ 3 ] {} HTTP-Session: 5129e8e0-6b29-49ee-8ce3-df71e30209a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.967928 [ 3 ] {} HTTP-Session: 5129e8e0-6b29-49ee-8ce3-df71e30209a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.967941 [ 3 ] {} HTTP-Session: 5129e8e0-6b29-49ee-8ce3-df71e30209a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.967983 [ 3 ] {} HTTP-Session: 5129e8e0-6b29-49ee-8ce3-df71e30209a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.968138 [ 3 ] {232fcf36-c94f-4065-987f-e1855d5d42df} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.968209 [ 3 ] {232fcf36-c94f-4065-987f-e1855d5d42df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.04.29 04:10:42.969726 [ 3 ] {232fcf36-c94f-4065-987f-e1855d5d42df} oximeter.fields_u32 (7362e0dd-d5f4-4375-a2ee-bbade90fec77): Loading data parts 2024.04.29 04:10:42.969893 [ 3 ] {232fcf36-c94f-4065-987f-e1855d5d42df} oximeter.fields_u32 (7362e0dd-d5f4-4375-a2ee-bbade90fec77): There are no data parts 2024.04.29 04:10:42.971066 [ 3 ] {232fcf36-c94f-4065-987f-e1855d5d42df} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.971112 [ 3 ] {} HTTP-Session: 5129e8e0-6b29-49ee-8ce3-df71e30209a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.971241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.971303 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.971343 [ 3 ] {} HTTP-Session: 1e8dc98e-3242-40d4-b4cd-35809863befc Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.971358 [ 3 ] {} HTTP-Session: 1e8dc98e-3242-40d4-b4cd-35809863befc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.971383 [ 3 ] {} HTTP-Session: 1e8dc98e-3242-40d4-b4cd-35809863befc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.971425 [ 3 ] {} HTTP-Session: 1e8dc98e-3242-40d4-b4cd-35809863befc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.971573 [ 3 ] {6d4d315e-2888-4bd8-b345-6645820a22d3} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.971620 [ 3 ] {6d4d315e-2888-4bd8-b345-6645820a22d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.04.29 04:10:42.973065 [ 3 ] {6d4d315e-2888-4bd8-b345-6645820a22d3} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Loading data parts 2024.04.29 04:10:42.973234 [ 3 ] {6d4d315e-2888-4bd8-b345-6645820a22d3} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): There are no data parts 2024.04.29 04:10:42.974396 [ 3 ] {6d4d315e-2888-4bd8-b345-6645820a22d3} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.974422 [ 3 ] {} HTTP-Session: 1e8dc98e-3242-40d4-b4cd-35809863befc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.974559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.974622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.974648 [ 3 ] {} HTTP-Session: 84ead33a-057c-4bab-bc80-de01fddafd95 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.974664 [ 3 ] {} HTTP-Session: 84ead33a-057c-4bab-bc80-de01fddafd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.974685 [ 3 ] {} HTTP-Session: 84ead33a-057c-4bab-bc80-de01fddafd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.974721 [ 3 ] {} HTTP-Session: 84ead33a-057c-4bab-bc80-de01fddafd95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.974879 [ 3 ] {bac8c6e8-c55d-4e88-9567-e23533b068cf} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.974926 [ 3 ] {bac8c6e8-c55d-4e88-9567-e23533b068cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.04.29 04:10:42.976257 [ 3 ] {bac8c6e8-c55d-4e88-9567-e23533b068cf} oximeter.fields_u64 (eec70c78-8314-49cc-a62e-97c789148fc2): Loading data parts 2024.04.29 04:10:42.976419 [ 3 ] {bac8c6e8-c55d-4e88-9567-e23533b068cf} oximeter.fields_u64 (eec70c78-8314-49cc-a62e-97c789148fc2): There are no data parts 2024.04.29 04:10:42.977622 [ 3 ] {bac8c6e8-c55d-4e88-9567-e23533b068cf} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.977647 [ 3 ] {} HTTP-Session: 84ead33a-057c-4bab-bc80-de01fddafd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.977786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.977911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.977932 [ 3 ] {} HTTP-Session: e01355e7-f664-4e6a-ac31-1d0e497add63 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.977948 [ 3 ] {} HTTP-Session: e01355e7-f664-4e6a-ac31-1d0e497add63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.977970 [ 3 ] {} HTTP-Session: e01355e7-f664-4e6a-ac31-1d0e497add63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.978000 [ 3 ] {} HTTP-Session: e01355e7-f664-4e6a-ac31-1d0e497add63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.978138 [ 3 ] {1a88dbb9-e79c-4b5e-a1f9-651fa4869876} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.978186 [ 3 ] {1a88dbb9-e79c-4b5e-a1f9-651fa4869876} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.04.29 04:10:42.979736 [ 3 ] {1a88dbb9-e79c-4b5e-a1f9-651fa4869876} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Loading data parts 2024.04.29 04:10:42.979913 [ 3 ] {1a88dbb9-e79c-4b5e-a1f9-651fa4869876} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): There are no data parts 2024.04.29 04:10:42.981325 [ 3 ] {1a88dbb9-e79c-4b5e-a1f9-651fa4869876} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.981351 [ 3 ] {} HTTP-Session: e01355e7-f664-4e6a-ac31-1d0e497add63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.981471 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.981518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.981537 [ 3 ] {} HTTP-Session: feeea729-850b-44eb-ad99-432604493b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.981555 [ 3 ] {} HTTP-Session: feeea729-850b-44eb-ad99-432604493b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.981568 [ 3 ] {} HTTP-Session: feeea729-850b-44eb-ad99-432604493b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.981599 [ 3 ] {} HTTP-Session: feeea729-850b-44eb-ad99-432604493b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.981736 [ 3 ] {37b08731-a753-4bd4-be01-158c2ac8b8f4} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.981775 [ 3 ] {37b08731-a753-4bd4-be01-158c2ac8b8f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.04.29 04:10:42.983220 [ 3 ] {37b08731-a753-4bd4-be01-158c2ac8b8f4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Loading data parts 2024.04.29 04:10:42.983386 [ 3 ] {37b08731-a753-4bd4-be01-158c2ac8b8f4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): There are no data parts 2024.04.29 04:10:42.984520 [ 3 ] {37b08731-a753-4bd4-be01-158c2ac8b8f4} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.984548 [ 3 ] {} HTTP-Session: feeea729-850b-44eb-ad99-432604493b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.984679 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.984726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.984744 [ 3 ] {} HTTP-Session: 5ac0a7fe-4ef7-4341-9e33-d4e1d78ef0be Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.984761 [ 3 ] {} HTTP-Session: 5ac0a7fe-4ef7-4341-9e33-d4e1d78ef0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.984775 [ 3 ] {} HTTP-Session: 5ac0a7fe-4ef7-4341-9e33-d4e1d78ef0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.984811 [ 3 ] {} HTTP-Session: 5ac0a7fe-4ef7-4341-9e33-d4e1d78ef0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.984961 [ 3 ] {8bd91563-0b9f-4f5e-a5a8-e894080ca8cf} executeQuery: (from [fd00:1122:3344:101::d]:59542) 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 04:10:42.985001 [ 3 ] {8bd91563-0b9f-4f5e-a5a8-e894080ca8cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.04.29 04:10:42.986441 [ 3 ] {8bd91563-0b9f-4f5e-a5a8-e894080ca8cf} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Loading data parts 2024.04.29 04:10:42.986592 [ 3 ] {8bd91563-0b9f-4f5e-a5a8-e894080ca8cf} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): There are no data parts 2024.04.29 04:10:42.987699 [ 3 ] {8bd91563-0b9f-4f5e-a5a8-e894080ca8cf} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.987726 [ 3 ] {} HTTP-Session: 5ac0a7fe-4ef7-4341-9e33-d4e1d78ef0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.987852 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.987899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.987917 [ 3 ] {} HTTP-Session: e338b264-8394-4fec-90cb-898f89513e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.987934 [ 3 ] {} HTTP-Session: e338b264-8394-4fec-90cb-898f89513e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.987948 [ 3 ] {} HTTP-Session: e338b264-8394-4fec-90cb-898f89513e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.987977 [ 3 ] {} HTTP-Session: e338b264-8394-4fec-90cb-898f89513e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.988186 [ 3 ] {4971dd5b-525e-49a6-bd14-5d17a7b26477} executeQuery: (from [fd00:1122:3344:101::d]:59542) /* 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 04:10:42.988256 [ 3 ] {4971dd5b-525e-49a6-bd14-5d17a7b26477} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.04.29 04:10:42.989816 [ 3 ] {4971dd5b-525e-49a6-bd14-5d17a7b26477} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): Loading data parts 2024.04.29 04:10:42.989975 [ 3 ] {4971dd5b-525e-49a6-bd14-5d17a7b26477} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): There are no data parts 2024.04.29 04:10:42.992774 [ 3 ] {4971dd5b-525e-49a6-bd14-5d17a7b26477} DynamicQueryHandler: Done processing query 2024.04.29 04:10:42.992806 [ 3 ] {} HTTP-Session: e338b264-8394-4fec-90cb-898f89513e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.992966 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59542, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:10:42.993022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:10:42.993045 [ 3 ] {} HTTP-Session: 92711229-0d8e-4192-b3b6-3a56dd05e9fd Authenticating user 'default' from [fd00:1122:3344:101::d]:59542 2024.04.29 04:10:42.993065 [ 3 ] {} HTTP-Session: 92711229-0d8e-4192-b3b6-3a56dd05e9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.993083 [ 3 ] {} HTTP-Session: 92711229-0d8e-4192-b3b6-3a56dd05e9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:42.993120 [ 3 ] {} HTTP-Session: 92711229-0d8e-4192-b3b6-3a56dd05e9fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:10:42.993311 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} executeQuery: (from [fd00:1122:3344:101::d]:59542) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.04.29 04:10:42.995301 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.04.29 04:10:42.999749 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} oximeter.version (cd429de9-0cb3-4304-b540-6f9ef756b15a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:10:42.999797 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. 2024.04.29 04:10:43.000182 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 162.10 MiB, peak 162.11 MiB, free memory in arenas 0.00 B, will set to 172.41 MiB (RSS), difference: 10.32 MiB 2024.04.29 04:10:43.004795 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:10:43.005913 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} oximeter.version (cd429de9-0cb3-4304-b540-6f9ef756b15a): 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 04:10:43.006209 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} executeQuery: Read 1 rows, 16.00 B in 0.012986 sec., 77.00600646850455 rows/sec., 1.20 KiB/sec. 2024.04.29 04:10:43.006420 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} DynamicQueryHandler: Done processing query 2024.04.29 04:10:43.006446 [ 3 ] {4b268f02-52fb-4d80-895b-3b3f84bcd3de} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.04.29 04:10:43.006463 [ 3 ] {} HTTP-Session: 92711229-0d8e-4192-b3b6-3a56dd05e9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:10:44.000212 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 171.46 MiB, peak 176.60 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.25 MiB 2024.04.29 04:10:56.325973 [ 28 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:10:56.326072 [ 28 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:11:11.326126 [ 102 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:11:11.326191 [ 102 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:11:18.030883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.031021 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.031055 [ 3 ] {} HTTP-Session: cca20cde-6b3d-4e34-a76b-d18ea706d9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.031084 [ 3 ] {} HTTP-Session: cca20cde-6b3d-4e34-a76b-d18ea706d9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.031102 [ 3 ] {} HTTP-Session: cca20cde-6b3d-4e34-a76b-d18ea706d9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.031158 [ 3 ] {} HTTP-Session: cca20cde-6b3d-4e34-a76b-d18ea706d9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.031359 [ 3 ] {2c1b4b86-b06b-4071-948a-3bc57bbd6028} executeQuery: (from [fd00:1122:3344:101::d]:64413) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:18.031736 [ 3 ] {2c1b4b86-b06b-4071-948a-3bc57bbd6028} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:18.031883 [ 3 ] {2c1b4b86-b06b-4071-948a-3bc57bbd6028} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:18.035388 [ 3 ] {2c1b4b86-b06b-4071-948a-3bc57bbd6028} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.035417 [ 3 ] {2c1b4b86-b06b-4071-948a-3bc57bbd6028} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:18.035433 [ 3 ] {} HTTP-Session: cca20cde-6b3d-4e34-a76b-d18ea706d9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.038509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.038594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.038628 [ 3 ] {} HTTP-Session: 2110ba8a-2230-4626-993d-db6d78b91592 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.038658 [ 3 ] {} HTTP-Session: 2110ba8a-2230-4626-993d-db6d78b91592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.038682 [ 3 ] {} HTTP-Session: 2110ba8a-2230-4626-993d-db6d78b91592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.038738 [ 3 ] {} HTTP-Session: 2110ba8a-2230-4626-993d-db6d78b91592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.038939 [ 3 ] {dd575bd9-faa2-43a9-885d-6cdb29969f32} executeQuery: (from [fd00:1122:3344:101::d]:64413) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:18.043297 [ 3 ] {dd575bd9-faa2-43a9-885d-6cdb29969f32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:18.043350 [ 3 ] {dd575bd9-faa2-43a9-885d-6cdb29969f32} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:18.044371 [ 3 ] {dd575bd9-faa2-43a9-885d-6cdb29969f32} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.044397 [ 3 ] {dd575bd9-faa2-43a9-885d-6cdb29969f32} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:18.044413 [ 3 ] {} HTTP-Session: 2110ba8a-2230-4626-993d-db6d78b91592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.044956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.045003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.045021 [ 3 ] {} HTTP-Session: 2a2038b7-5ea9-40a1-99aa-775acf621ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.045037 [ 3 ] {} HTTP-Session: 2a2038b7-5ea9-40a1-99aa-775acf621ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.045052 [ 3 ] {} HTTP-Session: 2a2038b7-5ea9-40a1-99aa-775acf621ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.045082 [ 3 ] {} HTTP-Session: 2a2038b7-5ea9-40a1-99aa-775acf621ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.045200 [ 3 ] {922715b7-9582-44f8-a2a4-46b114ea43af} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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 04:11:18.045543 [ 3 ] {922715b7-9582-44f8-a2a4-46b114ea43af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:18.045593 [ 3 ] {922715b7-9582-44f8-a2a4-46b114ea43af} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:18.046509 [ 3 ] {922715b7-9582-44f8-a2a4-46b114ea43af} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.046535 [ 3 ] {922715b7-9582-44f8-a2a4-46b114ea43af} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:18.046551 [ 3 ] {} HTTP-Session: 2a2038b7-5ea9-40a1-99aa-775acf621ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.046881 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.046928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.046946 [ 3 ] {} HTTP-Session: 166bfa3c-e46f-4ac1-8521-0188efbde5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.046962 [ 3 ] {} HTTP-Session: 166bfa3c-e46f-4ac1-8521-0188efbde5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.046976 [ 3 ] {} HTTP-Session: 166bfa3c-e46f-4ac1-8521-0188efbde5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.047006 [ 3 ] {} HTTP-Session: 166bfa3c-e46f-4ac1-8521-0188efbde5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.047123 [ 3 ] {d81ce007-6a7f-40ec-bf13-5fb4a905d2fe} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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 04:11:18.047431 [ 3 ] {d81ce007-6a7f-40ec-bf13-5fb4a905d2fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:18.047481 [ 3 ] {d81ce007-6a7f-40ec-bf13-5fb4a905d2fe} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:18.048422 [ 3 ] {d81ce007-6a7f-40ec-bf13-5fb4a905d2fe} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.048447 [ 3 ] {d81ce007-6a7f-40ec-bf13-5fb4a905d2fe} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:18.048463 [ 3 ] {} HTTP-Session: 166bfa3c-e46f-4ac1-8521-0188efbde5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.048990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.049035 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.049052 [ 3 ] {} HTTP-Session: 0d36d0c8-239c-4771-9067-da10bd725967 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.049069 [ 3 ] {} HTTP-Session: 0d36d0c8-239c-4771-9067-da10bd725967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.049082 [ 3 ] {} HTTP-Session: 0d36d0c8-239c-4771-9067-da10bd725967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.049113 [ 3 ] {} HTTP-Session: 0d36d0c8-239c-4771-9067-da10bd725967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.049221 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.049265 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:18.049454 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.049921 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.049956 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.050728 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.051280 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): 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 04:11:18.051415 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} executeQuery: Read 4 rows, 443.00 B in 0.002231 sec., 1792.9179740026896 rows/sec., 193.91 KiB/sec. 2024.04.29 04:11:18.051705 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.051729 [ 3 ] {4adb6d5d-3a63-4b1f-a7e9-aa3309189b86} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 04:11:18.051745 [ 3 ] {} HTTP-Session: 0d36d0c8-239c-4771-9067-da10bd725967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.051894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.051941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.051959 [ 3 ] {} HTTP-Session: 3b26bc6f-1c87-47c3-b3dc-1fff1f3b6d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.051975 [ 3 ] {} HTTP-Session: 3b26bc6f-1c87-47c3-b3dc-1fff1f3b6d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.051989 [ 3 ] {} HTTP-Session: 3b26bc6f-1c87-47c3-b3dc-1fff1f3b6d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.052019 [ 3 ] {} HTTP-Session: 3b26bc6f-1c87-47c3-b3dc-1fff1f3b6d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.052118 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.052161 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:11:18.052301 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.056789 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.056826 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.057238 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.057771 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:11:18.057895 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} executeQuery: Read 18 rows, 1.46 KiB in 0.005804 sec., 3101.3094417643006 rows/sec., 251.38 KiB/sec. 2024.04.29 04:11:18.058115 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.058140 [ 3 ] {265f6389-a125-467a-bdd1-ac14a10d5a18} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:11:18.058156 [ 3 ] {} HTTP-Session: 3b26bc6f-1c87-47c3-b3dc-1fff1f3b6d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.058301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.058348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.058367 [ 3 ] {} HTTP-Session: 3fe5b5f9-d503-4ceb-a9f5-bfcc8397ff89 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.058384 [ 3 ] {} HTTP-Session: 3fe5b5f9-d503-4ceb-a9f5-bfcc8397ff89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.058397 [ 3 ] {} HTTP-Session: 3fe5b5f9-d503-4ceb-a9f5-bfcc8397ff89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.058427 [ 3 ] {} HTTP-Session: 3fe5b5f9-d503-4ceb-a9f5-bfcc8397ff89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.058534 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.058574 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:18.058698 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.059056 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.059090 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.059485 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.060013 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:18.060138 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} executeQuery: Read 54 rows, 4.89 KiB in 0.001634 sec., 33047.73561811505 rows/sec., 2.92 MiB/sec. 2024.04.29 04:11:18.060402 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.060426 [ 3 ] {1289d4c3-9558-4ee2-907e-048e815b70d6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:11:18.060442 [ 3 ] {} HTTP-Session: 3fe5b5f9-d503-4ceb-a9f5-bfcc8397ff89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.060581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.060629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.060648 [ 3 ] {} HTTP-Session: ee9f6f63-aa7d-4109-8fd6-a997f1c3de2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.060664 [ 3 ] {} HTTP-Session: ee9f6f63-aa7d-4109-8fd6-a997f1c3de2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.060678 [ 3 ] {} HTTP-Session: ee9f6f63-aa7d-4109-8fd6-a997f1c3de2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.060708 [ 3 ] {} HTTP-Session: ee9f6f63-aa7d-4109-8fd6-a997f1c3de2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.060808 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.060850 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:18.061564 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.062630 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.062666 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.063155 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.063762 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:18.063910 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} executeQuery: Read 25 rows, 2.01 KiB in 0.003126 sec., 7997.44081893794 rows/sec., 644.17 KiB/sec. 2024.04.29 04:11:18.064202 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.064231 [ 3 ] {baac1288-d3b6-498b-934f-545d3b96ed43} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:11:18.064250 [ 3 ] {} HTTP-Session: ee9f6f63-aa7d-4109-8fd6-a997f1c3de2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.064483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 19299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.064561 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.064591 [ 3 ] {} HTTP-Session: 575c6049-b806-42f2-87d5-e4720ecda948 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.064618 [ 3 ] {} HTTP-Session: 575c6049-b806-42f2-87d5-e4720ecda948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.064641 [ 3 ] {} HTTP-Session: 575c6049-b806-42f2-87d5-e4720ecda948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.064688 [ 3 ] {} HTTP-Session: 575c6049-b806-42f2-87d5-e4720ecda948 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.064939 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.064987 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:11:18.065181 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.065664 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.065701 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.071033 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.071626 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:11:18.071768 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} executeQuery: Read 18 rows, 24.87 KiB in 0.006958 sec., 2586.9502730669733 rows/sec., 3.49 MiB/sec. 2024.04.29 04:11:18.072067 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.072092 [ 3 ] {b8d25cf4-79ee-4548-b097-f559d4d897a1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:11:18.072109 [ 3 ] {} HTTP-Session: 575c6049-b806-42f2-87d5-e4720ecda948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.072232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:18.072282 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:18.072301 [ 3 ] {} HTTP-Session: 747b37a4-51cf-4fb2-9013-d39933239b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:18.072317 [ 3 ] {} HTTP-Session: 747b37a4-51cf-4fb2-9013-d39933239b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.072330 [ 3 ] {} HTTP-Session: 747b37a4-51cf-4fb2-9013-d39933239b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:18.072361 [ 3 ] {} HTTP-Session: 747b37a4-51cf-4fb2-9013-d39933239b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:18.072459 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:18.072504 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.29 04:11:18.072651 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:18.072965 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:18.072999 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:18.073465 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:18.074042 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): 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 04:11:18.074191 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} executeQuery: Read 12 rows, 926.00 B in 0.001754 sec., 6841.505131128849 rows/sec., 515.56 KiB/sec. 2024.04.29 04:11:18.074361 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} DynamicQueryHandler: Done processing query 2024.04.29 04:11:18.074385 [ 3 ] {843dcbb4-2113-409e-b57e-1264ed1efbd0} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 04:11:18.074400 [ 3 ] {} HTTP-Session: 747b37a4-51cf-4fb2-9013-d39933239b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:26.326245 [ 88 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:11:26.326359 [ 88 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:11:28.010316 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:28.010440 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:28.010469 [ 3 ] {} HTTP-Session: 84e96ad8-d3d7-4f77-a992-ad967c8feb44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:28.010496 [ 3 ] {} HTTP-Session: 84e96ad8-d3d7-4f77-a992-ad967c8feb44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.010514 [ 3 ] {} HTTP-Session: 84e96ad8-d3d7-4f77-a992-ad967c8feb44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.010570 [ 3 ] {} HTTP-Session: 84e96ad8-d3d7-4f77-a992-ad967c8feb44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:28.010783 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:28.010864 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:11:28.011085 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:28.011565 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:28.011603 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:28.012137 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:28.012869 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:11:28.013099 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} executeQuery: Read 19 rows, 1.54 KiB in 0.002381 sec., 7979.840403191936 rows/sec., 646.80 KiB/sec. 2024.04.29 04:11:28.013330 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} DynamicQueryHandler: Done processing query 2024.04.29 04:11:28.013357 [ 3 ] {9578112f-b769-44a2-9d39-fbba4a98dd2b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:28.013374 [ 3 ] {} HTTP-Session: 84e96ad8-d3d7-4f77-a992-ad967c8feb44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.013515 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:28.013566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:28.013585 [ 3 ] {} HTTP-Session: 3db5a2f7-23a1-490a-b925-5876082d9435 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:28.013602 [ 3 ] {} HTTP-Session: 3db5a2f7-23a1-490a-b925-5876082d9435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.013616 [ 3 ] {} HTTP-Session: 3db5a2f7-23a1-490a-b925-5876082d9435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.013648 [ 3 ] {} HTTP-Session: 3db5a2f7-23a1-490a-b925-5876082d9435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:28.013762 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:28.013805 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:28.013932 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:28.014304 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:28.014342 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:28.014772 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:28.015373 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:28.015527 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} executeQuery: Read 57 rows, 5.16 KiB in 0.0018 sec., 31666.666666666668 rows/sec., 2.80 MiB/sec. 2024.04.29 04:11:28.015699 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} DynamicQueryHandler: Done processing query 2024.04.29 04:11:28.015723 [ 3 ] {3288eff9-6bb0-490b-b25d-a58e3a09db78} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:11:28.015738 [ 3 ] {} HTTP-Session: 3db5a2f7-23a1-490a-b925-5876082d9435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.015856 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:28.015905 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:28.015924 [ 3 ] {} HTTP-Session: f5f10ca1-0f38-4cc0-8d64-4aee78c1880e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:28.015940 [ 3 ] {} HTTP-Session: f5f10ca1-0f38-4cc0-8d64-4aee78c1880e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.015953 [ 3 ] {} HTTP-Session: f5f10ca1-0f38-4cc0-8d64-4aee78c1880e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.015983 [ 3 ] {} HTTP-Session: f5f10ca1-0f38-4cc0-8d64-4aee78c1880e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:28.016084 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:28.016126 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:28.016252 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:28.016592 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:28.016629 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:28.017089 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:28.017698 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:28.017846 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} executeQuery: Read 19 rows, 1.52 KiB in 0.001792 sec., 10602.678571428572 rows/sec., 849.04 KiB/sec. 2024.04.29 04:11:28.018013 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} DynamicQueryHandler: Done processing query 2024.04.29 04:11:28.018037 [ 3 ] {d2293bc1-1409-40eb-806f-24dd1c04eb22} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:28.018053 [ 3 ] {} HTTP-Session: f5f10ca1-0f38-4cc0-8d64-4aee78c1880e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.018272 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:28.018320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:28.018339 [ 3 ] {} HTTP-Session: 3bbb04a9-266e-4d61-8d75-1f0147834edf Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:28.018356 [ 3 ] {} HTTP-Session: 3bbb04a9-266e-4d61-8d75-1f0147834edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.018370 [ 3 ] {} HTTP-Session: 3bbb04a9-266e-4d61-8d75-1f0147834edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:28.018400 [ 3 ] {} HTTP-Session: 3bbb04a9-266e-4d61-8d75-1f0147834edf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:28.018590 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:28.018637 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:11:28.018797 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:28.019198 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:28.019234 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:28.019766 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:28.020439 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:11:28.020653 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} executeQuery: Read 19 rows, 26.25 KiB in 0.002177 sec., 8727.606798346347 rows/sec., 11.78 MiB/sec. 2024.04.29 04:11:28.020931 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} DynamicQueryHandler: Done processing query 2024.04.29 04:11:28.020955 [ 3 ] {b7c199b3-8c45-472e-bafd-d6d0f32c6c2c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:11:28.020972 [ 3 ] {} HTTP-Session: 3bbb04a9-266e-4d61-8d75-1f0147834edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.008868 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.009050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.009094 [ 3 ] {} HTTP-Session: 684eba9e-57bd-485d-aa8e-95c675333e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.009136 [ 3 ] {} HTTP-Session: 684eba9e-57bd-485d-aa8e-95c675333e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.009165 [ 3 ] {} HTTP-Session: 684eba9e-57bd-485d-aa8e-95c675333e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.009245 [ 3 ] {} HTTP-Session: 684eba9e-57bd-485d-aa8e-95c675333e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.009527 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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 04:11:33.009915 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.009982 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} 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 04:11:33.010223 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.010400 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.010744 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.04.29 04:11:33.016316 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.016373 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.016396 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.016532 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} 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 04:11:33.016563 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.025722 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} executeQuery: Read 4 rows, 189.00 B in 0.016288 sec., 245.5795677799607 rows/sec., 11.33 KiB/sec. 2024.04.29 04:11:33.025998 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.026024 [ 3 ] {1d6028d1-2c1a-44bf-8dd0-2f678589d0cc} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.026041 [ 3 ] {} HTTP-Session: 684eba9e-57bd-485d-aa8e-95c675333e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.026270 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.026320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.026340 [ 3 ] {} HTTP-Session: ea0429a4-fbb7-491e-abad-9889efa2039c Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.026357 [ 3 ] {} HTTP-Session: ea0429a4-fbb7-491e-abad-9889efa2039c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.026371 [ 3 ] {} HTTP-Session: ea0429a4-fbb7-491e-abad-9889efa2039c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.026406 [ 3 ] {} HTTP-Session: ea0429a4-fbb7-491e-abad-9889efa2039c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.026537 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:33.026770 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.026803 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} 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', 'physical_data_link:errors_received')" moved to PREWHERE 2024.04.29 04:11:33.027001 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.027064 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.027199 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.04.29 04:11:33.027231 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.027253 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.027269 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.027308 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} 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', 'physical_data_link:errors_received'))" 2024.04.29 04:11:33.027328 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.028046 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} executeQuery: Read 4 rows, 189.00 B in 0.001564 sec., 2557.544757033248 rows/sec., 118.01 KiB/sec. 2024.04.29 04:11:33.028293 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.028318 [ 3 ] {e681c65d-1913-4577-9315-91474debd1a8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.028334 [ 3 ] {} HTTP-Session: ea0429a4-fbb7-491e-abad-9889efa2039c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.028537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.028583 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.028601 [ 3 ] {} HTTP-Session: f739a3b1-f56d-4031-a3f9-723fbdd22313 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.028617 [ 3 ] {} HTTP-Session: f739a3b1-f56d-4031-a3f9-723fbdd22313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.028630 [ 3 ] {} HTTP-Session: f739a3b1-f56d-4031-a3f9-723fbdd22313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.028661 [ 3 ] {} HTTP-Session: f739a3b1-f56d-4031-a3f9-723fbdd22313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.028789 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:33.029016 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.029047 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.29 04:11:33.029246 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.029308 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.029441 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.04.29 04:11:33.029473 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.029494 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.029510 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.029549 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 04:11:33.029568 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.030396 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} executeQuery: Read 4 rows, 189.00 B in 0.001658 sec., 2412.5452352231605 rows/sec., 111.32 KiB/sec. 2024.04.29 04:11:33.030622 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.030647 [ 3 ] {527d95b2-7289-468a-b2ba-890f6522f60b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.030666 [ 3 ] {} HTTP-Session: f739a3b1-f56d-4031-a3f9-723fbdd22313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.030893 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.030939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.030958 [ 3 ] {} HTTP-Session: ee71276e-cff2-4ea9-b74f-036338058966 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.030974 [ 3 ] {} HTTP-Session: ee71276e-cff2-4ea9-b74f-036338058966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.030987 [ 3 ] {} HTTP-Session: ee71276e-cff2-4ea9-b74f-036338058966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.031017 [ 3 ] {} HTTP-Session: ee71276e-cff2-4ea9-b74f-036338058966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.031140 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:33.031369 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.031402 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.04.29 04:11:33.031605 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.031666 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.031798 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.04.29 04:11:33.031830 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.031851 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.031867 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.031905 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.04.29 04:11:33.031924 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.032695 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} executeQuery: Read 4 rows, 189.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 114.93 KiB/sec. 2024.04.29 04:11:33.032936 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.032960 [ 3 ] {62b52196-f480-411e-b0a8-6dfcb2623419} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.032976 [ 3 ] {} HTTP-Session: ee71276e-cff2-4ea9-b74f-036338058966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.033313 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.033359 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.033378 [ 3 ] {} HTTP-Session: 6ba4576a-444d-4ce2-8787-2f0b960cced4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.033395 [ 3 ] {} HTTP-Session: 6ba4576a-444d-4ce2-8787-2f0b960cced4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.033408 [ 3 ] {} HTTP-Session: 6ba4576a-444d-4ce2-8787-2f0b960cced4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.033438 [ 3 ] {} HTTP-Session: 6ba4576a-444d-4ce2-8787-2f0b960cced4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.033563 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', '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 04:11:33.033795 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.033828 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} 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', '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 04:11:33.034034 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.034096 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.034228 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.04.29 04:11:33.034259 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.034281 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.034298 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.034337 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.04.29 04:11:33.034356 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.035143 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} executeQuery: Read 4 rows, 189.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 112.96 KiB/sec. 2024.04.29 04:11:33.035367 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.035391 [ 3 ] {e623edde-80d4-4ec9-8871-6309ef85fe40} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.035407 [ 3 ] {} HTTP-Session: 6ba4576a-444d-4ce2-8787-2f0b960cced4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.035615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.035661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.035680 [ 3 ] {} HTTP-Session: 09bec2ba-735c-440f-8faa-ff2e15b5f18d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.035696 [ 3 ] {} HTTP-Session: 09bec2ba-735c-440f-8faa-ff2e15b5f18d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.035709 [ 3 ] {} HTTP-Session: 09bec2ba-735c-440f-8faa-ff2e15b5f18d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.035739 [ 3 ] {} HTTP-Session: 09bec2ba-735c-440f-8faa-ff2e15b5f18d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.035866 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', '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 04:11:33.036098 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:33.036132 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} 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', '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 04:11:33.036342 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.036404 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:33.036535 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.04.29 04:11:33.036566 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:33.036587 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:33.036604 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:33.036642 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} 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', '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 04:11:33.036663 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.04.29 04:11:33.037456 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} executeQuery: Read 4 rows, 189.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 112.27 KiB/sec. 2024.04.29 04:11:33.037688 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.037713 [ 3 ] {a86d8e33-627d-48d9-b712-dcf2267c32a7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.04.29 04:11:33.037729 [ 3 ] {} HTTP-Session: 09bec2ba-735c-440f-8faa-ff2e15b5f18d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.045741 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.045853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.045892 [ 3 ] {} HTTP-Session: 480bacd8-e91d-41d8-8364-2c7296281391 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.045924 [ 3 ] {} HTTP-Session: 480bacd8-e91d-41d8-8364-2c7296281391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.045952 [ 3 ] {} HTTP-Session: 480bacd8-e91d-41d8-8364-2c7296281391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.046012 [ 3 ] {} HTTP-Session: 480bacd8-e91d-41d8-8364-2c7296281391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.046235 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:33.046378 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:33.046631 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:33.046998 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:33.047034 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:33.047619 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:33.048135 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): 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 04:11:33.048275 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} executeQuery: Read 6 rows, 996.00 B in 0.002113 sec., 2839.564600094652 rows/sec., 460.32 KiB/sec. 2024.04.29 04:11:33.048561 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.048585 [ 3 ] {5249c193-8dcb-4c26-a3ac-11140dc6074b} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 04:11:33.048601 [ 3 ] {} HTTP-Session: 480bacd8-e91d-41d8-8364-2c7296281391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.048770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.048816 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.048834 [ 3 ] {} HTTP-Session: f60d627d-00e0-439d-9b69-a2766f1f622a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.048849 [ 3 ] {} HTTP-Session: f60d627d-00e0-439d-9b69-a2766f1f622a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.048863 [ 3 ] {} HTTP-Session: f60d627d-00e0-439d-9b69-a2766f1f622a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.048894 [ 3 ] {} HTTP-Session: f60d627d-00e0-439d-9b69-a2766f1f622a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.048999 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:33.049042 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:33.049183 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:33.049513 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:33.049548 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:33.049941 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:11:33.050437 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:33.050592 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} executeQuery: Read 36 rows, 2.77 KiB in 0.001621 sec., 22208.513263417644 rows/sec., 1.67 MiB/sec. 2024.04.29 04:11:33.050846 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.050871 [ 3 ] {4bc2eada-1191-4453-800a-489a1a25756d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:11:33.050887 [ 3 ] {} HTTP-Session: f60d627d-00e0-439d-9b69-a2766f1f622a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.051051 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.051097 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.051115 [ 3 ] {} HTTP-Session: cb330554-6701-48fe-8e37-14c272ddc280 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.051131 [ 3 ] {} HTTP-Session: cb330554-6701-48fe-8e37-14c272ddc280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.051145 [ 3 ] {} HTTP-Session: cb330554-6701-48fe-8e37-14c272ddc280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.051174 [ 3 ] {} HTTP-Session: cb330554-6701-48fe-8e37-14c272ddc280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.051275 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:33.051318 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:33.051457 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:33.051754 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:33.051789 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:33.052219 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:11:33.052712 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:33.052862 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} executeQuery: Read 24 rows, 1.90 KiB in 0.001618 sec., 14833.127317676142 rows/sec., 1.15 MiB/sec. 2024.04.29 04:11:33.053025 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.053048 [ 3 ] {615cc82d-1b1c-44a1-9162-29ac613f4c87} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:11:33.053064 [ 3 ] {} HTTP-Session: cb330554-6701-48fe-8e37-14c272ddc280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.053430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 41623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:33.053476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:33.053494 [ 3 ] {} HTTP-Session: 3846d146-a469-4c27-809d-017fb8631120 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:33.053511 [ 3 ] {} HTTP-Session: 3846d146-a469-4c27-809d-017fb8631120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.053524 [ 3 ] {} HTTP-Session: 3846d146-a469-4c27-809d-017fb8631120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:33.053554 [ 3 ] {} HTTP-Session: 3846d146-a469-4c27-809d-017fb8631120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:33.053724 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:33.053768 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:11:33.053908 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:33.054306 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:33.054341 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:33.054869 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:33.055519 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:11:33.055674 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} executeQuery: Read 216 rows, 15.61 KiB in 0.00203 sec., 106403.9408866995 rows/sec., 7.51 MiB/sec. 2024.04.29 04:11:33.055958 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} DynamicQueryHandler: Done processing query 2024.04.29 04:11:33.055982 [ 3 ] {3987cc79-165f-4950-970d-d54b55beebd5} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.04.29 04:11:33.055997 [ 3 ] {} HTTP-Session: 3846d146-a469-4c27-809d-017fb8631120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.010355 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:38.010482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:38.010506 [ 3 ] {} HTTP-Session: a9a2590d-5bd4-4dfb-bc32-a2df7e46acf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:38.010531 [ 3 ] {} HTTP-Session: a9a2590d-5bd4-4dfb-bc32-a2df7e46acf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.010549 [ 3 ] {} HTTP-Session: a9a2590d-5bd4-4dfb-bc32-a2df7e46acf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.010629 [ 3 ] {} HTTP-Session: a9a2590d-5bd4-4dfb-bc32-a2df7e46acf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:38.010922 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:38.011027 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:11:38.011342 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:38.011860 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:38.011901 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:38.012377 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:11:38.012932 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:11:38.013111 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} executeQuery: Read 19 rows, 1.54 KiB in 0.002277 sec., 8344.31269213878 rows/sec., 676.35 KiB/sec. 2024.04.29 04:11:38.013316 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} DynamicQueryHandler: Done processing query 2024.04.29 04:11:38.013343 [ 3 ] {eba9718f-5b3c-442b-a650-5af33842bef2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:38.013359 [ 3 ] {} HTTP-Session: a9a2590d-5bd4-4dfb-bc32-a2df7e46acf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.013530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:38.013579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:38.013598 [ 3 ] {} HTTP-Session: 227a3361-2fed-4c69-b20b-a896af542825 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:38.013614 [ 3 ] {} HTTP-Session: 227a3361-2fed-4c69-b20b-a896af542825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.013628 [ 3 ] {} HTTP-Session: 227a3361-2fed-4c69-b20b-a896af542825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.013659 [ 3 ] {} HTTP-Session: 227a3361-2fed-4c69-b20b-a896af542825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:38.013810 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:38.013855 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:38.013979 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:38.014310 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:38.014346 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:38.014739 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:11:38.015249 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:38.015404 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} executeQuery: Read 57 rows, 5.16 KiB in 0.00162 sec., 35185.18518518519 rows/sec., 3.11 MiB/sec. 2024.04.29 04:11:38.015556 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} DynamicQueryHandler: Done processing query 2024.04.29 04:11:38.015580 [ 3 ] {47b33b49-e3b5-4a1a-9237-15e2de697be9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:11:38.015596 [ 3 ] {} HTTP-Session: 227a3361-2fed-4c69-b20b-a896af542825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.015724 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:38.015769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:38.015788 [ 3 ] {} HTTP-Session: fe16b6ee-e981-4e3d-9ceb-9b7097be794c Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:38.015804 [ 3 ] {} HTTP-Session: fe16b6ee-e981-4e3d-9ceb-9b7097be794c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.015817 [ 3 ] {} HTTP-Session: fe16b6ee-e981-4e3d-9ceb-9b7097be794c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.015847 [ 3 ] {} HTTP-Session: fe16b6ee-e981-4e3d-9ceb-9b7097be794c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:38.015942 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:38.015983 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:38.016104 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:38.016386 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:38.016421 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:38.016831 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:11:38.017351 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:38.017503 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} executeQuery: Read 19 rows, 1.52 KiB in 0.001586 sec., 11979.823455233292 rows/sec., 959.32 KiB/sec. 2024.04.29 04:11:38.017701 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} DynamicQueryHandler: Done processing query 2024.04.29 04:11:38.017724 [ 3 ] {779cf1b5-f581-4f63-ab44-30500ad9f918} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:38.017740 [ 3 ] {} HTTP-Session: fe16b6ee-e981-4e3d-9ceb-9b7097be794c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.017859 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:38.017906 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:38.017924 [ 3 ] {} HTTP-Session: 98e77dee-3d36-4bbc-bbd9-4524770d3c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:38.017940 [ 3 ] {} HTTP-Session: 98e77dee-3d36-4bbc-bbd9-4524770d3c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.017954 [ 3 ] {} HTTP-Session: 98e77dee-3d36-4bbc-bbd9-4524770d3c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:38.017983 [ 3 ] {} HTTP-Session: 98e77dee-3d36-4bbc-bbd9-4524770d3c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:38.018169 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:38.018215 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:11:38.018372 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:38.018745 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:38.018780 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:38.019355 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:11:38.020018 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:11:38.020184 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} executeQuery: Read 19 rows, 26.25 KiB in 0.002123 sec., 8949.599623174754 rows/sec., 12.08 MiB/sec. 2024.04.29 04:11:38.020457 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} DynamicQueryHandler: Done processing query 2024.04.29 04:11:38.020482 [ 3 ] {56161666-9369-40d7-bfae-84e8a51e492b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:11:38.020498 [ 3 ] {} HTTP-Session: 98e77dee-3d36-4bbc-bbd9-4524770d3c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:41.326436 [ 76 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:11:41.326552 [ 76 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:11:48.010686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:48.010824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:48.010853 [ 3 ] {} HTTP-Session: 42aa0673-74c8-48cd-aa65-c621c473cbb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:48.010881 [ 3 ] {} HTTP-Session: 42aa0673-74c8-48cd-aa65-c621c473cbb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.010906 [ 3 ] {} HTTP-Session: 42aa0673-74c8-48cd-aa65-c621c473cbb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.010988 [ 3 ] {} HTTP-Session: 42aa0673-74c8-48cd-aa65-c621c473cbb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:48.011273 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:48.011377 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:11:48.011693 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:48.012207 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:48.012244 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:48.012704 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:11:48.013242 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:11:48.013384 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} executeQuery: Read 19 rows, 1.54 KiB in 0.002203 sec., 8624.602814344076 rows/sec., 699.06 KiB/sec. 2024.04.29 04:11:48.013596 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} DynamicQueryHandler: Done processing query 2024.04.29 04:11:48.013622 [ 3 ] {97c5e6fb-3c3e-4ddc-99ea-b67641aebd30} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:48.013638 [ 3 ] {} HTTP-Session: 42aa0673-74c8-48cd-aa65-c621c473cbb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.013776 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:48.013822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:48.013841 [ 3 ] {} HTTP-Session: 2402c581-858b-4add-84fd-d6c3b41205fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:48.013857 [ 3 ] {} HTTP-Session: 2402c581-858b-4add-84fd-d6c3b41205fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.013870 [ 3 ] {} HTTP-Session: 2402c581-858b-4add-84fd-d6c3b41205fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.013900 [ 3 ] {} HTTP-Session: 2402c581-858b-4add-84fd-d6c3b41205fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:48.014045 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:48.014087 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:48.014209 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:48.014523 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:48.014558 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:48.014967 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:11:48.015521 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:48.015689 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} executeQuery: Read 57 rows, 5.16 KiB in 0.001705 sec., 33431.08504398827 rows/sec., 2.95 MiB/sec. 2024.04.29 04:11:48.015935 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} DynamicQueryHandler: Done processing query 2024.04.29 04:11:48.015960 [ 3 ] {9abe2ef0-7352-426e-8ad2-ff9199103aad} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:11:48.015976 [ 3 ] {} HTTP-Session: 2402c581-858b-4add-84fd-d6c3b41205fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.016095 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:48.016144 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:48.016163 [ 3 ] {} HTTP-Session: 2e65d4dd-c71b-4060-9dbe-ce2ed9191e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:48.016180 [ 3 ] {} HTTP-Session: 2e65d4dd-c71b-4060-9dbe-ce2ed9191e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.016194 [ 3 ] {} HTTP-Session: 2e65d4dd-c71b-4060-9dbe-ce2ed9191e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.016225 [ 3 ] {} HTTP-Session: 2e65d4dd-c71b-4060-9dbe-ce2ed9191e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:48.016360 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:48.016405 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:48.016549 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:48.016836 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:48.016871 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:48.017390 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:11:48.017959 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:48.018114 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} executeQuery: Read 19 rows, 1.52 KiB in 0.001782 sec., 10662.177328843996 rows/sec., 853.81 KiB/sec. 2024.04.29 04:11:48.018272 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} DynamicQueryHandler: Done processing query 2024.04.29 04:11:48.018296 [ 3 ] {f82be4fd-d4e7-40d4-a1e8-4c33f7c5bd81} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:48.018312 [ 3 ] {} HTTP-Session: 2e65d4dd-c71b-4060-9dbe-ce2ed9191e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.018443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:48.018490 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:48.018508 [ 3 ] {} HTTP-Session: d904fe1f-90cd-492c-974f-af59bd7aa5d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:48.018524 [ 3 ] {} HTTP-Session: d904fe1f-90cd-492c-974f-af59bd7aa5d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.018537 [ 3 ] {} HTTP-Session: d904fe1f-90cd-492c-974f-af59bd7aa5d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:48.018568 [ 3 ] {} HTTP-Session: d904fe1f-90cd-492c-974f-af59bd7aa5d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:48.018917 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:48.018964 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:11:48.019117 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:48.019496 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:48.019531 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. 2024.04.29 04:11:48.020091 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:11:48.020806 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:11:48.020939 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} executeQuery: Read 19 rows, 26.25 KiB in 0.002296 sec., 8275.261324041812 rows/sec., 11.17 MiB/sec. 2024.04.29 04:11:48.021263 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} DynamicQueryHandler: Done processing query 2024.04.29 04:11:48.021289 [ 3 ] {3a70b75a-80a3-4605-a834-7768162f6d73} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:11:48.021304 [ 3 ] {} HTTP-Session: d904fe1f-90cd-492c-974f-af59bd7aa5d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.009570 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.009718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.009747 [ 3 ] {} HTTP-Session: 296524e7-f87b-40f1-a20a-2dcbbbd95f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.009778 [ 3 ] {} HTTP-Session: 296524e7-f87b-40f1-a20a-2dcbbbd95f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.009796 [ 3 ] {} HTTP-Session: 296524e7-f87b-40f1-a20a-2dcbbbd95f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.009851 [ 3 ] {} HTTP-Session: 296524e7-f87b-40f1-a20a-2dcbbbd95f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.010108 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', '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', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:53.010456 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:53.010494 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} 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', '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', 'physical_data_link:packets_sent')" moved to PREWHERE 2024.04.29 04:11:53.010752 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:53.010832 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:53.011026 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.04.29 04:11:53.011115 [ 253 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:53.011163 [ 250 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 04:11:53.011287 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:53.011315 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:53.011457 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 04:11:53.011499 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.04.29 04:11:53.011558 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} 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', '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', 'physical_data_link:packets_sent'))" 2024.04.29 04:11:53.011602 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} 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', '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', 'physical_data_link:packets_sent'))" 2024.04.29 04:11:53.013412 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} executeQuery: Read 10 rows, 435.00 B in 0.003408 sec., 2934.2723004694835 rows/sec., 124.65 KiB/sec. 2024.04.29 04:11:53.013771 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.013798 [ 3 ] {c5e597bf-3758-4d38-b93f-7ec820abe153} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.04.29 04:11:53.013815 [ 3 ] {} HTTP-Session: 296524e7-f87b-40f1-a20a-2dcbbbd95f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.014081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.014130 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.014150 [ 3 ] {} HTTP-Session: 34f35d62-ad69-44af-aaea-1727aad7bedd Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.014168 [ 3 ] {} HTTP-Session: 34f35d62-ad69-44af-aaea-1727aad7bedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.014182 [ 3 ] {} HTTP-Session: 34f35d62-ad69-44af-aaea-1727aad7bedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.014217 [ 3 ] {} HTTP-Session: 34f35d62-ad69-44af-aaea-1727aad7bedd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.014356 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} executeQuery: (from [fd00:1122:3344:101::d]:64413) 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', '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', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) 2024.04.29 04:11:53.014597 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.04.29 04:11:53.014634 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} 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', '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', 'physical_data_link:packets_sent')" moved to PREWHERE 2024.04.29 04:11:53.014855 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:53.014919 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} InterpreterSelectQuery: FetchColumns -> Complete 2024.04.29 04:11:53.015056 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.04.29 04:11:53.015169 [ 256 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.04.29 04:11:53.015179 [ 255 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.04.29 04:11:53.015309 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (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 04:11:53.015340 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.04.29 04:11:53.015417 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.04.29 04:11:53.015436 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.04.29 04:11:53.015474 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} 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', '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', 'physical_data_link:packets_sent'))" 2024.04.29 04:11:53.015511 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} 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', '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', 'physical_data_link:packets_sent'))" 2024.04.29 04:11:53.016732 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} executeQuery: Read 10 rows, 435.00 B in 0.002437 sec., 4103.405826836274 rows/sec., 174.31 KiB/sec. 2024.04.29 04:11:53.017027 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.017052 [ 3 ] {e8ce199e-23e3-4924-ad68-4f850ae53918} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.04.29 04:11:53.017068 [ 3 ] {} HTTP-Session: 34f35d62-ad69-44af-aaea-1727aad7bedd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.017643 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.017721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.017739 [ 3 ] {} HTTP-Session: 1896d610-ec2d-44e8-88a5-1af0b4e964b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.017755 [ 3 ] {} HTTP-Session: 1896d610-ec2d-44e8-88a5-1af0b4e964b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.017770 [ 3 ] {} HTTP-Session: 1896d610-ec2d-44e8-88a5-1af0b4e964b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.017801 [ 3 ] {} HTTP-Session: 1896d610-ec2d-44e8-88a5-1af0b4e964b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.017914 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.017958 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.04.29 04:11:53.018120 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.018476 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.018516 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.019049 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:11:53.019394 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} oximeter.timeseries_schema (4cfc2343-afe3-4360-bbc5-486fc00054a0): 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 04:11:53.019555 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} executeQuery: Read 2 rows, 488.00 B in 0.001668 sec., 1199.0407673860911 rows/sec., 285.71 KiB/sec. 2024.04.29 04:11:53.019844 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.019870 [ 3 ] {84019959-7017-4bb7-a909-c4b20532b671} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.04.29 04:11:53.019886 [ 3 ] {} HTTP-Session: 1896d610-ec2d-44e8-88a5-1af0b4e964b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.020015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.020063 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.020081 [ 3 ] {} HTTP-Session: 7f1f5db5-1792-41d5-8196-ac0996ba69f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.020097 [ 3 ] {} HTTP-Session: 7f1f5db5-1792-41d5-8196-ac0996ba69f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.020111 [ 3 ] {} HTTP-Session: 7f1f5db5-1792-41d5-8196-ac0996ba69f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.020142 [ 3 ] {} HTTP-Session: 7f1f5db5-1792-41d5-8196-ac0996ba69f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.020241 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.020284 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:11:53.020451 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.020791 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.020825 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.021159 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:53.021454 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:11:53.021599 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} executeQuery: Read 12 rows, 1.02 KiB in 0.001374 sec., 8733.624454148472 rows/sec., 742.02 KiB/sec. 2024.04.29 04:11:53.021793 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.021818 [ 3 ] {46373dfc-407b-4316-afaf-bf5729e8871e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:53.021833 [ 3 ] {} HTTP-Session: 7f1f5db5-1792-41d5-8196-ac0996ba69f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.021953 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.022000 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.022019 [ 3 ] {} HTTP-Session: f2b82380-08cd-442c-80f0-9859f799609d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.022035 [ 3 ] {} HTTP-Session: f2b82380-08cd-442c-80f0-9859f799609d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.022049 [ 3 ] {} HTTP-Session: f2b82380-08cd-442c-80f0-9859f799609d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.022079 [ 3 ] {} HTTP-Session: f2b82380-08cd-442c-80f0-9859f799609d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.022175 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.022216 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:53.022337 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.022666 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.022704 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.023042 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:11:53.023355 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:53.023505 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} executeQuery: Read 9 rows, 786.00 B in 0.001351 sec., 6661.732050333087 rows/sec., 568.16 KiB/sec. 2024.04.29 04:11:53.023516 [ 69 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:11:53.023611 [ 69 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.023659 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.023739 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.023821 [ 3 ] {84720da2-99b3-42d5-8161-93b64687e545} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:53.023906 [ 3 ] {} HTTP-Session: f2b82380-08cd-442c-80f0-9859f799609d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.024092 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.024106 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:11:53.024169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.024205 [ 3 ] {} HTTP-Session: 19d8b09f-04c8-47f3-ae58-0e3dae6eb659 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.024243 [ 3 ] {} HTTP-Session: 19d8b09f-04c8-47f3-ae58-0e3dae6eb659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.024273 [ 3 ] {} HTTP-Session: 19d8b09f-04c8-47f3-ae58-0e3dae6eb659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.024360 [ 3 ] {} HTTP-Session: 19d8b09f-04c8-47f3-ae58-0e3dae6eb659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.024456 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:11:53.024555 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.024556 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 54 rows starting from the beginning of the part 2024.04.29 04:11:53.024621 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:11:53.024964 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 57 rows starting from the beginning of the part 2024.04.29 04:11:53.025358 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2024.04.29 04:11:53.025477 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.025644 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2024.04.29 04:11:53.025873 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 57 rows starting from the beginning of the part 2024.04.29 04:11:53.026246 [ 186 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part 2024.04.29 04:11:53.026854 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.026896 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.027893 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.04.29 04:11:53.028909 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:11:53.029346 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} executeQuery: Read 12 rows, 900.00 B in 0.004831 sec., 2483.9577727178635 rows/sec., 181.93 KiB/sec. 2024.04.29 04:11:53.029339 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.005577305 sec., 48410.47782038099 rows/sec., 4.18 MiB/sec. 2024.04.29 04:11:53.029711 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.029752 [ 3 ] {713401da-521b-4ea2-b47e-9a6297658381} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:53.029758 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:11:53.029781 [ 3 ] {} HTTP-Session: 19d8b09f-04c8-47f3-ae58-0e3dae6eb659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.029965 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.030067 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.030154 [ 3 ] {} HTTP-Session: 07e73a28-550d-45b2-a12c-1cd7442ac2af Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.030218 [ 3 ] {} HTTP-Session: 07e73a28-550d-45b2-a12c-1cd7442ac2af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.030265 [ 3 ] {} HTTP-Session: 07e73a28-550d-45b2-a12c-1cd7442ac2af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.030341 [ 3 ] {} HTTP-Session: 07e73a28-550d-45b2-a12c-1cd7442ac2af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.030505 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.030580 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:53.030648 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:53.030885 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_6_1} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:11:53.030941 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.031085 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.29 04:11:53.031328 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.031370 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.031708 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:11:53.032019 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:53.032172 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} executeQuery: Read 12 rows, 1.02 KiB in 0.00172 sec., 6976.7441860465115 rows/sec., 592.75 KiB/sec. 2024.04.29 04:11:53.032175 [ 69 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:11:53.032272 [ 69 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.032319 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.032493 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:11:53.032506 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.032557 [ 3 ] {c38025de-3287-4b63-8916-7b2d9a374b44} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:53.032601 [ 3 ] {} HTTP-Session: 07e73a28-550d-45b2-a12c-1cd7442ac2af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.032716 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:11:53.032761 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part 2024.04.29 04:11:53.032800 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:53.032968 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:53.033018 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part 2024.04.29 04:11:53.033051 [ 3 ] {} HTTP-Session: d164de30-4928-46aa-af0b-ec2ed6c721a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:53.033115 [ 3 ] {} HTTP-Session: d164de30-4928-46aa-af0b-ec2ed6c721a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.033186 [ 3 ] {} HTTP-Session: d164de30-4928-46aa-af0b-ec2ed6c721a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:53.033346 [ 3 ] {} HTTP-Session: d164de30-4928-46aa-af0b-ec2ed6c721a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:53.033346 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.04.29 04:11:53.033472 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part 2024.04.29 04:11:53.033687 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:53.033820 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part 2024.04.29 04:11:53.033871 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:11:53.034272 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2024.04.29 04:11:53.034874 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:53.035634 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:53.035709 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:53.036894 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:11:53.036949 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 4 columns (4 merged, 0 gathered) in 0.004531123 sec., 26042.10920780566 rows/sec., 2.05 MiB/sec. 2024.04.29 04:11:53.037194 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:11:53.037626 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:11:53.037962 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} executeQuery: Read 6 rows, 453.00 B in 0.004422 sec., 1356.85210312076 rows/sec., 100.04 KiB/sec. 2024.04.29 04:11:53.038097 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:53.038401 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_6_1} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:11:53.038550 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} DynamicQueryHandler: Done processing query 2024.04.29 04:11:53.038550 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.04.29 04:11:53.038592 [ 3 ] {10ee4b9b-40a0-4a68-89ec-ca169eabae20} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:53.038626 [ 3 ] {} HTTP-Session: d164de30-4928-46aa-af0b-ec2ed6c721a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:56.326602 [ 67 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:11:56.326666 [ 67 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:11:58.010736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:58.010854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:58.010880 [ 3 ] {} HTTP-Session: 00efb0dd-d742-4f26-be99-01bf9dc9074e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:58.010908 [ 3 ] {} HTTP-Session: 00efb0dd-d742-4f26-be99-01bf9dc9074e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.010923 [ 3 ] {} HTTP-Session: 00efb0dd-d742-4f26-be99-01bf9dc9074e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.010973 [ 3 ] {} HTTP-Session: 00efb0dd-d742-4f26-be99-01bf9dc9074e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:58.011169 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:58.011237 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:11:58.011431 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:58.011843 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:58.011885 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:58.012270 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:11:58.012611 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:11:58.012790 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} executeQuery: Read 19 rows, 1.54 KiB in 0.001668 sec., 11390.887290167866 rows/sec., 923.28 KiB/sec. 2024.04.29 04:11:58.012990 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} DynamicQueryHandler: Done processing query 2024.04.29 04:11:58.013015 [ 3 ] {2d1e8052-1afe-4845-9cb0-e23fcb8e3831} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:58.013031 [ 3 ] {} HTTP-Session: 00efb0dd-d742-4f26-be99-01bf9dc9074e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.013163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:58.013210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:58.013229 [ 3 ] {} HTTP-Session: dffe47af-b0bd-4467-bb6a-d68af99085a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:58.013246 [ 3 ] {} HTTP-Session: dffe47af-b0bd-4467-bb6a-d68af99085a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.013261 [ 3 ] {} HTTP-Session: dffe47af-b0bd-4467-bb6a-d68af99085a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.013291 [ 3 ] {} HTTP-Session: dffe47af-b0bd-4467-bb6a-d68af99085a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:58.013402 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:58.013444 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:11:58.013568 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:58.013911 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:58.013946 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:58.014248 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:11:58.014574 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:11:58.014720 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} executeQuery: Read 57 rows, 5.16 KiB in 0.001345 sec., 42379.18215613383 rows/sec., 3.74 MiB/sec. 2024.04.29 04:11:58.014963 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} DynamicQueryHandler: Done processing query 2024.04.29 04:11:58.014987 [ 3 ] {eb6a4f82-b772-4f00-b81e-6a597caaea3f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:11:58.015003 [ 3 ] {} HTTP-Session: dffe47af-b0bd-4467-bb6a-d68af99085a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.015162 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:58.015212 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:58.015234 [ 3 ] {} HTTP-Session: ea7474dc-52bd-429d-a6d9-031f4338fca6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:58.015252 [ 3 ] {} HTTP-Session: ea7474dc-52bd-429d-a6d9-031f4338fca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.015268 [ 3 ] {} HTTP-Session: ea7474dc-52bd-429d-a6d9-031f4338fca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.015298 [ 3 ] {} HTTP-Session: ea7474dc-52bd-429d-a6d9-031f4338fca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:58.015403 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:58.015446 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:11:58.015586 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:58.015897 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:58.015938 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:58.016242 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:11:58.016545 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:11:58.016702 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} executeQuery: Read 19 rows, 1.52 KiB in 0.00132 sec., 14393.939393939394 rows/sec., 1.13 MiB/sec. 2024.04.29 04:11:58.016983 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} DynamicQueryHandler: Done processing query 2024.04.29 04:11:58.017008 [ 3 ] {30ff2d81-5353-4732-b4b8-32a72d83faad} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:11:58.017025 [ 3 ] {} HTTP-Session: ea7474dc-52bd-429d-a6d9-031f4338fca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.017159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:11:58.017207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:11:58.017225 [ 3 ] {} HTTP-Session: 4199c028-dccc-45c6-98a3-86a10bd61000 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:11:58.017240 [ 3 ] {} HTTP-Session: 4199c028-dccc-45c6-98a3-86a10bd61000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.017254 [ 3 ] {} HTTP-Session: 4199c028-dccc-45c6-98a3-86a10bd61000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:11:58.017284 [ 3 ] {} HTTP-Session: 4199c028-dccc-45c6-98a3-86a10bd61000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:11:58.017642 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:11:58.017691 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:11:58.017885 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:11:58.018312 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:11:58.018347 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:11:58.018759 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:11:58.019123 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:11:58.019284 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} executeQuery: Read 19 rows, 26.25 KiB in 0.001909 sec., 9952.854897852278 rows/sec., 13.43 MiB/sec. 2024.04.29 04:11:58.019561 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} DynamicQueryHandler: Done processing query 2024.04.29 04:11:58.019586 [ 3 ] {9b2e5e34-93ac-4805-99a2-ce5f33274f41} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:11:58.019603 [ 3 ] {} HTTP-Session: 4199c028-dccc-45c6-98a3-86a10bd61000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.012743 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.012940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.012985 [ 3 ] {} HTTP-Session: 4611cac1-7796-43f3-bb0b-bafe0f818a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.013026 [ 3 ] {} HTTP-Session: 4611cac1-7796-43f3-bb0b-bafe0f818a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.013054 [ 3 ] {} HTTP-Session: 4611cac1-7796-43f3-bb0b-bafe0f818a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.013133 [ 3 ] {} HTTP-Session: 4611cac1-7796-43f3-bb0b-bafe0f818a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.013430 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.013524 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:03.013724 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.014148 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.014188 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.014545 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:12:03.014900 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:03.015043 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} executeQuery: Read 11 rows, 913.00 B in 0.001704 sec., 6455.399061032864 rows/sec., 523.24 KiB/sec. 2024.04.29 04:12:03.015064 [ 63 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:12:03.015181 [ 63 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.015219 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.015302 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.015366 [ 3 ] {14801af8-883c-42dc-b7f7-00ae83b16174} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:03.015420 [ 3 ] {} HTTP-Session: 4611cac1-7796-43f3-bb0b-bafe0f818a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.015474 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:12:03.015603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.015720 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.015767 [ 3 ] {} HTTP-Session: 71ee3971-f00b-4e9a-8ef1-12e47470bcbb Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.015825 [ 3 ] {} HTTP-Session: 71ee3971-f00b-4e9a-8ef1-12e47470bcbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.015876 [ 3 ] {} HTTP-Session: 71ee3971-f00b-4e9a-8ef1-12e47470bcbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.015930 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:03.015952 [ 3 ] {} HTTP-Session: 71ee3971-f00b-4e9a-8ef1-12e47470bcbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.016032 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2024.04.29 04:12:03.016176 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.016356 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:12:03.016391 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.016802 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.017162 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.017209 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.017435 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.017641 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:03.018391 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.018453 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.019264 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:12:03.020291 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:12:03.020647 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 4 columns (4 merged, 0 gathered) in 0.005313039 sec., 19762.700781981835 rows/sec., 1.56 MiB/sec. 2024.04.29 04:12:03.020686 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} executeQuery: Read 2 rows, 167.00 B in 0.004579 sec., 436.7765887748417 rows/sec., 35.62 KiB/sec. 2024.04.29 04:12:03.021038 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:12:03.021127 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.021171 [ 3 ] {140058f6-d725-4994-a7ee-517d0426fa34} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:03.021189 [ 3 ] {} HTTP-Session: 71ee3971-f00b-4e9a-8ef1-12e47470bcbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.021402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 10110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.021516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.021540 [ 3 ] {} HTTP-Session: ca88fdb1-ba84-4a4b-8a84-9d31118beced Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.021566 [ 3 ] {} HTTP-Session: ca88fdb1-ba84-4a4b-8a84-9d31118beced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.021606 [ 3 ] {} HTTP-Session: ca88fdb1-ba84-4a4b-8a84-9d31118beced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.021645 [ 3 ] {} HTTP-Session: ca88fdb1-ba84-4a4b-8a84-9d31118beced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.021751 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:03.021873 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.021920 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_6_1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:12:03.021938 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:03.022110 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:12:03.022242 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.022576 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.022613 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.022919 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:12:03.023224 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:03.023377 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} executeQuery: Read 70 rows, 5.83 KiB in 0.001605 sec., 43613.70716510903 rows/sec., 3.54 MiB/sec. 2024.04.29 04:12:03.023679 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.023703 [ 3 ] {a7418073-2d33-4e0d-9cd7-3f47a3da7c16} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:03.023719 [ 3 ] {} HTTP-Session: ca88fdb1-ba84-4a4b-8a84-9d31118beced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.023872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.023919 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.023937 [ 3 ] {} HTTP-Session: 3cbe35ee-51f2-4b42-be8f-0e33c06573ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.023953 [ 3 ] {} HTTP-Session: 3cbe35ee-51f2-4b42-be8f-0e33c06573ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.023967 [ 3 ] {} HTTP-Session: 3cbe35ee-51f2-4b42-be8f-0e33c06573ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.023996 [ 3 ] {} HTTP-Session: 3cbe35ee-51f2-4b42-be8f-0e33c06573ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.024088 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.024131 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:12:03.024274 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.024523 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.024558 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.024847 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:12:03.025163 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:12:03.025319 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} executeQuery: Read 2 rows, 143.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 111.99 KiB/sec. 2024.04.29 04:12:03.025594 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.025617 [ 3 ] {a52c67bd-869e-4212-bafd-ec7a6c9e880c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:03.025633 [ 3 ] {} HTTP-Session: 3cbe35ee-51f2-4b42-be8f-0e33c06573ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.025770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.025815 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.025833 [ 3 ] {} HTTP-Session: ece522b0-2c61-4ff5-aee8-9c310a29f87d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.025849 [ 3 ] {} HTTP-Session: ece522b0-2c61-4ff5-aee8-9c310a29f87d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.025863 [ 3 ] {} HTTP-Session: ece522b0-2c61-4ff5-aee8-9c310a29f87d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.025892 [ 3 ] {} HTTP-Session: ece522b0-2c61-4ff5-aee8-9c310a29f87d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.026012 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.026055 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:03.026199 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.026489 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.026524 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.026844 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:12:03.027154 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:03.027304 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} executeQuery: Read 50 rows, 4.00 KiB in 0.001339 sec., 37341.29947722181 rows/sec., 2.92 MiB/sec. 2024.04.29 04:12:03.027466 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.027490 [ 3 ] {ff6115ef-8be2-4679-ab2c-f7b36d2c045d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:12:03.027505 [ 3 ] {} HTTP-Session: ece522b0-2c61-4ff5-aee8-9c310a29f87d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.027631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.027678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.027696 [ 3 ] {} HTTP-Session: 23755593-c5ca-4f4a-94ed-bb616058add1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.027712 [ 3 ] {} HTTP-Session: 23755593-c5ca-4f4a-94ed-bb616058add1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.027726 [ 3 ] {} HTTP-Session: 23755593-c5ca-4f4a-94ed-bb616058add1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.027755 [ 3 ] {} HTTP-Session: 23755593-c5ca-4f4a-94ed-bb616058add1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.027862 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.027909 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:12:03.028052 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.028325 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.028360 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.028725 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:12:03.029051 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:12:03.029215 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} executeQuery: Read 37 rows, 2.67 KiB in 0.00138 sec., 26811.594202898552 rows/sec., 1.89 MiB/sec. 2024.04.29 04:12:03.029511 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.029534 [ 3 ] {af2832bb-28c5-481d-9da2-b654af0ae784} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:12:03.029550 [ 3 ] {} HTTP-Session: 23755593-c5ca-4f4a-94ed-bb616058add1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.029674 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.029719 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.029737 [ 3 ] {} HTTP-Session: 9fc6203d-856c-4c92-9012-d8e846a4f151 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.029753 [ 3 ] {} HTTP-Session: 9fc6203d-856c-4c92-9012-d8e846a4f151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.029766 [ 3 ] {} HTTP-Session: 9fc6203d-856c-4c92-9012-d8e846a4f151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.029796 [ 3 ] {} HTTP-Session: 9fc6203d-856c-4c92-9012-d8e846a4f151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.029950 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.029996 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:03.030172 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.030527 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.030562 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.030957 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:12:03.031284 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:03.031440 [ 63 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:12:03.031447 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} executeQuery: Read 11 rows, 15.20 KiB in 0.001564 sec., 7033.2480818414315 rows/sec., 9.49 MiB/sec. 2024.04.29 04:12:03.031517 [ 63 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.031599 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.031803 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.031817 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:12:03.031839 [ 3 ] {c6f725a2-1fe6-4f7b-8317-bee5f2f83065} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:03.031887 [ 3 ] {} HTTP-Session: 9fc6203d-856c-4c92-9012-d8e846a4f151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.032054 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2402, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:03.032161 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:03.032176 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:03.032196 [ 3 ] {} HTTP-Session: c3318b34-fb5d-49c4-bb8b-31298b368238 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:03.032250 [ 3 ] {} HTTP-Session: c3318b34-fb5d-49c4-bb8b-31298b368238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.032267 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2024.04.29 04:12:03.032279 [ 3 ] {} HTTP-Session: c3318b34-fb5d-49c4-bb8b-31298b368238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.032355 [ 3 ] {} HTTP-Session: c3318b34-fb5d-49c4-bb8b-31298b368238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:03.032578 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.032702 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:03.032912 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.032907 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.04.29 04:12:03.033187 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.033636 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:03.034030 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:03.034278 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:03.035085 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:03.035150 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:03.036242 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.04.29 04:12:03.037217 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} oximeter.measurements_i64 (16bdac58-9500-4304-88a8-5568314110af): 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 04:12:03.037567 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} executeQuery: Read 15 rows, 1.09 KiB in 0.005007 sec., 2995.8058717795084 rows/sec., 217.27 KiB/sec. 2024.04.29 04:12:03.038229 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} DynamicQueryHandler: Done processing query 2024.04.29 04:12:03.038282 [ 3 ] {4a6e758f-a8a0-413a-b867-58bdd2547fdf} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 04:12:03.038319 [ 3 ] {} HTTP-Session: c3318b34-fb5d-49c4-bb8b-31298b368238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:03.038321 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 6 columns (6 merged, 0 gathered) in 0.006594995 sec., 15921.164458805502 rows/sec., 21.48 MiB/sec. 2024.04.29 04:12:03.038565 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:12:03.038954 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:03.039025 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_6_1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:12:03.039101 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2024.04.29 04:12:08.010706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.010854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.010884 [ 3 ] {} HTTP-Session: ac14f0e6-32ba-468e-938d-afcb41ceeba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.010914 [ 3 ] {} HTTP-Session: ac14f0e6-32ba-468e-938d-afcb41ceeba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.010932 [ 3 ] {} HTTP-Session: ac14f0e6-32ba-468e-938d-afcb41ceeba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.010989 [ 3 ] {} HTTP-Session: ac14f0e6-32ba-468e-938d-afcb41ceeba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.011202 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.011276 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:08.011495 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.011928 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.011969 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.012329 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:12:08.012662 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:08.012837 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} executeQuery: Read 19 rows, 1.54 KiB in 0.001693 sec., 11222.681630242174 rows/sec., 909.65 KiB/sec. 2024.04.29 04:12:08.013173 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.013198 [ 3 ] {dc399434-1d3f-439d-a60d-899a87da5a2a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:08.013215 [ 3 ] {} HTTP-Session: ac14f0e6-32ba-468e-938d-afcb41ceeba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.013338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.013385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.013403 [ 3 ] {} HTTP-Session: 88569a51-10f9-425a-ad45-8b99d2f650f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.013419 [ 3 ] {} HTTP-Session: 88569a51-10f9-425a-ad45-8b99d2f650f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.013433 [ 3 ] {} HTTP-Session: 88569a51-10f9-425a-ad45-8b99d2f650f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.013464 [ 3 ] {} HTTP-Session: 88569a51-10f9-425a-ad45-8b99d2f650f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.013566 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.013610 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:12:08.013751 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.014026 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.014061 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.014351 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:12:08.014654 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:12:08.014808 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} executeQuery: Read 2 rows, 167.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 129.43 KiB/sec. 2024.04.29 04:12:08.015068 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.015092 [ 3 ] {4b77b9d3-7c4e-4ce4-bc35-9be3334b317f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:08.015108 [ 3 ] {} HTTP-Session: 88569a51-10f9-425a-ad45-8b99d2f650f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.015230 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.015275 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.015293 [ 3 ] {} HTTP-Session: 3a566200-a4e0-418e-8194-d32f9cb21cc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.015309 [ 3 ] {} HTTP-Session: 3a566200-a4e0-418e-8194-d32f9cb21cc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.015322 [ 3 ] {} HTTP-Session: 3a566200-a4e0-418e-8194-d32f9cb21cc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.015352 [ 3 ] {} HTTP-Session: 3a566200-a4e0-418e-8194-d32f9cb21cc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.015460 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.015501 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:08.015646 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.016012 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.016046 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.016343 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:12:08.016637 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:08.016780 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} executeQuery: Read 58 rows, 5.23 KiB in 0.001352 sec., 42899.40828402367 rows/sec., 3.78 MiB/sec. 2024.04.29 04:12:08.016947 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.016971 [ 3 ] {f62d2d0b-6250-4701-83b7-03bd06e68886} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:08.016987 [ 3 ] {} HTTP-Session: 3a566200-a4e0-418e-8194-d32f9cb21cc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.017105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.017152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.017170 [ 3 ] {} HTTP-Session: c09744fc-b2ed-432e-b3e6-d77ca4258974 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.017185 [ 3 ] {} HTTP-Session: c09744fc-b2ed-432e-b3e6-d77ca4258974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.017199 [ 3 ] {} HTTP-Session: c09744fc-b2ed-432e-b3e6-d77ca4258974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.017229 [ 3 ] {} HTTP-Session: c09744fc-b2ed-432e-b3e6-d77ca4258974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.017318 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.017359 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:12:08.017482 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.017739 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.017773 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.018062 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.04.29 04:12:08.018362 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:12:08.018473 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} executeQuery: Read 2 rows, 143.00 B in 0.001178 sec., 1697.792869269949 rows/sec., 118.55 KiB/sec. 2024.04.29 04:12:08.018618 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.018644 [ 3 ] {49b4c710-22b7-4937-8b2e-70e90eeebfd7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:08.018659 [ 3 ] {} HTTP-Session: c09744fc-b2ed-432e-b3e6-d77ca4258974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.018814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.018860 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.018878 [ 3 ] {} HTTP-Session: 2b634e94-8501-411a-a090-4d8e478551bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.018894 [ 3 ] {} HTTP-Session: 2b634e94-8501-411a-a090-4d8e478551bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.018907 [ 3 ] {} HTTP-Session: 2b634e94-8501-411a-a090-4d8e478551bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.018936 [ 3 ] {} HTTP-Session: 2b634e94-8501-411a-a090-4d8e478551bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.019032 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.019074 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:08.019196 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.019469 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.019504 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.019799 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:12:08.020093 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:08.020214 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} executeQuery: Read 21 rows, 1.68 KiB in 0.00121 sec., 17355.37190082645 rows/sec., 1.36 MiB/sec. 2024.04.29 04:12:08.020368 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.020392 [ 3 ] {8bcdbc89-abb9-4209-9bd8-2e0f0ef678a3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:12:08.020407 [ 3 ] {} HTTP-Session: 2b634e94-8501-411a-a090-4d8e478551bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.020514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.020559 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.020577 [ 3 ] {} HTTP-Session: 7140c7f5-81b7-408b-8705-94abb24dcdb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.020593 [ 3 ] {} HTTP-Session: 7140c7f5-81b7-408b-8705-94abb24dcdb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.020607 [ 3 ] {} HTTP-Session: 7140c7f5-81b7-408b-8705-94abb24dcdb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.020637 [ 3 ] {} HTTP-Session: 7140c7f5-81b7-408b-8705-94abb24dcdb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.020726 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.020773 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:12:08.020913 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.021161 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.021196 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.021548 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:12:08.021866 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:12:08.021988 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} executeQuery: Read 1 rows, 72.00 B in 0.001284 sec., 778.816199376947 rows/sec., 54.76 KiB/sec. 2024.04.29 04:12:08.022134 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.022158 [ 3 ] {4b04e666-1926-4412-820d-d6ea508d88eb} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 04:12:08.022174 [ 3 ] {} HTTP-Session: 7140c7f5-81b7-408b-8705-94abb24dcdb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.022306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:08.022350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:08.022368 [ 3 ] {} HTTP-Session: e46e6e57-d093-4986-9052-a0b2dbfe84d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:08.022384 [ 3 ] {} HTTP-Session: e46e6e57-d093-4986-9052-a0b2dbfe84d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.022398 [ 3 ] {} HTTP-Session: e46e6e57-d093-4986-9052-a0b2dbfe84d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:08.022427 [ 3 ] {} HTTP-Session: e46e6e57-d093-4986-9052-a0b2dbfe84d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:08.022613 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:08.022661 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:08.022812 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:08.023191 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:08.023224 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:08.023612 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:12:08.023957 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:08.024086 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} executeQuery: Read 19 rows, 26.25 KiB in 0.001588 sec., 11964.735516372795 rows/sec., 16.15 MiB/sec. 2024.04.29 04:12:08.024366 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} DynamicQueryHandler: Done processing query 2024.04.29 04:12:08.024391 [ 3 ] {755d1f17-6f3c-4082-976a-031773d0c17a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:08.024407 [ 3 ] {} HTTP-Session: e46e6e57-d093-4986-9052-a0b2dbfe84d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:11.326695 [ 53 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:12:11.326764 [ 53 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:12:13.010180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:13.010299 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:13.010323 [ 3 ] {} HTTP-Session: da4f3bde-a2a2-487a-8065-6eb04144de0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:13.010348 [ 3 ] {} HTTP-Session: da4f3bde-a2a2-487a-8065-6eb04144de0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.010363 [ 3 ] {} HTTP-Session: da4f3bde-a2a2-487a-8065-6eb04144de0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.010410 [ 3 ] {} HTTP-Session: da4f3bde-a2a2-487a-8065-6eb04144de0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:13.010599 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:13.010665 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:13.010858 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:13.011269 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:13.011312 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:13.011672 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:12:13.012007 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:13.012171 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} executeQuery: Read 11 rows, 913.00 B in 0.001623 sec., 6777.572396796057 rows/sec., 549.35 KiB/sec. 2024.04.29 04:12:13.012402 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} DynamicQueryHandler: Done processing query 2024.04.29 04:12:13.012428 [ 3 ] {49296356-0fc4-45c5-a476-47f5a25ebbfb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:13.012444 [ 3 ] {} HTTP-Session: da4f3bde-a2a2-487a-8065-6eb04144de0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.012577 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:13.012626 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:13.012645 [ 3 ] {} HTTP-Session: eb054774-8972-448b-8c6b-1d2d7bfcd531 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:13.012661 [ 3 ] {} HTTP-Session: eb054774-8972-448b-8c6b-1d2d7bfcd531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.012675 [ 3 ] {} HTTP-Session: eb054774-8972-448b-8c6b-1d2d7bfcd531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.012706 [ 3 ] {} HTTP-Session: eb054774-8972-448b-8c6b-1d2d7bfcd531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:13.012812 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:13.012855 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:13.012983 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:13.013322 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:13.013357 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:13.013660 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:12:13.013960 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:13.014102 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} executeQuery: Read 33 rows, 2.99 KiB in 0.001315 sec., 25095.057034220532 rows/sec., 2.22 MiB/sec. 2024.04.29 04:12:13.014269 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} DynamicQueryHandler: Done processing query 2024.04.29 04:12:13.014293 [ 3 ] {1fb0a4bf-624d-4a6d-a593-6007fc5a71ba} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:12:13.014308 [ 3 ] {} HTTP-Session: eb054774-8972-448b-8c6b-1d2d7bfcd531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.014461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:13.014508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:13.014526 [ 3 ] {} HTTP-Session: 5e8b0b29-685e-4e37-9ba1-6ab9fe8711c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:13.014542 [ 3 ] {} HTTP-Session: 5e8b0b29-685e-4e37-9ba1-6ab9fe8711c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.014555 [ 3 ] {} HTTP-Session: 5e8b0b29-685e-4e37-9ba1-6ab9fe8711c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.014584 [ 3 ] {} HTTP-Session: 5e8b0b29-685e-4e37-9ba1-6ab9fe8711c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:13.014680 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:13.014722 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:13.014845 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:13.015119 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:13.015153 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:13.015451 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:12:13.015775 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:13.015909 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} executeQuery: Read 11 rows, 902.00 B in 0.001249 sec., 8807.045636509209 rows/sec., 705.25 KiB/sec. 2024.04.29 04:12:13.016064 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} DynamicQueryHandler: Done processing query 2024.04.29 04:12:13.016088 [ 3 ] {22347a86-1a6b-4251-b456-a2e9cddb70a0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:13.016104 [ 3 ] {} HTTP-Session: 5e8b0b29-685e-4e37-9ba1-6ab9fe8711c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.016231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:13.016276 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:13.016294 [ 3 ] {} HTTP-Session: 054f8460-fb60-4940-8210-4efc4e21dee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:13.016311 [ 3 ] {} HTTP-Session: 054f8460-fb60-4940-8210-4efc4e21dee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.016325 [ 3 ] {} HTTP-Session: 054f8460-fb60-4940-8210-4efc4e21dee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:13.016354 [ 3 ] {} HTTP-Session: 054f8460-fb60-4940-8210-4efc4e21dee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:13.016499 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:13.016547 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:13.016700 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:13.017066 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:13.017100 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:13.017564 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:12:13.017902 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:13.018061 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} executeQuery: Read 11 rows, 15.20 KiB in 0.001625 sec., 6769.2307692307695 rows/sec., 9.13 MiB/sec. 2024.04.29 04:12:13.018364 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} DynamicQueryHandler: Done processing query 2024.04.29 04:12:13.018390 [ 3 ] {eebaa6ea-5bad-4e86-a8ad-f624160543cf} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:13.018405 [ 3 ] {} HTTP-Session: 054f8460-fb60-4940-8210-4efc4e21dee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.010336 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:18.010471 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:18.010496 [ 3 ] {} HTTP-Session: 1cc6cbe8-74f2-47fa-9d88-065ec8ab3e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:18.010520 [ 3 ] {} HTTP-Session: 1cc6cbe8-74f2-47fa-9d88-065ec8ab3e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.010534 [ 3 ] {} HTTP-Session: 1cc6cbe8-74f2-47fa-9d88-065ec8ab3e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.010584 [ 3 ] {} HTTP-Session: 1cc6cbe8-74f2-47fa-9d88-065ec8ab3e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:18.010776 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:18.010843 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:18.011039 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:18.011460 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.011502 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:18.011860 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:12:18.012201 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:18.012349 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} executeQuery: Read 19 rows, 1.54 KiB in 0.001631 sec., 11649.294911097486 rows/sec., 944.23 KiB/sec. 2024.04.29 04:12:18.012553 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} DynamicQueryHandler: Done processing query 2024.04.29 04:12:18.012580 [ 3 ] {3e5fa4a6-6a0f-40bd-a2cc-8612bcf6145d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:18.012595 [ 3 ] {} HTTP-Session: 1cc6cbe8-74f2-47fa-9d88-065ec8ab3e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.012736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:18.012784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:18.012802 [ 3 ] {} HTTP-Session: b53b88d2-83d2-41ff-8615-7b1a50f1fef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:18.012823 [ 3 ] {} HTTP-Session: b53b88d2-83d2-41ff-8615-7b1a50f1fef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.012837 [ 3 ] {} HTTP-Session: b53b88d2-83d2-41ff-8615-7b1a50f1fef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.012867 [ 3 ] {} HTTP-Session: b53b88d2-83d2-41ff-8615-7b1a50f1fef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:18.012981 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:18.013023 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:18.013145 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:18.013459 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.013493 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:18.013813 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:12:18.014114 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:18.014263 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} executeQuery: Read 57 rows, 5.16 KiB in 0.001311 sec., 43478.260869565216 rows/sec., 3.84 MiB/sec. 2024.04.29 04:12:18.014269 [ 50 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:12:18.014385 [ 50 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.014423 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:18.014502 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} DynamicQueryHandler: Done processing query 2024.04.29 04:12:18.014563 [ 3 ] {532cc8b8-5b0e-4ec9-8253-bf0987521af7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:18.014614 [ 3 ] {} HTTP-Session: b53b88d2-83d2-41ff-8615-7b1a50f1fef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.014658 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:12:18.014785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:18.014907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:18.014922 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:18.014938 [ 3 ] {} HTTP-Session: 072ef4cd-cd92-47d6-b465-d4cfd7e36541 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:18.014977 [ 3 ] {} HTTP-Session: 072ef4cd-cd92-47d6-b465-d4cfd7e36541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.014983 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part 2024.04.29 04:12:18.014997 [ 3 ] {} HTTP-Session: 072ef4cd-cd92-47d6-b465-d4cfd7e36541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.015072 [ 3 ] {} HTTP-Session: 072ef4cd-cd92-47d6-b465-d4cfd7e36541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:18.015159 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 57 rows starting from the beginning of the part 2024.04.29 04:12:18.015505 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part 2024.04.29 04:12:18.015540 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:18.015783 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:18.015858 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 58 rows starting from the beginning of the part 2024.04.29 04:12:18.016134 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part 2024.04.29 04:12:18.016504 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 57 rows starting from the beginning of the part 2024.04.29 04:12:18.017045 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:18.017775 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.017842 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:18.018767 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:12:18.019408 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 4 columns (4 merged, 0 gathered) in 0.00488509 sec., 77173.60376165024 rows/sec., 6.61 MiB/sec. 2024.04.29 04:12:18.019618 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:12:18.019628 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:18.020031 [ 50 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:12:18.020042 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} executeQuery: Read 19 rows, 1.52 KiB in 0.004714 sec., 4030.5473058973266 rows/sec., 322.76 KiB/sec. 2024.04.29 04:12:18.020243 [ 50 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.020452 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:18.020637 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} DynamicQueryHandler: Done processing query 2024.04.29 04:12:18.020732 [ 3 ] {52d23718-8780-481f-8574-e62e389f2e70} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:18.020814 [ 3 ] {} HTTP-Session: 072ef4cd-cd92-47d6-b465-d4cfd7e36541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.021009 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:18.021134 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:18.021083 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:12:18.021291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:18.021339 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_11_2} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:12:18.021393 [ 3 ] {} HTTP-Session: 1a98cba3-0259-4a6a-9889-e8f1eee604f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:18.021488 [ 3 ] {} HTTP-Session: 1a98cba3-0259-4a6a-9889-e8f1eee604f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.021564 [ 3 ] {} HTTP-Session: 1a98cba3-0259-4a6a-9889-e8f1eee604f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.021576 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 04:12:18.021675 [ 3 ] {} HTTP-Session: 1a98cba3-0259-4a6a-9889-e8f1eee604f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:18.021798 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:18.021865 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 62 rows starting from the beginning of the part 2024.04.29 04:12:18.022072 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:18.022113 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:18.022237 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:18.022485 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part 2024.04.29 04:12:18.022858 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 21 rows starting from the beginning of the part 2024.04.29 04:12:18.023214 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:18.023484 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:18.023539 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:18.024662 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:18.024722 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:18.025981 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:12:18.026138 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 4 columns (4 merged, 0 gathered) in 0.005560454 sec., 32731.140298975584 rows/sec., 2.57 MiB/sec. 2024.04.29 04:12:18.026454 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:12:18.026605 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:18.027029 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} executeQuery: Read 19 rows, 26.25 KiB in 0.005182 sec., 3666.5380162099577 rows/sec., 4.95 MiB/sec. 2024.04.29 04:12:18.027636 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:18.027670 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} DynamicQueryHandler: Done processing query 2024.04.29 04:12:18.027712 [ 3 ] {083e5be6-4094-4d55-a379-6618df487f8f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:18.027742 [ 3 ] {} HTTP-Session: 1a98cba3-0259-4a6a-9889-e8f1eee604f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:18.027804 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_11_2} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:12:18.027912 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.29 04:12:23.009625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:23.009764 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:23.009792 [ 3 ] {} HTTP-Session: 902904d4-f757-4e52-8e93-4356244e5df5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:23.009821 [ 3 ] {} HTTP-Session: 902904d4-f757-4e52-8e93-4356244e5df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.009839 [ 3 ] {} HTTP-Session: 902904d4-f757-4e52-8e93-4356244e5df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.009895 [ 3 ] {} HTTP-Session: 902904d4-f757-4e52-8e93-4356244e5df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:23.010087 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:23.010153 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:23.010349 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:23.010789 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:23.010828 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:23.011206 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:12:23.011537 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:23.011705 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} executeQuery: Read 11 rows, 913.00 B in 0.001663 sec., 6614.55201443175 rows/sec., 536.14 KiB/sec. 2024.04.29 04:12:23.011937 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} DynamicQueryHandler: Done processing query 2024.04.29 04:12:23.011962 [ 3 ] {048ca46d-4942-4980-98e4-0dccf12887d5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:23.011978 [ 3 ] {} HTTP-Session: 902904d4-f757-4e52-8e93-4356244e5df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.012105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:23.012153 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:23.012171 [ 3 ] {} HTTP-Session: ef9ddbde-83ae-40b6-813e-f999ce8deaec Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:23.012188 [ 3 ] {} HTTP-Session: ef9ddbde-83ae-40b6-813e-f999ce8deaec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.012202 [ 3 ] {} HTTP-Session: ef9ddbde-83ae-40b6-813e-f999ce8deaec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.012232 [ 3 ] {} HTTP-Session: ef9ddbde-83ae-40b6-813e-f999ce8deaec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:23.012337 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:23.012379 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:23.012501 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:23.012839 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:23.012874 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:23.013178 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 04:12:23.013474 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:23.013621 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} executeQuery: Read 33 rows, 2.99 KiB in 0.001317 sec., 25056.947608200455 rows/sec., 2.21 MiB/sec. 2024.04.29 04:12:23.013897 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} DynamicQueryHandler: Done processing query 2024.04.29 04:12:23.013922 [ 3 ] {4fda3199-270a-4736-be4f-b2e976c7abe8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:12:23.013937 [ 3 ] {} HTTP-Session: ef9ddbde-83ae-40b6-813e-f999ce8deaec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.014070 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:23.014117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:23.014135 [ 3 ] {} HTTP-Session: e0af7cb2-476d-45a1-8854-50047b682521 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:23.014151 [ 3 ] {} HTTP-Session: e0af7cb2-476d-45a1-8854-50047b682521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.014165 [ 3 ] {} HTTP-Session: e0af7cb2-476d-45a1-8854-50047b682521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.014194 [ 3 ] {} HTTP-Session: e0af7cb2-476d-45a1-8854-50047b682521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:23.014292 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:23.014334 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:23.014477 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:23.014746 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:23.014781 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:23.015083 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 04:12:23.015384 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:23.015537 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} executeQuery: Read 11 rows, 902.00 B in 0.001264 sec., 8702.531645569621 rows/sec., 696.88 KiB/sec. 2024.04.29 04:12:23.015729 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} DynamicQueryHandler: Done processing query 2024.04.29 04:12:23.015753 [ 3 ] {0285de9b-37d6-417f-9237-44033c094cd9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:23.015769 [ 3 ] {} HTTP-Session: e0af7cb2-476d-45a1-8854-50047b682521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.015926 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:23.015972 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:23.015990 [ 3 ] {} HTTP-Session: 49483d21-6a7c-40f6-b8bc-963c07127aa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:23.016006 [ 3 ] {} HTTP-Session: 49483d21-6a7c-40f6-b8bc-963c07127aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.016019 [ 3 ] {} HTTP-Session: 49483d21-6a7c-40f6-b8bc-963c07127aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:23.016049 [ 3 ] {} HTTP-Session: 49483d21-6a7c-40f6-b8bc-963c07127aa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:23.016197 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:23.016244 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:23.016401 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:23.016758 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:23.016794 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. 2024.04.29 04:12:23.017268 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:12:23.017604 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:23.017760 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} executeQuery: Read 11 rows, 15.20 KiB in 0.001635 sec., 6727.82874617737 rows/sec., 9.08 MiB/sec. 2024.04.29 04:12:23.017931 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} DynamicQueryHandler: Done processing query 2024.04.29 04:12:23.017955 [ 3 ] {5a9f53de-a5e2-45b5-92a9-f8fde851f44b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:23.017971 [ 3 ] {} HTTP-Session: 49483d21-6a7c-40f6-b8bc-963c07127aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:26.327017 [ 46 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:12:26.327088 [ 46 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:12:28.010030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:28.010181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:28.010224 [ 3 ] {} HTTP-Session: cd4cae0c-a0db-46cc-a35a-5ac94d025281 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:28.010266 [ 3 ] {} HTTP-Session: cd4cae0c-a0db-46cc-a35a-5ac94d025281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.010341 [ 3 ] {} HTTP-Session: cd4cae0c-a0db-46cc-a35a-5ac94d025281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.010422 [ 3 ] {} HTTP-Session: cd4cae0c-a0db-46cc-a35a-5ac94d025281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:28.010721 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:28.010831 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:28.011155 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:28.011581 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.011629 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.012007 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:12:28.012343 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:28.012506 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} executeQuery: Read 19 rows, 1.54 KiB in 0.001882 sec., 10095.642933049947 rows/sec., 818.30 KiB/sec. 2024.04.29 04:12:28.012538 [ 45 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:12:28.012670 [ 45 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.012733 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.012779 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} DynamicQueryHandler: Done processing query 2024.04.29 04:12:28.012841 [ 3 ] {b78c6c75-66fa-4e01-8075-02af8a3164e1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:28.012908 [ 3 ] {} HTTP-Session: cd4cae0c-a0db-46cc-a35a-5ac94d025281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.013053 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:12:28.013167 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:28.013269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:28.013321 [ 3 ] {} HTTP-Session: 49c5355d-e9c1-4f1c-addc-49fbfcda3a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:28.013372 [ 3 ] {} HTTP-Session: 49c5355d-e9c1-4f1c-addc-49fbfcda3a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.013378 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:28.013397 [ 3 ] {} HTTP-Session: 49c5355d-e9c1-4f1c-addc-49fbfcda3a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.013448 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part 2024.04.29 04:12:28.013474 [ 3 ] {} HTTP-Session: 49c5355d-e9c1-4f1c-addc-49fbfcda3a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:28.013620 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.013846 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:28.014042 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:28.014116 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:28.014424 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.014739 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:28.015076 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.015331 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:28.016224 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.016292 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.017113 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 04:12:28.017751 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.00489185 sec., 22281.958768155197 rows/sec., 1.76 MiB/sec. 2024.04.29 04:12:28.017916 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:12:28.018054 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:28.018411 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} executeQuery: Read 57 rows, 5.16 KiB in 0.004753 sec., 11992.425836313907 rows/sec., 1.06 MiB/sec. 2024.04.29 04:12:28.019068 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} DynamicQueryHandler: Done processing query 2024.04.29 04:12:28.019119 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:28.019122 [ 3 ] {c432cc76-af3b-4201-856f-6d7b2db8e487} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:28.019191 [ 3 ] {} HTTP-Session: 49c5355d-e9c1-4f1c-addc-49fbfcda3a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.019276 [ 193 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_11_2} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:12:28.019388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:28.019401 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 04:12:28.019461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:28.019485 [ 3 ] {} HTTP-Session: 8df87e28-0350-4bb5-a585-2df61d715850 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:28.019501 [ 3 ] {} HTTP-Session: 8df87e28-0350-4bb5-a585-2df61d715850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.019514 [ 3 ] {} HTTP-Session: 8df87e28-0350-4bb5-a585-2df61d715850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.019546 [ 3 ] {} HTTP-Session: 8df87e28-0350-4bb5-a585-2df61d715850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:28.019657 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:28.019701 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:28.019854 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:28.020143 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.020178 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.020489 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 04:12:28.020814 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:28.020968 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} executeQuery: Read 19 rows, 1.52 KiB in 0.001333 sec., 14253.563390847712 rows/sec., 1.11 MiB/sec. 2024.04.29 04:12:28.021261 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} DynamicQueryHandler: Done processing query 2024.04.29 04:12:28.021285 [ 3 ] {96276ce6-7042-4699-89c7-d6dec3064269} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:28.021301 [ 3 ] {} HTTP-Session: 8df87e28-0350-4bb5-a585-2df61d715850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.021433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:28.021480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:28.021499 [ 3 ] {} HTTP-Session: 563f1ef9-74a6-4258-a8d2-832b265ffc5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:28.021514 [ 3 ] {} HTTP-Session: 563f1ef9-74a6-4258-a8d2-832b265ffc5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.021528 [ 3 ] {} HTTP-Session: 563f1ef9-74a6-4258-a8d2-832b265ffc5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.021557 [ 3 ] {} HTTP-Session: 563f1ef9-74a6-4258-a8d2-832b265ffc5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:28.021755 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:28.021805 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:28.021982 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:28.022373 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.022408 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.022817 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:12:28.023153 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:28.023302 [ 45 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:12:28.023310 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} executeQuery: Read 19 rows, 26.25 KiB in 0.001664 sec., 11418.269230769232 rows/sec., 15.41 MiB/sec. 2024.04.29 04:12:28.023363 [ 45 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:28.023442 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:28.023677 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} DynamicQueryHandler: Done processing query 2024.04.29 04:12:28.023691 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:12:28.023757 [ 3 ] {c906e40f-25e0-4ac5-8340-2d47a1163eed} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:28.023843 [ 3 ] {} HTTP-Session: 563f1ef9-74a6-4258-a8d2-832b265ffc5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:28.024083 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:28.024123 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part 2024.04.29 04:12:28.024250 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.024413 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:28.024533 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.024688 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:28.024781 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:28.025951 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 6 columns (6 merged, 0 gathered) in 0.00240627 sec., 76466.89689851929 rows/sec., 103.19 MiB/sec. 2024.04.29 04:12:28.026245 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:12:28.026667 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:28.026751 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_11_2} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:12:28.026838 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2024.04.29 04:12:33.011515 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:33.011653 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:33.011681 [ 3 ] {} HTTP-Session: aecefff5-1fc2-4bdc-9399-597409bc8016 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:33.011709 [ 3 ] {} HTTP-Session: aecefff5-1fc2-4bdc-9399-597409bc8016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.011726 [ 3 ] {} HTTP-Session: aecefff5-1fc2-4bdc-9399-597409bc8016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.011783 [ 3 ] {} HTTP-Session: aecefff5-1fc2-4bdc-9399-597409bc8016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:33.011978 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:33.012051 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:33.012261 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:33.012752 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:33.012791 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:33.013153 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 04:12:33.013479 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:33.013648 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} executeQuery: Read 11 rows, 913.00 B in 0.001733 sec., 6347.3744950952105 rows/sec., 514.48 KiB/sec. 2024.04.29 04:12:33.013848 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} DynamicQueryHandler: Done processing query 2024.04.29 04:12:33.013873 [ 3 ] {b4b6287b-574d-481a-9eeb-57d164120772} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:33.013889 [ 3 ] {} HTTP-Session: aecefff5-1fc2-4bdc-9399-597409bc8016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.014030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 9975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:33.014076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:33.014094 [ 3 ] {} HTTP-Session: a87db0d7-6bd0-4a5a-b227-d59d70ac2eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:33.014110 [ 3 ] {} HTTP-Session: a87db0d7-6bd0-4a5a-b227-d59d70ac2eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.014123 [ 3 ] {} HTTP-Session: a87db0d7-6bd0-4a5a-b227-d59d70ac2eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.014153 [ 3 ] {} HTTP-Session: a87db0d7-6bd0-4a5a-b227-d59d70ac2eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:33.014266 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:33.014307 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:33.014430 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:33.014820 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:33.014855 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:33.015154 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 04:12:33.015463 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:33.015614 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} executeQuery: Read 69 rows, 5.75 KiB in 0.001382 sec., 49927.64109985528 rows/sec., 4.06 MiB/sec. 2024.04.29 04:12:33.015911 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} DynamicQueryHandler: Done processing query 2024.04.29 04:12:33.015936 [ 3 ] {52b977f0-26fc-4cd8-b489-9ab6de5da8a4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:33.015951 [ 3 ] {} HTTP-Session: a87db0d7-6bd0-4a5a-b227-d59d70ac2eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.016083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:33.016129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:33.016147 [ 3 ] {} HTTP-Session: ef1ff2e9-8d48-43f9-a708-4a69f484da4f Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:33.016163 [ 3 ] {} HTTP-Session: ef1ff2e9-8d48-43f9-a708-4a69f484da4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.016177 [ 3 ] {} HTTP-Session: ef1ff2e9-8d48-43f9-a708-4a69f484da4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.016207 [ 3 ] {} HTTP-Session: ef1ff2e9-8d48-43f9-a708-4a69f484da4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:33.016315 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:33.016357 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:33.016498 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:33.016870 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:33.016906 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:33.017203 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 04:12:33.017497 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:33.017642 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} executeQuery: Read 35 rows, 2.78 KiB in 0.001363 sec., 25678.650036683786 rows/sec., 1.99 MiB/sec. 2024.04.29 04:12:33.017845 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} DynamicQueryHandler: Done processing query 2024.04.29 04:12:33.017868 [ 3 ] {6477c1e0-5a26-489c-a8b0-0272d042e116} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:12:33.017884 [ 3 ] {} HTTP-Session: ef1ff2e9-8d48-43f9-a708-4a69f484da4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.017990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:33.018035 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:33.018053 [ 3 ] {} HTTP-Session: d023f192-0ed3-4f76-920e-2bdf6cd1df08 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:33.018069 [ 3 ] {} HTTP-Session: d023f192-0ed3-4f76-920e-2bdf6cd1df08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.018082 [ 3 ] {} HTTP-Session: d023f192-0ed3-4f76-920e-2bdf6cd1df08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.018112 [ 3 ] {} HTTP-Session: d023f192-0ed3-4f76-920e-2bdf6cd1df08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:33.018217 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:33.018263 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:12:33.018407 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:33.018720 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:33.018755 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:33.019131 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:12:33.019463 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:12:33.019626 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} executeQuery: Read 36 rows, 2.60 KiB in 0.001431 sec., 25157.232704402515 rows/sec., 1.78 MiB/sec. 2024.04.29 04:12:33.019905 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} DynamicQueryHandler: Done processing query 2024.04.29 04:12:33.019928 [ 3 ] {15f77d32-c27c-4ae3-91db-032780feb1d9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:12:33.019943 [ 3 ] {} HTTP-Session: d023f192-0ed3-4f76-920e-2bdf6cd1df08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.020059 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:33.020105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:33.020124 [ 3 ] {} HTTP-Session: 39daca8d-7b31-441e-993e-5e4498838d58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:33.020139 [ 3 ] {} HTTP-Session: 39daca8d-7b31-441e-993e-5e4498838d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.020153 [ 3 ] {} HTTP-Session: 39daca8d-7b31-441e-993e-5e4498838d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:33.020182 [ 3 ] {} HTTP-Session: 39daca8d-7b31-441e-993e-5e4498838d58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:33.020329 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:33.020375 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:33.020554 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:33.020904 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:33.020938 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:33.021329 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 04:12:33.021653 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:33.021812 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} executeQuery: Read 11 rows, 15.20 KiB in 0.001554 sec., 7078.507078507078 rows/sec., 9.55 MiB/sec. 2024.04.29 04:12:33.022123 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} DynamicQueryHandler: Done processing query 2024.04.29 04:12:33.022149 [ 3 ] {854acb93-6a9d-4e00-8916-6a9a0b057562} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:33.022165 [ 3 ] {} HTTP-Session: 39daca8d-7b31-441e-993e-5e4498838d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.010336 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:38.010460 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:38.010485 [ 3 ] {} HTTP-Session: 3ad06305-00c9-4b2a-aeb9-ce3963e6c419 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:38.010510 [ 3 ] {} HTTP-Session: 3ad06305-00c9-4b2a-aeb9-ce3963e6c419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.010525 [ 3 ] {} HTTP-Session: 3ad06305-00c9-4b2a-aeb9-ce3963e6c419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.010577 [ 3 ] {} HTTP-Session: 3ad06305-00c9-4b2a-aeb9-ce3963e6c419 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:38.010774 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:38.010843 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:38.011043 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:38.011535 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:38.011582 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:38.011952 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 04:12:38.012290 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:38.012464 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} executeQuery: Read 19 rows, 1.54 KiB in 0.001739 sec., 10925.819436457734 rows/sec., 885.59 KiB/sec. 2024.04.29 04:12:38.012726 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} DynamicQueryHandler: Done processing query 2024.04.29 04:12:38.012754 [ 3 ] {f9a53cd3-6117-441e-a273-7e754c1ae4d4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:38.012771 [ 3 ] {} HTTP-Session: 3ad06305-00c9-4b2a-aeb9-ce3963e6c419 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.012943 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:38.013000 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:38.013020 [ 3 ] {} HTTP-Session: 0d60ef5c-017c-4e93-b61d-fec58e5386af Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:38.013038 [ 3 ] {} HTTP-Session: 0d60ef5c-017c-4e93-b61d-fec58e5386af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.013052 [ 3 ] {} HTTP-Session: 0d60ef5c-017c-4e93-b61d-fec58e5386af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.013086 [ 3 ] {} HTTP-Session: 0d60ef5c-017c-4e93-b61d-fec58e5386af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:38.013206 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:38.013253 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:38.013384 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:38.013699 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:38.013737 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:38.014051 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 04:12:38.014360 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:38.014515 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} executeQuery: Read 57 rows, 5.16 KiB in 0.001342 sec., 42473.919523099845 rows/sec., 3.75 MiB/sec. 2024.04.29 04:12:38.014688 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} DynamicQueryHandler: Done processing query 2024.04.29 04:12:38.014712 [ 3 ] {18351ba0-0a75-41eb-93b4-c597c6834516} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:38.014728 [ 3 ] {} HTTP-Session: 0d60ef5c-017c-4e93-b61d-fec58e5386af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.014860 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:38.014910 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:38.014929 [ 3 ] {} HTTP-Session: b7b3f2ea-148a-4608-a0b0-ce036098cdcf Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:38.014946 [ 3 ] {} HTTP-Session: b7b3f2ea-148a-4608-a0b0-ce036098cdcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.014959 [ 3 ] {} HTTP-Session: b7b3f2ea-148a-4608-a0b0-ce036098cdcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.014990 [ 3 ] {} HTTP-Session: b7b3f2ea-148a-4608-a0b0-ce036098cdcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:38.015093 [ 3 ] {df813782-029b-403a-a711-65440333010b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:38.015137 [ 3 ] {df813782-029b-403a-a711-65440333010b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:38.015265 [ 3 ] {df813782-029b-403a-a711-65440333010b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:38.015549 [ 3 ] {df813782-029b-403a-a711-65440333010b} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:38.015587 [ 3 ] {df813782-029b-403a-a711-65440333010b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:38.015904 [ 3 ] {df813782-029b-403a-a711-65440333010b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 04:12:38.016201 [ 3 ] {df813782-029b-403a-a711-65440333010b} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:38.016363 [ 3 ] {df813782-029b-403a-a711-65440333010b} executeQuery: Read 19 rows, 1.52 KiB in 0.001297 sec., 14649.190439475713 rows/sec., 1.15 MiB/sec. 2024.04.29 04:12:38.016530 [ 3 ] {df813782-029b-403a-a711-65440333010b} DynamicQueryHandler: Done processing query 2024.04.29 04:12:38.016554 [ 3 ] {df813782-029b-403a-a711-65440333010b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:38.016570 [ 3 ] {} HTTP-Session: b7b3f2ea-148a-4608-a0b0-ce036098cdcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.016706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:38.016754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:38.016773 [ 3 ] {} HTTP-Session: 743f04d3-6a11-411e-9b07-2e994e3c541a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:38.016790 [ 3 ] {} HTTP-Session: 743f04d3-6a11-411e-9b07-2e994e3c541a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.016804 [ 3 ] {} HTTP-Session: 743f04d3-6a11-411e-9b07-2e994e3c541a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:38.016834 [ 3 ] {} HTTP-Session: 743f04d3-6a11-411e-9b07-2e994e3c541a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:38.017028 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:38.017077 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:38.017238 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:38.017646 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:38.017681 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:38.018090 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 04:12:38.018418 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:38.018574 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} executeQuery: Read 19 rows, 26.25 KiB in 0.001657 sec., 11466.505733252867 rows/sec., 15.47 MiB/sec. 2024.04.29 04:12:38.018770 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} DynamicQueryHandler: Done processing query 2024.04.29 04:12:38.018794 [ 3 ] {d702a2d0-7c0a-4b6b-8f7f-1081b6248e1c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:38.018811 [ 3 ] {} HTTP-Session: 743f04d3-6a11-411e-9b07-2e994e3c541a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:41.327137 [ 37 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:12:41.327205 [ 37 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:12:42.002193 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000846987 sec. 2024.04.29 04:12:43.010608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:43.010716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:43.010739 [ 3 ] {} HTTP-Session: 33176efa-da9e-466d-860a-7f3aab7f10ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:43.010764 [ 3 ] {} HTTP-Session: 33176efa-da9e-466d-860a-7f3aab7f10ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.010779 [ 3 ] {} HTTP-Session: 33176efa-da9e-466d-860a-7f3aab7f10ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.010843 [ 3 ] {} HTTP-Session: 33176efa-da9e-466d-860a-7f3aab7f10ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:43.011134 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:43.011199 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:43.011395 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:43.011833 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.011872 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.012236 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 04:12:43.012563 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:43.012709 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} executeQuery: Read 11 rows, 913.00 B in 0.001694 sec., 6493.506493506494 rows/sec., 526.33 KiB/sec. 2024.04.29 04:12:43.012906 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} DynamicQueryHandler: Done processing query 2024.04.29 04:12:43.012933 [ 3 ] {05ce8b6e-3f7b-4695-b27b-bf802d3de3cd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:43.012949 [ 3 ] {} HTTP-Session: 33176efa-da9e-466d-860a-7f3aab7f10ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.013072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:43.013120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:43.013138 [ 3 ] {} HTTP-Session: 54912d7b-dc02-40bc-bc31-f502f09f56e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:43.013154 [ 3 ] {} HTTP-Session: 54912d7b-dc02-40bc-bc31-f502f09f56e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.013168 [ 3 ] {} HTTP-Session: 54912d7b-dc02-40bc-bc31-f502f09f56e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.013199 [ 3 ] {} HTTP-Session: 54912d7b-dc02-40bc-bc31-f502f09f56e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:43.013306 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:43.013348 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:43.013470 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:43.013849 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.013884 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.014191 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 04:12:43.014497 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:43.014615 [ 36 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 04:12:43.014622 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} executeQuery: Read 33 rows, 2.99 KiB in 0.001347 sec., 24498.886414253895 rows/sec., 2.16 MiB/sec. 2024.04.29 04:12:43.014659 [ 36 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.014698 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.014816 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} DynamicQueryHandler: Done processing query 2024.04.29 04:12:43.014826 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:12:43.014842 [ 3 ] {62dad1b5-6b06-40c3-9b2b-845d798414f7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:12:43.014871 [ 3 ] {} HTTP-Session: 54912d7b-dc02-40bc-bc31-f502f09f56e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.014964 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:43.015003 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 137 rows starting from the beginning of the part 2024.04.29 04:12:43.015013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:43.015076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:43.015130 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part 2024.04.29 04:12:43.015141 [ 3 ] {} HTTP-Session: 0652e61d-39f6-4a4c-befd-a8678bc94fd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:43.015195 [ 3 ] {} HTTP-Session: 0652e61d-39f6-4a4c-befd-a8678bc94fd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.015242 [ 3 ] {} HTTP-Session: 0652e61d-39f6-4a4c-befd-a8678bc94fd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.015384 [ 3 ] {} HTTP-Session: 0652e61d-39f6-4a4c-befd-a8678bc94fd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:43.015402 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 57 rows starting from the beginning of the part 2024.04.29 04:12:43.015706 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 69 rows starting from the beginning of the part 2024.04.29 04:12:43.015737 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:43.015802 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 57 rows starting from the beginning of the part 2024.04.29 04:12:43.015816 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:43.016120 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part 2024.04.29 04:12:43.016900 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:43.017347 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.017383 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.017887 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 04:12:43.018071 [ 200 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 4 columns (4 merged, 0 gathered) in 0.003304578 sec., 116807.65289849415 rows/sec., 10.01 MiB/sec. 2024.04.29 04:12:43.018244 [ 200 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 04:12:43.018350 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:43.018503 [ 36 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 04:12:43.018580 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} executeQuery: Read 11 rows, 902.00 B in 0.00298 sec., 3691.2751677852348 rows/sec., 295.59 KiB/sec. 2024.04.29 04:12:43.018592 [ 36 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.018661 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.018959 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:12:43.018988 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} DynamicQueryHandler: Done processing query 2024.04.29 04:12:43.019042 [ 3 ] {bb9e472b-0c1a-40f5-aea2-fd0cd2c278fd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:43.019075 [ 3 ] {} HTTP-Session: 0652e61d-39f6-4a4c-befd-a8678bc94fd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.019126 [ 200 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:43.019248 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:43.019278 [ 200 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_16_3} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 04:12:43.019284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:43.019305 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 88 rows starting from the beginning of the part 2024.04.29 04:12:43.019358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:43.019366 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 04:12:43.019409 [ 3 ] {} HTTP-Session: 13f1be61-5a70-4636-bde0-12f23ee1568e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:43.019490 [ 3 ] {} HTTP-Session: 13f1be61-5a70-4636-bde0-12f23ee1568e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.019564 [ 3 ] {} HTTP-Session: 13f1be61-5a70-4636-bde0-12f23ee1568e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:43.019609 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:43.019685 [ 3 ] {} HTTP-Session: 13f1be61-5a70-4636-bde0-12f23ee1568e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:43.019840 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:43.019942 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part 2024.04.29 04:12:43.020096 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:43.020310 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:43.020319 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:43.020512 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:43.020942 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:43.021677 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:43.021721 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:43.022138 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 4 columns (4 merged, 0 gathered) in 0.003336848 sec., 54842.17441130072 rows/sec., 4.30 MiB/sec. 2024.04.29 04:12:43.022312 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 04:12:43.022396 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 04:12:43.022951 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:43.022957 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:43.023101 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_16_3} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 04:12:43.023134 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} executeQuery: Read 11 rows, 15.20 KiB in 0.003247 sec., 3387.742531567601 rows/sec., 4.57 MiB/sec. 2024.04.29 04:12:43.023272 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.29 04:12:43.023379 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} DynamicQueryHandler: Done processing query 2024.04.29 04:12:43.023404 [ 3 ] {5ec7db14-6b77-4a54-abd5-88a9c00792e8} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:43.023420 [ 3 ] {} HTTP-Session: 13f1be61-5a70-4636-bde0-12f23ee1568e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:44.161177 [ 35 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.04.29 04:12:44.161285 [ 35 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:44.161325 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:44.161607 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::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 04:12:44.161848 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:44.161899 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 216 rows starting from the beginning of the part 2024.04.29 04:12:44.162008 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::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 04:12:44.162248 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2024.04.29 04:12:44.162436 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2024.04.29 04:12:44.162526 [ 199 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::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 04:12:44.163823 [ 196 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.0024098 sec., 122831.77027139181 rows/sec., 8.67 MiB/sec. 2024.04.29 04:12:44.164018 [ 196 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.04.29 04:12:44.164470 [ 196 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:12:44.164558 [ 196 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_5_1} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.04.29 04:12:44.164653 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 04:12:48.010362 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:48.010473 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:48.010499 [ 3 ] {} HTTP-Session: 969a2b1e-ebc5-4ff2-bc1a-bb85663973ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:48.010526 [ 3 ] {} HTTP-Session: 969a2b1e-ebc5-4ff2-bc1a-bb85663973ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.010540 [ 3 ] {} HTTP-Session: 969a2b1e-ebc5-4ff2-bc1a-bb85663973ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.010591 [ 3 ] {} HTTP-Session: 969a2b1e-ebc5-4ff2-bc1a-bb85663973ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:48.010781 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:48.010849 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:48.011046 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:48.011490 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:48.011537 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:48.011913 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 04:12:48.012250 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:48.012427 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} executeQuery: Read 19 rows, 1.54 KiB in 0.0017 sec., 11176.470588235296 rows/sec., 905.91 KiB/sec. 2024.04.29 04:12:48.012651 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} DynamicQueryHandler: Done processing query 2024.04.29 04:12:48.012679 [ 3 ] {5c890c83-034d-4aca-901a-9e2b27f23bbc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:48.012695 [ 3 ] {} HTTP-Session: 969a2b1e-ebc5-4ff2-bc1a-bb85663973ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.012833 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:48.012888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:48.012907 [ 3 ] {} HTTP-Session: 1a146ca9-c8e2-400a-9416-315c3b49847b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:48.012924 [ 3 ] {} HTTP-Session: 1a146ca9-c8e2-400a-9416-315c3b49847b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.012938 [ 3 ] {} HTTP-Session: 1a146ca9-c8e2-400a-9416-315c3b49847b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.012973 [ 3 ] {} HTTP-Session: 1a146ca9-c8e2-400a-9416-315c3b49847b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:48.013097 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:48.013144 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:48.013275 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:48.013616 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:48.013652 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:48.013962 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 04:12:48.014279 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:48.014405 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} executeQuery: Read 57 rows, 5.16 KiB in 0.001348 sec., 42284.86646884273 rows/sec., 3.74 MiB/sec. 2024.04.29 04:12:48.014590 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} DynamicQueryHandler: Done processing query 2024.04.29 04:12:48.014613 [ 3 ] {cf015c04-3a8b-4b60-9d6d-6036d1849c5c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:48.014629 [ 3 ] {} HTTP-Session: 1a146ca9-c8e2-400a-9416-315c3b49847b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.014752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:48.014801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:48.014820 [ 3 ] {} HTTP-Session: 517fb229-e1bc-4b97-a6b0-b32d134fe507 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:48.014836 [ 3 ] {} HTTP-Session: 517fb229-e1bc-4b97-a6b0-b32d134fe507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.014849 [ 3 ] {} HTTP-Session: 517fb229-e1bc-4b97-a6b0-b32d134fe507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.014881 [ 3 ] {} HTTP-Session: 517fb229-e1bc-4b97-a6b0-b32d134fe507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:48.014983 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:48.015026 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:48.015152 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:48.015445 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:48.015480 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:48.015778 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 04:12:48.016074 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:48.016228 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} executeQuery: Read 19 rows, 1.52 KiB in 0.001274 sec., 14913.657770800628 rows/sec., 1.17 MiB/sec. 2024.04.29 04:12:48.016430 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} DynamicQueryHandler: Done processing query 2024.04.29 04:12:48.016453 [ 3 ] {c6f127e5-34db-4a10-a90f-1266b657ba3a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:48.016468 [ 3 ] {} HTTP-Session: 517fb229-e1bc-4b97-a6b0-b32d134fe507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.016616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:48.016665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:48.016683 [ 3 ] {} HTTP-Session: 363f1e26-f485-467a-9760-7b42b55e077b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:48.016699 [ 3 ] {} HTTP-Session: 363f1e26-f485-467a-9760-7b42b55e077b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.016712 [ 3 ] {} HTTP-Session: 363f1e26-f485-467a-9760-7b42b55e077b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:48.016743 [ 3 ] {} HTTP-Session: 363f1e26-f485-467a-9760-7b42b55e077b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:48.016932 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:48.016980 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:48.017141 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:48.017542 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:48.017577 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:48.017990 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 04:12:48.018334 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:48.018494 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} executeQuery: Read 19 rows, 26.25 KiB in 0.001667 sec., 11397.720455908817 rows/sec., 15.38 MiB/sec. 2024.04.29 04:12:48.018673 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} DynamicQueryHandler: Done processing query 2024.04.29 04:12:48.018697 [ 3 ] {bdef2906-6d94-4ef5-935e-d2457b6cd783} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:48.018712 [ 3 ] {} HTTP-Session: 363f1e26-f485-467a-9760-7b42b55e077b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.009986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.010119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.010143 [ 3 ] {} HTTP-Session: 02287fb8-03e5-4457-95bc-91acdb402d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.010167 [ 3 ] {} HTTP-Session: 02287fb8-03e5-4457-95bc-91acdb402d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.010182 [ 3 ] {} HTTP-Session: 02287fb8-03e5-4457-95bc-91acdb402d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.010232 [ 3 ] {} HTTP-Session: 02287fb8-03e5-4457-95bc-91acdb402d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.010421 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.010489 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:53.010684 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.011097 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.011139 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.011512 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 04:12:53.011847 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:53.011994 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} executeQuery: Read 11 rows, 913.00 B in 0.001627 sec., 6760.909649661955 rows/sec., 548.00 KiB/sec. 2024.04.29 04:12:53.012067 [ 31 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 04:12:53.012168 [ 31 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.012220 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.012265 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.012326 [ 3 ] {dc178d01-dd7d-4b99-83ff-e7b9e8cf99e5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:53.012392 [ 3 ] {} HTTP-Session: 02287fb8-03e5-4457-95bc-91acdb402d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.012474 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:12:53.012567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.012677 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.012738 [ 3 ] {} HTTP-Session: 08578ed8-41fc-4c09-a0e2-96107c04700d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.012786 [ 3 ] {} HTTP-Session: 08578ed8-41fc-4c09-a0e2-96107c04700d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.012815 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:53.012826 [ 3 ] {} HTTP-Session: 08578ed8-41fc-4c09-a0e2-96107c04700d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.012880 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 30 rows starting from the beginning of the part 2024.04.29 04:12:53.012906 [ 3 ] {} HTTP-Session: 08578ed8-41fc-4c09-a0e2-96107c04700d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.013081 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.013209 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.013452 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:53.013450 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:12:53.013822 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.014140 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:53.014440 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.014509 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.015627 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.015710 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.016693 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:12:53.017552 [ 196 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.005244048 sec., 19259.930496440917 rows/sec., 1.52 MiB/sec. 2024.04.29 04:12:53.017665 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:12:53.017805 [ 197 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 04:12:53.017928 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} executeQuery: Read 16 rows, 1.35 KiB in 0.004865 sec., 3288.7975334018497 rows/sec., 276.61 KiB/sec. 2024.04.29 04:12:53.018712 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.018761 [ 3 ] {31d7a31b-1fdf-4a89-bc92-44784500518a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:53.018790 [ 3 ] {} HTTP-Session: 08578ed8-41fc-4c09-a0e2-96107c04700d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.018971 [ 197 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:53.018990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.019090 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.019115 [ 3 ] {} HTTP-Session: b9812901-6fe1-4dc4-b5f7-a5a6ecc7a275 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.019133 [ 197 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_16_3} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 04:12:53.019142 [ 3 ] {} HTTP-Session: b9812901-6fe1-4dc4-b5f7-a5a6ecc7a275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.019175 [ 3 ] {} HTTP-Session: b9812901-6fe1-4dc4-b5f7-a5a6ecc7a275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.019259 [ 3 ] {} HTTP-Session: b9812901-6fe1-4dc4-b5f7-a5a6ecc7a275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.019297 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:12:53.019409 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.019458 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:53.019613 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.019955 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.019993 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.020315 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 04:12:53.020646 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:53.020813 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} executeQuery: Read 44 rows, 3.90 KiB in 0.001432 sec., 30726.256983240226 rows/sec., 2.66 MiB/sec. 2024.04.29 04:12:53.021125 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.021152 [ 3 ] {e757df14-a850-455e-8a83-0319159f9f3f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:12:53.021169 [ 3 ] {} HTTP-Session: b9812901-6fe1-4dc4-b5f7-a5a6ecc7a275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.021321 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.021370 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.021389 [ 3 ] {} HTTP-Session: 20b845d8-e1b0-44ad-9cf5-08530d7d86ab Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.021406 [ 3 ] {} HTTP-Session: 20b845d8-e1b0-44ad-9cf5-08530d7d86ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.021420 [ 3 ] {} HTTP-Session: 20b845d8-e1b0-44ad-9cf5-08530d7d86ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.021457 [ 3 ] {} HTTP-Session: 20b845d8-e1b0-44ad-9cf5-08530d7d86ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.021564 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.021608 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:12:53.021757 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.022058 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.022095 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.022407 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.04.29 04:12:53.022727 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:12:53.022889 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} executeQuery: Read 16 rows, 1.16 KiB in 0.001351 sec., 11843.079200592154 rows/sec., 857.29 KiB/sec. 2024.04.29 04:12:53.023163 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.023188 [ 3 ] {1e79ff9f-415d-4216-929f-222caef66a0a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:53.023205 [ 3 ] {} HTTP-Session: 20b845d8-e1b0-44ad-9cf5-08530d7d86ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.023327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.023375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.023395 [ 3 ] {} HTTP-Session: 91164dc4-0f4d-4834-a373-bbb6cf069e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.023411 [ 3 ] {} HTTP-Session: 91164dc4-0f4d-4834-a373-bbb6cf069e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.023425 [ 3 ] {} HTTP-Session: 91164dc4-0f4d-4834-a373-bbb6cf069e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.023457 [ 3 ] {} HTTP-Session: 91164dc4-0f4d-4834-a373-bbb6cf069e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.023561 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.023605 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:53.023751 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.024042 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.024079 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.024397 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 04:12:53.024709 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:53.024871 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} executeQuery: Read 27 rows, 2.23 KiB in 0.001339 sec., 20164.30171769978 rows/sec., 1.62 MiB/sec. 2024.04.29 04:12:53.025041 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.025066 [ 3 ] {057982dd-3dd4-4cf7-90d7-4f6d41e30bcb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:12:53.025082 [ 3 ] {} HTTP-Session: 91164dc4-0f4d-4834-a373-bbb6cf069e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.025204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.025251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.025269 [ 3 ] {} HTTP-Session: 7b8a3ae1-1205-47d2-8b00-216622b3375b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.025286 [ 3 ] {} HTTP-Session: 7b8a3ae1-1205-47d2-8b00-216622b3375b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.025300 [ 3 ] {} HTTP-Session: 7b8a3ae1-1205-47d2-8b00-216622b3375b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.025331 [ 3 ] {} HTTP-Session: 7b8a3ae1-1205-47d2-8b00-216622b3375b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.025429 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.025476 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:12:53.025627 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.025895 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.025930 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.026298 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:12:53.026633 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:12:53.026805 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} executeQuery: Read 8 rows, 597.00 B in 0.001402 sec., 5706.134094151213 rows/sec., 415.84 KiB/sec. 2024.04.29 04:12:53.026979 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.027003 [ 3 ] {7f9c9c25-9722-4f66-93ec-848d3ab3e08d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:53.027019 [ 3 ] {} HTTP-Session: 7b8a3ae1-1205-47d2-8b00-216622b3375b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.027141 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:53.027189 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:53.027209 [ 3 ] {} HTTP-Session: b6ce7f20-d894-4f5d-9219-4e1002f1fa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:53.027225 [ 3 ] {} HTTP-Session: b6ce7f20-d894-4f5d-9219-4e1002f1fa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.027239 [ 3 ] {} HTTP-Session: b6ce7f20-d894-4f5d-9219-4e1002f1fa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.027270 [ 3 ] {} HTTP-Session: b6ce7f20-d894-4f5d-9219-4e1002f1fa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:53.027459 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:53.027506 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:53.027668 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:53.028033 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.028069 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.028486 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.04.29 04:12:53.028845 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:53.029008 [ 31 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.04.29 04:12:53.029017 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} executeQuery: Read 11 rows, 15.20 KiB in 0.001659 sec., 6630.500301386377 rows/sec., 8.95 MiB/sec. 2024.04.29 04:12:53.029078 [ 31 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:53.029149 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.04.29 04:12:53.029350 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} DynamicQueryHandler: Done processing query 2024.04.29 04:12:53.029358 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:12:53.029386 [ 3 ] {137fa191-125e-4112-ade5-369ed6bceabf} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:12:53.029431 [ 3 ] {} HTTP-Session: b6ce7f20-d894-4f5d-9219-4e1002f1fa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:53.029595 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:12:53.029641 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 184 rows starting from the beginning of the part 2024.04.29 04:12:53.029754 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.029862 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:53.029948 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.030044 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part 2024.04.29 04:12:53.030122 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2024.04.29 04:12:53.032206 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 6 columns (6 merged, 0 gathered) in 0.00294395 sec., 86618.3189252535 rows/sec., 116.89 MiB/sec. 2024.04.29 04:12:53.032481 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.04.29 04:12:53.032931 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:53.033007 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_16_3} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.04.29 04:12:53.033082 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2024.04.29 04:12:56.327259 [ 25 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:12:56.327361 [ 25 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:12:58.010611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:58.010754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:58.010797 [ 3 ] {} HTTP-Session: 066dda2d-360c-44ad-b772-65e0ed3dd857 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:58.010838 [ 3 ] {} HTTP-Session: 066dda2d-360c-44ad-b772-65e0ed3dd857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.010865 [ 3 ] {} HTTP-Session: 066dda2d-360c-44ad-b772-65e0ed3dd857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.010948 [ 3 ] {} HTTP-Session: 066dda2d-360c-44ad-b772-65e0ed3dd857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:58.011246 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:58.011352 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:12:58.011670 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:58.012131 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:58.012173 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:12:58.012537 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 04:12:58.012868 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:12:58.013053 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} executeQuery: Read 19 rows, 1.54 KiB in 0.001898 sec., 10010.537407797681 rows/sec., 811.40 KiB/sec. 2024.04.29 04:12:58.013374 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} DynamicQueryHandler: Done processing query 2024.04.29 04:12:58.013401 [ 3 ] {7893c798-d08b-4d1c-8aac-8def628afdf0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:58.013419 [ 3 ] {} HTTP-Session: 066dda2d-360c-44ad-b772-65e0ed3dd857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.013553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:58.013602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:58.013620 [ 3 ] {} HTTP-Session: 5a9003e8-25a6-4f40-83dd-e0ce7e6dad2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:58.013637 [ 3 ] {} HTTP-Session: 5a9003e8-25a6-4f40-83dd-e0ce7e6dad2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.013651 [ 3 ] {} HTTP-Session: 5a9003e8-25a6-4f40-83dd-e0ce7e6dad2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.013682 [ 3 ] {} HTTP-Session: 5a9003e8-25a6-4f40-83dd-e0ce7e6dad2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:58.013797 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:58.013840 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:12:58.013980 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:58.014351 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:58.014388 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:12:58.014692 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 04:12:58.014998 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:12:58.015153 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} executeQuery: Read 57 rows, 5.16 KiB in 0.001392 sec., 40948.275862068964 rows/sec., 3.62 MiB/sec. 2024.04.29 04:12:58.015321 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} DynamicQueryHandler: Done processing query 2024.04.29 04:12:58.015345 [ 3 ] {4eaa553a-0263-4c90-b3e9-67b1dadb0f87} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:12:58.015361 [ 3 ] {} HTTP-Session: 5a9003e8-25a6-4f40-83dd-e0ce7e6dad2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.015502 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:58.015548 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:58.015566 [ 3 ] {} HTTP-Session: 88a4be53-d124-4361-9a6d-475049d89776 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:58.015582 [ 3 ] {} HTTP-Session: 88a4be53-d124-4361-9a6d-475049d89776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.015596 [ 3 ] {} HTTP-Session: 88a4be53-d124-4361-9a6d-475049d89776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.015626 [ 3 ] {} HTTP-Session: 88a4be53-d124-4361-9a6d-475049d89776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:58.015725 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:58.015766 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:12:58.015893 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:58.016255 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:58.016290 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:12:58.016589 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 04:12:58.016897 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:12:58.017055 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} executeQuery: Read 19 rows, 1.52 KiB in 0.001357 sec., 14001.47383935151 rows/sec., 1.09 MiB/sec. 2024.04.29 04:12:58.017220 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} DynamicQueryHandler: Done processing query 2024.04.29 04:12:58.017244 [ 3 ] {acf34e14-f800-416c-af28-2549cf8a7f08} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:12:58.017259 [ 3 ] {} HTTP-Session: 88a4be53-d124-4361-9a6d-475049d89776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.017447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:12:58.017494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:12:58.017512 [ 3 ] {} HTTP-Session: 3bbd2252-a155-465a-9ba6-14e3a828e5d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:12:58.017528 [ 3 ] {} HTTP-Session: 3bbd2252-a155-465a-9ba6-14e3a828e5d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.017542 [ 3 ] {} HTTP-Session: 3bbd2252-a155-465a-9ba6-14e3a828e5d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:12:58.017571 [ 3 ] {} HTTP-Session: 3bbd2252-a155-465a-9ba6-14e3a828e5d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:12:58.017771 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:12:58.017819 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:12:58.017980 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:12:58.018384 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:12:58.018420 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:12:58.018977 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.04.29 04:12:58.019309 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:12:58.019467 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} executeQuery: Read 19 rows, 26.25 KiB in 0.001818 sec., 10451.045104510451 rows/sec., 14.10 MiB/sec. 2024.04.29 04:12:58.019641 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} DynamicQueryHandler: Done processing query 2024.04.29 04:12:58.019665 [ 3 ] {7327bc78-4d28-4f11-8175-f96e6f56b57f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:12:58.019681 [ 3 ] {} HTTP-Session: 3bbd2252-a155-465a-9ba6-14e3a828e5d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.010801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.010943 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.010971 [ 3 ] {} HTTP-Session: 24aaa411-6e0a-43c2-b5bb-732b5fa601da Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.010999 [ 3 ] {} HTTP-Session: 24aaa411-6e0a-43c2-b5bb-732b5fa601da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.011018 [ 3 ] {} HTTP-Session: 24aaa411-6e0a-43c2-b5bb-732b5fa601da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.011075 [ 3 ] {} HTTP-Session: 24aaa411-6e0a-43c2-b5bb-732b5fa601da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.011277 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.011351 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:03.011573 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.012018 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.012058 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.012419 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 04:13:03.012751 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:03.012928 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} executeQuery: Read 11 rows, 913.00 B in 0.001707 sec., 6444.053895723491 rows/sec., 522.32 KiB/sec. 2024.04.29 04:13:03.013130 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.013156 [ 3 ] {df220f64-3a77-486d-b18f-bd50e2c8ace9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:03.013172 [ 3 ] {} HTTP-Session: 24aaa411-6e0a-43c2-b5bb-732b5fa601da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.013287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.013337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.013356 [ 3 ] {} HTTP-Session: 1d6f8aa0-d102-4a05-bcf8-69315125d6b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.013373 [ 3 ] {} HTTP-Session: 1d6f8aa0-d102-4a05-bcf8-69315125d6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.013386 [ 3 ] {} HTTP-Session: 1d6f8aa0-d102-4a05-bcf8-69315125d6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.013417 [ 3 ] {} HTTP-Session: 1d6f8aa0-d102-4a05-bcf8-69315125d6b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.013508 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.013551 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:13:03.013675 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.013980 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.014016 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.014307 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:13:03.014621 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:13:03.014778 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} executeQuery: Read 2 rows, 167.00 B in 0.001291 sec., 1549.1866769945777 rows/sec., 126.33 KiB/sec. 2024.04.29 04:13:03.015061 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.015086 [ 3 ] {ddc7a8c5-d777-47f7-82c2-2e8d3fbb64ae} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:03.015101 [ 3 ] {} HTTP-Session: 1d6f8aa0-d102-4a05-bcf8-69315125d6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.015223 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 10110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.015270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.015288 [ 3 ] {} HTTP-Session: e24a3232-b776-4904-8c1a-7e25c2bc972c Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.015304 [ 3 ] {} HTTP-Session: e24a3232-b776-4904-8c1a-7e25c2bc972c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.015318 [ 3 ] {} HTTP-Session: e24a3232-b776-4904-8c1a-7e25c2bc972c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.015348 [ 3 ] {} HTTP-Session: e24a3232-b776-4904-8c1a-7e25c2bc972c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.015468 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.015509 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:03.015648 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.016015 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.016051 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.016345 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 04:13:03.016638 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:03.016794 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} executeQuery: Read 70 rows, 5.83 KiB in 0.001361 sec., 51432.77002204261 rows/sec., 4.18 MiB/sec. 2024.04.29 04:13:03.016955 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.016979 [ 3 ] {70d1cd97-960c-4337-b46e-cb017cb37f81} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:03.016994 [ 3 ] {} HTTP-Session: e24a3232-b776-4904-8c1a-7e25c2bc972c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.017101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.017172 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.017190 [ 3 ] {} HTTP-Session: 1f0ecc50-f887-460c-b439-39ed54b6e49a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.017206 [ 3 ] {} HTTP-Session: 1f0ecc50-f887-460c-b439-39ed54b6e49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.017220 [ 3 ] {} HTTP-Session: 1f0ecc50-f887-460c-b439-39ed54b6e49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.017250 [ 3 ] {} HTTP-Session: 1f0ecc50-f887-460c-b439-39ed54b6e49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.017340 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.017382 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:13:03.017506 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.017779 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.017814 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.018100 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.04.29 04:13:03.018429 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:13:03.018563 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. 2024.04.29 04:13:03.018734 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.018758 [ 3 ] {ec059cd2-dfff-41e0-b41d-e93ad5d2bfaf} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:03.018773 [ 3 ] {} HTTP-Session: 1f0ecc50-f887-460c-b439-39ed54b6e49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.018890 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.018937 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.018956 [ 3 ] {} HTTP-Session: 9050aead-6653-4fd4-b7ea-041de557c516 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.018971 [ 3 ] {} HTTP-Session: 9050aead-6653-4fd4-b7ea-041de557c516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.018984 [ 3 ] {} HTTP-Session: 9050aead-6653-4fd4-b7ea-041de557c516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.019014 [ 3 ] {} HTTP-Session: 9050aead-6653-4fd4-b7ea-041de557c516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.019119 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.019161 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:03.019283 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.019585 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.019621 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.019920 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 04:13:03.020225 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:03.020389 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} executeQuery: Read 37 rows, 2.94 KiB in 0.001293 sec., 28615.622583139982 rows/sec., 2.22 MiB/sec. 2024.04.29 04:13:03.020554 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.020577 [ 3 ] {5f7f912a-0475-4c64-8a81-e77b2d38a2dd} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:03.020593 [ 3 ] {} HTTP-Session: 9050aead-6653-4fd4-b7ea-041de557c516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.020705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.020753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.020772 [ 3 ] {} HTTP-Session: 8848aa08-f57c-4cd3-a857-97abdb33b508 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.020788 [ 3 ] {} HTTP-Session: 8848aa08-f57c-4cd3-a857-97abdb33b508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.020802 [ 3 ] {} HTTP-Session: 8848aa08-f57c-4cd3-a857-97abdb33b508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.020832 [ 3 ] {} HTTP-Session: 8848aa08-f57c-4cd3-a857-97abdb33b508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.020937 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.020983 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:13:03.021127 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.021441 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.021477 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.021842 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:13:03.022170 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:13:03.022324 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} executeQuery: Read 37 rows, 2.67 KiB in 0.001418 sec., 26093.08885754584 rows/sec., 1.84 MiB/sec. 2024.04.29 04:13:03.022497 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.022522 [ 3 ] {2a9ef0a8-efae-4197-b0f8-1b9e2ef91a20} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:03.022537 [ 3 ] {} HTTP-Session: 8848aa08-f57c-4cd3-a857-97abdb33b508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.022648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:03.022695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:03.022713 [ 3 ] {} HTTP-Session: 5247a2b7-58e3-460f-9cd1-b61dcaa841b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:03.022729 [ 3 ] {} HTTP-Session: 5247a2b7-58e3-460f-9cd1-b61dcaa841b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.022742 [ 3 ] {} HTTP-Session: 5247a2b7-58e3-460f-9cd1-b61dcaa841b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:03.022772 [ 3 ] {} HTTP-Session: 5247a2b7-58e3-460f-9cd1-b61dcaa841b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:03.022922 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:03.022967 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:03.023125 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:03.023476 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:03.023511 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:03.023896 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.04.29 04:13:03.024228 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:03.024388 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} executeQuery: Read 11 rows, 15.20 KiB in 0.001534 sec., 7170.795306388527 rows/sec., 9.68 MiB/sec. 2024.04.29 04:13:03.024559 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} DynamicQueryHandler: Done processing query 2024.04.29 04:13:03.024583 [ 3 ] {21a54ea1-604a-462f-bbe0-bd7be770ba4c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:03.024599 [ 3 ] {} HTTP-Session: 5247a2b7-58e3-460f-9cd1-b61dcaa841b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.010175 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.010323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.010353 [ 3 ] {} HTTP-Session: e00af333-64bd-4acd-b704-08da826f261a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.010381 [ 3 ] {} HTTP-Session: e00af333-64bd-4acd-b704-08da826f261a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.010400 [ 3 ] {} HTTP-Session: e00af333-64bd-4acd-b704-08da826f261a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.010459 [ 3 ] {} HTTP-Session: e00af333-64bd-4acd-b704-08da826f261a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.010669 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.010744 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:08.010960 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.011469 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.011507 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.011889 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 04:13:08.012229 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:08.012375 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} executeQuery: Read 19 rows, 1.54 KiB in 0.001775 sec., 10704.225352112675 rows/sec., 867.63 KiB/sec. 2024.04.29 04:13:08.012573 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.012600 [ 3 ] {52b68b8d-939d-4d6b-b52e-e33be44227b7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:08.012616 [ 3 ] {} HTTP-Session: e00af333-64bd-4acd-b704-08da826f261a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.012733 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.012782 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.012800 [ 3 ] {} HTTP-Session: abfc3491-ca43-4bfa-9645-5c191f376324 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.012817 [ 3 ] {} HTTP-Session: abfc3491-ca43-4bfa-9645-5c191f376324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.012831 [ 3 ] {} HTTP-Session: abfc3491-ca43-4bfa-9645-5c191f376324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.012863 [ 3 ] {} HTTP-Session: abfc3491-ca43-4bfa-9645-5c191f376324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.012957 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.012999 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:13:08.013122 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.013392 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.013428 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.013719 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:13:08.014022 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:13:08.014139 [ 100 ] {} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:13:08.014149 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} executeQuery: Read 2 rows, 167.00 B in 0.001215 sec., 1646.0905349794239 rows/sec., 134.23 KiB/sec. 2024.04.29 04:13:08.014192 [ 100 ] {} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.014233 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.014358 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.014363 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::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 04:13:08.014385 [ 3 ] {5fdff64b-1a8b-4c0f-a6f9-6154facc9c0a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:08.014420 [ 3 ] {} HTTP-Session: abfc3491-ca43-4bfa-9645-5c191f376324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.014519 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:08.014557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.014561 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2024.04.29 04:13:08.014611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.014644 [ 3 ] {} HTTP-Session: 4659f314-56c3-4e2f-9c2c-536d443dfb78 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.014692 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.014695 [ 3 ] {} HTTP-Session: 4659f314-56c3-4e2f-9c2c-536d443dfb78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.014756 [ 3 ] {} HTTP-Session: 4659f314-56c3-4e2f-9c2c-536d443dfb78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.014897 [ 3 ] {} HTTP-Session: 4659f314-56c3-4e2f-9c2c-536d443dfb78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.015040 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.015280 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.015386 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part 2024.04.29 04:13:08.015445 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:08.015712 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.016026 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.016369 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.016850 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.016886 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.017363 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 04:13:08.017716 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00340232 sec., 10581.015307202144 rows/sec., 886.92 KiB/sec. 2024.04.29 04:13:08.017984 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:08.018014 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:13:08.018189 [ 100 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 04:13:08.018209 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} executeQuery: Read 58 rows, 5.23 KiB in 0.003112 sec., 18637.53213367609 rows/sec., 1.64 MiB/sec. 2024.04.29 04:13:08.018252 [ 100 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.018356 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.018796 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.018903 [ 3 ] {ed6a5447-925d-41ca-9db1-f84d10752adc} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:08.018958 [ 3 ] {} HTTP-Session: 4659f314-56c3-4e2f-9c2c-536d443dfb78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.018984 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:13:08.019194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.019357 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.019450 [ 3 ] {} HTTP-Session: 7e7df7b1-0354-458f-b899-bc9b6cb0b1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.019501 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:08.019518 [ 3 ] {} HTTP-Session: 7e7df7b1-0354-458f-b899-bc9b6cb0b1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.019524 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:13:08.019552 [ 3 ] {} HTTP-Session: 7e7df7b1-0354-458f-b899-bc9b6cb0b1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.019598 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 137 rows starting from the beginning of the part 2024.04.29 04:13:08.019644 [ 3 ] {} HTTP-Session: 7e7df7b1-0354-458f-b899-bc9b6cb0b1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.019777 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_6_1} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:13:08.020018 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.020138 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:13:08.020204 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:13:08.020217 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:08.020568 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part 2024.04.29 04:13:08.020962 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:08.021029 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.021285 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 70 rows starting from the beginning of the part 2024.04.29 04:13:08.021467 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 58 rows starting from the beginning of the part 2024.04.29 04:13:08.022252 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.022304 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.023137 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.04.29 04:13:08.024020 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:13:08.024328 [ 100 ] {} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.04.29 04:13:08.024486 [ 100 ] {} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.024511 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} executeQuery: Read 2 rows, 143.00 B in 0.004661 sec., 429.0924694271615 rows/sec., 29.96 KiB/sec. 2024.04.29 04:13:08.024582 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.024778 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 4 columns (4 merged, 0 gathered) in 0.006212807 sec., 68085.16665655315 rows/sec., 5.83 MiB/sec. 2024.04.29 04:13:08.025038 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::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 04:13:08.025125 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.025176 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 04:13:08.025183 [ 3 ] {02600678-fcfb-477f-ae86-8cf17ce39131} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:08.025285 [ 3 ] {} HTTP-Session: 7e7df7b1-0354-458f-b899-bc9b6cb0b1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.025567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.025579 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:08.025666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.025687 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2024.04.29 04:13:08.025754 [ 3 ] {} HTTP-Session: 6676c818-3347-4901-a089-85bd818bb67d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.025831 [ 3 ] {} HTTP-Session: 6676c818-3347-4901-a089-85bd818bb67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.025916 [ 3 ] {} HTTP-Session: 6676c818-3347-4901-a089-85bd818bb67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.026057 [ 3 ] {} HTTP-Session: 6676c818-3347-4901-a089-85bd818bb67d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.026393 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.026480 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.026501 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:08.026882 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:08.027130 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.027192 [ 196 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_21_4} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 04:13:08.027557 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.29 04:13:08.027745 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.027755 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part 2024.04.29 04:13:08.028056 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.028296 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2024.04.29 04:13:08.029000 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.029048 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.029847 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 04:13:08.030833 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:08.031086 [ 187 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006287099 sec., 5726.011313007796 rows/sec., 412.86 KiB/sec. 2024.04.29 04:13:08.031153 [ 100 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 04:13:08.031169 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} executeQuery: Read 21 rows, 1.68 KiB in 0.004892 sec., 4292.72281275552 rows/sec., 344.35 KiB/sec. 2024.04.29 04:13:08.031228 [ 100 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.031325 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.031527 [ 187 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.04.29 04:13:08.031587 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.031587 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:13:08.031663 [ 3 ] {15d49fe0-ff0b-4973-974b-bc7d5ae8031b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:08.031737 [ 3 ] {} HTTP-Session: 6676c818-3347-4901-a089-85bd818bb67d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.031919 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:08.032003 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.032057 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 88 rows starting from the beginning of the part 2024.04.29 04:13:08.032256 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.032376 [ 3 ] {} HTTP-Session: 2a0b3256-bf86-41e8-a138-d2bceaba0727 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.032480 [ 3 ] {} HTTP-Session: 2a0b3256-bf86-41e8-a138-d2bceaba0727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.032534 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:08.032552 [ 3 ] {} HTTP-Session: 2a0b3256-bf86-41e8-a138-d2bceaba0727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.032738 [ 3 ] {} HTTP-Session: 2a0b3256-bf86-41e8-a138-d2bceaba0727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.033020 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part 2024.04.29 04:13:08.033204 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.033491 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:13:08.033516 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:08.033579 [ 187 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:13:08.034102 [ 187 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_6_1} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.04.29 04:13:08.034100 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 37 rows starting from the beginning of the part 2024.04.29 04:13:08.034461 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 04:13:08.034625 [ 196 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part 2024.04.29 04:13:08.035097 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.035660 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.035708 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.036272 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:13:08.036382 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004928741 sec., 42810.12128655167 rows/sec., 3.37 MiB/sec. 2024.04.29 04:13:08.036625 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 04:13:08.037119 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:13:08.037458 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} executeQuery: Read 1 rows, 72.00 B in 0.004435 sec., 225.47914317925594 rows/sec., 15.85 KiB/sec. 2024.04.29 04:13:08.037620 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:08.037783 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_21_4} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 04:13:08.037811 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.037868 [ 3 ] {5a2f5109-e8af-45fa-9e9c-2862feb95036} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 04:13:08.037919 [ 3 ] {} HTTP-Session: 2a0b3256-bf86-41e8-a138-d2bceaba0727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.037926 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:13:08.038079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:08.038135 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:08.038155 [ 3 ] {} HTTP-Session: a8de10e1-40a1-4a21-b24f-d310ac7fbcc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:08.038171 [ 3 ] {} HTTP-Session: a8de10e1-40a1-4a21-b24f-d310ac7fbcc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.038185 [ 3 ] {} HTTP-Session: a8de10e1-40a1-4a21-b24f-d310ac7fbcc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:08.038217 [ 3 ] {} HTTP-Session: a8de10e1-40a1-4a21-b24f-d310ac7fbcc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:08.038554 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:08.038604 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:08.038783 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:08.039243 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:08.039279 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:08.039681 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.04.29 04:13:08.040018 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:08.040173 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} executeQuery: Read 19 rows, 26.25 KiB in 0.001865 sec., 10187.667560321717 rows/sec., 13.75 MiB/sec. 2024.04.29 04:13:08.040345 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} DynamicQueryHandler: Done processing query 2024.04.29 04:13:08.040369 [ 3 ] {e5f9bedd-ceb2-419a-ac0d-2c1cda085b17} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:08.040384 [ 3 ] {} HTTP-Session: a8de10e1-40a1-4a21-b24f-d310ac7fbcc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:11.327409 [ 139 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:13:11.327481 [ 139 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:13:13.009442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:13.009555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:13.009579 [ 3 ] {} HTTP-Session: 79c75efa-291e-466a-b539-66ee4f63283b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:13.009605 [ 3 ] {} HTTP-Session: 79c75efa-291e-466a-b539-66ee4f63283b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.009620 [ 3 ] {} HTTP-Session: 79c75efa-291e-466a-b539-66ee4f63283b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.009670 [ 3 ] {} HTTP-Session: 79c75efa-291e-466a-b539-66ee4f63283b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:13.009854 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:13.009918 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:13.010110 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:13.010551 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:13.010589 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:13.010964 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 04:13:13.011309 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:13.011492 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} executeQuery: Read 11 rows, 913.00 B in 0.001693 sec., 6497.341996455995 rows/sec., 526.64 KiB/sec. 2024.04.29 04:13:13.011715 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} DynamicQueryHandler: Done processing query 2024.04.29 04:13:13.011741 [ 3 ] {815b7a45-1df1-4e89-8c2e-65551f2c96ee} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:13.011757 [ 3 ] {} HTTP-Session: 79c75efa-291e-466a-b539-66ee4f63283b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.011885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:13.011935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:13.011953 [ 3 ] {} HTTP-Session: 722b2e34-d1f5-4652-8dfd-69df75ae6a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:13.011970 [ 3 ] {} HTTP-Session: 722b2e34-d1f5-4652-8dfd-69df75ae6a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.011984 [ 3 ] {} HTTP-Session: 722b2e34-d1f5-4652-8dfd-69df75ae6a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.012016 [ 3 ] {} HTTP-Session: 722b2e34-d1f5-4652-8dfd-69df75ae6a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:13.012120 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:13.012162 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:13.012286 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:13.012626 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:13.012661 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:13.012971 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 04:13:13.013287 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:13.013409 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} executeQuery: Read 33 rows, 2.99 KiB in 0.001323 sec., 24943.310657596372 rows/sec., 2.20 MiB/sec. 2024.04.29 04:13:13.013572 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} DynamicQueryHandler: Done processing query 2024.04.29 04:13:13.013597 [ 3 ] {76c8869c-0c4c-4904-882b-441a9d7c7466} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:13:13.013613 [ 3 ] {} HTTP-Session: 722b2e34-d1f5-4652-8dfd-69df75ae6a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.013732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:13.013780 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:13.013799 [ 3 ] {} HTTP-Session: 23451027-1a89-4565-b666-3a84a9f1fe27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:13.013815 [ 3 ] {} HTTP-Session: 23451027-1a89-4565-b666-3a84a9f1fe27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.013829 [ 3 ] {} HTTP-Session: 23451027-1a89-4565-b666-3a84a9f1fe27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.013860 [ 3 ] {} HTTP-Session: 23451027-1a89-4565-b666-3a84a9f1fe27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:13.013956 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:13.013997 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:13.014120 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:13.014408 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:13.014442 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:13.014746 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 04:13:13.015047 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:13.015169 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} executeQuery: Read 11 rows, 902.00 B in 0.00124 sec., 8870.967741935483 rows/sec., 710.37 KiB/sec. 2024.04.29 04:13:13.015326 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} DynamicQueryHandler: Done processing query 2024.04.29 04:13:13.015351 [ 3 ] {bcbeb432-dbd7-46b2-9251-65182d6416c6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:13.015366 [ 3 ] {} HTTP-Session: 23451027-1a89-4565-b666-3a84a9f1fe27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.015490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:13.015536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:13.015554 [ 3 ] {} HTTP-Session: 335acbe2-65db-4fab-83cf-a979dd627f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:13.015570 [ 3 ] {} HTTP-Session: 335acbe2-65db-4fab-83cf-a979dd627f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.015583 [ 3 ] {} HTTP-Session: 335acbe2-65db-4fab-83cf-a979dd627f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:13.015612 [ 3 ] {} HTTP-Session: 335acbe2-65db-4fab-83cf-a979dd627f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:13.015760 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:13.015807 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:13.015961 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:13.016325 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:13.016361 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:13.016762 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.04.29 04:13:13.017090 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:13.017218 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} executeQuery: Read 11 rows, 15.20 KiB in 0.001533 sec., 7175.472928897586 rows/sec., 9.68 MiB/sec. 2024.04.29 04:13:13.017385 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} DynamicQueryHandler: Done processing query 2024.04.29 04:13:13.017408 [ 3 ] {a30c1388-e1c2-4495-9bd0-c8691d9d0fa4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:13.017424 [ 3 ] {} HTTP-Session: 335acbe2-65db-4fab-83cf-a979dd627f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.009781 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:18.009924 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:18.009953 [ 3 ] {} HTTP-Session: 5f99066c-c7b7-4663-ac4f-588aca9db343 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:18.009981 [ 3 ] {} HTTP-Session: 5f99066c-c7b7-4663-ac4f-588aca9db343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.009999 [ 3 ] {} HTTP-Session: 5f99066c-c7b7-4663-ac4f-588aca9db343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.010056 [ 3 ] {} HTTP-Session: 5f99066c-c7b7-4663-ac4f-588aca9db343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:18.010252 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:18.010318 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:18.010512 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:18.011027 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.011071 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.011441 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 04:13:18.011793 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:18.011974 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} executeQuery: Read 19 rows, 1.54 KiB in 0.001773 sec., 10716.300056401578 rows/sec., 868.61 KiB/sec. 2024.04.29 04:13:18.011976 [ 125 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 04:13:18.012080 [ 125 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.012136 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.012293 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} DynamicQueryHandler: Done processing query 2024.04.29 04:13:18.012367 [ 3 ] {8c7bd33b-4680-4cf1-aac4-dd418924c5c9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:18.012446 [ 3 ] {} HTTP-Session: 5f99066c-c7b7-4663-ac4f-588aca9db343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.012576 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:13:18.012704 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:18.012824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:18.012887 [ 3 ] {} HTTP-Session: f8a70b6a-6178-436b-ae28-a63778bb0ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:18.012945 [ 3 ] {} HTTP-Session: f8a70b6a-6178-436b-ae28-a63778bb0ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.012972 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:18.012983 [ 3 ] {} HTTP-Session: f8a70b6a-6178-436b-ae28-a63778bb0ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.013038 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 30 rows starting from the beginning of the part 2024.04.29 04:13:18.013063 [ 3 ] {} HTTP-Session: f8a70b6a-6178-436b-ae28-a63778bb0ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:18.013288 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.013378 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:18.013588 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:18.013759 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:18.014100 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.014458 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:18.014773 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:18.014842 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.015709 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.015768 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.016651 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 04:13:18.017477 [ 190 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005226717 sec., 20854.3910068213 rows/sec., 1.65 MiB/sec. 2024.04.29 04:13:18.017614 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:18.017672 [ 196 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 04:13:18.017863 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} executeQuery: Read 57 rows, 5.16 KiB in 0.004651 sec., 12255.428940012902 rows/sec., 1.08 MiB/sec. 2024.04.29 04:13:18.018125 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} DynamicQueryHandler: Done processing query 2024.04.29 04:13:18.018155 [ 3 ] {93f56a28-cce3-41f8-9df9-195caaae2e94} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:18.018176 [ 3 ] {} HTTP-Session: f8a70b6a-6178-436b-ae28-a63778bb0ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.018302 [ 196 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:18.018361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:18.018391 [ 196 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_21_4} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 04:13:18.018416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:18.018445 [ 3 ] {} HTTP-Session: 72d6ae82-1d3d-4fd0-ba4a-e33b2f78d199 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:18.018478 [ 3 ] {} HTTP-Session: 72d6ae82-1d3d-4fd0-ba4a-e33b2f78d199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.018488 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:13:18.018495 [ 3 ] {} HTTP-Session: 72d6ae82-1d3d-4fd0-ba4a-e33b2f78d199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.018542 [ 3 ] {} HTTP-Session: 72d6ae82-1d3d-4fd0-ba4a-e33b2f78d199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:18.018649 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:18.018693 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:18.018821 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:18.019127 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.019165 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.019479 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 04:13:18.019786 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:18.019941 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} executeQuery: Read 19 rows, 1.52 KiB in 0.001324 sec., 14350.453172205436 rows/sec., 1.12 MiB/sec. 2024.04.29 04:13:18.020153 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} DynamicQueryHandler: Done processing query 2024.04.29 04:13:18.020178 [ 3 ] {f85ee68e-68e1-43b8-9479-4828b70e3cea} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:18.020193 [ 3 ] {} HTTP-Session: 72d6ae82-1d3d-4fd0-ba4a-e33b2f78d199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.020338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:18.020386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:18.020404 [ 3 ] {} HTTP-Session: b83dccf9-0ece-4ce5-ae7e-0fb794bd49da Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:18.020420 [ 3 ] {} HTTP-Session: b83dccf9-0ece-4ce5-ae7e-0fb794bd49da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.020434 [ 3 ] {} HTTP-Session: b83dccf9-0ece-4ce5-ae7e-0fb794bd49da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.020465 [ 3 ] {} HTTP-Session: b83dccf9-0ece-4ce5-ae7e-0fb794bd49da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:18.020821 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:18.020871 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:18.021032 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:18.021447 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.021483 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.021890 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.04.29 04:13:18.022249 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:18.022407 [ 125 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.04.29 04:13:18.022416 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} executeQuery: Read 19 rows, 26.25 KiB in 0.001862 sec., 10204.081632653062 rows/sec., 13.77 MiB/sec. 2024.04.29 04:13:18.022467 [ 125 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:18.022540 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:18.022700 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:13:18.022722 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} DynamicQueryHandler: Done processing query 2024.04.29 04:13:18.022751 [ 3 ] {ae16bb35-f21b-4f43-b643-2baa500afa3a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:18.022773 [ 3 ] {} HTTP-Session: b83dccf9-0ece-4ce5-ae7e-0fb794bd49da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:18.022859 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:18.022899 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 255 rows starting from the beginning of the part 2024.04.29 04:13:18.023004 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.023103 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:18.023200 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.023414 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:18.023503 [ 192 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:18.027437 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 6 columns (6 merged, 0 gathered) in 0.004790658 sec., 69719.02398376173 rows/sec., 94.08 MiB/sec. 2024.04.29 04:13:18.027794 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.04.29 04:13:18.028309 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:18.028402 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_21_4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.04.29 04:13:18.028508 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2024.04.29 04:13:23.009410 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:23.009555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:23.009588 [ 3 ] {} HTTP-Session: fc8eac76-8e34-4a8b-bc23-4f9996f37560 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:23.009616 [ 3 ] {} HTTP-Session: fc8eac76-8e34-4a8b-bc23-4f9996f37560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.009635 [ 3 ] {} HTTP-Session: fc8eac76-8e34-4a8b-bc23-4f9996f37560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.009694 [ 3 ] {} HTTP-Session: fc8eac76-8e34-4a8b-bc23-4f9996f37560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:23.009915 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:23.009994 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:23.010220 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:23.010677 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:23.010730 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:23.011128 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 04:13:23.011489 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:23.011676 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} executeQuery: Read 11 rows, 913.00 B in 0.001826 sec., 6024.096385542169 rows/sec., 488.28 KiB/sec. 2024.04.29 04:13:23.011932 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} DynamicQueryHandler: Done processing query 2024.04.29 04:13:23.011965 [ 3 ] {37d261d1-ef38-4aa3-ad78-e327f90f22f0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:23.011982 [ 3 ] {} HTTP-Session: fc8eac76-8e34-4a8b-bc23-4f9996f37560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.012120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:23.012190 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:23.012213 [ 3 ] {} HTTP-Session: 41b22418-f8a4-4541-be22-f947403373a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:23.012232 [ 3 ] {} HTTP-Session: 41b22418-f8a4-4541-be22-f947403373a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.012247 [ 3 ] {} HTTP-Session: 41b22418-f8a4-4541-be22-f947403373a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.012286 [ 3 ] {} HTTP-Session: 41b22418-f8a4-4541-be22-f947403373a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:23.012426 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:23.012480 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:23.012635 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:23.012961 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:23.013006 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:23.013337 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 04:13:23.013664 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:23.013835 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} executeQuery: Read 33 rows, 2.99 KiB in 0.001449 sec., 22774.32712215321 rows/sec., 2.01 MiB/sec. 2024.04.29 04:13:23.014178 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} DynamicQueryHandler: Done processing query 2024.04.29 04:13:23.014207 [ 3 ] {202fb42b-98d0-4582-a158-cb2d4328ace2} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:13:23.014224 [ 3 ] {} HTTP-Session: 41b22418-f8a4-4541-be22-f947403373a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.014350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:23.014414 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:23.014436 [ 3 ] {} HTTP-Session: 065cace1-db63-4755-88dd-1d7491214180 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:23.014455 [ 3 ] {} HTTP-Session: 065cace1-db63-4755-88dd-1d7491214180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.014469 [ 3 ] {} HTTP-Session: 065cace1-db63-4755-88dd-1d7491214180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.014506 [ 3 ] {} HTTP-Session: 065cace1-db63-4755-88dd-1d7491214180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:23.014631 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:23.014683 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:23.014841 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:23.015140 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:23.015182 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:23.015515 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 04:13:23.015830 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:23.015998 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} executeQuery: Read 11 rows, 902.00 B in 0.001401 sec., 7851.534618129907 rows/sec., 628.74 KiB/sec. 2024.04.29 04:13:23.016233 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} DynamicQueryHandler: Done processing query 2024.04.29 04:13:23.016260 [ 3 ] {a3d35c3e-cd6c-47bd-8735-394581c30f3f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:23.016276 [ 3 ] {} HTTP-Session: 065cace1-db63-4755-88dd-1d7491214180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.016399 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:23.016456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:23.016475 [ 3 ] {} HTTP-Session: f0f0a2c2-8e3e-44a3-a336-97fcaa3b1979 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:23.016493 [ 3 ] {} HTTP-Session: f0f0a2c2-8e3e-44a3-a336-97fcaa3b1979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.016507 [ 3 ] {} HTTP-Session: f0f0a2c2-8e3e-44a3-a336-97fcaa3b1979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:23.016547 [ 3 ] {} HTTP-Session: f0f0a2c2-8e3e-44a3-a336-97fcaa3b1979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:23.016721 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:23.016774 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:23.016937 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:23.017287 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:23.017322 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:23.017730 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.04.29 04:13:23.018066 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:23.018226 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} executeQuery: Read 11 rows, 15.20 KiB in 0.00158 sec., 6962.025316455696 rows/sec., 9.39 MiB/sec. 2024.04.29 04:13:23.018551 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} DynamicQueryHandler: Done processing query 2024.04.29 04:13:23.018577 [ 3 ] {272adb9c-fecc-4499-b2a1-797ed1a53bf9} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:23.018593 [ 3 ] {} HTTP-Session: f0f0a2c2-8e3e-44a3-a336-97fcaa3b1979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:26.327522 [ 149 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:13:26.327592 [ 149 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:13:28.009554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:28.009681 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:28.009710 [ 3 ] {} HTTP-Session: 9f90df0c-73fb-4599-92b2-29250230eea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:28.009739 [ 3 ] {} HTTP-Session: 9f90df0c-73fb-4599-92b2-29250230eea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.009757 [ 3 ] {} HTTP-Session: 9f90df0c-73fb-4599-92b2-29250230eea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.009816 [ 3 ] {} HTTP-Session: 9f90df0c-73fb-4599-92b2-29250230eea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:28.010030 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:28.010106 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:28.010330 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:28.010774 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:28.010816 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:28.011175 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 04:13:28.011508 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:28.011675 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} executeQuery: Read 19 rows, 1.54 KiB in 0.001702 sec., 11163.337250293773 rows/sec., 904.84 KiB/sec. 2024.04.29 04:13:28.011880 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} DynamicQueryHandler: Done processing query 2024.04.29 04:13:28.011907 [ 3 ] {eed2a27b-3cf0-43e4-8cfc-2acf3a15bc28} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:28.011923 [ 3 ] {} HTTP-Session: 9f90df0c-73fb-4599-92b2-29250230eea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.012062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:28.012117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:28.012137 [ 3 ] {} HTTP-Session: 5bd826a6-8f52-4203-9544-67cd905afd28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:28.012154 [ 3 ] {} HTTP-Session: 5bd826a6-8f52-4203-9544-67cd905afd28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.012168 [ 3 ] {} HTTP-Session: 5bd826a6-8f52-4203-9544-67cd905afd28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.012200 [ 3 ] {} HTTP-Session: 5bd826a6-8f52-4203-9544-67cd905afd28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:28.012312 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:28.012355 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:28.012480 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:28.012828 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:28.012865 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:28.013184 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 04:13:28.013484 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:28.013642 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} executeQuery: Read 57 rows, 5.16 KiB in 0.001354 sec., 42097.48892171344 rows/sec., 3.72 MiB/sec. 2024.04.29 04:13:28.013817 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} DynamicQueryHandler: Done processing query 2024.04.29 04:13:28.013842 [ 3 ] {2d70cebc-8e2a-4c87-92bd-0d57a86c6052} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:28.013857 [ 3 ] {} HTTP-Session: 5bd826a6-8f52-4203-9544-67cd905afd28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.013978 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:28.014026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:28.014045 [ 3 ] {} HTTP-Session: dd5838c6-4a38-4067-8439-842da4d2cc83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:28.014061 [ 3 ] {} HTTP-Session: dd5838c6-4a38-4067-8439-842da4d2cc83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.014075 [ 3 ] {} HTTP-Session: dd5838c6-4a38-4067-8439-842da4d2cc83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.014109 [ 3 ] {} HTTP-Session: dd5838c6-4a38-4067-8439-842da4d2cc83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:28.014215 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:28.014258 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:28.014382 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:28.014670 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:28.014707 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:28.015013 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 04:13:28.015314 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:28.015469 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} executeQuery: Read 19 rows, 1.52 KiB in 0.00128 sec., 14843.749999999998 rows/sec., 1.16 MiB/sec. 2024.04.29 04:13:28.015641 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} DynamicQueryHandler: Done processing query 2024.04.29 04:13:28.015665 [ 3 ] {51bef81c-b98c-4db7-a7aa-16f48dd1d004} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:28.015681 [ 3 ] {} HTTP-Session: dd5838c6-4a38-4067-8439-842da4d2cc83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.015830 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:28.015879 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:28.015897 [ 3 ] {} HTTP-Session: d4915031-bce8-45d3-a2aa-7676c01f43b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:28.015913 [ 3 ] {} HTTP-Session: d4915031-bce8-45d3-a2aa-7676c01f43b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.015927 [ 3 ] {} HTTP-Session: d4915031-bce8-45d3-a2aa-7676c01f43b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:28.015957 [ 3 ] {} HTTP-Session: d4915031-bce8-45d3-a2aa-7676c01f43b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:28.016158 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:28.016206 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:28.016365 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:28.016783 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:28.016818 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:28.017225 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.04.29 04:13:28.017560 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:28.017707 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} executeQuery: Read 19 rows, 26.25 KiB in 0.001667 sec., 11397.720455908817 rows/sec., 15.38 MiB/sec. 2024.04.29 04:13:28.017884 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} DynamicQueryHandler: Done processing query 2024.04.29 04:13:28.017908 [ 3 ] {7feb6c29-700d-4fc7-a3a6-3074e615a62d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:28.017924 [ 3 ] {} HTTP-Session: d4915031-bce8-45d3-a2aa-7676c01f43b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.010708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:33.010833 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:33.010858 [ 3 ] {} HTTP-Session: 44c66b53-b0da-4969-9573-8f8b18c049a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:33.010883 [ 3 ] {} HTTP-Session: 44c66b53-b0da-4969-9573-8f8b18c049a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.010897 [ 3 ] {} HTTP-Session: 44c66b53-b0da-4969-9573-8f8b18c049a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.010946 [ 3 ] {} HTTP-Session: 44c66b53-b0da-4969-9573-8f8b18c049a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:33.011140 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:33.011207 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:33.011399 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:33.011838 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.011878 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.012238 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 04:13:33.012562 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:33.012704 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} executeQuery: Read 11 rows, 913.00 B in 0.001618 sec., 6798.516687268232 rows/sec., 551.05 KiB/sec. 2024.04.29 04:13:33.012900 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} DynamicQueryHandler: Done processing query 2024.04.29 04:13:33.012926 [ 3 ] {2fc60961-1c50-4853-be4a-199d38f1d8de} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:33.012942 [ 3 ] {} HTTP-Session: 44c66b53-b0da-4969-9573-8f8b18c049a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.013083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 9975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:33.013144 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:33.013165 [ 3 ] {} HTTP-Session: 77461348-4233-4541-b3a4-d10ad9ba9557 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:33.013181 [ 3 ] {} HTTP-Session: 77461348-4233-4541-b3a4-d10ad9ba9557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.013195 [ 3 ] {} HTTP-Session: 77461348-4233-4541-b3a4-d10ad9ba9557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.013227 [ 3 ] {} HTTP-Session: 77461348-4233-4541-b3a4-d10ad9ba9557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:33.013352 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:33.013396 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:33.013543 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:33.013915 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.013950 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.014256 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 04:13:33.014550 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:33.014670 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} executeQuery: Read 69 rows, 5.75 KiB in 0.001361 sec., 50698.016164584864 rows/sec., 4.13 MiB/sec. 2024.04.29 04:13:33.014680 [ 144 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 04:13:33.014740 [ 144 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.014777 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.014899 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} DynamicQueryHandler: Done processing query 2024.04.29 04:13:33.014960 [ 3 ] {1aa204e4-a5af-4a87-b6df-beb8fd797a7b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:33.015005 [ 3 ] {} HTTP-Session: 77461348-4233-4541-b3a4-d10ad9ba9557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.015005 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:13:33.015231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:33.015428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:33.015534 [ 3 ] {} HTTP-Session: d2052325-a265-491b-a7b5-f124d8839118 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:33.015627 [ 3 ] {} HTTP-Session: d2052325-a265-491b-a7b5-f124d8839118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.015695 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:33.015696 [ 3 ] {} HTTP-Session: d2052325-a265-491b-a7b5-f124d8839118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.015756 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 139 rows starting from the beginning of the part 2024.04.29 04:13:33.015770 [ 3 ] {} HTTP-Session: d2052325-a265-491b-a7b5-f124d8839118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:33.015835 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part 2024.04.29 04:13:33.016024 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:33.016196 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:33.016247 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:33.016470 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part 2024.04.29 04:13:33.016831 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:33.017147 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 69 rows starting from the beginning of the part 2024.04.29 04:13:33.017565 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:33.018051 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.018100 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.018631 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 04:13:33.018970 [ 192 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 4 columns (4 merged, 0 gathered) in 0.004129434 sec., 93959.60802376305 rows/sec., 8.04 MiB/sec. 2024.04.29 04:13:33.019229 [ 190 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 04:13:33.019254 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:33.019562 [ 144 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 04:13:33.019584 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} executeQuery: Read 35 rows, 2.78 KiB in 0.003696 sec., 9469.69696969697 rows/sec., 751.97 KiB/sec. 2024.04.29 04:13:33.019661 [ 144 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.019755 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.020324 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} DynamicQueryHandler: Done processing query 2024.04.29 04:13:33.020321 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:13:33.020376 [ 3 ] {85e1d812-2638-41c2-9240-542357861727} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:33.020436 [ 3 ] {} HTTP-Session: d2052325-a265-491b-a7b5-f124d8839118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.020629 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:33.020749 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:33.020811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:33.020837 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 92 rows starting from the beginning of the part 2024.04.29 04:13:33.020857 [ 3 ] {} HTTP-Session: 7dda600e-0296-4d0d-a0a6-eb053f2b1093 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:33.020913 [ 3 ] {} HTTP-Session: 7dda600e-0296-4d0d-a0a6-eb053f2b1093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.020957 [ 3 ] {} HTTP-Session: 7dda600e-0296-4d0d-a0a6-eb053f2b1093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.021090 [ 3 ] {} HTTP-Session: 7dda600e-0296-4d0d-a0a6-eb053f2b1093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:33.020992 [ 190 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:33.021225 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:33.021511 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:33.021510 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:33.021769 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:13:33.021838 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:33.022339 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:33.022617 [ 189 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 35 rows starting from the beginning of the part 2024.04.29 04:13:33.023370 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:33.023390 [ 190 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_26_5} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 04:13:33.023669 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 04:13:33.024300 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.024368 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.025481 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:13:33.025636 [ 192 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 4 columns (4 merged, 0 gathered) in 0.005665176 sec., 33008.68322537552 rows/sec., 2.59 MiB/sec. 2024.04.29 04:13:33.025801 [ 192 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 04:13:33.025994 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:13:33.026227 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} executeQuery: Read 36 rows, 2.60 KiB in 0.004888 sec., 7364.9754500818335 rows/sec., 532.23 KiB/sec. 2024.04.29 04:13:33.026552 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:33.026805 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} DynamicQueryHandler: Done processing query 2024.04.29 04:13:33.026819 [ 186 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_26_5} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 04:13:33.026855 [ 3 ] {ad4b19be-618a-4ed5-a4c1-1b1bc079c0cc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:33.026882 [ 3 ] {} HTTP-Session: 7dda600e-0296-4d0d-a0a6-eb053f2b1093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.027009 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.29 04:13:33.027085 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:33.027140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:33.027158 [ 3 ] {} HTTP-Session: 32b3dc5b-f08e-49ab-bc4b-1f6deb091dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:33.027174 [ 3 ] {} HTTP-Session: 32b3dc5b-f08e-49ab-bc4b-1f6deb091dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.027188 [ 3 ] {} HTTP-Session: 32b3dc5b-f08e-49ab-bc4b-1f6deb091dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:33.027219 [ 3 ] {} HTTP-Session: 32b3dc5b-f08e-49ab-bc4b-1f6deb091dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:33.027391 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:33.027442 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:33.027624 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:33.027985 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:33.028019 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.04.29 04:13:33.028415 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.04.29 04:13:33.028749 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:33.028877 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} executeQuery: Read 11 rows, 15.20 KiB in 0.001578 sec., 6970.84917617237 rows/sec., 9.41 MiB/sec. 2024.04.29 04:13:33.029045 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} DynamicQueryHandler: Done processing query 2024.04.29 04:13:33.029068 [ 3 ] {5c0d3afb-fa4d-481d-81a4-8baaa2b1cb3a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:33.029084 [ 3 ] {} HTTP-Session: 32b3dc5b-f08e-49ab-bc4b-1f6deb091dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.009347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:38.009477 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:38.009502 [ 3 ] {} HTTP-Session: a464acb4-ff3d-4bdf-a839-6afdf4255005 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:38.009528 [ 3 ] {} HTTP-Session: a464acb4-ff3d-4bdf-a839-6afdf4255005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.009543 [ 3 ] {} HTTP-Session: a464acb4-ff3d-4bdf-a839-6afdf4255005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.009594 [ 3 ] {} HTTP-Session: a464acb4-ff3d-4bdf-a839-6afdf4255005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:38.009788 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:38.009856 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:38.010055 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:38.010501 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:38.010545 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:38.010923 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 04:13:38.011268 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:38.011428 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} executeQuery: Read 19 rows, 1.54 KiB in 0.001697 sec., 11196.228638774308 rows/sec., 907.51 KiB/sec. 2024.04.29 04:13:38.011653 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} DynamicQueryHandler: Done processing query 2024.04.29 04:13:38.011680 [ 3 ] {18ccd4e3-486c-4762-bddc-c3df25c0220d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:38.011697 [ 3 ] {} HTTP-Session: a464acb4-ff3d-4bdf-a839-6afdf4255005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.011832 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:38.011886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:38.011905 [ 3 ] {} HTTP-Session: 86ae09b3-7734-4391-912f-f71265376fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:38.011922 [ 3 ] {} HTTP-Session: 86ae09b3-7734-4391-912f-f71265376fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.011936 [ 3 ] {} HTTP-Session: 86ae09b3-7734-4391-912f-f71265376fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.011969 [ 3 ] {} HTTP-Session: 86ae09b3-7734-4391-912f-f71265376fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:38.012102 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:38.012146 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:38.012270 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:38.012629 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:38.012666 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:38.012980 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 04:13:38.013309 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:38.013456 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} executeQuery: Read 57 rows, 5.16 KiB in 0.001392 sec., 40948.275862068964 rows/sec., 3.62 MiB/sec. 2024.04.29 04:13:38.013624 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} DynamicQueryHandler: Done processing query 2024.04.29 04:13:38.013648 [ 3 ] {97de4d5c-4d61-4d5d-a2b0-9eb6c210551b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:38.013664 [ 3 ] {} HTTP-Session: 86ae09b3-7734-4391-912f-f71265376fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.013795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:38.013844 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:38.013862 [ 3 ] {} HTTP-Session: d49c3e90-b13b-4d30-a816-8ed506f5303a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:38.013879 [ 3 ] {} HTTP-Session: d49c3e90-b13b-4d30-a816-8ed506f5303a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.013893 [ 3 ] {} HTTP-Session: d49c3e90-b13b-4d30-a816-8ed506f5303a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.013923 [ 3 ] {} HTTP-Session: d49c3e90-b13b-4d30-a816-8ed506f5303a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:38.014026 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:38.014069 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:38.014234 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:38.014564 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:38.014600 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:38.014932 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 04:13:38.015251 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:38.015399 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} executeQuery: Read 19 rows, 1.52 KiB in 0.001397 sec., 13600.572655690767 rows/sec., 1.06 MiB/sec. 2024.04.29 04:13:38.015668 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} DynamicQueryHandler: Done processing query 2024.04.29 04:13:38.015699 [ 3 ] {52d4c29f-75d0-4e24-81b9-a9255799f068} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:38.015715 [ 3 ] {} HTTP-Session: d49c3e90-b13b-4d30-a816-8ed506f5303a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.015839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:38.015887 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:38.015932 [ 3 ] {} HTTP-Session: ebb2b5e8-245f-4338-9ba1-7cab3af6a9b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:38.015950 [ 3 ] {} HTTP-Session: ebb2b5e8-245f-4338-9ba1-7cab3af6a9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.015965 [ 3 ] {} HTTP-Session: ebb2b5e8-245f-4338-9ba1-7cab3af6a9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:38.016000 [ 3 ] {} HTTP-Session: ebb2b5e8-245f-4338-9ba1-7cab3af6a9b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:38.016242 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:38.016292 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:38.016473 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:38.016876 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:38.016911 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:38.017337 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.04.29 04:13:38.017687 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:38.017849 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} executeQuery: Read 19 rows, 26.25 KiB in 0.001762 sec., 10783.200908059025 rows/sec., 14.55 MiB/sec. 2024.04.29 04:13:38.018072 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} DynamicQueryHandler: Done processing query 2024.04.29 04:13:38.018098 [ 3 ] {0697405b-e27f-4ad4-b5f0-fd23e713482e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:38.018114 [ 3 ] {} HTTP-Session: ebb2b5e8-245f-4338-9ba1-7cab3af6a9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:41.327647 [ 142 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:13:41.327749 [ 142 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:13:43.008879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:43.009005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:43.009033 [ 3 ] {} HTTP-Session: da844483-6636-4d10-99d3-2860067e8f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:43.009061 [ 3 ] {} HTTP-Session: da844483-6636-4d10-99d3-2860067e8f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.009079 [ 3 ] {} HTTP-Session: da844483-6636-4d10-99d3-2860067e8f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.009133 [ 3 ] {} HTTP-Session: da844483-6636-4d10-99d3-2860067e8f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:43.009341 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:43.009416 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:43.009633 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:43.010067 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.010107 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.010464 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 04:13:43.010787 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:43.010949 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} executeQuery: Read 11 rows, 913.00 B in 0.001665 sec., 6606.606606606607 rows/sec., 535.50 KiB/sec. 2024.04.29 04:13:43.010965 [ 142 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 04:13:43.011070 [ 142 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.011119 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.011258 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} DynamicQueryHandler: Done processing query 2024.04.29 04:13:43.011330 [ 3 ] {beb6c7e6-7377-41e3-9a2d-19771157d4c5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:43.011379 [ 3 ] {} HTTP-Session: da844483-6636-4d10-99d3-2860067e8f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.011436 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:13:43.011673 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:43.011835 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:43.011883 [ 3 ] {} HTTP-Session: b63f53ac-904a-4503-95fb-c25b3710c431 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:43.011908 [ 3 ] {} HTTP-Session: b63f53ac-904a-4503-95fb-c25b3710c431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.011907 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:43.011925 [ 3 ] {} HTTP-Session: b63f53ac-904a-4503-95fb-c25b3710c431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.011950 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 30 rows starting from the beginning of the part 2024.04.29 04:13:43.011966 [ 3 ] {} HTTP-Session: b63f53ac-904a-4503-95fb-c25b3710c431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:43.012028 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.012267 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:43.012424 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:43.012468 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:43.012790 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.013075 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:43.013315 [ 192 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.013702 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:43.014316 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.014361 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.014876 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 04:13:43.015048 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.003841939 sec., 26288.808854070823 rows/sec., 2.08 MiB/sec. 2024.04.29 04:13:43.015299 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 04:13:43.015458 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:43.015856 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} executeQuery: Read 33 rows, 2.99 KiB in 0.003775 sec., 8741.721854304635 rows/sec., 790.82 KiB/sec. 2024.04.29 04:13:43.016223 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} DynamicQueryHandler: Done processing query 2024.04.29 04:13:43.016268 [ 3 ] {30804f87-439f-4651-bd78-50406810cda8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:13:43.016264 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:43.016297 [ 3 ] {} HTTP-Session: b63f53ac-904a-4503-95fb-c25b3710c431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.016412 [ 186 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_26_5} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 04:13:43.016486 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:43.016556 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:13:43.016578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:43.016614 [ 3 ] {} HTTP-Session: 9df9261f-2648-48bb-b480-ed20c3bd76e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:43.016632 [ 3 ] {} HTTP-Session: 9df9261f-2648-48bb-b480-ed20c3bd76e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.016646 [ 3 ] {} HTTP-Session: 9df9261f-2648-48bb-b480-ed20c3bd76e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.016677 [ 3 ] {} HTTP-Session: 9df9261f-2648-48bb-b480-ed20c3bd76e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:43.016782 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:43.016826 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:43.016971 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:43.017273 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.017308 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.017618 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 04:13:43.017943 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:43.018098 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} executeQuery: Read 11 rows, 902.00 B in 0.001339 sec., 8215.085884988797 rows/sec., 657.85 KiB/sec. 2024.04.29 04:13:43.018266 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} DynamicQueryHandler: Done processing query 2024.04.29 04:13:43.018291 [ 3 ] {5d61e7c2-7774-4471-a1cb-535642905cee} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:43.018306 [ 3 ] {} HTTP-Session: 9df9261f-2648-48bb-b480-ed20c3bd76e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.018421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:43.018467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:43.018485 [ 3 ] {} HTTP-Session: 2fe192d8-58ff-4878-9e3e-f3d34df898c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:43.018501 [ 3 ] {} HTTP-Session: 2fe192d8-58ff-4878-9e3e-f3d34df898c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.018515 [ 3 ] {} HTTP-Session: 2fe192d8-58ff-4878-9e3e-f3d34df898c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.018545 [ 3 ] {} HTTP-Session: 2fe192d8-58ff-4878-9e3e-f3d34df898c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:43.018697 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:43.018745 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:43.018908 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:43.019295 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.019330 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.019729 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.04.29 04:13:43.020060 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:43.020212 [ 142 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.04.29 04:13:43.020222 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} executeQuery: Read 11 rows, 15.20 KiB in 0.00159 sec., 6918.238993710692 rows/sec., 9.34 MiB/sec. 2024.04.29 04:13:43.020277 [ 142 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:43.020354 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:43.020562 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:13:43.020578 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} DynamicQueryHandler: Done processing query 2024.04.29 04:13:43.020644 [ 3 ] {18574d50-c8d6-48d1-9f33-9c5df8221349} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:43.020670 [ 3 ] {} HTTP-Session: 2fe192d8-58ff-4878-9e3e-f3d34df898c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:43.020807 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:43.020854 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 334 rows starting from the beginning of the part 2024.04.29 04:13:43.020990 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.021174 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:43.021313 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.021479 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:43.021614 [ 189 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:43.024155 [ 186 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 6 columns (6 merged, 0 gathered) in 0.003688386 sec., 109804.12570701656 rows/sec., 148.18 MiB/sec. 2024.04.29 04:13:43.024483 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.04.29 04:13:43.024933 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:43.025023 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_26_5} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.04.29 04:13:43.025112 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. 2024.04.29 04:13:46.915940 [ 137 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.04.29 04:13:46.916059 [ 137 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:46.916102 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:46.916651 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::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 04:13:46.917148 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:46.917190 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 296 rows starting from the beginning of the part 2024.04.29 04:13:46.917272 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2024.04.29 04:13:46.917475 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part 2024.04.29 04:13:46.917612 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2024.04.29 04:13:46.917846 [ 189 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2024.04.29 04:13:46.918917 [ 194 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 5 columns (5 merged, 0 gathered) in 0.002715125 sec., 139220.10957138252 rows/sec., 9.83 MiB/sec. 2024.04.29 04:13:46.919159 [ 194 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.04.29 04:13:46.919692 [ 194 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:13:46.919779 [ 194 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_9_2} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.04.29 04:13:46.919881 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.29 04:13:48.010298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:48.010422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:48.010450 [ 3 ] {} HTTP-Session: 014a3860-9c1c-43c5-b0ff-487c88eaad4d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:48.010478 [ 3 ] {} HTTP-Session: 014a3860-9c1c-43c5-b0ff-487c88eaad4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.010496 [ 3 ] {} HTTP-Session: 014a3860-9c1c-43c5-b0ff-487c88eaad4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.010551 [ 3 ] {} HTTP-Session: 014a3860-9c1c-43c5-b0ff-487c88eaad4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:48.010752 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:48.010817 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:48.011008 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:48.011433 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:48.011472 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:48.011829 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 04:13:48.012161 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:48.012325 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} executeQuery: Read 19 rows, 1.54 KiB in 0.00163 sec., 11656.441717791411 rows/sec., 944.81 KiB/sec. 2024.04.29 04:13:48.012530 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} DynamicQueryHandler: Done processing query 2024.04.29 04:13:48.012556 [ 3 ] {59bc448d-1588-4b67-869b-ff18d886b440} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:48.012572 [ 3 ] {} HTTP-Session: 014a3860-9c1c-43c5-b0ff-487c88eaad4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.012708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:48.012756 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:48.012774 [ 3 ] {} HTTP-Session: f4bb87e0-718e-496e-a3f3-0e598ecab892 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:48.012790 [ 3 ] {} HTTP-Session: f4bb87e0-718e-496e-a3f3-0e598ecab892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.012804 [ 3 ] {} HTTP-Session: f4bb87e0-718e-496e-a3f3-0e598ecab892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.012834 [ 3 ] {} HTTP-Session: f4bb87e0-718e-496e-a3f3-0e598ecab892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:48.012948 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:48.012991 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:48.013117 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:48.013461 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:48.013496 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:48.013796 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 04:13:48.014107 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:48.014253 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} executeQuery: Read 57 rows, 5.16 KiB in 0.00134 sec., 42537.31343283582 rows/sec., 3.76 MiB/sec. 2024.04.29 04:13:48.014419 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} DynamicQueryHandler: Done processing query 2024.04.29 04:13:48.014442 [ 3 ] {a0f828a4-2d60-4462-872c-5c4236a54ea7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:48.014458 [ 3 ] {} HTTP-Session: f4bb87e0-718e-496e-a3f3-0e598ecab892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.014605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:48.014651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:48.014669 [ 3 ] {} HTTP-Session: 066d7b28-cd25-4834-abc3-53f5e68ce925 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:48.014684 [ 3 ] {} HTTP-Session: 066d7b28-cd25-4834-abc3-53f5e68ce925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.014698 [ 3 ] {} HTTP-Session: 066d7b28-cd25-4834-abc3-53f5e68ce925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.014728 [ 3 ] {} HTTP-Session: 066d7b28-cd25-4834-abc3-53f5e68ce925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:48.014829 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:48.014876 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:48.015001 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:48.015367 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:48.015403 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:48.015698 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 04:13:48.016000 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:48.016145 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} executeQuery: Read 19 rows, 1.52 KiB in 0.001347 sec., 14105.41945063103 rows/sec., 1.10 MiB/sec. 2024.04.29 04:13:48.016311 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} DynamicQueryHandler: Done processing query 2024.04.29 04:13:48.016335 [ 3 ] {35c24a5e-0a8f-4a8e-85cb-1ebb1ed8ffeb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:48.016350 [ 3 ] {} HTTP-Session: 066d7b28-cd25-4834-abc3-53f5e68ce925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.016496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:48.016543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:48.016561 [ 3 ] {} HTTP-Session: 40d9b3a1-7f8a-43c8-be6d-dee92c05766e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:48.016577 [ 3 ] {} HTTP-Session: 40d9b3a1-7f8a-43c8-be6d-dee92c05766e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.016591 [ 3 ] {} HTTP-Session: 40d9b3a1-7f8a-43c8-be6d-dee92c05766e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:48.016621 [ 3 ] {} HTTP-Session: 40d9b3a1-7f8a-43c8-be6d-dee92c05766e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:48.016810 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:48.016858 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:48.017019 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:48.017412 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:48.017446 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:48.017851 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.04.29 04:13:48.018178 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:48.018336 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} executeQuery: Read 19 rows, 26.25 KiB in 0.001637 sec., 11606.597434331094 rows/sec., 15.66 MiB/sec. 2024.04.29 04:13:48.018503 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} DynamicQueryHandler: Done processing query 2024.04.29 04:13:48.018526 [ 3 ] {99d41758-6748-47c6-b3c5-d7896c45422c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:48.018542 [ 3 ] {} HTTP-Session: 40d9b3a1-7f8a-43c8-be6d-dee92c05766e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.009441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.009606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.009636 [ 3 ] {} HTTP-Session: 14849d27-0209-43dc-961a-dea4733a8038 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.009665 [ 3 ] {} HTTP-Session: 14849d27-0209-43dc-961a-dea4733a8038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.009684 [ 3 ] {} HTTP-Session: 14849d27-0209-43dc-961a-dea4733a8038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.009743 [ 3 ] {} HTTP-Session: 14849d27-0209-43dc-961a-dea4733a8038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.009949 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.010017 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:53.010213 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.010657 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.010702 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.011088 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 04:13:53.011447 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:53.011633 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} executeQuery: Read 11 rows, 913.00 B in 0.001735 sec., 6340.057636887608 rows/sec., 513.89 KiB/sec. 2024.04.29 04:13:53.011848 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.011876 [ 3 ] {26806124-849c-4abe-b9d5-01bce97a05f8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:53.011893 [ 3 ] {} HTTP-Session: 14849d27-0209-43dc-961a-dea4733a8038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.012025 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.012076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.012097 [ 3 ] {} HTTP-Session: 46c85f76-f659-44c9-a4e4-a5454f830cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.012115 [ 3 ] {} HTTP-Session: 46c85f76-f659-44c9-a4e4-a5454f830cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.012130 [ 3 ] {} HTTP-Session: 46c85f76-f659-44c9-a4e4-a5454f830cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.012164 [ 3 ] {} HTTP-Session: 46c85f76-f659-44c9-a4e4-a5454f830cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.012268 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.012313 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:13:53.012444 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.012773 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.012812 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.013117 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:13:53.013432 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:13:53.013577 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} executeQuery: Read 16 rows, 1.35 KiB in 0.001332 sec., 12012.012012012012 rows/sec., 1010.29 KiB/sec. 2024.04.29 04:13:53.013774 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.013798 [ 3 ] {8c5be400-d95f-4a0c-8403-6bd5357044f2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:53.013816 [ 3 ] {} HTTP-Session: 46c85f76-f659-44c9-a4e4-a5454f830cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.013951 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.013999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.014017 [ 3 ] {} HTTP-Session: 49bf7ba1-7b82-4042-a580-a2772759be2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.014034 [ 3 ] {} HTTP-Session: 49bf7ba1-7b82-4042-a580-a2772759be2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.014049 [ 3 ] {} HTTP-Session: 49bf7ba1-7b82-4042-a580-a2772759be2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.014079 [ 3 ] {} HTTP-Session: 49bf7ba1-7b82-4042-a580-a2772759be2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.014183 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.014225 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:53.014348 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.014660 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.014696 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.015000 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 04:13:53.015310 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:53.015467 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} executeQuery: Read 44 rows, 3.90 KiB in 0.001308 sec., 33639.143730886855 rows/sec., 2.91 MiB/sec. 2024.04.29 04:13:53.015732 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.015784 [ 3 ] {7f377ea5-924c-40cb-833e-686d17e9effb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:13:53.015803 [ 3 ] {} HTTP-Session: 49bf7ba1-7b82-4042-a580-a2772759be2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.015952 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.015999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.016018 [ 3 ] {} HTTP-Session: 645fe64c-7e01-4eb2-9e99-ed66a45ca5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.016034 [ 3 ] {} HTTP-Session: 645fe64c-7e01-4eb2-9e99-ed66a45ca5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.016048 [ 3 ] {} HTTP-Session: 645fe64c-7e01-4eb2-9e99-ed66a45ca5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.016078 [ 3 ] {} HTTP-Session: 645fe64c-7e01-4eb2-9e99-ed66a45ca5e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.016182 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.016227 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:13:53.016372 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.016668 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.016704 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.017004 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.04.29 04:13:53.017315 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:13:53.017467 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} executeQuery: Read 16 rows, 1.16 KiB in 0.001307 sec., 12241.77505738332 rows/sec., 886.15 KiB/sec. 2024.04.29 04:13:53.017994 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.018026 [ 3 ] {a14a3ff5-a939-4874-bf93-7b260a3e149b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:53.018048 [ 3 ] {} HTTP-Session: 645fe64c-7e01-4eb2-9e99-ed66a45ca5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.018179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.018233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.018254 [ 3 ] {} HTTP-Session: 98633034-d866-4e3f-9af2-48308092dd57 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.018269 [ 3 ] {} HTTP-Session: 98633034-d866-4e3f-9af2-48308092dd57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.018283 [ 3 ] {} HTTP-Session: 98633034-d866-4e3f-9af2-48308092dd57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.018313 [ 3 ] {} HTTP-Session: 98633034-d866-4e3f-9af2-48308092dd57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.018422 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.018465 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:53.018603 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.018910 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.018947 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.019259 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 04:13:53.019578 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:53.019731 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} executeQuery: Read 27 rows, 2.23 KiB in 0.001329 sec., 20316.027088036117 rows/sec., 1.64 MiB/sec. 2024.04.29 04:13:53.019901 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.019926 [ 3 ] {1d054c51-14af-488f-8233-46e57d83fa9f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:13:53.019941 [ 3 ] {} HTTP-Session: 98633034-d866-4e3f-9af2-48308092dd57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.020056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.020103 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.020122 [ 3 ] {} HTTP-Session: 554db114-0ce5-4cc3-83fe-a672b929082e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.020139 [ 3 ] {} HTTP-Session: 554db114-0ce5-4cc3-83fe-a672b929082e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.020152 [ 3 ] {} HTTP-Session: 554db114-0ce5-4cc3-83fe-a672b929082e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.020182 [ 3 ] {} HTTP-Session: 554db114-0ce5-4cc3-83fe-a672b929082e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.020282 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.020328 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:13:53.020474 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.020764 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.020801 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.021161 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:13:53.021491 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:13:53.021640 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} executeQuery: Read 8 rows, 597.00 B in 0.001384 sec., 5780.346820809248 rows/sec., 421.25 KiB/sec. 2024.04.29 04:13:53.021809 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.021833 [ 3 ] {fcdbbd4c-8013-49b7-983f-4545fd9be323} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:53.021849 [ 3 ] {} HTTP-Session: 554db114-0ce5-4cc3-83fe-a672b929082e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.021978 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:53.022024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:53.022042 [ 3 ] {} HTTP-Session: fd098c0f-f6d4-425e-a1a2-cf5caed8f1fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:53.022059 [ 3 ] {} HTTP-Session: fd098c0f-f6d4-425e-a1a2-cf5caed8f1fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.022072 [ 3 ] {} HTTP-Session: fd098c0f-f6d4-425e-a1a2-cf5caed8f1fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:53.022102 [ 3 ] {} HTTP-Session: fd098c0f-f6d4-425e-a1a2-cf5caed8f1fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:53.022251 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:53.022298 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:53.022456 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:53.022829 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:53.022866 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:53.023252 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.04.29 04:13:53.023589 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:53.023740 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} executeQuery: Read 11 rows, 15.20 KiB in 0.001564 sec., 7033.2480818414315 rows/sec., 9.49 MiB/sec. 2024.04.29 04:13:53.023916 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} DynamicQueryHandler: Done processing query 2024.04.29 04:13:53.023940 [ 3 ] {067f8c48-f7d7-42b2-92ab-918618ec1f60} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:13:53.023956 [ 3 ] {} HTTP-Session: fd098c0f-f6d4-425e-a1a2-cf5caed8f1fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:56.328007 [ 132 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:13:56.328081 [ 132 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:13:58.009420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:58.009548 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:58.009576 [ 3 ] {} HTTP-Session: 438880e7-f039-4e2b-ac48-81e837bb9fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:58.009604 [ 3 ] {} HTTP-Session: 438880e7-f039-4e2b-ac48-81e837bb9fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.009623 [ 3 ] {} HTTP-Session: 438880e7-f039-4e2b-ac48-81e837bb9fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.009678 [ 3 ] {} HTTP-Session: 438880e7-f039-4e2b-ac48-81e837bb9fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:58.009890 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:58.009954 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:13:58.010145 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:58.010640 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.010678 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.011074 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 04:13:58.011409 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:13:58.011549 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} executeQuery: Read 19 rows, 1.54 KiB in 0.001723 sec., 11027.278003482299 rows/sec., 893.81 KiB/sec. 2024.04.29 04:13:58.011749 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} DynamicQueryHandler: Done processing query 2024.04.29 04:13:58.011775 [ 3 ] {1dffd0f8-8263-4509-ac87-df70167343fe} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:58.011792 [ 3 ] {} HTTP-Session: 438880e7-f039-4e2b-ac48-81e837bb9fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.011958 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:58.012006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:58.012024 [ 3 ] {} HTTP-Session: a4a7a0dd-4f6e-4b0c-9d74-ca446766acf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:58.012041 [ 3 ] {} HTTP-Session: a4a7a0dd-4f6e-4b0c-9d74-ca446766acf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.012054 [ 3 ] {} HTTP-Session: a4a7a0dd-4f6e-4b0c-9d74-ca446766acf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.012085 [ 3 ] {} HTTP-Session: a4a7a0dd-4f6e-4b0c-9d74-ca446766acf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:58.012199 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:58.012241 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:13:58.012365 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:58.012772 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.012807 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.013108 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 04:13:58.013412 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:58.013529 [ 132 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 04:13:58.013539 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} executeQuery: Read 57 rows, 5.16 KiB in 0.001378 sec., 41364.29608127721 rows/sec., 3.65 MiB/sec. 2024.04.29 04:13:58.013570 [ 132 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.013604 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.013804 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} DynamicQueryHandler: Done processing query 2024.04.29 04:13:58.013848 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:13:58.013879 [ 3 ] {45b91518-fb44-4745-b9b2-3e1b04f6d275} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:13:58.013968 [ 3 ] {} HTTP-Session: a4a7a0dd-4f6e-4b0c-9d74-ca446766acf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.014292 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:58.014295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:58.014356 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 139 rows starting from the beginning of the part 2024.04.29 04:13:58.014399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:58.014466 [ 3 ] {} HTTP-Session: 6640497a-337f-4034-b73f-61bc31cb716e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:58.014525 [ 3 ] {} HTTP-Session: 6640497a-337f-4034-b73f-61bc31cb716e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.014584 [ 3 ] {} HTTP-Session: 6640497a-337f-4034-b73f-61bc31cb716e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.014619 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:58.014696 [ 3 ] {} HTTP-Session: 6640497a-337f-4034-b73f-61bc31cb716e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:58.014905 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part 2024.04.29 04:13:58.015070 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:58.015245 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:13:58.015267 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:58.015678 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 44 rows starting from the beginning of the part 2024.04.29 04:13:58.016061 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 57 rows starting from the beginning of the part 2024.04.29 04:13:58.016143 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:58.016993 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.017071 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.017841 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 04:13:58.018929 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:58.018972 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 387 rows, containing 4 columns (4 merged, 0 gathered) in 0.005278808 sec., 73312.00528604185 rows/sec., 6.35 MiB/sec. 2024.04.29 04:13:58.019196 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} executeQuery: Read 19 rows, 1.52 KiB in 0.004256 sec., 4464.285714285714 rows/sec., 357.49 KiB/sec. 2024.04.29 04:13:58.019187 [ 131 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 04:13:58.019246 [ 194 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 04:13:58.019364 [ 131 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.019484 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.019719 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} DynamicQueryHandler: Done processing query 2024.04.29 04:13:58.019824 [ 3 ] {0e86e7ea-4f9a-4fec-bf06-a86fd558694a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:13:58.019948 [ 3 ] {} HTTP-Session: 6640497a-337f-4034-b73f-61bc31cb716e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.019991 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:13:58.020327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:13:58.020602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:13:58.020731 [ 3 ] {} HTTP-Session: 210ae35f-a4fc-4130-b015-26e9a79e7dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:13:58.020838 [ 3 ] {} HTTP-Session: 210ae35f-a4fc-4130-b015-26e9a79e7dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.020869 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:13:58.020886 [ 3 ] {} HTTP-Session: 210ae35f-a4fc-4130-b015-26e9a79e7dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.020988 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 92 rows starting from the beginning of the part 2024.04.29 04:13:58.021028 [ 3 ] {} HTTP-Session: 210ae35f-a4fc-4130-b015-26e9a79e7dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:13:58.021501 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:58.021516 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:13:58.021749 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:13:58.021904 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2024.04.29 04:13:58.021932 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:13:58.022464 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:58.022498 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_31_6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 04:13:58.023014 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.29 04:13:58.023048 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part 2024.04.29 04:13:58.023303 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:13:58.023404 [ 195 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 19 rows starting from the beginning of the part 2024.04.29 04:13:58.024407 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:13:58.024471 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:13:58.025735 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.04.29 04:13:58.025935 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 4 columns (4 merged, 0 gathered) in 0.0063227 sec., 29575.972290319012 rows/sec., 2.33 MiB/sec. 2024.04.29 04:13:58.026316 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 04:13:58.026547 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:13:58.026951 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} executeQuery: Read 19 rows, 26.25 KiB in 0.005672 sec., 3349.7884344146687 rows/sec., 4.52 MiB/sec. 2024.04.29 04:13:58.027464 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} DynamicQueryHandler: Done processing query 2024.04.29 04:13:58.027499 [ 3 ] {6279305f-f0f5-4360-80ff-307e3fec8f51} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:13:58.027542 [ 3 ] {} HTTP-Session: 210ae35f-a4fc-4130-b015-26e9a79e7dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:13:58.027550 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:13:58.027672 [ 194 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_31_6} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 04:13:58.027770 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:14:03.010017 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.010159 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.010191 [ 3 ] {} HTTP-Session: 1bfa26d3-9f54-45af-867a-0fdd063812ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.010218 [ 3 ] {} HTTP-Session: 1bfa26d3-9f54-45af-867a-0fdd063812ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.010236 [ 3 ] {} HTTP-Session: 1bfa26d3-9f54-45af-867a-0fdd063812ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.010296 [ 3 ] {} HTTP-Session: 1bfa26d3-9f54-45af-867a-0fdd063812ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.010509 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.010585 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:03.010812 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.011257 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.011300 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.011675 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 04:14:03.012015 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:03.012174 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} executeQuery: Read 11 rows, 913.00 B in 0.001728 sec., 6365.740740740741 rows/sec., 515.97 KiB/sec. 2024.04.29 04:14:03.012386 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.012411 [ 3 ] {fee207ec-686b-44be-a2a5-7331aa3ddd21} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:03.012427 [ 3 ] {} HTTP-Session: 1bfa26d3-9f54-45af-867a-0fdd063812ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.012547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.012596 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.012615 [ 3 ] {} HTTP-Session: e8d3b5d8-21df-42dc-a621-4cff09637361 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.012632 [ 3 ] {} HTTP-Session: e8d3b5d8-21df-42dc-a621-4cff09637361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.012646 [ 3 ] {} HTTP-Session: e8d3b5d8-21df-42dc-a621-4cff09637361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.012677 [ 3 ] {} HTTP-Session: e8d3b5d8-21df-42dc-a621-4cff09637361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.012776 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.012820 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:14:03.012950 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.013222 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.013259 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.013557 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:14:03.013872 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:14:03.014029 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} executeQuery: Read 2 rows, 167.00 B in 0.001276 sec., 1567.398119122257 rows/sec., 127.81 KiB/sec. 2024.04.29 04:14:03.014196 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.014219 [ 3 ] {7d0b132f-bc3f-43ea-bd89-9422ec39d82a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:03.014235 [ 3 ] {} HTTP-Session: e8d3b5d8-21df-42dc-a621-4cff09637361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.014377 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 10110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.014424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.014443 [ 3 ] {} HTTP-Session: c9670770-360f-4fdb-8d81-f8f5fa750c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.014460 [ 3 ] {} HTTP-Session: c9670770-360f-4fdb-8d81-f8f5fa750c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.014473 [ 3 ] {} HTTP-Session: c9670770-360f-4fdb-8d81-f8f5fa750c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.014505 [ 3 ] {} HTTP-Session: c9670770-360f-4fdb-8d81-f8f5fa750c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.014619 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.014661 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:03.014789 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.015138 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.015174 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.015490 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 04:14:03.015795 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:03.015943 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} executeQuery: Read 70 rows, 5.83 KiB in 0.001362 sec., 51395.00734214391 rows/sec., 4.18 MiB/sec. 2024.04.29 04:14:03.016142 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.016168 [ 3 ] {cd511003-562e-4004-a316-eafe2eef4c79} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:03.016184 [ 3 ] {} HTTP-Session: c9670770-360f-4fdb-8d81-f8f5fa750c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.016334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.016381 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.016400 [ 3 ] {} HTTP-Session: 37a08565-46a6-402b-bfa7-f1b2911e1ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.016416 [ 3 ] {} HTTP-Session: 37a08565-46a6-402b-bfa7-f1b2911e1ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.016430 [ 3 ] {} HTTP-Session: 37a08565-46a6-402b-bfa7-f1b2911e1ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.016460 [ 3 ] {} HTTP-Session: 37a08565-46a6-402b-bfa7-f1b2911e1ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.016551 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.016593 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:14:03.016719 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.017045 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.017081 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.017372 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.04.29 04:14:03.017678 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:14:03.017842 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} executeQuery: Read 2 rows, 143.00 B in 0.001311 sec., 1525.5530129672004 rows/sec., 106.52 KiB/sec. 2024.04.29 04:14:03.018122 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.018148 [ 3 ] {c06014a0-39ed-43c2-a50d-7452bc7f9803} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:03.018164 [ 3 ] {} HTTP-Session: 37a08565-46a6-402b-bfa7-f1b2911e1ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.018301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.018348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.018367 [ 3 ] {} HTTP-Session: f71f4d5e-83ed-427a-8cf9-7f7dab767323 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.018383 [ 3 ] {} HTTP-Session: f71f4d5e-83ed-427a-8cf9-7f7dab767323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.018396 [ 3 ] {} HTTP-Session: f71f4d5e-83ed-427a-8cf9-7f7dab767323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.018428 [ 3 ] {} HTTP-Session: f71f4d5e-83ed-427a-8cf9-7f7dab767323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.018538 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.018580 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:03.018724 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.019037 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.019073 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.019378 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 04:14:03.019687 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:03.019841 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} executeQuery: Read 37 rows, 2.94 KiB in 0.001339 sec., 27632.56161314414 rows/sec., 2.15 MiB/sec. 2024.04.29 04:14:03.020050 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.020073 [ 3 ] {203e7d20-9397-460a-865b-40042496490c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:03.020089 [ 3 ] {} HTTP-Session: f71f4d5e-83ed-427a-8cf9-7f7dab767323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.020214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.020260 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.020280 [ 3 ] {} HTTP-Session: be4d7103-7edf-40a1-b469-e48280d3e8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.020296 [ 3 ] {} HTTP-Session: be4d7103-7edf-40a1-b469-e48280d3e8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.020311 [ 3 ] {} HTTP-Session: be4d7103-7edf-40a1-b469-e48280d3e8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.020341 [ 3 ] {} HTTP-Session: be4d7103-7edf-40a1-b469-e48280d3e8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.020461 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.020508 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:14:03.020653 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.020966 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.021002 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.021377 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:14:03.021722 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:14:03.021880 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} executeQuery: Read 37 rows, 2.67 KiB in 0.001457 sec., 25394.64653397392 rows/sec., 1.79 MiB/sec. 2024.04.29 04:14:03.022049 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.022073 [ 3 ] {f43bce8b-6739-4a87-bed9-81e5e62c2a00} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:03.022089 [ 3 ] {} HTTP-Session: be4d7103-7edf-40a1-b469-e48280d3e8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.022224 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:03.022271 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:03.022291 [ 3 ] {} HTTP-Session: 008ed17c-282d-4fae-b3dc-1da4ec8c15b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:03.022307 [ 3 ] {} HTTP-Session: 008ed17c-282d-4fae-b3dc-1da4ec8c15b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.022321 [ 3 ] {} HTTP-Session: 008ed17c-282d-4fae-b3dc-1da4ec8c15b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:03.022353 [ 3 ] {} HTTP-Session: 008ed17c-282d-4fae-b3dc-1da4ec8c15b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:03.022503 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:03.022550 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:03.022711 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:03.023067 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:03.023104 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:03.023501 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.04.29 04:14:03.023842 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:03.024004 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} executeQuery: Read 11 rows, 15.20 KiB in 0.00157 sec., 7006.369426751592 rows/sec., 9.45 MiB/sec. 2024.04.29 04:14:03.024352 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} DynamicQueryHandler: Done processing query 2024.04.29 04:14:03.024376 [ 3 ] {5bdf945c-2c6e-46d8-a07b-e719c469a2c4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:03.024393 [ 3 ] {} HTTP-Session: 008ed17c-282d-4fae-b3dc-1da4ec8c15b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.009076 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.009203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.009228 [ 3 ] {} HTTP-Session: 119c6801-15d3-4062-bc6d-2c726df8d3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.009254 [ 3 ] {} HTTP-Session: 119c6801-15d3-4062-bc6d-2c726df8d3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.009269 [ 3 ] {} HTTP-Session: 119c6801-15d3-4062-bc6d-2c726df8d3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.009320 [ 3 ] {} HTTP-Session: 119c6801-15d3-4062-bc6d-2c726df8d3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.009514 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.009583 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:08.009788 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.010273 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.010319 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.010693 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 04:14:08.011036 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:08.011191 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} executeQuery: Read 19 rows, 1.54 KiB in 0.001739 sec., 10925.819436457734 rows/sec., 885.59 KiB/sec. 2024.04.29 04:14:08.011233 [ 123 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 04:14:08.011340 [ 123 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.011374 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.011506 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.011595 [ 3 ] {7b7ec48a-0bef-4af8-ab08-38ea27b24f40} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:08.011667 [ 3 ] {} HTTP-Session: 119c6801-15d3-4062-bc6d-2c726df8d3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.011685 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:14:08.011907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.012101 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.012214 [ 3 ] {} HTTP-Session: 32b9660a-1968-4927-8d47-069893f3ce62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.012283 [ 3 ] {} HTTP-Session: 32b9660a-1968-4927-8d47-069893f3ce62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.012300 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:08.012346 [ 3 ] {} HTTP-Session: 32b9660a-1968-4927-8d47-069893f3ce62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.012402 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 30 rows starting from the beginning of the part 2024.04.29 04:14:08.012434 [ 3 ] {} HTTP-Session: 32b9660a-1968-4927-8d47-069893f3ce62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.012621 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.012740 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.012910 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:08.012925 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:14:08.013284 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.013614 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:08.013955 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.014165 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.015155 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.015215 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:08.016063 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:14:08.016551 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005090545 sec., 21412.245643639333 rows/sec., 1.69 MiB/sec. 2024.04.29 04:14:08.016765 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 04:14:08.016921 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:14:08.017294 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} executeQuery: Read 2 rows, 167.00 B in 0.004688 sec., 426.6211604095563 rows/sec., 34.79 KiB/sec. 2024.04.29 04:14:08.017621 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.017624 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:08.017658 [ 3 ] {04a87b66-3fea-45b5-aba6-38e82b549367} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:08.017712 [ 3 ] {} HTTP-Session: 32b9660a-1968-4927-8d47-069893f3ce62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.017805 [ 201 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_31_6} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 04:14:08.017929 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.04.29 04:14:08.017928 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.018011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.018031 [ 3 ] {} HTTP-Session: bc8971b0-a83a-474d-a274-3ea95983df6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.018049 [ 3 ] {} HTTP-Session: bc8971b0-a83a-474d-a274-3ea95983df6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.018063 [ 3 ] {} HTTP-Session: bc8971b0-a83a-474d-a274-3ea95983df6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.018096 [ 3 ] {} HTTP-Session: bc8971b0-a83a-474d-a274-3ea95983df6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.018221 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.018265 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:08.018412 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.018787 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.018824 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.019143 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 04:14:08.019456 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:08.019611 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} executeQuery: Read 58 rows, 5.23 KiB in 0.001434 sec., 40446.30404463041 rows/sec., 3.56 MiB/sec. 2024.04.29 04:14:08.019824 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.019851 [ 3 ] {3d98323e-843e-4b0a-a4b8-6baaeb9a617d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:08.019867 [ 3 ] {} HTTP-Session: bc8971b0-a83a-474d-a274-3ea95983df6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.020012 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.020059 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.020078 [ 3 ] {} HTTP-Session: 7a58f8f9-e257-46b5-b4d0-734a1dc09511 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.020095 [ 3 ] {} HTTP-Session: 7a58f8f9-e257-46b5-b4d0-734a1dc09511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.020109 [ 3 ] {} HTTP-Session: 7a58f8f9-e257-46b5-b4d0-734a1dc09511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.020140 [ 3 ] {} HTTP-Session: 7a58f8f9-e257-46b5-b4d0-734a1dc09511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.020235 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.020278 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:14:08.020408 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.020694 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.020731 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.021031 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.04.29 04:14:08.021356 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:14:08.021515 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} executeQuery: Read 2 rows, 143.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 107.26 KiB/sec. 2024.04.29 04:14:08.021684 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.021708 [ 3 ] {c44c210d-0fb9-4341-956f-ede9987033c9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:08.021723 [ 3 ] {} HTTP-Session: 7a58f8f9-e257-46b5-b4d0-734a1dc09511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.021846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.021894 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.021914 [ 3 ] {} HTTP-Session: 57733833-270f-4a4c-9f93-c87531fc7f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.021931 [ 3 ] {} HTTP-Session: 57733833-270f-4a4c-9f93-c87531fc7f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.021944 [ 3 ] {} HTTP-Session: 57733833-270f-4a4c-9f93-c87531fc7f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.021975 [ 3 ] {} HTTP-Session: 57733833-270f-4a4c-9f93-c87531fc7f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.022079 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.022123 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:08.022253 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.022563 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.022601 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.022910 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 04:14:08.023223 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:08.023374 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} executeQuery: Read 21 rows, 1.68 KiB in 0.001324 sec., 15861.027190332325 rows/sec., 1.24 MiB/sec. 2024.04.29 04:14:08.023539 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.023564 [ 3 ] {3e5f232e-23a6-4824-925e-eb9968472d3e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:08.023579 [ 3 ] {} HTTP-Session: 57733833-270f-4a4c-9f93-c87531fc7f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.023685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.023732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.023751 [ 3 ] {} HTTP-Session: dde9ada5-1b08-49f9-b82d-7e1f316e6ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.023768 [ 3 ] {} HTTP-Session: dde9ada5-1b08-49f9-b82d-7e1f316e6ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.023782 [ 3 ] {} HTTP-Session: dde9ada5-1b08-49f9-b82d-7e1f316e6ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.023813 [ 3 ] {} HTTP-Session: dde9ada5-1b08-49f9-b82d-7e1f316e6ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.023907 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.023953 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:14:08.024100 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.024383 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.024421 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.024786 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.04.29 04:14:08.025122 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:14:08.025274 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} executeQuery: Read 1 rows, 72.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 50.55 KiB/sec. 2024.04.29 04:14:08.025443 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.025467 [ 3 ] {44f68618-4751-441e-a9a9-5406ed53f79a} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.04.29 04:14:08.025482 [ 3 ] {} HTTP-Session: dde9ada5-1b08-49f9-b82d-7e1f316e6ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.025614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:08.025662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:08.025680 [ 3 ] {} HTTP-Session: 296648f5-888a-4fd1-9611-9cbae52302fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:08.025696 [ 3 ] {} HTTP-Session: 296648f5-888a-4fd1-9611-9cbae52302fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.025710 [ 3 ] {} HTTP-Session: 296648f5-888a-4fd1-9611-9cbae52302fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.025740 [ 3 ] {} HTTP-Session: 296648f5-888a-4fd1-9611-9cbae52302fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:08.025930 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:08.025977 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:08.026137 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:08.026550 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.026587 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.026990 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.04.29 04:14:08.027332 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:08.027493 [ 123 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.04.29 04:14:08.027502 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} executeQuery: Read 19 rows, 26.25 KiB in 0.001674 sec., 11350.059737156513 rows/sec., 15.32 MiB/sec. 2024.04.29 04:14:08.027561 [ 123 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:08.027626 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:08.027942 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} DynamicQueryHandler: Done processing query 2024.04.29 04:14:08.027960 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:14:08.028011 [ 3 ] {ea161fa8-2212-4b8d-84f9-357ccd5a7462} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:08.028092 [ 3 ] {} HTTP-Session: 296648f5-888a-4fd1-9611-9cbae52302fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:08.028478 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:08.028516 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 405 rows starting from the beginning of the part 2024.04.29 04:14:08.028596 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.028741 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:08.028946 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.029064 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:08.029258 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:08.031419 [ 201 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 6 columns (6 merged, 0 gathered) in 0.003672936 sec., 131774.68924043328 rows/sec., 177.82 MiB/sec. 2024.04.29 04:14:08.031740 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.04.29 04:14:08.032149 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:08.032239 [ 193 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_31_6} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.04.29 04:14:08.032317 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. 2024.04.29 04:14:11.328119 [ 121 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:14:11.328192 [ 121 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:14:13.008647 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:13.008767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:13.008791 [ 3 ] {} HTTP-Session: 4b3d1a6d-ddee-410d-9a34-291d515a0ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:13.008815 [ 3 ] {} HTTP-Session: 4b3d1a6d-ddee-410d-9a34-291d515a0ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.008829 [ 3 ] {} HTTP-Session: 4b3d1a6d-ddee-410d-9a34-291d515a0ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.008881 [ 3 ] {} HTTP-Session: 4b3d1a6d-ddee-410d-9a34-291d515a0ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:13.009070 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:13.009137 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:13.009331 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:13.009774 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:13.009816 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:13.010176 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 04:14:13.010506 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:13.010662 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} executeQuery: Read 11 rows, 913.00 B in 0.00165 sec., 6666.666666666667 rows/sec., 540.36 KiB/sec. 2024.04.29 04:14:13.010875 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} DynamicQueryHandler: Done processing query 2024.04.29 04:14:13.010902 [ 3 ] {be3b80a1-04d0-4ced-8c8a-7d09ef5d060c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:13.010945 [ 3 ] {} HTTP-Session: 4b3d1a6d-ddee-410d-9a34-291d515a0ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.011075 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:13.011123 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:13.011142 [ 3 ] {} HTTP-Session: 10c02649-8aaa-4021-b82e-a3168128ec57 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:13.011159 [ 3 ] {} HTTP-Session: 10c02649-8aaa-4021-b82e-a3168128ec57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.011172 [ 3 ] {} HTTP-Session: 10c02649-8aaa-4021-b82e-a3168128ec57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.011202 [ 3 ] {} HTTP-Session: 10c02649-8aaa-4021-b82e-a3168128ec57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:13.011306 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:13.011351 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:13.011477 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:13.011881 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:13.011933 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:13.012300 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 04:14:13.012624 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:13.012790 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} executeQuery: Read 33 rows, 2.99 KiB in 0.001514 sec., 21796.56538969617 rows/sec., 1.93 MiB/sec. 2024.04.29 04:14:13.012966 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} DynamicQueryHandler: Done processing query 2024.04.29 04:14:13.012992 [ 3 ] {24957abb-a88a-4186-9052-fdad53ccf7d1} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:14:13.013008 [ 3 ] {} HTTP-Session: 10c02649-8aaa-4021-b82e-a3168128ec57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.013129 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:13.013179 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:13.013199 [ 3 ] {} HTTP-Session: 79064df7-8908-40c5-809e-2a2bf23c4bf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:13.013216 [ 3 ] {} HTTP-Session: 79064df7-8908-40c5-809e-2a2bf23c4bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.013230 [ 3 ] {} HTTP-Session: 79064df7-8908-40c5-809e-2a2bf23c4bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.013260 [ 3 ] {} HTTP-Session: 79064df7-8908-40c5-809e-2a2bf23c4bf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:13.013360 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:13.013403 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:13.013531 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:13.013830 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:13.013868 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:13.014177 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 04:14:13.014475 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:13.014639 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} executeQuery: Read 11 rows, 902.00 B in 0.0013 sec., 8461.538461538463 rows/sec., 677.58 KiB/sec. 2024.04.29 04:14:13.014810 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} DynamicQueryHandler: Done processing query 2024.04.29 04:14:13.014835 [ 3 ] {1ec736d8-da80-4b3c-99d9-0c937c7c2837} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:13.014851 [ 3 ] {} HTTP-Session: 79064df7-8908-40c5-809e-2a2bf23c4bf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.014968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:13.015017 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:13.015036 [ 3 ] {} HTTP-Session: 355eb9fa-50c6-4474-8ccc-1319de96e5b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:13.015052 [ 3 ] {} HTTP-Session: 355eb9fa-50c6-4474-8ccc-1319de96e5b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.015065 [ 3 ] {} HTTP-Session: 355eb9fa-50c6-4474-8ccc-1319de96e5b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:13.015096 [ 3 ] {} HTTP-Session: 355eb9fa-50c6-4474-8ccc-1319de96e5b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:13.015247 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:13.015295 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:13.015459 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:13.015835 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:13.015871 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.04.29 04:14:13.016291 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.04.29 04:14:13.016638 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:13.016801 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} executeQuery: Read 11 rows, 15.20 KiB in 0.001629 sec., 6752.608962553714 rows/sec., 9.11 MiB/sec. 2024.04.29 04:14:13.016977 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} DynamicQueryHandler: Done processing query 2024.04.29 04:14:13.017002 [ 3 ] {799881db-9fdd-4f41-b639-11d017724c45} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:13.017018 [ 3 ] {} HTTP-Session: 355eb9fa-50c6-4474-8ccc-1319de96e5b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.009330 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:18.009460 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:18.009486 [ 3 ] {} HTTP-Session: f9532395-11f9-4a1f-8871-e0e18f6e7148 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:18.009510 [ 3 ] {} HTTP-Session: f9532395-11f9-4a1f-8871-e0e18f6e7148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.009527 [ 3 ] {} HTTP-Session: f9532395-11f9-4a1f-8871-e0e18f6e7148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.009577 [ 3 ] {} HTTP-Session: f9532395-11f9-4a1f-8871-e0e18f6e7148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:18.009760 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:18.009827 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:18.010021 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:18.010456 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:18.010500 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:18.010866 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 04:14:18.011208 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:18.011381 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} executeQuery: Read 19 rows, 1.54 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 917.78 KiB/sec. 2024.04.29 04:14:18.011639 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} DynamicQueryHandler: Done processing query 2024.04.29 04:14:18.011667 [ 3 ] {79b1d314-deb1-4b73-8981-8d7d7ede1011} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:18.011684 [ 3 ] {} HTTP-Session: f9532395-11f9-4a1f-8871-e0e18f6e7148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.011817 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:18.011871 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:18.011891 [ 3 ] {} HTTP-Session: 259e1b2d-0839-43d1-910b-6845266da969 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:18.011909 [ 3 ] {} HTTP-Session: 259e1b2d-0839-43d1-910b-6845266da969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.011923 [ 3 ] {} HTTP-Session: 259e1b2d-0839-43d1-910b-6845266da969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.011956 [ 3 ] {} HTTP-Session: 259e1b2d-0839-43d1-910b-6845266da969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:18.012076 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:18.012121 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:18.012250 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:18.012591 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:18.012628 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:18.012931 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 04:14:18.013230 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:18.013390 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} executeQuery: Read 57 rows, 5.16 KiB in 0.00135 sec., 42222.22222222222 rows/sec., 3.73 MiB/sec. 2024.04.29 04:14:18.013573 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} DynamicQueryHandler: Done processing query 2024.04.29 04:14:18.013597 [ 3 ] {81d0f982-8318-48dc-9cae-1918c2276348} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:18.013613 [ 3 ] {} HTTP-Session: 259e1b2d-0839-43d1-910b-6845266da969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.013768 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:18.013816 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:18.013834 [ 3 ] {} HTTP-Session: 6606e4ab-a6ae-412a-ab88-a5136a97bec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:18.013851 [ 3 ] {} HTTP-Session: 6606e4ab-a6ae-412a-ab88-a5136a97bec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.013865 [ 3 ] {} HTTP-Session: 6606e4ab-a6ae-412a-ab88-a5136a97bec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.013896 [ 3 ] {} HTTP-Session: 6606e4ab-a6ae-412a-ab88-a5136a97bec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:18.013997 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:18.014040 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:18.014164 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:18.014451 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:18.014486 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:18.014783 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 04:14:18.015078 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:18.015230 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} executeQuery: Read 19 rows, 1.52 KiB in 0.001263 sec., 15043.547110055424 rows/sec., 1.18 MiB/sec. 2024.04.29 04:14:18.015396 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} DynamicQueryHandler: Done processing query 2024.04.29 04:14:18.015421 [ 3 ] {d73e2790-c06e-41c6-adce-d40e9376898d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:18.015436 [ 3 ] {} HTTP-Session: 6606e4ab-a6ae-412a-ab88-a5136a97bec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.015637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:18.015684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:18.015703 [ 3 ] {} HTTP-Session: 07ee7f98-b937-4ba3-918b-39b8492d4b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:18.015719 [ 3 ] {} HTTP-Session: 07ee7f98-b937-4ba3-918b-39b8492d4b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.015733 [ 3 ] {} HTTP-Session: 07ee7f98-b937-4ba3-918b-39b8492d4b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:18.015763 [ 3 ] {} HTTP-Session: 07ee7f98-b937-4ba3-918b-39b8492d4b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:18.015955 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:18.016002 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:18.016162 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:18.016576 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:18.016611 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:18.017016 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.04.29 04:14:18.017348 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:18.017478 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} executeQuery: Read 19 rows, 26.25 KiB in 0.00164 sec., 11585.365853658537 rows/sec., 15.63 MiB/sec. 2024.04.29 04:14:18.017648 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} DynamicQueryHandler: Done processing query 2024.04.29 04:14:18.017672 [ 3 ] {26bab6c4-adb6-48b0-aadb-bb92caa0de1b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:18.017688 [ 3 ] {} HTTP-Session: 07ee7f98-b937-4ba3-918b-39b8492d4b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.007831 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:23.007961 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:23.007987 [ 3 ] {} HTTP-Session: 2c71a35d-04ca-4ff8-a586-0dbb746720af Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:23.008012 [ 3 ] {} HTTP-Session: 2c71a35d-04ca-4ff8-a586-0dbb746720af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.008027 [ 3 ] {} HTTP-Session: 2c71a35d-04ca-4ff8-a586-0dbb746720af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.008078 [ 3 ] {} HTTP-Session: 2c71a35d-04ca-4ff8-a586-0dbb746720af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:23.008266 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:23.008333 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:23.008527 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:23.008944 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.008986 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.009363 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 04:14:23.009692 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:23.009847 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} executeQuery: Read 11 rows, 913.00 B in 0.00164 sec., 6707.317073170731 rows/sec., 543.66 KiB/sec. 2024.04.29 04:14:23.010076 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} DynamicQueryHandler: Done processing query 2024.04.29 04:14:23.010104 [ 3 ] {a2c355aa-097b-48b6-9cd5-6c113bbf1625} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:23.010121 [ 3 ] {} HTTP-Session: 2c71a35d-04ca-4ff8-a586-0dbb746720af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.010265 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:23.010314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:23.010332 [ 3 ] {} HTTP-Session: f1ed2543-cf61-45f4-a963-4df307b9d601 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:23.010349 [ 3 ] {} HTTP-Session: f1ed2543-cf61-45f4-a963-4df307b9d601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.010364 [ 3 ] {} HTTP-Session: f1ed2543-cf61-45f4-a963-4df307b9d601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.010394 [ 3 ] {} HTTP-Session: f1ed2543-cf61-45f4-a963-4df307b9d601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:23.010498 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:23.010539 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:23.010671 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:23.010972 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.011009 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.011317 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 04:14:23.011617 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:23.011763 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} executeQuery: Read 33 rows, 2.99 KiB in 0.001292 sec., 25541.795665634676 rows/sec., 2.26 MiB/sec. 2024.04.29 04:14:23.011782 [ 115 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 04:14:23.011899 [ 115 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.011946 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.011980 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} DynamicQueryHandler: Done processing query 2024.04.29 04:14:23.012043 [ 3 ] {c27c3beb-ea8f-49a5-80de-9cd80bce020c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:14:23.012121 [ 3 ] {} HTTP-Session: f1ed2543-cf61-45f4-a963-4df307b9d601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.012306 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::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 04:14:23.012381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:23.012545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:23.012636 [ 3 ] {} HTTP-Session: 0a2b1311-c321-4d7c-ad25-b6a9da656898 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:23.012698 [ 3 ] {} HTTP-Session: 0a2b1311-c321-4d7c-ad25-b6a9da656898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.012761 [ 3 ] {} HTTP-Session: 0a2b1311-c321-4d7c-ad25-b6a9da656898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.012858 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:23.012859 [ 3 ] {} HTTP-Session: 0a2b1311-c321-4d7c-ad25-b6a9da656898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:23.012927 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 139 rows starting from the beginning of the part 2024.04.29 04:14:23.013146 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:23.013170 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 70 rows starting from the beginning of the part 2024.04.29 04:14:23.013279 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:23.013415 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 58 rows starting from the beginning of the part 2024.04.29 04:14:23.013770 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 33 rows starting from the beginning of the part 2024.04.29 04:14:23.014143 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 57 rows starting from the beginning of the part 2024.04.29 04:14:23.014596 [ 193 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 33 rows starting from the beginning of the part 2024.04.29 04:14:23.014697 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:23.015569 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.015643 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.016568 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 04:14:23.017397 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.00536453 sec., 72699.75188879548 rows/sec., 6.22 MiB/sec. 2024.04.29 04:14:23.017473 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:23.017685 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 04:14:23.017772 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} executeQuery: Read 11 rows, 902.00 B in 0.004746 sec., 2317.741255794353 rows/sec., 185.60 KiB/sec. 2024.04.29 04:14:23.017799 [ 115 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 04:14:23.017964 [ 115 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.018061 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.018307 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} DynamicQueryHandler: Done processing query 2024.04.29 04:14:23.018405 [ 3 ] {b8a59b47-2878-4d70-80d1-451fdfc2f376} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:23.018516 [ 3 ] {} HTTP-Session: 0a2b1311-c321-4d7c-ad25-b6a9da656898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.018662 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::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 04:14:23.018782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:23.018888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:23.018961 [ 3 ] {} HTTP-Session: a941fe09-1973-47a8-a597-409be9a47551 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:23.018999 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:23.019003 [ 3 ] {} HTTP-Session: a941fe09-1973-47a8-a597-409be9a47551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.019044 [ 3 ] {} HTTP-Session: a941fe09-1973-47a8-a597-409be9a47551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.019068 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 92 rows starting from the beginning of the part 2024.04.29 04:14:23.019139 [ 3 ] {} HTTP-Session: a941fe09-1973-47a8-a597-409be9a47551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:23.019212 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): 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 04:14:23.019398 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 37 rows starting from the beginning of the part 2024.04.29 04:14:23.019620 [ 201 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_36_7} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 04:14:23.019729 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:23.020085 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.04.29 04:14:23.020108 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:23.020071 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 21 rows starting from the beginning of the part 2024.04.29 04:14:23.020344 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:23.020603 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:23.020760 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:23.020789 [ 188 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:23.021448 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:23.021491 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:23.022284 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.04.29 04:14:23.022527 [ 199 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 4 columns (4 merged, 0 gathered) in 0.004273598 sec., 44693.019792689905 rows/sec., 3.50 MiB/sec. 2024.04.29 04:14:23.022820 [ 199 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 04:14:23.023002 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:23.023459 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} executeQuery: Read 11 rows, 15.20 KiB in 0.00406 sec., 2709.3596059113297 rows/sec., 3.66 MiB/sec. 2024.04.29 04:14:23.024078 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} DynamicQueryHandler: Done processing query 2024.04.29 04:14:23.024128 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): 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 04:14:23.024145 [ 3 ] {9d730bbd-9c61-4247-99d1-199715fd93f1} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:23.024208 [ 3 ] {} HTTP-Session: a941fe09-1973-47a8-a597-409be9a47551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:23.024306 [ 201 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_36_7} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 04:14:23.024408 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.29 04:14:26.328230 [ 113 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:14:26.328303 [ 113 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:14:28.007461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:28.007584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:28.007613 [ 3 ] {} HTTP-Session: 6adf8469-469b-49aa-a0bf-3b8214e73b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:28.007641 [ 3 ] {} HTTP-Session: 6adf8469-469b-49aa-a0bf-3b8214e73b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.007660 [ 3 ] {} HTTP-Session: 6adf8469-469b-49aa-a0bf-3b8214e73b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.007715 [ 3 ] {} HTTP-Session: 6adf8469-469b-49aa-a0bf-3b8214e73b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:28.007924 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:28.007996 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:28.008216 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:28.008672 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:28.008709 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:28.009072 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 04:14:28.009408 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:28.009547 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} executeQuery: Read 19 rows, 1.54 KiB in 0.001691 sec., 11235.955056179775 rows/sec., 910.73 KiB/sec. 2024.04.29 04:14:28.009744 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} DynamicQueryHandler: Done processing query 2024.04.29 04:14:28.009770 [ 3 ] {dda81810-6793-48a2-9e4f-c4c247e22016} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:28.009786 [ 3 ] {} HTTP-Session: 6adf8469-469b-49aa-a0bf-3b8214e73b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.009950 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:28.009998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:28.010016 [ 3 ] {} HTTP-Session: 0a026529-34c1-4fc5-aed9-69169df2add1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:28.010032 [ 3 ] {} HTTP-Session: 0a026529-34c1-4fc5-aed9-69169df2add1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.010046 [ 3 ] {} HTTP-Session: 0a026529-34c1-4fc5-aed9-69169df2add1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.010076 [ 3 ] {} HTTP-Session: 0a026529-34c1-4fc5-aed9-69169df2add1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:28.010194 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:28.010236 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:28.010357 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:28.010735 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:28.010770 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:28.011069 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.29 04:14:28.011376 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:28.011504 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} executeQuery: Read 57 rows, 5.16 KiB in 0.001346 sec., 42347.69687964339 rows/sec., 3.74 MiB/sec. 2024.04.29 04:14:28.011664 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} DynamicQueryHandler: Done processing query 2024.04.29 04:14:28.011687 [ 3 ] {4d66b12c-bc1b-4dc4-aadd-64fc45c922ec} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:28.011703 [ 3 ] {} HTTP-Session: 0a026529-34c1-4fc5-aed9-69169df2add1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.011829 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:28.011875 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:28.011893 [ 3 ] {} HTTP-Session: de564386-3827-43ba-bd24-466154b52955 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:28.011910 [ 3 ] {} HTTP-Session: de564386-3827-43ba-bd24-466154b52955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.011923 [ 3 ] {} HTTP-Session: de564386-3827-43ba-bd24-466154b52955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.011952 [ 3 ] {} HTTP-Session: de564386-3827-43ba-bd24-466154b52955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:28.012050 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:28.012090 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:28.012211 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:28.012501 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:28.012536 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:28.012830 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.29 04:14:28.013132 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:28.013254 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} executeQuery: Read 19 rows, 1.52 KiB in 0.001233 sec., 15409.570154095702 rows/sec., 1.21 MiB/sec. 2024.04.29 04:14:28.013414 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} DynamicQueryHandler: Done processing query 2024.04.29 04:14:28.013438 [ 3 ] {55313ded-129f-4ef0-afb9-3108cb9838a0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:28.013454 [ 3 ] {} HTTP-Session: de564386-3827-43ba-bd24-466154b52955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.013574 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:28.013621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:28.013640 [ 3 ] {} HTTP-Session: 8e5f7fa9-8962-4ff0-93d1-ac9c04e2b060 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:28.013656 [ 3 ] {} HTTP-Session: 8e5f7fa9-8962-4ff0-93d1-ac9c04e2b060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.013669 [ 3 ] {} HTTP-Session: 8e5f7fa9-8962-4ff0-93d1-ac9c04e2b060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:28.013698 [ 3 ] {} HTTP-Session: 8e5f7fa9-8962-4ff0-93d1-ac9c04e2b060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:28.014062 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:28.014109 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:28.014264 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:28.014690 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:28.014724 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:28.015131 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.04.29 04:14:28.015492 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:28.015624 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} executeQuery: Read 19 rows, 26.25 KiB in 0.001852 sec., 10259.179265658748 rows/sec., 13.84 MiB/sec. 2024.04.29 04:14:28.015793 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} DynamicQueryHandler: Done processing query 2024.04.29 04:14:28.015816 [ 3 ] {4b353705-aa10-4f2e-8ba2-336f4bf7c3f7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:28.015832 [ 3 ] {} HTTP-Session: 8e5f7fa9-8962-4ff0-93d1-ac9c04e2b060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.008896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:33.009092 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:33.009136 [ 3 ] {} HTTP-Session: 268c7f01-c53f-4c01-9d4d-9e51123a4480 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:33.009177 [ 3 ] {} HTTP-Session: 268c7f01-c53f-4c01-9d4d-9e51123a4480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.009205 [ 3 ] {} HTTP-Session: 268c7f01-c53f-4c01-9d4d-9e51123a4480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.009286 [ 3 ] {} HTTP-Session: 268c7f01-c53f-4c01-9d4d-9e51123a4480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:33.009583 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:33.009671 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:33.009866 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:33.010364 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.010406 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.010768 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 04:14:33.011112 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:33.011285 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} executeQuery: Read 11 rows, 913.00 B in 0.001788 sec., 6152.125279642058 rows/sec., 498.66 KiB/sec. 2024.04.29 04:14:33.011298 [ 110 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 04:14:33.011405 [ 110 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.011456 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.011574 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} DynamicQueryHandler: Done processing query 2024.04.29 04:14:33.011637 [ 3 ] {d247f077-a295-44e9-85a7-b9be1da7cb40} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:33.011667 [ 3 ] {} HTTP-Session: 268c7f01-c53f-4c01-9d4d-9e51123a4480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.011684 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::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 04:14:33.011838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 9975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:33.011940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:33.012000 [ 3 ] {} HTTP-Session: af0f9949-da16-42bf-a0cb-bd26a7c5e22d Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:33.012009 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:33.012029 [ 3 ] {} HTTP-Session: af0f9949-da16-42bf-a0cb-bd26a7c5e22d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.012073 [ 3 ] {} HTTP-Session: af0f9949-da16-42bf-a0cb-bd26a7c5e22d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.012077 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 30 rows starting from the beginning of the part 2024.04.29 04:14:33.012140 [ 3 ] {} HTTP-Session: af0f9949-da16-42bf-a0cb-bd26a7c5e22d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:33.012374 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.012457 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:33.012636 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:33.012669 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:33.013025 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.013418 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:33.013763 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.013877 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:33.014883 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.014941 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.015953 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.29 04:14:33.016617 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.005072124 sec., 19912.762385146736 rows/sec., 1.58 MiB/sec. 2024.04.29 04:14:33.016859 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 04:14:33.016876 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:33.017265 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} executeQuery: Read 69 rows, 5.75 KiB in 0.004912 sec., 14047.231270358307 rows/sec., 1.14 MiB/sec. 2024.04.29 04:14:33.017901 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} DynamicQueryHandler: Done processing query 2024.04.29 04:14:33.017983 [ 3 ] {1fd7c180-bda2-4b7e-8e4f-12f57c5265cb} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:33.018055 [ 3 ] {} HTTP-Session: af0f9949-da16-42bf-a0cb-bd26a7c5e22d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.018251 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): 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 04:14:33.018367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:33.018503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:33.018551 [ 3 ] {} HTTP-Session: 64faa620-00da-48ce-936a-6ce236f666fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:33.018571 [ 199 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_36_7} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 04:14:33.018581 [ 3 ] {} HTTP-Session: 64faa620-00da-48ce-936a-6ce236f666fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.018613 [ 3 ] {} HTTP-Session: 64faa620-00da-48ce-936a-6ce236f666fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.018695 [ 3 ] {} HTTP-Session: 64faa620-00da-48ce-936a-6ce236f666fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:33.018725 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:14:33.018840 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:33.018890 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:33.019043 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:33.019358 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.019394 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.019711 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.29 04:14:33.020049 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:33.020213 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} executeQuery: Read 35 rows, 2.78 KiB in 0.001403 sec., 24946.543121881685 rows/sec., 1.93 MiB/sec. 2024.04.29 04:14:33.020531 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} DynamicQueryHandler: Done processing query 2024.04.29 04:14:33.020562 [ 3 ] {458bd709-0613-472a-8e5a-939dc5a9a3a1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:33.020579 [ 3 ] {} HTTP-Session: 64faa620-00da-48ce-936a-6ce236f666fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.020690 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:33.020739 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:33.020758 [ 3 ] {} HTTP-Session: bafa7558-4a92-46d1-a52b-c3f088e5c883 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:33.020774 [ 3 ] {} HTTP-Session: bafa7558-4a92-46d1-a52b-c3f088e5c883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.020788 [ 3 ] {} HTTP-Session: bafa7558-4a92-46d1-a52b-c3f088e5c883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.020818 [ 3 ] {} HTTP-Session: bafa7558-4a92-46d1-a52b-c3f088e5c883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:33.020932 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:33.020981 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:14:33.021150 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:33.021450 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.021486 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.021861 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.04.29 04:14:33.022199 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:14:33.022368 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} executeQuery: Read 36 rows, 2.60 KiB in 0.00146 sec., 24657.534246575342 rows/sec., 1.74 MiB/sec. 2024.04.29 04:14:33.022651 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} DynamicQueryHandler: Done processing query 2024.04.29 04:14:33.022676 [ 3 ] {2c34d532-1da4-46ee-b9f1-808c6b3fbb01} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:33.022692 [ 3 ] {} HTTP-Session: bafa7558-4a92-46d1-a52b-c3f088e5c883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.022816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:33.022864 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:33.022883 [ 3 ] {} HTTP-Session: 06be424b-067c-4565-b3dc-e429de5f56f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:33.022899 [ 3 ] {} HTTP-Session: 06be424b-067c-4565-b3dc-e429de5f56f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.022913 [ 3 ] {} HTTP-Session: 06be424b-067c-4565-b3dc-e429de5f56f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.022943 [ 3 ] {} HTTP-Session: 06be424b-067c-4565-b3dc-e429de5f56f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:33.023182 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:33.023231 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:33.023411 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:33.023765 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.023799 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.024186 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.04.29 04:14:33.024520 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:33.024677 [ 110 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.04.29 04:14:33.024686 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} executeQuery: Read 11 rows, 15.20 KiB in 0.001654 sec., 6650.544135429262 rows/sec., 8.97 MiB/sec. 2024.04.29 04:14:33.024740 [ 110 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:33.024816 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:33.025037 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} DynamicQueryHandler: Done processing query 2024.04.29 04:14:33.025077 [ 3 ] {46910c62-128a-4690-a5dd-2541d21e077c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:33.025109 [ 3 ] {} HTTP-Session: 06be424b-067c-4565-b3dc-e429de5f56f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:33.025107 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::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 04:14:33.025412 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:33.025480 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 484 rows starting from the beginning of the part 2024.04.29 04:14:33.025645 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.025754 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:33.025935 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.026049 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:33.026211 [ 197 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:33.028855 [ 191 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 6 columns (6 merged, 0 gathered) in 0.00391113 sec., 141902.72376525454 rows/sec., 191.49 MiB/sec. 2024.04.29 04:14:33.029338 [ 191 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.04.29 04:14:33.029822 [ 191 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): 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 04:14:33.029908 [ 191 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_36_7} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.04.29 04:14:33.030006 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2024.04.29 04:14:34.000205 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.19 MiB, peak 192.38 MiB, free memory in arenas 0.00 B, will set to 185.24 MiB (RSS), difference: 1.05 MiB 2024.04.29 04:14:38.008153 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:38.008280 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:38.008308 [ 3 ] {} HTTP-Session: 37719b5e-d948-4d74-9c41-c567e98d55e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:38.008337 [ 3 ] {} HTTP-Session: 37719b5e-d948-4d74-9c41-c567e98d55e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.008356 [ 3 ] {} HTTP-Session: 37719b5e-d948-4d74-9c41-c567e98d55e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.008411 [ 3 ] {} HTTP-Session: 37719b5e-d948-4d74-9c41-c567e98d55e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:38.008622 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:38.008697 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:38.008896 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:38.009396 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:38.009438 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:38.009797 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.29 04:14:38.010144 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:38.010283 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} executeQuery: Read 19 rows, 1.54 KiB in 0.001729 sec., 10989.010989010989 rows/sec., 890.71 KiB/sec. 2024.04.29 04:14:38.010480 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} DynamicQueryHandler: Done processing query 2024.04.29 04:14:38.010506 [ 3 ] {838b8608-e3c2-4266-b2cb-15161c4bf931} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:38.010522 [ 3 ] {} HTTP-Session: 37719b5e-d948-4d74-9c41-c567e98d55e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.010658 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:38.010705 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:38.010725 [ 3 ] {} HTTP-Session: bc52d1f3-89ec-42f7-9acd-6b1015f7dddf Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:38.010741 [ 3 ] {} HTTP-Session: bc52d1f3-89ec-42f7-9acd-6b1015f7dddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.010755 [ 3 ] {} HTTP-Session: bc52d1f3-89ec-42f7-9acd-6b1015f7dddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.010785 [ 3 ] {} HTTP-Session: bc52d1f3-89ec-42f7-9acd-6b1015f7dddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:38.010894 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:38.010936 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:38.011055 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:38.011401 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:38.011436 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:38.011732 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.29 04:14:38.012025 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:38.012145 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} executeQuery: Read 57 rows, 5.16 KiB in 0.001288 sec., 44254.658385093164 rows/sec., 3.91 MiB/sec. 2024.04.29 04:14:38.012331 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} DynamicQueryHandler: Done processing query 2024.04.29 04:14:38.012365 [ 3 ] {c2c54704-6d59-4fa1-bba1-84ee66ea9222} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:38.012388 [ 3 ] {} HTTP-Session: bc52d1f3-89ec-42f7-9acd-6b1015f7dddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.012513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:38.012560 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:38.012578 [ 3 ] {} HTTP-Session: 0d66a648-b574-42e1-a0f6-6663ee26892c Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:38.012594 [ 3 ] {} HTTP-Session: 0d66a648-b574-42e1-a0f6-6663ee26892c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.012608 [ 3 ] {} HTTP-Session: 0d66a648-b574-42e1-a0f6-6663ee26892c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.012638 [ 3 ] {} HTTP-Session: 0d66a648-b574-42e1-a0f6-6663ee26892c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:38.012736 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:38.012777 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:38.012901 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:38.013187 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:38.013223 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:38.013514 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.29 04:14:38.013805 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:38.013929 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} executeQuery: Read 19 rows, 1.52 KiB in 0.001221 sec., 15561.01556101556 rows/sec., 1.22 MiB/sec. 2024.04.29 04:14:38.014199 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} DynamicQueryHandler: Done processing query 2024.04.29 04:14:38.014252 [ 3 ] {a5ab2a9d-d57d-4772-9c8b-ad71397cf99d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:38.014285 [ 3 ] {} HTTP-Session: 0d66a648-b574-42e1-a0f6-6663ee26892c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.014461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:38.014508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:38.014526 [ 3 ] {} HTTP-Session: 66b63a39-e97e-43c5-ad53-8a7a3ef29f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:38.014543 [ 3 ] {} HTTP-Session: 66b63a39-e97e-43c5-ad53-8a7a3ef29f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.014556 [ 3 ] {} HTTP-Session: 66b63a39-e97e-43c5-ad53-8a7a3ef29f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:38.014587 [ 3 ] {} HTTP-Session: 66b63a39-e97e-43c5-ad53-8a7a3ef29f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:38.014781 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:38.014831 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:38.015007 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:38.015557 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:38.015591 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:38.016041 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.04.29 04:14:38.016366 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:38.016493 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} executeQuery: Read 19 rows, 26.25 KiB in 0.00183 sec., 10382.513661202185 rows/sec., 14.01 MiB/sec. 2024.04.29 04:14:38.016661 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} DynamicQueryHandler: Done processing query 2024.04.29 04:14:38.016685 [ 3 ] {c67f21a7-7c0e-4673-9b65-dc5306223539} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:38.016701 [ 3 ] {} HTTP-Session: 66b63a39-e97e-43c5-ad53-8a7a3ef29f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:41.328365 [ 60 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:14:41.328467 [ 60 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:14:42.001665 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00097532 sec. 2024.04.29 04:14:43.007163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:43.007268 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:43.007292 [ 3 ] {} HTTP-Session: b853c1e2-9f86-4ace-83ef-bf3a9d194654 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:43.007316 [ 3 ] {} HTTP-Session: b853c1e2-9f86-4ace-83ef-bf3a9d194654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.007331 [ 3 ] {} HTTP-Session: b853c1e2-9f86-4ace-83ef-bf3a9d194654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.007381 [ 3 ] {} HTTP-Session: b853c1e2-9f86-4ace-83ef-bf3a9d194654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:43.007565 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:43.007632 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:43.007825 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:43.008256 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:43.008301 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:43.008666 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.29 04:14:43.008990 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:43.009181 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} executeQuery: Read 11 rows, 913.00 B in 0.001661 sec., 6622.516556291391 rows/sec., 536.79 KiB/sec. 2024.04.29 04:14:43.009523 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} DynamicQueryHandler: Done processing query 2024.04.29 04:14:43.009554 [ 3 ] {518bba4a-9949-4663-93c0-d2491042cbb0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:43.009571 [ 3 ] {} HTTP-Session: b853c1e2-9f86-4ace-83ef-bf3a9d194654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.009699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 5037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:43.009754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:43.009773 [ 3 ] {} HTTP-Session: 79af82a9-6a52-4167-8611-b17c0ad2feca Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:43.009790 [ 3 ] {} HTTP-Session: 79af82a9-6a52-4167-8611-b17c0ad2feca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.009804 [ 3 ] {} HTTP-Session: 79af82a9-6a52-4167-8611-b17c0ad2feca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.009839 [ 3 ] {} HTTP-Session: 79af82a9-6a52-4167-8611-b17c0ad2feca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:43.009955 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:43.010003 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:43.010151 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:43.010502 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:43.010538 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:43.010842 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.29 04:14:43.011141 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:43.011296 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} executeQuery: Read 33 rows, 2.99 KiB in 0.001373 sec., 24034.95994173343 rows/sec., 2.12 MiB/sec. 2024.04.29 04:14:43.011568 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} DynamicQueryHandler: Done processing query 2024.04.29 04:14:43.011613 [ 3 ] {2e874ff2-3088-4bb8-9f30-7d1f645463b6} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:14:43.011653 [ 3 ] {} HTTP-Session: 79af82a9-6a52-4167-8611-b17c0ad2feca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.011783 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:43.011832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:43.011851 [ 3 ] {} HTTP-Session: 3dada773-5d5f-492b-84da-a86498b8b2c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:43.011867 [ 3 ] {} HTTP-Session: 3dada773-5d5f-492b-84da-a86498b8b2c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.011880 [ 3 ] {} HTTP-Session: 3dada773-5d5f-492b-84da-a86498b8b2c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.011911 [ 3 ] {} HTTP-Session: 3dada773-5d5f-492b-84da-a86498b8b2c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:43.012011 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:43.012055 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:43.012199 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:43.012523 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:43.012559 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:43.012879 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.29 04:14:43.013181 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:43.013337 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} executeQuery: Read 11 rows, 902.00 B in 0.001346 sec., 8172.362555720654 rows/sec., 654.43 KiB/sec. 2024.04.29 04:14:43.013662 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} DynamicQueryHandler: Done processing query 2024.04.29 04:14:43.013701 [ 3 ] {9e0696c7-27dd-4c99-9f92-9fbbbed4f5ac} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:43.013717 [ 3 ] {} HTTP-Session: 3dada773-5d5f-492b-84da-a86498b8b2c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.013874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:43.013922 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:43.013939 [ 3 ] {} HTTP-Session: 7575d90a-3273-4de9-ab47-bff86ccf2cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:43.013955 [ 3 ] {} HTTP-Session: 7575d90a-3273-4de9-ab47-bff86ccf2cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.013970 [ 3 ] {} HTTP-Session: 7575d90a-3273-4de9-ab47-bff86ccf2cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:43.014000 [ 3 ] {} HTTP-Session: 7575d90a-3273-4de9-ab47-bff86ccf2cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:43.014153 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:43.014203 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:43.014393 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:43.014780 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:43.014814 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.04.29 04:14:43.015215 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.04.29 04:14:43.015548 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:43.015709 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} executeQuery: Read 11 rows, 15.20 KiB in 0.001629 sec., 6752.608962553714 rows/sec., 9.11 MiB/sec. 2024.04.29 04:14:43.015885 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} DynamicQueryHandler: Done processing query 2024.04.29 04:14:43.015909 [ 3 ] {ed35d97c-8cc3-44b3-97e4-f591c16034c3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:43.015924 [ 3 ] {} HTTP-Session: 7575d90a-3273-4de9-ab47-bff86ccf2cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:45.714678 [ 30 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2024.04.29 04:14:45.714765 [ 30 ] {} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:45.714795 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:45.714974 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2024.04.29 04:14:45.715178 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:45.715224 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 378 rows starting from the beginning of the part 2024.04.29 04:14:45.715320 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2024.04.29 04:14:45.715580 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part 2024.04.29 04:14:45.715935 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2024.04.29 04:14:45.716063 [ 191 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2024.04.29 04:14:45.717226 [ 197 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.002344399 sec., 196212.33416325462 rows/sec., 13.85 MiB/sec. 2024.04.29 04:14:45.717433 [ 197 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2024.04.29 04:14:45.717888 [ 197 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:45.717979 [ 197 ] {1c6de0d4-3304-4005-8a94-2e5afa4cad1d::all_1_13_3} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2024.04.29 04:14:45.718081 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.04.29 04:14:48.007884 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:48.008007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:48.008036 [ 3 ] {} HTTP-Session: ff228ab9-5d29-4f19-883d-8ac3fad3ec91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:48.008064 [ 3 ] {} HTTP-Session: ff228ab9-5d29-4f19-883d-8ac3fad3ec91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.008082 [ 3 ] {} HTTP-Session: ff228ab9-5d29-4f19-883d-8ac3fad3ec91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.008136 [ 3 ] {} HTTP-Session: ff228ab9-5d29-4f19-883d-8ac3fad3ec91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:48.008341 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:48.008416 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:48.008635 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:48.009130 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.009169 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.009526 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.29 04:14:48.009854 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.009995 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} executeQuery: Read 19 rows, 1.54 KiB in 0.001719 sec., 11052.937754508435 rows/sec., 895.89 KiB/sec. 2024.04.29 04:14:48.010193 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} DynamicQueryHandler: Done processing query 2024.04.29 04:14:48.010218 [ 3 ] {e84034bb-664c-46e1-a8f5-41e8e7b071b1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:48.010234 [ 3 ] {} HTTP-Session: ff228ab9-5d29-4f19-883d-8ac3fad3ec91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.010372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:48.010420 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:48.010438 [ 3 ] {} HTTP-Session: 275e4c4f-edb6-4622-a8f3-0efb45bc64b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:48.010454 [ 3 ] {} HTTP-Session: 275e4c4f-edb6-4622-a8f3-0efb45bc64b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.010467 [ 3 ] {} HTTP-Session: 275e4c4f-edb6-4622-a8f3-0efb45bc64b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.010498 [ 3 ] {} HTTP-Session: 275e4c4f-edb6-4622-a8f3-0efb45bc64b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:48.010620 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:48.010662 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:48.010785 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:48.011121 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.011156 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.011451 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.29 04:14:48.011746 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.011866 [ 108 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.29 04:14:48.011870 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} executeQuery: Read 57 rows, 5.16 KiB in 0.001286 sec., 44323.483670295485 rows/sec., 3.92 MiB/sec. 2024.04.29 04:14:48.011907 [ 108 ] {} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.011954 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.012150 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} DynamicQueryHandler: Done processing query 2024.04.29 04:14:48.012168 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.04.29 04:14:48.012185 [ 3 ] {49f034eb-957d-404e-bd30-c1075a4ee684} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:48.012269 [ 3 ] {} HTTP-Session: 275e4c4f-edb6-4622-a8f3-0efb45bc64b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.012461 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:48.012467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:48.012535 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 139 rows starting from the beginning of the part 2024.04.29 04:14:48.012602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:48.012696 [ 3 ] {} HTTP-Session: 82138b7f-a0b7-48c2-861a-ed5af9938077 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:48.012723 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 57 rows starting from the beginning of the part 2024.04.29 04:14:48.012753 [ 3 ] {} HTTP-Session: 82138b7f-a0b7-48c2-861a-ed5af9938077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.012819 [ 3 ] {} HTTP-Session: 82138b7f-a0b7-48c2-861a-ed5af9938077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.012997 [ 3 ] {} HTTP-Session: 82138b7f-a0b7-48c2-861a-ed5af9938077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:48.013060 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 69 rows starting from the beginning of the part 2024.04.29 04:14:48.013370 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 57 rows starting from the beginning of the part 2024.04.29 04:14:48.013458 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:48.013562 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 33 rows starting from the beginning of the part 2024.04.29 04:14:48.013642 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:48.013895 [ 191 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part 2024.04.29 04:14:48.014637 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:48.015386 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.015454 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.016430 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.29 04:14:48.016923 [ 187 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 4 columns (4 merged, 0 gathered) in 0.00486318 sec., 84718.22963575274 rows/sec., 7.26 MiB/sec. 2024.04.29 04:14:48.017182 [ 187 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.29 04:14:48.017300 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.017539 [ 108 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.29 04:14:48.017627 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} executeQuery: Read 19 rows, 1.52 KiB in 0.004353 sec., 4364.805881001608 rows/sec., 349.53 KiB/sec. 2024.04.29 04:14:48.017652 [ 108 ] {} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.017756 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.018254 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.04.29 04:14:48.018475 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} DynamicQueryHandler: Done processing query 2024.04.29 04:14:48.018567 [ 3 ] {72b4f5b5-5cbc-4078-ad36-3e1e1db2370d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:48.018584 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:48.018620 [ 3 ] {} HTTP-Session: 82138b7f-a0b7-48c2-861a-ed5af9938077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.018659 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 92 rows starting from the beginning of the part 2024.04.29 04:14:48.018738 [ 198 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.018812 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:48.018957 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:48.019157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:48.019240 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 35 rows starting from the beginning of the part 2024.04.29 04:14:48.019251 [ 3 ] {} HTTP-Session: eac266fa-d37d-4bef-91cf-cf2db1953b9e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:48.019331 [ 3 ] {} HTTP-Session: eac266fa-d37d-4bef-91cf-cf2db1953b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.019400 [ 3 ] {} HTTP-Session: eac266fa-d37d-4bef-91cf-cf2db1953b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:48.019544 [ 3 ] {} HTTP-Session: eac266fa-d37d-4bef-91cf-cf2db1953b9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:48.019654 [ 198 ] {6b7d5178-9d3d-4967-accf-fc24b8aa3cfc::all_1_41_8} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.29 04:14:48.019674 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:48.019970 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:48.020040 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:48.020263 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:48.020361 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.04.29 04:14:48.020464 [ 191 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:48.021252 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:48.022411 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:48.022487 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:48.023052 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132025 sec., 37996.69721016558 rows/sec., 2.98 MiB/sec. 2024.04.29 04:14:48.023377 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.29 04:14:48.023545 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.04.29 04:14:48.024333 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.024494 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:48.024525 [ 198 ] {0b147f30-12d4-40ee-825a-53a2297a5005::all_1_41_8} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.29 04:14:48.024706 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.04.29 04:14:48.024822 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} executeQuery: Read 19 rows, 26.25 KiB in 0.005061 sec., 3754.1987749456625 rows/sec., 5.07 MiB/sec. 2024.04.29 04:14:48.025039 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} DynamicQueryHandler: Done processing query 2024.04.29 04:14:48.025065 [ 3 ] {dd0c68f8-7f11-4d12-8508-773067bbac04} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:48.025081 [ 3 ] {} HTTP-Session: eac266fa-d37d-4bef-91cf-cf2db1953b9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.008498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.008623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.008648 [ 3 ] {} HTTP-Session: 5dfdce37-7a9e-4d03-af71-ca2edcf85343 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.008673 [ 3 ] {} HTTP-Session: 5dfdce37-7a9e-4d03-af71-ca2edcf85343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.008688 [ 3 ] {} HTTP-Session: 5dfdce37-7a9e-4d03-af71-ca2edcf85343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.008738 [ 3 ] {} HTTP-Session: 5dfdce37-7a9e-4d03-af71-ca2edcf85343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.008926 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.008993 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:53.009186 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.009680 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.009723 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.010091 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.29 04:14:53.010431 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:53.010583 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} executeQuery: Read 11 rows, 913.00 B in 0.001713 sec., 6421.48277875073 rows/sec., 520.49 KiB/sec. 2024.04.29 04:14:53.010809 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.010836 [ 3 ] {0e019626-11b2-4f08-9794-bfe9cd855d4d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:53.010852 [ 3 ] {} HTTP-Session: 5dfdce37-7a9e-4d03-af71-ca2edcf85343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.010979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.011026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.011045 [ 3 ] {} HTTP-Session: 0afd0533-5fce-406d-9a3e-8b36c7b37103 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.011062 [ 3 ] {} HTTP-Session: 0afd0533-5fce-406d-9a3e-8b36c7b37103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.011075 [ 3 ] {} HTTP-Session: 0afd0533-5fce-406d-9a3e-8b36c7b37103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.011106 [ 3 ] {} HTTP-Session: 0afd0533-5fce-406d-9a3e-8b36c7b37103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.011208 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.011251 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:14:53.011388 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.011713 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.011750 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.012059 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:14:53.012372 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:14:53.012532 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} executeQuery: Read 16 rows, 1.35 KiB in 0.001338 sec., 11958.146487294469 rows/sec., 1005.76 KiB/sec. 2024.04.29 04:14:53.012830 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.012856 [ 3 ] {a9b15319-7fe2-45c9-bd4a-dafb0956d559} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:53.012872 [ 3 ] {} HTTP-Session: 0afd0533-5fce-406d-9a3e-8b36c7b37103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.013004 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.013053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.013071 [ 3 ] {} HTTP-Session: 79a5bede-588a-45ff-be4a-a502352be103 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.013087 [ 3 ] {} HTTP-Session: 79a5bede-588a-45ff-be4a-a502352be103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.013104 [ 3 ] {} HTTP-Session: 79a5bede-588a-45ff-be4a-a502352be103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.013134 [ 3 ] {} HTTP-Session: 79a5bede-588a-45ff-be4a-a502352be103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.013243 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.013286 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:53.013429 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.013792 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.013829 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.014139 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.29 04:14:53.014451 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:53.014613 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} executeQuery: Read 44 rows, 3.90 KiB in 0.001397 sec., 31496.062992125982 rows/sec., 2.73 MiB/sec. 2024.04.29 04:14:53.014781 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.014805 [ 3 ] {4bb6c0f1-d913-433e-850c-e40c00ba2d85} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.04.29 04:14:53.014821 [ 3 ] {} HTTP-Session: 79a5bede-588a-45ff-be4a-a502352be103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.014967 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.015015 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.015034 [ 3 ] {} HTTP-Session: 84a89976-5f36-41de-8066-b4495878d7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.015050 [ 3 ] {} HTTP-Session: 84a89976-5f36-41de-8066-b4495878d7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.015064 [ 3 ] {} HTTP-Session: 84a89976-5f36-41de-8066-b4495878d7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.015121 [ 3 ] {} HTTP-Session: 84a89976-5f36-41de-8066-b4495878d7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.015223 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.015265 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:14:53.015390 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.015685 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.015721 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.016016 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.04.29 04:14:53.016314 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:14:53.016475 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} executeQuery: Read 16 rows, 1.16 KiB in 0.001275 sec., 12549.019607843136 rows/sec., 908.39 KiB/sec. 2024.04.29 04:14:53.017006 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.017067 [ 3 ] {a6404082-aa0a-4e60-8522-81306c7f840a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:53.017084 [ 3 ] {} HTTP-Session: 84a89976-5f36-41de-8066-b4495878d7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.017214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 4695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.017262 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.017280 [ 3 ] {} HTTP-Session: 8f38b178-26c5-40b1-bfac-7244a0aa6e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.017297 [ 3 ] {} HTTP-Session: 8f38b178-26c5-40b1-bfac-7244a0aa6e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.017310 [ 3 ] {} HTTP-Session: 8f38b178-26c5-40b1-bfac-7244a0aa6e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.017341 [ 3 ] {} HTTP-Session: 8f38b178-26c5-40b1-bfac-7244a0aa6e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.017444 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.017488 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:53.017626 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.018014 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.018050 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.018360 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.29 04:14:53.018660 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:53.018811 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} executeQuery: Read 27 rows, 2.23 KiB in 0.001388 sec., 19452.449567723343 rows/sec., 1.57 MiB/sec. 2024.04.29 04:14:53.019073 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.019115 [ 3 ] {097fe0d1-b800-4c85-b727-801fbdbf7333} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:14:53.019143 [ 3 ] {} HTTP-Session: 8f38b178-26c5-40b1-bfac-7244a0aa6e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.019264 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.019311 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.019329 [ 3 ] {} HTTP-Session: 47378be9-047a-4c79-9a27-c7c3fe61b4a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.019346 [ 3 ] {} HTTP-Session: 47378be9-047a-4c79-9a27-c7c3fe61b4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.019360 [ 3 ] {} HTTP-Session: 47378be9-047a-4c79-9a27-c7c3fe61b4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.019389 [ 3 ] {} HTTP-Session: 47378be9-047a-4c79-9a27-c7c3fe61b4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.019491 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.019538 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:14:53.019697 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.019976 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.020011 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.020382 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.04.29 04:14:53.020710 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:14:53.020868 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} executeQuery: Read 8 rows, 597.00 B in 0.001397 sec., 5726.55690765927 rows/sec., 417.33 KiB/sec. 2024.04.29 04:14:53.021173 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.021197 [ 3 ] {16a97c94-e9ac-4be2-aa41-6e5f2ed165e3} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:53.021212 [ 3 ] {} HTTP-Session: 47378be9-047a-4c79-9a27-c7c3fe61b4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.021339 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:53.021385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:53.021404 [ 3 ] {} HTTP-Session: dd132144-9a75-4c26-b13b-58b446da1c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:53.021420 [ 3 ] {} HTTP-Session: dd132144-9a75-4c26-b13b-58b446da1c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.021433 [ 3 ] {} HTTP-Session: dd132144-9a75-4c26-b13b-58b446da1c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:53.021463 [ 3 ] {} HTTP-Session: dd132144-9a75-4c26-b13b-58b446da1c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:53.021609 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:53.021657 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:53.021837 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:53.022185 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:53.022221 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:53.022606 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.04.29 04:14:53.022948 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:53.023112 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} executeQuery: Read 11 rows, 15.20 KiB in 0.001567 sec., 7019.783024888321 rows/sec., 9.47 MiB/sec. 2024.04.29 04:14:53.023283 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} DynamicQueryHandler: Done processing query 2024.04.29 04:14:53.023307 [ 3 ] {c704f196-04c0-43c4-9736-5bfdce8b764a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:14:53.023322 [ 3 ] {} HTTP-Session: dd132144-9a75-4c26-b13b-58b446da1c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:56.328518 [ 91 ] {} DNSResolver: Updating DNS cache 2024.04.29 04:14:56.328583 [ 91 ] {} DNSResolver: Updated DNS cache 2024.04.29 04:14:58.007522 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 2777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:58.007652 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:58.007682 [ 3 ] {} HTTP-Session: 204cbb16-5b06-4894-9e84-852c03a4e37e Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:58.007710 [ 3 ] {} HTTP-Session: 204cbb16-5b06-4894-9e84-852c03a4e37e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.007727 [ 3 ] {} HTTP-Session: 204cbb16-5b06-4894-9e84-852c03a4e37e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.007784 [ 3 ] {} HTTP-Session: 204cbb16-5b06-4894-9e84-852c03a4e37e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:58.008013 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:58.008090 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:14:58.008311 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:58.008762 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.008808 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.009192 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.29 04:14:58.009530 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.009713 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} executeQuery: Read 19 rows, 1.54 KiB in 0.00176 sec., 10795.454545454546 rows/sec., 875.02 KiB/sec. 2024.04.29 04:14:58.009724 [ 99 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.29 04:14:58.009836 [ 99 ] {} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.009891 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.010048 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} DynamicQueryHandler: Done processing query 2024.04.29 04:14:58.010134 [ 3 ] {c6a194c1-680f-4f05-8ab5-d19fcbd2fa18} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:58.010174 [ 3 ] {} HTTP-Session: 204cbb16-5b06-4894-9e84-852c03a4e37e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.010184 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.04.29 04:14:58.010421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:58.010590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:58.010668 [ 3 ] {} HTTP-Session: a334d07d-e660-4049-9991-6d886a16fbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:58.010746 [ 3 ] {} HTTP-Session: a334d07d-e660-4049-9991-6d886a16fbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.010808 [ 3 ] {} HTTP-Session: a334d07d-e660-4049-9991-6d886a16fbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.010877 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:58.010940 [ 3 ] {} HTTP-Session: a334d07d-e660-4049-9991-6d886a16fbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:58.011012 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 30 rows starting from the beginning of the part 2024.04.29 04:14:58.011319 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:58.011414 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.011474 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:14:58.011849 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:58.012206 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.012340 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:58.012502 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:58.012734 [ 191 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.013488 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.013556 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.014428 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.29 04:14:58.015401 [ 198 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005411841 sec., 20141.02040322323 rows/sec., 1.59 MiB/sec. 2024.04.29 04:14:58.015405 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.015748 [ 198 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.29 04:14:58.015767 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} executeQuery: Read 57 rows, 5.16 KiB in 0.004601 sec., 12388.61117148446 rows/sec., 1.09 MiB/sec. 2024.04.29 04:14:58.016307 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} DynamicQueryHandler: Done processing query 2024.04.29 04:14:58.016418 [ 3 ] {012912b5-6333-4033-a446-c1882d26094e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:14:58.016514 [ 3 ] {} HTTP-Session: a334d07d-e660-4049-9991-6d886a16fbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.016812 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:58.017002 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:58.017083 [ 3 ] {} HTTP-Session: d872edb9-f07e-4253-902a-3f7f03aae1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:58.017157 [ 3 ] {} HTTP-Session: d872edb9-f07e-4253-902a-3f7f03aae1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.017193 [ 3 ] {} HTTP-Session: d872edb9-f07e-4253-902a-3f7f03aae1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.017249 [ 3 ] {} HTTP-Session: d872edb9-f07e-4253-902a-3f7f03aae1e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:58.017431 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:58.017440 [ 198 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.017510 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:14:58.017654 [ 198 ] {00bf8ee1-b3bb-437e-8f0a-ab786219a282::all_1_41_8} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.29 04:14:58.017860 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:14:58.017957 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:58.018268 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.018307 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.018635 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.04.29 04:14:58.018960 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.019115 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} executeQuery: Read 19 rows, 1.52 KiB in 0.001745 sec., 10888.252148997135 rows/sec., 871.91 KiB/sec. 2024.04.29 04:14:58.019295 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} DynamicQueryHandler: Done processing query 2024.04.29 04:14:58.019320 [ 3 ] {5773cb6f-088d-4a07-bb40-f3b67d0b7b78} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:14:58.019337 [ 3 ] {} HTTP-Session: d872edb9-f07e-4253-902a-3f7f03aae1e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.019491 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 20371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:14:58.019540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:14:58.019560 [ 3 ] {} HTTP-Session: 1f1c6383-4ad8-4c1a-a537-67d7f2902ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:14:58.019576 [ 3 ] {} HTTP-Session: 1f1c6383-4ad8-4c1a-a537-67d7f2902ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.019590 [ 3 ] {} HTTP-Session: 1f1c6383-4ad8-4c1a-a537-67d7f2902ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.019621 [ 3 ] {} HTTP-Session: 1f1c6383-4ad8-4c1a-a537-67d7f2902ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:14:58.019823 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:14:58.019873 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:14:58.020033 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:14:58.020490 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.020527 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.020951 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.04.29 04:14:58.021291 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.021446 [ 99 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.04.29 04:14:58.021456 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} executeQuery: Read 19 rows, 26.25 KiB in 0.001744 sec., 10894.495412844037 rows/sec., 14.70 MiB/sec. 2024.04.29 04:14:58.021506 [ 99 ] {} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:14:58.021583 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:14:58.021847 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} DynamicQueryHandler: Done processing query 2024.04.29 04:14:58.021919 [ 3 ] {9fbf4182-e0ec-49ab-91fd-80ec4b0e62bb} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.04.29 04:14:58.021949 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.04.29 04:14:58.021997 [ 3 ] {} HTTP-Session: 1f1c6383-4ad8-4c1a-a537-67d7f2902ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:14:58.022517 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:14:58.022556 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 555 rows starting from the beginning of the part 2024.04.29 04:14:58.022684 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.022865 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:58.023028 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.023171 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part 2024.04.29 04:14:58.023389 [ 198 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part 2024.04.29 04:14:58.025829 [ 196 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 6 columns (6 merged, 0 gathered) in 0.004109704 sec., 154269.0179146722 rows/sec., 208.18 MiB/sec. 2024.04.29 04:14:58.026237 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.04.29 04:14:58.026637 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:14:58.026712 [ 190 ] {267513b7-2e39-47d2-a7e2-bc25de036ad9::all_1_41_8} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.04.29 04:14:58.026783 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2024.04.29 04:15:03.010013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 1628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.010139 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.010167 [ 3 ] {} HTTP-Session: 6dec67e5-8966-4815-8d62-517ba2484e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.010196 [ 3 ] {} HTTP-Session: 6dec67e5-8966-4815-8d62-517ba2484e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.010212 [ 3 ] {} HTTP-Session: 6dec67e5-8966-4815-8d62-517ba2484e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.010276 [ 3 ] {} HTTP-Session: 6dec67e5-8966-4815-8d62-517ba2484e38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.010502 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.010581 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.04.29 04:15:03.010820 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.011253 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.011300 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.011677 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.29 04:15:03.012016 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} oximeter.fields_i64 (00bf8ee1-b3bb-437e-8f0a-ab786219a282): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:15:03.012175 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} executeQuery: Read 11 rows, 913.00 B in 0.001744 sec., 6307.339449541284 rows/sec., 511.24 KiB/sec. 2024.04.29 04:15:03.012410 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.012437 [ 3 ] {e64c5f62-778e-443e-8abb-bc54af051f9b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:15:03.012454 [ 3 ] {} HTTP-Session: 6dec67e5-8966-4815-8d62-517ba2484e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.012603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.012675 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.012707 [ 3 ] {} HTTP-Session: f5a9ab15-5044-4e0d-ba12-78dfffe86ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.012733 [ 3 ] {} HTTP-Session: f5a9ab15-5044-4e0d-ba12-78dfffe86ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.012753 [ 3 ] {} HTTP-Session: f5a9ab15-5044-4e0d-ba12-78dfffe86ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.012792 [ 3 ] {} HTTP-Session: f5a9ab15-5044-4e0d-ba12-78dfffe86ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.012912 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.012966 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.04.29 04:15:03.013100 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.013418 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.013458 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.013792 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:15:03.014137 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:15:03.014312 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} executeQuery: Read 2 rows, 167.00 B in 0.001421 sec., 1407.4595355383533 rows/sec., 114.77 KiB/sec. 2024.04.29 04:15:03.014324 [ 107 ] {} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:15:03.014443 [ 107 ] {} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.014497 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.014630 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.014708 [ 3 ] {57a89718-adbb-4174-8894-5bb2e135cc86} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:15:03.014781 [ 3 ] {} HTTP-Session: f5a9ab15-5044-4e0d-ba12-78dfffe86ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.014976 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::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 04:15:03.015014 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 10110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.015089 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.015128 [ 3 ] {} HTTP-Session: ef30e42c-3930-4c8c-be46-9be495aa0da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.015169 [ 3 ] {} HTTP-Session: ef30e42c-3930-4c8c-be46-9be495aa0da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.015208 [ 3 ] {} HTTP-Session: ef30e42c-3930-4c8c-be46-9be495aa0da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.015302 [ 3 ] {} HTTP-Session: ef30e42c-3930-4c8c-be46-9be495aa0da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.015333 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:15:03.015386 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 20 rows starting from the beginning of the part 2024.04.29 04:15:03.015589 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.015713 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2024.04.29 04:15:03.015734 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.04.29 04:15:03.016222 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.016568 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.016629 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.017127 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2024.04.29 04:15:03.017357 [ 198 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.018248 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.018309 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.019055 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.29 04:15:03.020129 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} oximeter.fields_string (6b7d5178-9d3d-4967-accf-fc24b8aa3cfc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:15:03.020615 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} executeQuery: Read 70 rows, 5.83 KiB in 0.005173 sec., 13531.799729364006 rows/sec., 1.10 MiB/sec. 2024.04.29 04:15:03.020753 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.006162046 sec., 9412.458134846771 rows/sec., 787.49 KiB/sec. 2024.04.29 04:15:03.020896 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.020906 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:15:03.020924 [ 3 ] {83fc0308-e8ad-4d6f-b320-bde122145be0} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.04.29 04:15:03.020952 [ 3 ] {} HTTP-Session: ef30e42c-3930-4c8c-be46-9be495aa0da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.021089 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.021165 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.021201 [ 3 ] {} HTTP-Session: 6d6f7a22-bdd8-448c-abe3-e47009d2bced Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.021227 [ 3 ] {} HTTP-Session: 6d6f7a22-bdd8-448c-abe3-e47009d2bced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.021254 [ 3 ] {} HTTP-Session: 6d6f7a22-bdd8-448c-abe3-e47009d2bced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.021300 [ 3 ] {} HTTP-Session: 6d6f7a22-bdd8-448c-abe3-e47009d2bced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.021381 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7): 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 04:15:03.021434 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.021483 [ 196 ] {43bc1a0f-4319-4a77-b36e-37eaaff4f7d7::all_1_11_2} oximeter.fields_ipaddr (43bc1a0f-4319-4a77-b36e-37eaaff4f7d7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:15:03.021489 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.04.29 04:15:03.021598 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:15:03.021721 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.022041 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.022080 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.022458 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.04.29 04:15:03.022880 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:15:03.023054 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} executeQuery: Read 2 rows, 143.00 B in 0.001646 sec., 1215.0668286755772 rows/sec., 84.84 KiB/sec. 2024.04.29 04:15:03.023063 [ 107 ] {} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.04.29 04:15:03.023159 [ 107 ] {} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.023190 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.023425 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.023534 [ 3 ] {57e6b69b-79da-43a5-8673-8aa1987bad7f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.04.29 04:15:03.023574 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::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 04:15:03.023605 [ 3 ] {} HTTP-Session: 6d6f7a22-bdd8-448c-abe3-e47009d2bced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.023850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 6302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.023850 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.04.29 04:15:03.023936 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 20 rows starting from the beginning of the part 2024.04.29 04:15:03.023950 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.023994 [ 3 ] {} HTTP-Session: 926a7adc-bd90-4b88-95b7-d5c0ccc294b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.024065 [ 3 ] {} HTTP-Session: 926a7adc-bd90-4b88-95b7-d5c0ccc294b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.024136 [ 3 ] {} HTTP-Session: 926a7adc-bd90-4b88-95b7-d5c0ccc294b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.024180 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2024.04.29 04:15:03.024238 [ 3 ] {} HTTP-Session: 926a7adc-bd90-4b88-95b7-d5c0ccc294b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.024524 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.024571 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.024706 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.04.29 04:15:03.024884 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.025212 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2024.04.29 04:15:03.025583 [ 198 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.04.29 04:15:03.025786 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.026766 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.026845 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.027890 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.04.29 04:15:03.028063 [ 196 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.004772468 sec., 12153.041151873622 rows/sec., 874.36 KiB/sec. 2024.04.29 04:15:03.028247 [ 196 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.04.29 04:15:03.028399 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} oximeter.fields_uuid (0b147f30-12d4-40ee-825a-53a2297a5005): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:15:03.028682 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} executeQuery: Read 37 rows, 2.94 KiB in 0.004238 sec., 8730.533270410571 rows/sec., 694.29 KiB/sec. 2024.04.29 04:15:03.028902 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.028934 [ 3 ] {d9bec9a0-684a-4ecc-a9c3-b3ee1cc3d87f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:15:03.028936 [ 196 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af): 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 04:15:03.028954 [ 3 ] {} HTTP-Session: 926a7adc-bd90-4b88-95b7-d5c0ccc294b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.029052 [ 196 ] {2e962785-db70-413e-ae8a-916b5c2449af::all_1_11_2} oximeter.fields_u16 (2e962785-db70-413e-ae8a-916b5c2449af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.04.29 04:15:03.029096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.029150 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.04.29 04:15:03.029170 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.029196 [ 3 ] {} HTTP-Session: 60251597-381a-489e-9d4a-884144cbec6b Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.029216 [ 3 ] {} HTTP-Session: 60251597-381a-489e-9d4a-884144cbec6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.029237 [ 3 ] {} HTTP-Session: 60251597-381a-489e-9d4a-884144cbec6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.029283 [ 3 ] {} HTTP-Session: 60251597-381a-489e-9d4a-884144cbec6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.029410 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.029459 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.04.29 04:15:03.029623 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.030002 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.030040 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.030494 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.04.29 04:15:03.030879 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} oximeter.measurements_cumulativeu64 (1c6de0d4-3304-4005-8a94-2e5afa4cad1d): 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 04:15:03.031042 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} executeQuery: Read 37 rows, 2.67 KiB in 0.001667 sec., 22195.560887822434 rows/sec., 1.57 MiB/sec. 2024.04.29 04:15:03.031281 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.031308 [ 3 ] {89d3c303-c8ae-46a2-9e92-a3e8fae06cc0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.04.29 04:15:03.031330 [ 3 ] {} HTTP-Session: 60251597-381a-489e-9d4a-884144cbec6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.031471 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64413, User-Agent: (none), Length: 11825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.04.29 04:15:03.031521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.04.29 04:15:03.031546 [ 3 ] {} HTTP-Session: 44ca5a46-6a1f-4564-a562-57b51dd0c23a Authenticating user 'default' from [fd00:1122:3344:101::d]:64413 2024.04.29 04:15:03.031568 [ 3 ] {} HTTP-Session: 44ca5a46-6a1f-4564-a562-57b51dd0c23a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.031587 [ 3 ] {} HTTP-Session: 44ca5a46-6a1f-4564-a562-57b51dd0c23a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.04.29 04:15:03.031625 [ 3 ] {} HTTP-Session: 44ca5a46-6a1f-4564-a562-57b51dd0c23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.04.29 04:15:03.031795 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} executeQuery: (from [fd00:1122:3344:101::d]:64413) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.04.29 04:15:03.031854 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.04.29 04:15:03.032077 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} ParallelParsingInputFormat: Parallel parsing is used 2024.04.29 04:15:03.032486 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.04.29 04:15:03.032529 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. 2024.04.29 04:15:03.032989 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.04.29 04:15:03.033430 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} oximeter.measurements_histogramf64 (267513b7-2e39-47d2-a7e2-bc25de036ad9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.04.29 04:15:03.033614 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} executeQuery: Read 11 rows, 15.20 KiB in 0.001892 sec., 5813.953488372093 rows/sec., 7.85 MiB/sec. 2024.04.29 04:15:03.033819 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} DynamicQueryHandler: Done processing query 2024.04.29 04:15:03.033847 [ 3 ] {96c88c5b-a58c-4751-aa8e-5d6464a4d91d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.04.29 04:15:03.033865 [ 3 ] {} HTTP-Session: 44ca5a46-6a1f-4564-a562-57b51dd0c23a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db