[ Feb 29 22:26:08 Enabled. ] [ Feb 29 22:26:08 Rereading configuration. ] [ Feb 29 22:26:09 Rereading configuration. ] [ Feb 29 22:26:20 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 [ Feb 29 22:26:20 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.02.29 22:26:21.006993 [ 1 ] {} Application: Will watch for the process with pid 22724 2024.02.29 22:26:21.007520 [ 1 ] {} Application: Forked a child process to watch 2024.02.29 22:26:21.253271 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 22724 2024.02.29 22:26:21.253958 [ 1 ] {} Application: starting up 2024.02.29 22:26:21.254641 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.02.29 22:26:21.342315 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.02.29 22:26:21.364327 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.02.29 22:26:21.364374 [ 1 ] {} Application: Initializing DateLUT. 2024.02.29 22:26:21.364391 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.02.29 22:26:21.364455 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.02.29 22:26:21.364744 [ 1 ] {} Application: Initializing interserver credentials. 2024.02.29 22:26:21.366271 [ 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.02.29 22:26:21.366758 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.02.29 22:26:21.367575 [ 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.02.29 22:26:21.367600 [ 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.02.29 22:26:21.367613 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.02.29 22:26:21.367786 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.02.29 22:26:21.368639 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.02.29 22:26:21.374293 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.02.29 22:26:21.375067 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.02.29 22:26:21.376398 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.02.29 22:26:21.376461 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.02.29 22:26:21.377934 [ 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.02.29 22:26:21.378217 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.02.29 22:26:21.382383 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.02.29 22:26:21.382759 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.02.29 22:26:21.384415 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.02.29 22:26:21.384796 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.02.29 22:26:21.385173 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.02.29 22:26:21.385553 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.02.29 22:26:21.386922 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.02.29 22:26:21.386949 [ 1 ] {} Application: Loading metadata from /data/ 2024.02.29 22:26:21.387041 [ 60 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:26:21.387198 [ 60 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:26:21.395042 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.02.29 22:26:21.395074 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154994 sec 2024.02.29 22:26:21.395109 [ 1 ] {} ReferentialDeps: No tables 2024.02.29 22:26:21.395121 [ 1 ] {} LoadingDeps: No tables 2024.02.29 22:26:21.396210 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.02.29 22:26:21.397254 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.02.29 22:26:21.397278 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.02.29 22:26:21.397308 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.02.29 22:26:21.397323 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.02.29 22:26:21.397335 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.02.29 22:26:21.397366 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.02.29 22:26:21.397378 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.02.29 22:26:21.397392 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.02.29 22:26:21.397428 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.02.29 22:26:21.397441 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.02.29 22:26:21.397455 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.02.29 22:26:21.397471 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.02.29 22:26:21.397503 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.02.29 22:26:21.397516 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.02.29 22:26:21.397532 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.02.29 22:26:21.397557 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.02.29 22:26:21.397571 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.02.29 22:26:21.433815 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.02.29 22:26:21.435088 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.02.29 22:26:21.435114 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4621e-05 sec 2024.02.29 22:26:21.435127 [ 1 ] {} ReferentialDeps: No tables 2024.02.29 22:26:21.435143 [ 1 ] {} LoadingDeps: No tables 2024.02.29 22:26:21.435167 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.02.29 22:26:21.435342 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.02.29 22:26:21.435383 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.02.29 22:26:21.435396 [ 1 ] {} Application: Loaded metadata. 2024.02.29 22:26:21.435411 [ 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.02.29 22:26:21.435423 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.02.29 22:26:21.491633 [ 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.02.29 22:26:21.841780 [ 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.02.29 22:26:21.841833 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.02.29 22:26:21.938292 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.02.29 22:26:21.938508 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB 2024.02.29 22:26:21.939356 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.248e-05 sec. 2024.02.29 22:26:21.939707 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.02.29 22:26:21.939782 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.02.29 22:26:21.939861 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.02.29 22:26:21.939885 [ 1 ] {} Application: Ready for connections. 2024.02.29 22:26:22.948775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:22.949009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:22.949053 [ 3 ] {} HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:22.949091 [ 3 ] {} HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:22.949112 [ 3 ] {} HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:22.949209 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.02.29 22:26:22.949250 [ 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.02.29 22:26:22.949278 [ 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.02.29 22:26:22.949353 [ 3 ] {} HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:22.950332 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} executeQuery: (from [fd00:1122:3344:101::d]:58826) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.02.29 22:26:22.988640 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58826) (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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 2024.02.29 22:26:22.989347 [ 3 ] {e1e40f13-4b06-449a-89d0-fca4520f9aca} 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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.02.29 22:26:22.989546 [ 3 ] {} HTTP-Session: 1702dbb3-2888-4e8d-829c-b46219526d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:22.996726 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:22.996795 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:22.996824 [ 3 ] {} HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:22.996861 [ 3 ] {} HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:22.996877 [ 3 ] {} HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:22.996924 [ 3 ] {} HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:22.998095 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} executeQuery: (from [fd00:1122:3344:101::d]:58826) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.02.29 22:26:22.998202 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.02.29 22:26:23.000146 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 158.67 MiB, peak 158.68 MiB, free memory in arenas 0.00 B, will set to 165.29 MiB (RSS), difference: 6.63 MiB 2024.02.29 22:26:23.000248 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.02.29 22:26:23.003168 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:26:23.009125 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.009172 [ 3 ] {3ddf80aa-ab7f-4f26-8acb-b7640e7f9baa} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:26:23.009189 [ 3 ] {} HTTP-Session: 66fce853-a527-42a9-bb9c-6ac4fdc82a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.009350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.009403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.009421 [ 3 ] {} HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.009443 [ 3 ] {} HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.009458 [ 3 ] {} HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.009492 [ 3 ] {} HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.009581 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} executeQuery: (from [fd00:1122:3344:101::d]:58826) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.02.29 22:26:23.009829 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58826) (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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 2024.02.29 22:26:23.009952 [ 3 ] {2776384d-26a1-4b66-9056-f363ab4c0cb7} 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 @ 0x00000000001133e7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.02.29 22:26:23.010060 [ 3 ] {} HTTP-Session: 94e5f3a8-6868-4505-ae5e-1a28f435543c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.015165 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.015209 [ 3 ] {} HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.015249 [ 3 ] {} HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015275 [ 3 ] {} HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015337 [ 3 ] {} HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.015572 [ 3 ] {c94c19f3-a346-425b-9e63-ce9443cd95c7} executeQuery: (from [fd00:1122:3344:101::d]:58826) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.02.29 22:26:23.015717 [ 3 ] {c94c19f3-a346-425b-9e63-ce9443cd95c7} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.015745 [ 3 ] {} HTTP-Session: 2cb5dbf7-7b56-4ba0-a18b-0eb07db4e8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015862 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.015904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.015925 [ 3 ] {} HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.015944 [ 3 ] {} HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015956 [ 3 ] {} HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.015986 [ 3 ] {} HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.016040 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} executeQuery: (from [fd00:1122:3344:101::d]:58826) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.02.29 22:26:23.016097 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.02.29 22:26:23.017387 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.02.29 22:26:23.017416 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3431e-05 sec 2024.02.29 22:26:23.017430 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} ReferentialDeps: No tables 2024.02.29 22:26:23.017446 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} LoadingDeps: No tables 2024.02.29 22:26:23.017470 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} DatabaseAtomic (oximeter): Starting up tables. 2024.02.29 22:26:23.017544 [ 3 ] {f229bfe9-9a3b-4c4a-a869-8e20db8039e7} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.017566 [ 3 ] {} HTTP-Session: 4308e911-c73e-4d57-99ee-9aaa395d3e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.017676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.017723 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.017740 [ 3 ] {} HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.017760 [ 3 ] {} HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.017793 [ 3 ] {} HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.017821 [ 3 ] {} HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.017929 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} executeQuery: (from [fd00:1122:3344:101::d]:58826) /* 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.02.29 22:26:23.017976 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.02.29 22:26:23.022181 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} StoragePolicy (default): Storage policy default created, total volumes 1 2024.02.29 22:26:23.023299 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Loading data parts 2024.02.29 22:26:23.023682 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): There are no data parts 2024.02.29 22:26:23.026110 [ 3 ] {b0bedb46-a931-48a7-802a-0fc711140b84} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.026146 [ 3 ] {} HTTP-Session: b62edaf1-9951-40c3-9ae5-dc1328dcba20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.026277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.026329 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.026351 [ 3 ] {} HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.026367 [ 3 ] {} HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.026384 [ 3 ] {} HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.026416 [ 3 ] {} HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.026578 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} executeQuery: (from [fd00:1122:3344:101::d]:58826) /* 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.02.29 22:26:23.026634 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.02.29 22:26:23.032960 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} oximeter.measurements_bool (be4eb49b-240f-4d11-8569-6adf0461f21d): Loading data parts 2024.02.29 22:26:23.033130 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} oximeter.measurements_bool (be4eb49b-240f-4d11-8569-6adf0461f21d): There are no data parts 2024.02.29 22:26:23.034381 [ 3 ] {d88b911d-d769-40dd-8a83-80113adc4311} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.034413 [ 3 ] {} HTTP-Session: e48a6db1-0164-41e5-9dfa-49b45752c110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.034529 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.034581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.034602 [ 3 ] {} HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.034619 [ 3 ] {} HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.034636 [ 3 ] {} HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.034670 [ 3 ] {} HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.034815 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.034860 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.02.29 22:26:23.036479 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} oximeter.measurements_i8 (e66de6a3-2056-47cd-8ef6-df5dd9a39330): Loading data parts 2024.02.29 22:26:23.036632 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} oximeter.measurements_i8 (e66de6a3-2056-47cd-8ef6-df5dd9a39330): There are no data parts 2024.02.29 22:26:23.037800 [ 3 ] {b4457cfc-dec4-47da-bc62-e386b22360cf} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.037836 [ 3 ] {} HTTP-Session: c85f89bc-2fe0-40df-a428-c6f9a83bcbb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.037953 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.038003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.038026 [ 3 ] {} HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.038041 [ 3 ] {} HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.038057 [ 3 ] {} HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.038090 [ 3 ] {} HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.038226 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.038274 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.02.29 22:26:23.039850 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} oximeter.measurements_u8 (03176625-fe02-4a78-9243-37064182971f): Loading data parts 2024.02.29 22:26:23.040010 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} oximeter.measurements_u8 (03176625-fe02-4a78-9243-37064182971f): There are no data parts 2024.02.29 22:26:23.041194 [ 3 ] {0eb2adae-a956-448d-a459-5158e1fbe92c} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.041227 [ 3 ] {} HTTP-Session: a3026054-ef70-496f-8bfd-42519bec3b87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.041347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.041398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.041419 [ 3 ] {} HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.041436 [ 3 ] {} HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.041452 [ 3 ] {} HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.041483 [ 3 ] {} HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.041624 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.041669 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.02.29 22:26:23.043282 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} oximeter.measurements_i16 (1854af07-943c-4b56-91c5-61aef9511538): Loading data parts 2024.02.29 22:26:23.043439 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} oximeter.measurements_i16 (1854af07-943c-4b56-91c5-61aef9511538): There are no data parts 2024.02.29 22:26:23.044595 [ 3 ] {87a8ccde-6fab-4b16-9c93-7d9c07be3282} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.044628 [ 3 ] {} HTTP-Session: 8479dbc8-d059-4653-9814-ccc8d81e5fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.044739 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.044789 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.044812 [ 3 ] {} HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.044827 [ 3 ] {} HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.044845 [ 3 ] {} HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.044877 [ 3 ] {} HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.045014 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.045063 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.02.29 22:26:23.046630 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} oximeter.measurements_u16 (c58a6b17-d095-488d-80cb-508d6ee9980a): Loading data parts 2024.02.29 22:26:23.046782 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} oximeter.measurements_u16 (c58a6b17-d095-488d-80cb-508d6ee9980a): There are no data parts 2024.02.29 22:26:23.047956 [ 3 ] {97ec9051-2e67-4555-b7ad-3a62e40280b2} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.047983 [ 3 ] {} HTTP-Session: 29aa9c06-aa72-4b17-87cf-36c023440a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.048096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.048148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.048169 [ 3 ] {} HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.048185 [ 3 ] {} HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.048205 [ 3 ] {} HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.048237 [ 3 ] {} HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.048380 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.048425 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.02.29 22:26:23.050082 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} oximeter.measurements_i32 (b039cbc5-7ad7-415b-afb3-d57474eb1aaa): Loading data parts 2024.02.29 22:26:23.050258 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} oximeter.measurements_i32 (b039cbc5-7ad7-415b-afb3-d57474eb1aaa): There are no data parts 2024.02.29 22:26:23.051474 [ 3 ] {79f1d2a4-01ac-458b-82d0-dde0d97b0bb8} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.051507 [ 3 ] {} HTTP-Session: e82b2d84-5408-48f2-9994-523901449104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.051603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.051655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.051680 [ 3 ] {} HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.051697 [ 3 ] {} HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.051712 [ 3 ] {} HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.051745 [ 3 ] {} HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.051897 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.051950 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.02.29 22:26:23.053535 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} oximeter.measurements_u32 (281c68f8-ef44-4386-8488-08ab5d1ef085): Loading data parts 2024.02.29 22:26:23.053693 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} oximeter.measurements_u32 (281c68f8-ef44-4386-8488-08ab5d1ef085): There are no data parts 2024.02.29 22:26:23.054854 [ 3 ] {779a9ad9-d293-45c7-8220-1c22f4c1b3dc} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.054881 [ 3 ] {} HTTP-Session: 2b15c760-e5e9-4f64-8936-f6d48c3f449f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.054996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.055048 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.055069 [ 3 ] {} HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.055085 [ 3 ] {} HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.055102 [ 3 ] {} HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.055130 [ 3 ] {} HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.055274 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.055319 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.02.29 22:26:23.056913 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Loading data parts 2024.02.29 22:26:23.057068 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): There are no data parts 2024.02.29 22:26:23.058294 [ 3 ] {9d88908a-cfb3-4a9c-943d-66f81ec58ad7} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.058327 [ 3 ] {} HTTP-Session: fcd2f36d-99a4-4a5d-9151-5ae92ef221ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.058433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.058484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.058507 [ 3 ] {} HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.058523 [ 3 ] {} HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.058540 [ 3 ] {} HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.058572 [ 3 ] {} HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.058709 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.058760 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.02.29 22:26:23.060343 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} oximeter.measurements_u64 (258aa27a-4e8a-48ba-955d-eb8813c26ddd): Loading data parts 2024.02.29 22:26:23.060505 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} oximeter.measurements_u64 (258aa27a-4e8a-48ba-955d-eb8813c26ddd): There are no data parts 2024.02.29 22:26:23.061742 [ 3 ] {72454b9c-410c-46d5-a0d1-24f2bbd6d3d2} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.061768 [ 3 ] {} HTTP-Session: f03ee8b6-a773-427f-9761-ccbfed0a4f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.061891 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.061947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.061965 [ 3 ] {} HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.061985 [ 3 ] {} HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.062004 [ 3 ] {} HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.062033 [ 3 ] {} HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.062178 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.062224 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.02.29 22:26:23.063741 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} oximeter.measurements_f32 (8db6a769-2bb5-47fc-a6b9-c45c9c840c7d): Loading data parts 2024.02.29 22:26:23.063900 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} oximeter.measurements_f32 (8db6a769-2bb5-47fc-a6b9-c45c9c840c7d): There are no data parts 2024.02.29 22:26:23.065276 [ 3 ] {b2add9d8-0a55-4767-a027-eaa9e2b0a28d} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.065312 [ 3 ] {} HTTP-Session: 18849e05-5dcb-4c92-a65d-ccf955d3c6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.065419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.065470 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.065493 [ 3 ] {} HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.065508 [ 3 ] {} HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.065526 [ 3 ] {} HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.065558 [ 3 ] {} HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.065698 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.065748 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.02.29 22:26:23.067423 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} oximeter.measurements_f64 (cd918215-ceb0-40b5-b84a-5934315487fd): Loading data parts 2024.02.29 22:26:23.067582 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} oximeter.measurements_f64 (cd918215-ceb0-40b5-b84a-5934315487fd): There are no data parts 2024.02.29 22:26:23.068838 [ 3 ] {cfc714e4-75fa-4d77-be20-31b528d32f10} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.068864 [ 3 ] {} HTTP-Session: ee1fd5a3-8389-4340-8cb6-17dbe8e323da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.068982 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.069033 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.069050 [ 3 ] {} HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.069071 [ 3 ] {} HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.069088 [ 3 ] {} HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.069117 [ 3 ] {} HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.069259 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.069309 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.02.29 22:26:23.070824 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} oximeter.measurements_string (bb3fcc3b-76b7-4cc8-9f9a-c6543388b189): Loading data parts 2024.02.29 22:26:23.070981 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} oximeter.measurements_string (bb3fcc3b-76b7-4cc8-9f9a-c6543388b189): There are no data parts 2024.02.29 22:26:23.072136 [ 3 ] {06cba260-03e9-4733-a1ce-da149fca8e15} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.072169 [ 3 ] {} HTTP-Session: f71f0a39-f20e-45e0-80d4-bcd60f3655d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.072275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.072326 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.072349 [ 3 ] {} HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.072370 [ 3 ] {} HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.072388 [ 3 ] {} HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.072421 [ 3 ] {} HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.072561 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.072612 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.02.29 22:26:23.074198 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} oximeter.measurements_bytes (6ee1102b-d82c-4780-bff8-85f7e5c8b9d4): Loading data parts 2024.02.29 22:26:23.074350 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} oximeter.measurements_bytes (6ee1102b-d82c-4780-bff8-85f7e5c8b9d4): There are no data parts 2024.02.29 22:26:23.075541 [ 3 ] {23167da2-8e4d-4391-a5c7-03ef515d471e} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.075575 [ 3 ] {} HTTP-Session: f0a1ff8c-f7c4-4d1f-8858-b52587748e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.075692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.075744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.075768 [ 3 ] {} HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.075784 [ 3 ] {} HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.075802 [ 3 ] {} HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.075834 [ 3 ] {} HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.075987 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.076034 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.02.29 22:26:23.077672 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} oximeter.measurements_cumulativei64 (117ad797-6b92-4b05-a540-ddf2dfd27ad1): Loading data parts 2024.02.29 22:26:23.077838 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} oximeter.measurements_cumulativei64 (117ad797-6b92-4b05-a540-ddf2dfd27ad1): There are no data parts 2024.02.29 22:26:23.079048 [ 3 ] {8a60f451-956f-4a8e-977e-458efcb1f8d9} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.079081 [ 3 ] {} HTTP-Session: ee438fbe-66ca-49a7-beae-63f1e9addc32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.079194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.079245 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.079263 [ 3 ] {} HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.079284 [ 3 ] {} HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.079298 [ 3 ] {} HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.079331 [ 3 ] {} HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.079485 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.079537 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.02.29 22:26:23.081113 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Loading data parts 2024.02.29 22:26:23.081340 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): There are no data parts 2024.02.29 22:26:23.082506 [ 3 ] {e65d59bf-d2f7-4f0a-b23c-e89465e46aa4} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.082532 [ 3 ] {} HTTP-Session: 6a8bbecd-31b1-49ee-96ec-d675079ca91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.082648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.082701 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.082719 [ 3 ] {} HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.082740 [ 3 ] {} HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.082759 [ 3 ] {} HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.082787 [ 3 ] {} HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.082939 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.082991 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.02.29 22:26:23.084531 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} oximeter.measurements_cumulativef32 (ded2da90-fe60-47c1-9754-ef928bb0bc3e): Loading data parts 2024.02.29 22:26:23.084689 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} oximeter.measurements_cumulativef32 (ded2da90-fe60-47c1-9754-ef928bb0bc3e): There are no data parts 2024.02.29 22:26:23.086061 [ 3 ] {b922ca7b-c728-4c83-b5ae-aee4f4a17b94} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.086099 [ 3 ] {} HTTP-Session: 661fa320-ef18-4e24-9e09-7019378bf20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.086206 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.086258 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.086283 [ 3 ] {} HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.086299 [ 3 ] {} HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.086318 [ 3 ] {} HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.086352 [ 3 ] {} HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.086501 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.086555 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.02.29 22:26:23.088729 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} oximeter.measurements_cumulativef64 (31ade367-b31e-44e1-a059-a5b05f6ad4af): Loading data parts 2024.02.29 22:26:23.088888 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} oximeter.measurements_cumulativef64 (31ade367-b31e-44e1-a059-a5b05f6ad4af): There are no data parts 2024.02.29 22:26:23.090281 [ 3 ] {4e55ee3e-715d-429c-89cd-ab1d1d4e337e} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.090317 [ 3 ] {} HTTP-Session: 1db13d8b-e178-4fb9-b038-bea8a277f747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.090451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.090497 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.090521 [ 3 ] {} HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.090541 [ 3 ] {} HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.090554 [ 3 ] {} HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.090587 [ 3 ] {} HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.090748 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.090802 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.02.29 22:26:23.092459 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} oximeter.measurements_histogrami8 (8ccf1c7e-202b-43e9-b865-691fbce670bb): Loading data parts 2024.02.29 22:26:23.092629 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} oximeter.measurements_histogrami8 (8ccf1c7e-202b-43e9-b865-691fbce670bb): There are no data parts 2024.02.29 22:26:23.093780 [ 3 ] {f10173d7-3076-4f03-a9f3-05af3e4e1a64} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.093806 [ 3 ] {} HTTP-Session: 671acf06-0dd2-493f-b0d2-f4a0d7d0c233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.093924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.093976 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.093993 [ 3 ] {} HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.094014 [ 3 ] {} HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.094031 [ 3 ] {} HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.094059 [ 3 ] {} HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.094218 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.094271 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.02.29 22:26:23.095834 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} oximeter.measurements_histogramu8 (c1543bfe-cf75-45ac-a7d6-f736f98f3360): Loading data parts 2024.02.29 22:26:23.095993 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} oximeter.measurements_histogramu8 (c1543bfe-cf75-45ac-a7d6-f736f98f3360): There are no data parts 2024.02.29 22:26:23.097208 [ 3 ] {558e8e91-76b8-4ffa-8016-741f6ad8596e} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.097242 [ 3 ] {} HTTP-Session: c50250eb-09f2-4857-aab1-e054f9462baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.097342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.097393 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.097417 [ 3 ] {} HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.097434 [ 3 ] {} HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.097452 [ 3 ] {} HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.097485 [ 3 ] {} HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.097638 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.097692 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.02.29 22:26:23.099283 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} oximeter.measurements_histogrami16 (5aafe727-5783-43ab-9bd7-236c580948e6): Loading data parts 2024.02.29 22:26:23.099440 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} oximeter.measurements_histogrami16 (5aafe727-5783-43ab-9bd7-236c580948e6): There are no data parts 2024.02.29 22:26:23.100596 [ 3 ] {90f1a451-7058-4789-8538-d627ad7b0466} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.100630 [ 3 ] {} HTTP-Session: 2918f25d-6eff-443c-974d-15f185fd9b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.100755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.100801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.100825 [ 3 ] {} HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.100846 [ 3 ] {} HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.100860 [ 3 ] {} HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.100893 [ 3 ] {} HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.101054 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.101108 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.02.29 22:26:23.102660 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} oximeter.measurements_histogramu16 (6c303a7e-8e28-4f45-a9ec-ec3cc6906f22): Loading data parts 2024.02.29 22:26:23.102812 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} oximeter.measurements_histogramu16 (6c303a7e-8e28-4f45-a9ec-ec3cc6906f22): There are no data parts 2024.02.29 22:26:23.104016 [ 3 ] {fe4cb00f-b9eb-4a49-8c5f-2a1f44b330da} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.104043 [ 3 ] {} HTTP-Session: 90c2abd9-a658-4ada-b7a9-7c4efad1eaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.104155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.104207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.104225 [ 3 ] {} HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.104246 [ 3 ] {} HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.104266 [ 3 ] {} HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.104295 [ 3 ] {} HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.104455 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.104508 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.02.29 22:26:23.106092 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} oximeter.measurements_histogrami32 (3201dac9-1159-4ecc-96a7-f294a4189400): Loading data parts 2024.02.29 22:26:23.106237 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} oximeter.measurements_histogrami32 (3201dac9-1159-4ecc-96a7-f294a4189400): There are no data parts 2024.02.29 22:26:23.107445 [ 3 ] {46b4049c-7ad3-4a0d-8d1e-ff985df0f1a0} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.107479 [ 3 ] {} HTTP-Session: 94a81334-a160-4143-b0aa-120d1b7a39d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.107603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.107657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.107681 [ 3 ] {} HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.107697 [ 3 ] {} HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.107715 [ 3 ] {} HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.107755 [ 3 ] {} HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.107908 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.107969 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.02.29 22:26:23.109616 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} oximeter.measurements_histogramu32 (f3f41656-d060-4ff5-9a7f-60c8345cee41): Loading data parts 2024.02.29 22:26:23.109770 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} oximeter.measurements_histogramu32 (f3f41656-d060-4ff5-9a7f-60c8345cee41): There are no data parts 2024.02.29 22:26:23.110934 [ 3 ] {68046824-9c7c-4fa7-b391-a6759068d3d9} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.110967 [ 3 ] {} HTTP-Session: 9e53aa32-6ade-431c-a025-46817dad41f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.111069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.111115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.111139 [ 3 ] {} HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.111168 [ 3 ] {} HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.111181 [ 3 ] {} HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.111215 [ 3 ] {} HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.111378 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.111434 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.02.29 22:26:23.112988 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} oximeter.measurements_histogrami64 (7914e1bb-8677-4866-8edc-2b4c9d5d6abf): Loading data parts 2024.02.29 22:26:23.113142 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} oximeter.measurements_histogrami64 (7914e1bb-8677-4866-8edc-2b4c9d5d6abf): There are no data parts 2024.02.29 22:26:23.114361 [ 3 ] {4353edff-057b-4d72-8a43-d3bc648f20f7} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.114389 [ 3 ] {} HTTP-Session: 6f54c3fb-0271-4747-a0e6-a8a2f061936f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.114497 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.114551 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.114569 [ 3 ] {} HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.114591 [ 3 ] {} HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.114611 [ 3 ] {} HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.114640 [ 3 ] {} HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.114800 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.114855 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.02.29 22:26:23.116511 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} oximeter.measurements_histogramu64 (ceb40aac-10ad-456e-a31b-ee97106dcfa7): Loading data parts 2024.02.29 22:26:23.116667 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} oximeter.measurements_histogramu64 (ceb40aac-10ad-456e-a31b-ee97106dcfa7): There are no data parts 2024.02.29 22:26:23.117878 [ 3 ] {0f973fbc-df61-4540-8f8b-4403290e4c2e} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.117913 [ 3 ] {} HTTP-Session: 708c82de-41f1-4cf0-9633-163008e7ef71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.118008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.118061 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.118085 [ 3 ] {} HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.118101 [ 3 ] {} HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.118120 [ 3 ] {} HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.118153 [ 3 ] {} HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.118306 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.118362 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.02.29 22:26:23.120015 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} oximeter.measurements_histogramf32 (e3430109-8c71-4fbb-b9a3-6d0a836575ce): Loading data parts 2024.02.29 22:26:23.120315 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} oximeter.measurements_histogramf32 (e3430109-8c71-4fbb-b9a3-6d0a836575ce): There are no data parts 2024.02.29 22:26:23.121513 [ 3 ] {00609765-1231-431a-8b0f-9fad2fb72e2a} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.121541 [ 3 ] {} HTTP-Session: 8646b595-c3f5-473f-9f39-ccd2278e9600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.121655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.121708 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.121726 [ 3 ] {} HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.121749 [ 3 ] {} HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.121762 [ 3 ] {} HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.121796 [ 3 ] {} HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.121958 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.122013 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.02.29 22:26:23.123633 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Loading data parts 2024.02.29 22:26:23.123782 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): There are no data parts 2024.02.29 22:26:23.124992 [ 3 ] {210d60a8-f301-4456-9e07-6c1d2d32091b} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.125020 [ 3 ] {} HTTP-Session: 6251d40c-ec08-48d3-bfdf-ca53ae9cb846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.125164 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.125218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.125237 [ 3 ] {} HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.125258 [ 3 ] {} HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.125278 [ 3 ] {} HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.125307 [ 3 ] {} HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.125425 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} executeQuery: (from [fd00:1122:3344:101::d]:58826) /* 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.02.29 22:26:23.125478 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.02.29 22:26:23.126965 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} oximeter.fields_bool (1ac0dcd4-e7ef-4a7a-84fc-031d2eac6017): Loading data parts 2024.02.29 22:26:23.127119 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} oximeter.fields_bool (1ac0dcd4-e7ef-4a7a-84fc-031d2eac6017): There are no data parts 2024.02.29 22:26:23.128261 [ 3 ] {d87fc495-1c85-4f85-84ae-fbc13c0ebdbb} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.128296 [ 3 ] {} HTTP-Session: c330991a-a85a-4bff-a5d6-fe8c44245ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.128407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.128453 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.128477 [ 3 ] {} HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.128499 [ 3 ] {} HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.128512 [ 3 ] {} HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.128546 [ 3 ] {} HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.128662 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.128705 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.02.29 22:26:23.130142 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} oximeter.fields_i8 (bbd08905-f43f-42e1-84b6-babd1768636a): Loading data parts 2024.02.29 22:26:23.130305 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} oximeter.fields_i8 (bbd08905-f43f-42e1-84b6-babd1768636a): There are no data parts 2024.02.29 22:26:23.131468 [ 3 ] {9e4ec114-d97d-41bf-b31f-7b475ef9bb32} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.131507 [ 3 ] {} HTTP-Session: fe3fcae9-12e2-4768-afa4-917e8442cfea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.131603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.131657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.131689 [ 3 ] {} HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.131705 [ 3 ] {} HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.131724 [ 3 ] {} HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.131761 [ 3 ] {} HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.131869 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.131919 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.02.29 22:26:23.133372 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} oximeter.fields_u8 (f62435f2-203f-4b67-a223-f63c583f279d): Loading data parts 2024.02.29 22:26:23.133515 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} oximeter.fields_u8 (f62435f2-203f-4b67-a223-f63c583f279d): There are no data parts 2024.02.29 22:26:23.134748 [ 3 ] {d3256c65-cacc-456e-b70e-22dc9dfc9212} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.134774 [ 3 ] {} HTTP-Session: b8c0c839-111d-470a-8c9c-d3c3d3553936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.134883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.134940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.134958 [ 3 ] {} HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.134982 [ 3 ] {} HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.135002 [ 3 ] {} HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.135030 [ 3 ] {} HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.135143 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.135191 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.02.29 22:26:23.136728 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} oximeter.fields_i16 (23dc6022-dca4-4e37-8aa3-e459cf49463b): Loading data parts 2024.02.29 22:26:23.136895 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} oximeter.fields_i16 (23dc6022-dca4-4e37-8aa3-e459cf49463b): There are no data parts 2024.02.29 22:26:23.138029 [ 3 ] {22325f41-484f-4ad3-a70e-df168a235701} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.138056 [ 3 ] {} HTTP-Session: 07d45cfd-5b9e-4af5-b701-9e94c94ef897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.138156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.138209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.138227 [ 3 ] {} HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.138250 [ 3 ] {} HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.138263 [ 3 ] {} HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.138298 [ 3 ] {} HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.138412 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.138461 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.02.29 22:26:23.139905 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Loading data parts 2024.02.29 22:26:23.140062 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): There are no data parts 2024.02.29 22:26:23.141220 [ 3 ] {fc464a32-15a9-46e7-92b3-6ed215d5ea6c} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.141254 [ 3 ] {} HTTP-Session: 86b7d116-81bf-41ba-8181-d4823080a1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.141372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.141432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.141450 [ 3 ] {} HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.141465 [ 3 ] {} HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.141485 [ 3 ] {} HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.141521 [ 3 ] {} HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.141635 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.141680 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.02.29 22:26:23.143199 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} oximeter.fields_i32 (bc6e7268-134b-4766-8a09-afbc993313cc): Loading data parts 2024.02.29 22:26:23.143367 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} oximeter.fields_i32 (bc6e7268-134b-4766-8a09-afbc993313cc): There are no data parts 2024.02.29 22:26:23.144534 [ 3 ] {6a08a388-849a-4c46-b304-06d3eb22d774} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.144560 [ 3 ] {} HTTP-Session: 335a733f-31b5-47b1-ab32-3659b90d87a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.144674 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.144728 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.144752 [ 3 ] {} HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.144768 [ 3 ] {} HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.144788 [ 3 ] {} HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.144822 [ 3 ] {} HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.144937 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.144979 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.02.29 22:26:23.146510 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} oximeter.fields_u32 (4a4f0740-a03c-4dc2-b05b-7e514976869e): Loading data parts 2024.02.29 22:26:23.146656 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} oximeter.fields_u32 (4a4f0740-a03c-4dc2-b05b-7e514976869e): There are no data parts 2024.02.29 22:26:23.147808 [ 3 ] {e9a273d1-f6f1-4c28-9511-6450a3b3b13f} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.147834 [ 3 ] {} HTTP-Session: 11c8492e-f483-425b-a4fd-30b25d10a3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.147950 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.148003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.148021 [ 3 ] {} HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.148045 [ 3 ] {} HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.148065 [ 3 ] {} HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.148093 [ 3 ] {} HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.148208 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.148258 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.02.29 22:26:23.149670 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Loading data parts 2024.02.29 22:26:23.149832 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): There are no data parts 2024.02.29 22:26:23.151013 [ 3 ] {f98646f9-7d05-4ef9-87e8-9d18f5c48f87} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.151039 [ 3 ] {} HTTP-Session: 2e9d7b4b-758a-47a0-89fb-9df7569e2794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.151149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.151203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.151220 [ 3 ] {} HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.151242 [ 3 ] {} HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.151263 [ 3 ] {} HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.151300 [ 3 ] {} HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.151416 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.151460 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.02.29 22:26:23.152893 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} oximeter.fields_u64 (279bc854-a4ac-433e-842a-e1b95e44a02f): Loading data parts 2024.02.29 22:26:23.153066 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} oximeter.fields_u64 (279bc854-a4ac-433e-842a-e1b95e44a02f): There are no data parts 2024.02.29 22:26:23.154197 [ 3 ] {dd05360e-f588-4c1e-b767-e8c9ef624bd2} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.154231 [ 3 ] {} HTTP-Session: b88313d7-13a4-4d55-ac94-98393ece6996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.154332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.154386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.154411 [ 3 ] {} HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.154437 [ 3 ] {} HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.154450 [ 3 ] {} HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.154495 [ 3 ] {} HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.154604 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.154659 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.02.29 22:26:23.156067 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Loading data parts 2024.02.29 22:26:23.156222 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): There are no data parts 2024.02.29 22:26:23.157417 [ 3 ] {61f22b0b-a5f7-4500-a36e-54a01d4ebdc5} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.157444 [ 3 ] {} HTTP-Session: ff46db28-b8f5-4db4-88fd-4bcfe557db7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.157536 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.157592 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.157611 [ 3 ] {} HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.157629 [ 3 ] {} HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.157644 [ 3 ] {} HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.157673 [ 3 ] {} HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.157779 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.157816 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.02.29 22:26:23.159217 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Loading data parts 2024.02.29 22:26:23.159366 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): There are no data parts 2024.02.29 22:26:23.160530 [ 3 ] {b79a9844-30fd-4fec-952e-f2282e93763e} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.160556 [ 3 ] {} HTTP-Session: 81c38e20-9fc4-4281-afa5-b687158e6859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.160663 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.160709 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.160728 [ 3 ] {} HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.160744 [ 3 ] {} HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.160758 [ 3 ] {} HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.160787 [ 3 ] {} HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.160894 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} executeQuery: (from [fd00:1122:3344:101::d]:58826) 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.02.29 22:26:23.160930 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.02.29 22:26:23.162409 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Loading data parts 2024.02.29 22:26:23.162550 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): There are no data parts 2024.02.29 22:26:23.163666 [ 3 ] {23d0d688-2c4f-4133-b941-a0a6ee181b81} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.163693 [ 3 ] {} HTTP-Session: 8929e26c-1bcb-4656-919b-772919f5510c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.163808 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.163855 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.163873 [ 3 ] {} HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.163890 [ 3 ] {} HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.163903 [ 3 ] {} HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.163933 [ 3 ] {} HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.164114 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} executeQuery: (from [fd00:1122:3344:101::d]:58826) /* 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.02.29 22:26:23.164170 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.02.29 22:26:23.165717 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Loading data parts 2024.02.29 22:26:23.165858 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): There are no data parts 2024.02.29 22:26:23.167179 [ 3 ] {989ff52b-acd6-461b-a30c-fa85d2d870ca} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.167206 [ 3 ] {} HTTP-Session: ce4865d9-ee15-4e50-8270-23bdfd1aaa0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.167339 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58826, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:23.167386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:23.167404 [ 3 ] {} HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:58826 2024.02.29 22:26:23.167421 [ 3 ] {} HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.167436 [ 3 ] {} HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:23.167464 [ 3 ] {} HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:23.167588 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} executeQuery: (from [fd00:1122:3344:101::d]:58826) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.02.29 22:26:23.169249 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.02.29 22:26:23.173041 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:23.173075 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. 2024.02.29 22:26:23.177447 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:23.178469 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} oximeter.version (e5e4d586-13d7-4416-9a4f-39731f9bc3a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:23.178725 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} executeQuery: Read 1 rows, 16.00 B in 0.011209 sec., 89.21402444464269 rows/sec., 1.39 KiB/sec. 2024.02.29 22:26:23.178837 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} DynamicQueryHandler: Done processing query 2024.02.29 22:26:23.178859 [ 3 ] {b31f6366-9b5e-4133-8fbc-31cdb2c173e9} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.02.29 22:26:23.178873 [ 3 ] {} HTTP-Session: a836d5a6-bac5-48a8-96f9-aa5b18e30cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:24.000140 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 167.78 MiB, peak 172.99 MiB, free memory in arenas 0.00 B, will set to 173.50 MiB (RSS), difference: 5.71 MiB 2024.02.29 22:26:36.387258 [ 118 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:26:36.387324 [ 118 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:26:51.387369 [ 100 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:26:51.387445 [ 100 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:26:53.212180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.212342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.212387 [ 3 ] {} HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.212430 [ 3 ] {} HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.212459 [ 3 ] {} HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.212537 [ 3 ] {} HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.212728 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.02.29 22:26:53.213250 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:26:53.213386 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:26:53.214364 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.214399 [ 3 ] {5530d470-f0e4-462b-9dfc-efaa4ae52301} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:26:53.214416 [ 3 ] {} HTTP-Session: a0086e64-e6fd-4cb2-9cc4-4076d24535ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.224029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.224127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.224166 [ 3 ] {} HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.224202 [ 3 ] {} HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.224228 [ 3 ] {} HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.224293 [ 3 ] {} HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.224508 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.02.29 22:26:53.233376 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:26:53.233446 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:26:53.234463 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.234493 [ 3 ] {fb3efca2-ca9a-4bac-ac10-4cfa13024eab} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:26:53.234511 [ 3 ] {} HTTP-Session: 08e8000d-e8de-4f8c-be26-2c3d0f9bbd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.234752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.234803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.234822 [ 3 ] {} HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.234840 [ 3 ] {} HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.234854 [ 3 ] {} HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.234887 [ 3 ] {} HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.234981 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} executeQuery: (from [fd00:1122:3344:101::d]:48615) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.02.29 22:26:53.235330 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:26:53.235382 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:26:53.236166 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.236195 [ 3 ] {1ddf3e18-ff9f-45e1-b56e-364d8519f7e1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:26:53.236211 [ 3 ] {} HTTP-Session: 06e81341-da70-4018-a3f7-a70baef1e55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.236541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.236588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.236606 [ 3 ] {} HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.236623 [ 3 ] {} HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.236636 [ 3 ] {} HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.236666 [ 3 ] {} HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.236754 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:26:53.237065 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:26:53.237116 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:26:53.237926 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.237954 [ 3 ] {94074c6e-1eec-4107-b83e-f18b38e3f00d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:26:53.237969 [ 3 ] {} HTTP-Session: ccd2666e-6500-41c7-ab5f-041bec8e4652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.238611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.238657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.238675 [ 3 ] {} HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.238692 [ 3 ] {} HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.238705 [ 3 ] {} HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.238734 [ 3 ] {} HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.238813 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.238856 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:26:53.239045 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.241859 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.241938 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.242606 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.242913 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.243081 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} executeQuery: Read 4 rows, 443.00 B in 0.004297 sec., 930.8820107051432 rows/sec., 100.68 KiB/sec. 2024.02.29 22:26:53.243215 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.243240 [ 3 ] {323012c4-c0e5-4503-900b-421104984c71} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.02.29 22:26:53.243256 [ 3 ] {} HTTP-Session: 0cb267fb-cb24-49d5-a3fe-cc8f4237049d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.243374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.243421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.243439 [ 3 ] {} HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.243456 [ 3 ] {} HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.243469 [ 3 ] {} HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.243499 [ 3 ] {} HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.243574 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.243614 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:26:53.243741 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.245920 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.245955 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.246268 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.246569 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.246716 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} executeQuery: Read 39 rows, 3.16 KiB in 0.003176 sec., 12279.596977329975 rows/sec., 995.32 KiB/sec. 2024.02.29 22:26:53.246835 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.246861 [ 3 ] {c4e63682-7ad9-42dc-9a42-806629a290d8} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:26:53.246877 [ 3 ] {} HTTP-Session: f429bb9d-03d0-4849-9673-46ee48500255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.247048 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.247096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.247114 [ 3 ] {} HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.247131 [ 3 ] {} HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.247145 [ 3 ] {} HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.247175 [ 3 ] {} HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.247270 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.247310 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:26:53.247432 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.247819 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.247858 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.248181 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.248502 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.248655 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} executeQuery: Read 117 rows, 11.88 KiB in 0.00143 sec., 81818.18181818181 rows/sec., 8.11 MiB/sec. 2024.02.29 22:26:53.248818 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.248841 [ 3 ] {493c01d4-2b3a-461b-b05d-c8e278864cd8} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:26:53.248857 [ 3 ] {} HTTP-Session: 18806a62-0cfe-4aba-968d-2ba7abe69b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.248981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.249028 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.249045 [ 3 ] {} HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.249061 [ 3 ] {} HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.249074 [ 3 ] {} HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.249104 [ 3 ] {} HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.249186 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.249224 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:26:53.249932 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.250872 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.250907 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.253313 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.253677 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.253858 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} executeQuery: Read 46 rows, 3.70 KiB in 0.004702 sec., 9783.071033602722 rows/sec., 785.90 KiB/sec. 2024.02.29 22:26:53.254141 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.254174 [ 3 ] {acdab921-ddd4-4ddc-bc6f-241f5a9b1cee} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:26:53.254190 [ 3 ] {} HTTP-Session: 0f819e1b-0e55-4e0b-8d03-11015d4d67fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.254460 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 41733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.254509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.254528 [ 3 ] {} HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.254545 [ 3 ] {} HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.254559 [ 3 ] {} HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.254589 [ 3 ] {} HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.254851 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.254899 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:26:53.255094 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.255740 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.255779 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.266042 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.266468 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.266614 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} executeQuery: Read 39 rows, 53.89 KiB in 0.011966 sec., 3259.234497743607 rows/sec., 4.40 MiB/sec. 2024.02.29 22:26:53.266757 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.266782 [ 3 ] {9b083e12-db80-4230-a2bb-18c0ccb3ead3} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.02.29 22:26:53.266797 [ 3 ] {} HTTP-Session: 1275f86f-42d3-48ee-a406-c777e2e2fdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.266912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 1976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:26:53.266960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:26:53.266977 [ 3 ] {} HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:26:53.266995 [ 3 ] {} HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.267008 [ 3 ] {} HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:26:53.267039 [ 3 ] {} HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:26:53.267105 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:26:53.267146 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.02.29 22:26:53.267271 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:26:53.267577 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:26:53.267612 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:26:53.267969 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:26:53.268310 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:26:53.268444 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} executeQuery: Read 12 rows, 926.00 B in 0.001363 sec., 8804.10858400587 rows/sec., 663.46 KiB/sec. 2024.02.29 22:26:53.268574 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} DynamicQueryHandler: Done processing query 2024.02.29 22:26:53.268598 [ 3 ] {cc509047-3c3b-431a-bb26-410528571c32} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.02.29 22:26:53.268613 [ 3 ] {} HTTP-Session: ea3bf29d-0f3e-447e-b684-711fbb333e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.179025 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.179154 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.179180 [ 3 ] {} HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.179205 [ 3 ] {} HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.179220 [ 3 ] {} HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.179270 [ 3 ] {} HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.179422 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.182087 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.184402 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} 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.02.29 22:27:03.184712 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.187367 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.187827 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.02.29 22:27:03.189162 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.189214 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.189233 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.189334 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} 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.02.29 22:27:03.189360 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.197457 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} executeQuery: Read 4 rows, 189.00 B in 0.01812 sec., 220.7505518763797 rows/sec., 10.19 KiB/sec. 2024.02.29 22:27:03.197684 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.197711 [ 3 ] {65da4221-9ce0-4fd4-899c-74c4f7264dc7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.197728 [ 3 ] {} HTTP-Session: f5ca7897-6f66-4248-ab0c-0a9f054ce873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.198018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.198074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.198094 [ 3 ] {} HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.198112 [ 3 ] {} HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.198126 [ 3 ] {} HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.198166 [ 3 ] {} HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.198273 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.198514 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.198547 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} 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.02.29 22:27:03.198749 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.198815 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.198953 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.02.29 22:27:03.198986 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.199009 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.199026 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.199068 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} 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.02.29 22:27:03.199088 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.199878 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} executeQuery: Read 4 rows, 189.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 110.79 KiB/sec. 2024.02.29 22:27:03.200066 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.200091 [ 3 ] {15fb27f0-8453-4c57-b02c-44f80933a6a9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.200107 [ 3 ] {} HTTP-Session: 7666b526-8b34-475b-b3bb-f36ba8538ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.200337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.200384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.200403 [ 3 ] {} HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.200420 [ 3 ] {} HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.200433 [ 3 ] {} HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.200464 [ 3 ] {} HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.200560 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.200788 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.200820 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} 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.02.29 22:27:03.201026 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.201091 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.201226 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.02.29 22:27:03.201258 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.201281 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.201298 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.201336 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} 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.02.29 22:27:03.201355 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.202125 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} executeQuery: Read 4 rows, 189.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 114.14 KiB/sec. 2024.02.29 22:27:03.202311 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.202336 [ 3 ] {d42f6ae0-5588-49b2-ab93-aa07283bb673} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.202353 [ 3 ] {} HTTP-Session: 197f5724-3dea-4744-a4d5-f8b2c72f339f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.202558 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.202606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.202624 [ 3 ] {} HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.202641 [ 3 ] {} HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.202656 [ 3 ] {} HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.202686 [ 3 ] {} HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.202781 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.203012 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.203045 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} 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.02.29 22:27:03.203251 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.203316 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.203450 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.02.29 22:27:03.203483 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.203506 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.203522 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.203560 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} 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.02.29 22:27:03.203579 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.204406 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} executeQuery: Read 4 rows, 189.00 B in 0.001672 sec., 2392.3444976076553 rows/sec., 110.39 KiB/sec. 2024.02.29 22:27:03.204617 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.204642 [ 3 ] {60ae3bcb-bf66-43c7-a448-b6d54c71cd1a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.204658 [ 3 ] {} HTTP-Session: 533cfb8f-4f55-4047-8e03-45e063b8ad76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.204851 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.204899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.204917 [ 3 ] {} HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.204933 [ 3 ] {} HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.204947 [ 3 ] {} HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.204978 [ 3 ] {} HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.205071 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.205305 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.205338 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} 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.02.29 22:27:03.205545 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.205637 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.205951 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.02.29 22:27:03.205985 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.206008 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.206024 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.206063 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} 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.02.29 22:27:03.206083 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.206917 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} executeQuery: Read 4 rows, 189.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 97.30 KiB/sec. 2024.02.29 22:27:03.207102 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.207127 [ 3 ] {feca790c-1518-413f-9c46-0315c188e0e6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.207143 [ 3 ] {} HTTP-Session: b6194f17-922d-49aa-ac29-bf3eec321e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.207334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.207379 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.207399 [ 3 ] {} HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.207416 [ 3 ] {} HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.207430 [ 3 ] {} HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.207460 [ 3 ] {} HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.207556 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:03.207783 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:03.207816 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} 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.02.29 22:27:03.208028 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.208090 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:03.208221 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.02.29 22:27:03.208251 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:03.208273 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:03.208289 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:03.208326 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} 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.02.29 22:27:03.208346 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.02.29 22:27:03.209228 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} executeQuery: Read 4 rows, 189.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 107.00 KiB/sec. 2024.02.29 22:27:03.209420 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.209444 [ 3 ] {1d3510b1-7462-4bea-9536-f15620b5e2db} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.02.29 22:27:03.209460 [ 3 ] {} HTTP-Session: 9977e5c7-8052-4eb1-a88a-d4f3dbc4bc0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.218972 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.219023 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.219042 [ 3 ] {} HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.219058 [ 3 ] {} HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.219072 [ 3 ] {} HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.219102 [ 3 ] {} HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.219185 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.219228 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:03.219395 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.219749 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.219792 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.220291 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:03.220595 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.220788 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} executeQuery: Read 6 rows, 996.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 592.36 KiB/sec. 2024.02.29 22:27:03.220924 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.220949 [ 3 ] {9480911a-cc93-498f-b233-b5e6a76ee2fb} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.02.29 22:27:03.220966 [ 3 ] {} HTTP-Session: fd0f56a9-8168-44a2-b7a2-2b7355f1a758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.221083 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.221133 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.221151 [ 3 ] {} HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.221167 [ 3 ] {} HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.221180 [ 3 ] {} HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.221210 [ 3 ] {} HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.221290 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.221330 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:03.221458 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.221768 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.221805 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.222105 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:03.222535 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.222734 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} executeQuery: Read 41 rows, 3.32 KiB in 0.001475 sec., 27796.610169491527 rows/sec., 2.20 MiB/sec. 2024.02.29 22:27:03.222852 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.222876 [ 3 ] {b928f12b-eca3-4011-be36-1185d295c557} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:03.222892 [ 3 ] {} HTTP-Session: 96aec327-9f19-4506-83c3-f7227cbb6d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.223071 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 24902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.223119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.223136 [ 3 ] {} HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.223154 [ 3 ] {} HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.223168 [ 3 ] {} HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.223198 [ 3 ] {} HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.223304 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.223344 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:03.223470 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.223863 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.223901 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.224213 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:03.224528 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.224655 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} executeQuery: Read 159 rows, 15.21 KiB in 0.001412 sec., 112606.23229461756 rows/sec., 10.52 MiB/sec. 2024.02.29 22:27:03.224807 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.224834 [ 3 ] {1f441f94-b4dc-4003-86f6-18edfd5616e2} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:03.224850 [ 3 ] {} HTTP-Session: 2afa314c-a796-494d-970d-08157c672316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.224986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.225034 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.225052 [ 3 ] {} HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.225068 [ 3 ] {} HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.225082 [ 3 ] {} HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.225112 [ 3 ] {} HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.225193 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.225232 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:03.225361 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.225662 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.225698 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.225994 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:03.226288 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.226436 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} executeQuery: Read 65 rows, 5.18 KiB in 0.001273 sec., 51060.48703849175 rows/sec., 3.98 MiB/sec. 2024.02.29 22:27:03.226651 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.226676 [ 3 ] {073e2452-9aee-45a9-9ae8-4097131407dc} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:27:03.226691 [ 3 ] {} HTTP-Session: 61b63716-3151-4f4d-99c3-9364471ce5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.226880 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 36953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.226928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.226946 [ 3 ] {} HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.226965 [ 3 ] {} HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.226979 [ 3 ] {} HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.227008 [ 3 ] {} HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.227134 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.227179 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:27:03.227337 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.227728 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.227765 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.228213 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:27:03.228594 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.228745 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} executeQuery: Read 192 rows, 13.88 KiB in 0.00168 sec., 114285.71428571428 rows/sec., 8.07 MiB/sec. 2024.02.29 22:27:03.228875 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.228902 [ 3 ] {f27ee12a-1c15-42da-9906-b5182bcb9d91} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.02.29 22:27:03.228920 [ 3 ] {} HTTP-Session: 6c07e9c8-fc0d-4bff-bc28-ba38d0c80c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.229076 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:03.229126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:03.229147 [ 3 ] {} HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:03.229164 [ 3 ] {} HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.229178 [ 3 ] {} HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:03.229209 [ 3 ] {} HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:03.229490 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:03.229537 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:03.229697 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:03.230192 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:03.230229 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:03.230731 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:03.231073 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:03.231220 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} executeQuery: Read 41 rows, 56.66 KiB in 0.001949 sec., 21036.42893791688 rows/sec., 28.39 MiB/sec. 2024.02.29 22:27:03.231336 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} DynamicQueryHandler: Done processing query 2024.02.29 22:27:03.231359 [ 3 ] {3fbed13d-feef-4fd9-881c-439e0ac82d7c} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.02.29 22:27:03.231374 [ 3 ] {} HTTP-Session: ae52dea9-d513-45e8-8194-b108f7e61a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:06.387486 [ 88 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:27:06.387557 [ 88 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:27:13.181041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:13.181238 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:13.181282 [ 3 ] {} HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:13.181326 [ 3 ] {} HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.181357 [ 3 ] {} HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.181437 [ 3 ] {} HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:13.181598 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:13.181662 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:13.181854 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:13.182348 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:13.182391 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:13.182779 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:13.183107 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:13.183243 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} executeQuery: Read 41 rows, 3.32 KiB in 0.001709 sec., 23990.637799882974 rows/sec., 1.90 MiB/sec. 2024.02.29 22:27:13.183389 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} DynamicQueryHandler: Done processing query 2024.02.29 22:27:13.183413 [ 3 ] {c49f6550-5b59-40b1-a1e1-942d62a2d63f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:13.183429 [ 3 ] {} HTTP-Session: e9bf85ff-814f-433b-8603-f507326b1f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.183579 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:13.183629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:13.183648 [ 3 ] {} HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:13.183667 [ 3 ] {} HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.183681 [ 3 ] {} HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.183713 [ 3 ] {} HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:13.183817 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:13.183857 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:13.183981 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:13.184334 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:13.184371 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:13.184712 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:13.185026 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:13.185152 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} executeQuery: Read 123 rows, 12.44 KiB in 0.00139 sec., 88489.20863309353 rows/sec., 8.74 MiB/sec. 2024.02.29 22:27:13.185378 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} DynamicQueryHandler: Done processing query 2024.02.29 22:27:13.185402 [ 3 ] {925e410c-9d1c-4403-95d7-2562c2ad30be} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:13.185419 [ 3 ] {} HTTP-Session: 5196e027-e490-4d52-a1d2-161c24fdd8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.185557 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 6996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:13.185603 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:13.185622 [ 3 ] {} HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:13.185639 [ 3 ] {} HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.185653 [ 3 ] {} HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.185684 [ 3 ] {} HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:13.185760 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:13.185801 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:13.185945 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:13.186235 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:13.186273 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:13.186577 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:13.186877 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:13.187006 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} executeQuery: Read 41 rows, 3.28 KiB in 0.001279 sec., 32056.29397967162 rows/sec., 2.51 MiB/sec. 2024.02.29 22:27:13.187168 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} DynamicQueryHandler: Done processing query 2024.02.29 22:27:13.187192 [ 3 ] {b3a66594-5ee2-47ab-8d64-0b0f523b891c} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:13.187208 [ 3 ] {} HTTP-Session: fda8e5b7-d1c2-4fa1-8b37-5f0dffacadb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.187376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:13.187424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:13.187443 [ 3 ] {} HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:13.187461 [ 3 ] {} HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.187475 [ 3 ] {} HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:13.187506 [ 3 ] {} HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:13.187794 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:13.187840 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:13.187995 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:13.188625 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:13.188660 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2024.02.29 22:27:13.189146 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:13.189475 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:13.189608 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} executeQuery: Read 41 rows, 56.66 KiB in 0.002052 sec., 19980.506822612086 rows/sec., 26.96 MiB/sec. 2024.02.29 22:27:13.189865 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} DynamicQueryHandler: Done processing query 2024.02.29 22:27:13.189889 [ 3 ] {837c3f59-45b6-42e3-ac02-52fb1cce607f} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.02.29 22:27:13.189905 [ 3 ] {} HTTP-Session: 9c5c2da2-6308-4711-8333-9c5397eb787b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:21.387813 [ 79 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:27:21.387919 [ 79 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:27:23.180507 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:23.180675 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:23.180718 [ 3 ] {} HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:23.180763 [ 3 ] {} HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.180794 [ 3 ] {} HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.180876 [ 3 ] {} HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:23.181084 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:23.181189 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:23.181516 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:23.182042 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:23.182087 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2024.02.29 22:27:23.182490 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:27:23.182828 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:23.182989 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} executeQuery: Read 41 rows, 3.32 KiB in 0.00201 sec., 20398.009950248754 rows/sec., 1.61 MiB/sec. 2024.02.29 22:27:23.183304 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} DynamicQueryHandler: Done processing query 2024.02.29 22:27:23.183343 [ 3 ] {13d90283-a4d9-49c8-812d-356cb77ba70f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:23.183361 [ 3 ] {} HTTP-Session: 8b87cd52-e799-4f3c-9b9b-36cd2ec46437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.183504 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 19976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:23.183555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:23.183574 [ 3 ] {} HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:23.183592 [ 3 ] {} HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.183606 [ 3 ] {} HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.183638 [ 3 ] {} HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:23.183743 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:23.183786 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:23.183923 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:23.184335 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:23.184373 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2024.02.29 22:27:23.184693 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:27:23.185009 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:23.185168 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} executeQuery: Read 123 rows, 12.44 KiB in 0.001473 sec., 83503.05498981671 rows/sec., 8.25 MiB/sec. 2024.02.29 22:27:23.185555 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} DynamicQueryHandler: Done processing query 2024.02.29 22:27:23.185587 [ 3 ] {f12bed9b-7b06-42f7-aff6-21c8e8590c23} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:23.185610 [ 3 ] {} HTTP-Session: c44d46c6-5e48-499f-98c0-198c765501ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.185754 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 6996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:23.185807 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:23.185825 [ 3 ] {} HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:23.185842 [ 3 ] {} HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.185856 [ 3 ] {} HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.185887 [ 3 ] {} HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:23.185965 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:23.186006 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:23.186151 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:23.186469 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:23.186507 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2024.02.29 22:27:23.186814 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:27:23.187122 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:23.187287 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} executeQuery: Read 41 rows, 3.28 KiB in 0.001347 sec., 30438.01039346696 rows/sec., 2.38 MiB/sec. 2024.02.29 22:27:23.187632 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} DynamicQueryHandler: Done processing query 2024.02.29 22:27:23.187658 [ 3 ] {ee85c358-cdc0-4aa5-974d-9041bcdacefb} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:23.187674 [ 3 ] {} HTTP-Session: 0bc246a2-f2c4-40bd-93a0-3a1deb415ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.187879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:23.187928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:23.187947 [ 3 ] {} HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:23.187964 [ 3 ] {} HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.187978 [ 3 ] {} HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:23.188008 [ 3 ] {} HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:23.188309 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:23.188358 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:23.188538 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:23.189071 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:23.189108 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2024.02.29 22:27:23.189568 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:27:23.189920 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:23.190095 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} executeQuery: Read 41 rows, 56.66 KiB in 0.002004 sec., 20459.081836327343 rows/sec., 27.61 MiB/sec. 2024.02.29 22:27:23.190539 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} DynamicQueryHandler: Done processing query 2024.02.29 22:27:23.190564 [ 3 ] {339bd1bc-0d92-4b3b-b3e2-6de53a750808} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.02.29 22:27:23.190580 [ 3 ] {} HTTP-Session: c648663b-ec29-4dcb-a932-d8269d1a7af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.181027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.181177 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.181205 [ 3 ] {} HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.181237 [ 3 ] {} HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.181256 [ 3 ] {} HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.181316 [ 3 ] {} HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.181506 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} executeQuery: (from [fd00:1122:3344:101::d]:48615) 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.02.29 22:27:33.181930 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.02.29 22:27:33.181976 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} 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.02.29 22:27:33.182284 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:33.182385 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} InterpreterSelectQuery: FetchColumns -> Complete 2024.02.29 22:27:33.182586 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.02.29 22:27:33.182765 [ 251 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.02.29 22:27:33.182770 [ 253 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.02.29 22:27:33.182967 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (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.02.29 22:27:33.183002 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.02.29 22:27:33.185321 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.02.29 22:27:33.187697 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.02.29 22:27:33.187774 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} 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.02.29 22:27:33.187830 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} 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.02.29 22:27:33.189724 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} executeQuery: Read 10 rows, 435.00 B in 0.008327 sec., 1200.9126936471719 rows/sec., 51.02 KiB/sec. 2024.02.29 22:27:33.190044 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.190075 [ 3 ] {3cda0767-a0ae-4720-98f4-df31453da8c3} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.02.29 22:27:33.190095 [ 3 ] {} HTTP-Session: 854f03e0-7a58-4023-bdc7-b09a56fc3d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.192916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.192998 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.193032 [ 3 ] {} HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.193062 [ 3 ] {} HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.193086 [ 3 ] {} HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.193149 [ 3 ] {} HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.193285 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.193364 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.02.29 22:27:33.193668 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.194111 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.194169 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.194775 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:33.195159 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} oximeter.timeseries_schema (7c087a3e-bf03-415c-8f5e-b2bc71064e9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.195351 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} executeQuery: Read 1 rows, 232.00 B in 0.002125 sec., 470.5882352941176 rows/sec., 106.62 KiB/sec. 2024.02.29 22:27:33.195662 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.195695 [ 3 ] {77fd8b0e-95f7-40fc-ba4e-13e2620d49fa} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.02.29 22:27:33.195712 [ 3 ] {} HTTP-Session: 7f5cc742-178a-4470-b175-d86ad4c26db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.195871 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 5929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.195925 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.195948 [ 3 ] {} HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.195969 [ 3 ] {} HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.195985 [ 3 ] {} HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.196021 [ 3 ] {} HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.196111 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.196160 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:33.196320 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.196681 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.196725 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.197099 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:27:33.197475 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.197660 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} executeQuery: Read 41 rows, 3.32 KiB in 0.00158 sec., 25949.367088607596 rows/sec., 2.05 MiB/sec. 2024.02.29 22:27:33.197799 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.197825 [ 3 ] {19896687-87ce-4dc2-a5d3-fb41afd62113} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:33.197846 [ 3 ] {} HTTP-Session: 8abe5683-df45-437d-89ed-5ada4c437bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.198031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.198086 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.198110 [ 3 ] {} HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.198130 [ 3 ] {} HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.198146 [ 3 ] {} HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.198182 [ 3 ] {} HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.198255 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.198306 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:27:33.198487 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.198804 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.198849 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.199234 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:27:33.199610 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.199787 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} executeQuery: Read 2 rows, 167.00 B in 0.001551 sec., 1289.4906511927788 rows/sec., 105.15 KiB/sec. 2024.02.29 22:27:33.200018 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.200049 [ 3 ] {3ca2dea0-1716-4a4b-9fb1-70b3d94432bb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:27:33.200066 [ 3 ] {} HTTP-Session: c4ab65a9-d675-4def-88c8-7ff315f19f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.200248 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.200305 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.200329 [ 3 ] {} HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.200349 [ 3 ] {} HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.200363 [ 3 ] {} HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.200399 [ 3 ] {} HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.200521 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.200570 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:33.200733 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.201164 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.201209 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.201591 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:27:33.201966 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.202153 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} executeQuery: Read 160 rows, 15.30 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 8.83 MiB/sec. 2024.02.29 22:27:33.202287 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.202318 [ 3 ] {a2865ad3-cc4a-4f38-982e-90ae71dfe38e} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:33.202337 [ 3 ] {} HTTP-Session: 74ec95d8-36c9-4048-9c6a-86a049392cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.202480 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.202534 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.202556 [ 3 ] {} HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.202576 [ 3 ] {} HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.202593 [ 3 ] {} HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.202627 [ 3 ] {} HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.202698 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.202745 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:27:33.202884 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.203294 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.203339 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.203713 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.02.29 22:27:33.204079 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.204263 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} executeQuery: Read 2 rows, 143.00 B in 0.001585 sec., 1261.8296529968454 rows/sec., 88.11 KiB/sec. 2024.02.29 22:27:33.204529 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.204558 [ 3 ] {3b6cf20c-6740-4c1f-8e09-3c520d21d59b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:27:33.204581 [ 3 ] {} HTTP-Session: 04f733ac-62b9-4812-91ff-15b92d9f5e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.204746 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.204804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.204827 [ 3 ] {} HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.204847 [ 3 ] {} HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.204864 [ 3 ] {} HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.204930 [ 3 ] {} HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.205033 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.205080 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:33.205235 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.205594 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.205638 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.206003 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:27:33.206382 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.206580 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} executeQuery: Read 67 rows, 5.34 KiB in 0.001584 sec., 42297.9797979798 rows/sec., 3.30 MiB/sec. 2024.02.29 22:27:33.206864 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.206896 [ 3 ] {b98ce40e-8e8e-41d5-94af-e002c90591f0} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:27:33.206916 [ 3 ] {} HTTP-Session: 68714525-ae58-4405-b61c-2915faa4778b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.207064 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.207119 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.207142 [ 3 ] {} HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.207162 [ 3 ] {} HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.207178 [ 3 ] {} HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.207214 [ 3 ] {} HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.207314 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.207366 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:27:33.207554 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.207896 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.207943 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.208386 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:33.208789 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.208983 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} executeQuery: Read 37 rows, 2.67 KiB in 0.001716 sec., 21561.771561771562 rows/sec., 1.52 MiB/sec. 2024.02.29 22:27:33.209249 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.209281 [ 3 ] {605c6da7-479a-470d-8437-7740350ba09b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.02.29 22:27:33.209298 [ 3 ] {} HTTP-Session: 1b0653a7-69f0-40f6-8909-cb48716136e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.209507 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 43869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:33.209564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:33.209586 [ 3 ] {} HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:33.209606 [ 3 ] {} HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.209620 [ 3 ] {} HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:33.209657 [ 3 ] {} HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:33.209963 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:33.210020 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:33.210222 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:33.210904 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:33.210948 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:33.211456 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:27:33.211873 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:33.212074 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} executeQuery: Read 41 rows, 56.66 KiB in 0.002354 sec., 17417.16227697536 rows/sec., 23.50 MiB/sec. 2024.02.29 22:27:33.212228 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} DynamicQueryHandler: Done processing query 2024.02.29 22:27:33.212255 [ 3 ] {2698c56e-67d4-453f-8b26-3dd92ef2e16e} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.02.29 22:27:33.212273 [ 3 ] {} HTTP-Session: 7e45a3be-3dae-44bc-8705-728714240fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:36.387984 [ 72 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:27:36.388097 [ 72 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:27:43.181980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.182178 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.182223 [ 3 ] {} HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.182268 [ 3 ] {} HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.182297 [ 3 ] {} HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.182381 [ 3 ] {} HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.182596 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.182702 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:43.183039 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.183463 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.183515 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.183917 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:27:43.184260 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.184423 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} executeQuery: Read 51 rows, 4.13 KiB in 0.001936 sec., 26342.97520661157 rows/sec., 2.09 MiB/sec. 2024.02.29 22:27:43.184442 [ 69 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:27:43.184566 [ 69 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.184597 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.184616 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.184663 [ 3 ] {4ab0ec6e-562e-4f97-a0ef-d0ae21d1bd05} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:43.184730 [ 3 ] {} HTTP-Session: b92af062-0409-4191-9c93-24ebc5fe6b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.184985 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.185043 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.185064 [ 3 ] {} HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.185083 [ 3 ] {} HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.185098 [ 3 ] {} HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.185134 [ 3 ] {} HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.185212 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.185258 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:27:43.185403 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.185701 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.185741 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.186052 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:43.186372 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.186527 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. 2024.02.29 22:27:43.186656 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.186680 [ 3 ] {4e2def1a-e81b-42f2-bc34-7a8a6e66a791} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:27:43.186697 [ 3 ] {} HTTP-Session: b4f0dc82-5d40-4ebf-9e70-efbc78f547c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.186906 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 24626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.186931 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::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.02.29 22:27:43.186973 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.187017 [ 3 ] {} HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.187063 [ 3 ] {} HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.187098 [ 3 ] {} HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.187205 [ 3 ] {} HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.187262 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:27:43.187389 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part 2024.02.29 22:27:43.187395 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.187485 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:43.187646 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.188153 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.188510 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.188597 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.188761 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.189061 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 51 rows starting from the beginning of the part 2024.02.29 22:27:43.189976 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.190043 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.190965 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:27:43.191647 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 4 columns (4 merged, 0 gathered) in 0.006948908 sec., 36552.5058037896 rows/sec., 2.89 MiB/sec. 2024.02.29 22:27:43.191832 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:27:43.191915 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.192123 [ 69 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:27:43.192251 [ 69 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.192308 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} executeQuery: Read 154 rows, 15.21 KiB in 0.004975 sec., 30954.773869346733 rows/sec., 2.99 MiB/sec. 2024.02.29 22:27:43.192350 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.193039 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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.02.29 22:27:43.193206 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.193458 [ 3 ] {608bad7e-41bc-4927-96dd-e0f73cd7287e} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:43.193605 [ 3 ] {} HTTP-Session: b8b91121-444a-4430-8826-dbd446b27ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.193688 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.193715 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:27:43.193757 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 117 rows starting from the beginning of the part 2024.02.29 22:27:43.193834 [ 189 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_6_1} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:27:43.193900 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.194196 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 159 rows starting from the beginning of the part 2024.02.29 22:27:43.194201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.194231 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.02.29 22:27:43.194330 [ 3 ] {} HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.194453 [ 3 ] {} HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.194529 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 123 rows starting from the beginning of the part 2024.02.29 22:27:43.194538 [ 3 ] {} HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.194715 [ 3 ] {} HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.194785 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 123 rows starting from the beginning of the part 2024.02.29 22:27:43.195032 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.195094 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2024.02.29 22:27:43.195171 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:27:43.195376 [ 201 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 154 rows starting from the beginning of the part 2024.02.29 22:27:43.196150 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.196959 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.197028 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.197925 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:43.198607 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 4 columns (4 merged, 0 gathered) in 0.006086377 sec., 137355.9344089267 rows/sec., 13.24 MiB/sec. 2024.02.29 22:27:43.198672 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.198917 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} executeQuery: Read 2 rows, 143.00 B in 0.004047 sec., 494.1932295527551 rows/sec., 34.51 KiB/sec. 2024.02.29 22:27:43.198929 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:27:43.199171 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.199217 [ 3 ] {5be71c66-2e64-482d-91fb-94f5f874d3d2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:27:43.199268 [ 3 ] {} HTTP-Session: df9c422b-feb8-413c-828d-9e6e6b92ca10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.199500 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 11249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.199576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.199613 [ 3 ] {} HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.199652 [ 3 ] {} HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.199684 [ 3 ] {} HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.199704 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.199738 [ 3 ] {} HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.199902 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_6_1} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:27:43.199954 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.200045 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:43.200069 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.02.29 22:27:43.200251 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.200605 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.200643 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.200987 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:27:43.201316 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.201439 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} executeQuery: Read 66 rows, 5.30 KiB in 0.001585 sec., 41640.3785488959 rows/sec., 3.27 MiB/sec. 2024.02.29 22:27:43.201458 [ 68 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:27:43.201520 [ 68 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.201552 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.201576 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.201625 [ 3 ] {6d0d7329-c1c6-4e1d-931a-a9bdd2b5ecc0} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:27:43.201708 [ 3 ] {} HTTP-Session: cf53f48d-30c8-4825-bbd5-705f4bc48955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.201874 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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.02.29 22:27:43.201955 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.202077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.202104 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:27:43.202118 [ 3 ] {} HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.202158 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part 2024.02.29 22:27:43.202165 [ 3 ] {} HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.202207 [ 3 ] {} HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.202361 [ 3 ] {} HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.202392 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 65 rows starting from the beginning of the part 2024.02.29 22:27:43.202642 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.202718 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.202803 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:27:43.203051 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.203405 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 67 rows starting from the beginning of the part 2024.02.29 22:27:43.203774 [ 201 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part 2024.02.29 22:27:43.204299 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.205058 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.205153 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.206186 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:27:43.206420 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 4 columns (4 merged, 0 gathered) in 0.004783503 sec., 68150.89276624266 rows/sec., 5.33 MiB/sec. 2024.02.29 22:27:43.206695 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:27:43.207048 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.207471 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} executeQuery: Read 1 rows, 72.00 B in 0.004945 sec., 202.22446916076845 rows/sec., 14.22 KiB/sec. 2024.02.29 22:27:43.207659 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.207785 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.207810 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_6_1} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:27:43.207822 [ 3 ] {547c748c-bacd-489a-821e-0d1654d45a4f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:27:43.207855 [ 3 ] {} HTTP-Session: a33ccffc-f54e-4fc1-be03-173061976ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.207976 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.02.29 22:27:43.208168 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 54556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.208227 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.208246 [ 3 ] {} HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.208264 [ 3 ] {} HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.208277 [ 3 ] {} HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.208310 [ 3 ] {} HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.208705 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.208753 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:43.208942 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.209590 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.209627 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.210160 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:27:43.210535 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.210657 [ 68 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:27:43.210667 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} executeQuery: Read 51 rows, 70.47 KiB in 0.0023 sec., 22173.91304347826 rows/sec., 29.92 MiB/sec. 2024.02.29 22:27:43.210688 [ 68 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.210720 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.211048 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.211123 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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.02.29 22:27:43.211132 [ 3 ] {75932e4f-9e40-4c77-8f8a-eaca9f163f94} MemoryTracker: Peak memory usage (for query): 4.52 MiB. 2024.02.29 22:27:43.211213 [ 3 ] {} HTTP-Session: 7774b35d-7def-466f-b856-6394d9b71f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.211389 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:43.211451 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:27:43.211481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:43.211514 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part 2024.02.29 22:27:43.211523 [ 3 ] {} HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:43.211575 [ 3 ] {} HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.211624 [ 3 ] {} HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.211788 [ 3 ] {} HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:43.211841 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.212110 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:43.212161 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.212276 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.02.29 22:27:43.212514 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.212953 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 41 rows starting from the beginning of the part 2024.02.29 22:27:43.213383 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 51 rows starting from the beginning of the part 2024.02.29 22:27:43.213551 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:43.214505 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:43.214556 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:27:43.215613 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.02.29 22:27:43.216349 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} oximeter.measurements_i64 (9c8b1dfb-d35a-42d7-8807-bfdf5bcd7326): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.216771 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} executeQuery: Read 15 rows, 1.09 KiB in 0.004833 sec., 3103.6623215394166 rows/sec., 225.10 KiB/sec. 2024.02.29 22:27:43.217297 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} DynamicQueryHandler: Done processing query 2024.02.29 22:27:43.217328 [ 3 ] {100c746b-e671-4d4b-9eb5-b1f1e073dbaa} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.02.29 22:27:43.217346 [ 3 ] {} HTTP-Session: d1739574-52e1-4c97-9524-3e0397861678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:43.220312 [ 194 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 6 columns (6 merged, 0 gathered) in 0.009495124 sec., 26750.572188420076 rows/sec., 36.10 MiB/sec. 2024.02.29 22:27:43.220614 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:27:43.221016 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:43.221088 [ 201 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_6_1} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:27:43.221160 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2024.02.29 22:27:51.388368 [ 62 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:27:51.388431 [ 62 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:27:53.180449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:53.180566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:53.180590 [ 3 ] {} HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:53.180617 [ 3 ] {} HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.180633 [ 3 ] {} HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.180683 [ 3 ] {} HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:53.180815 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:53.180879 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:27:53.181074 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:53.181612 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:53.181658 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2024.02.29 22:27:53.182065 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.02.29 22:27:53.182417 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:53.182595 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} executeQuery: Read 53 rows, 4.30 KiB in 0.001839 sec., 28820.010875475804 rows/sec., 2.28 MiB/sec. 2024.02.29 22:27:53.182747 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} DynamicQueryHandler: Done processing query 2024.02.29 22:27:53.182775 [ 3 ] {a838cb02-0943-4bf5-9a40-b96a7beabf00} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:27:53.182791 [ 3 ] {} HTTP-Session: d5faf6db-92e9-4d0d-902e-8a7f15832ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.182990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:53.183050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:53.183069 [ 3 ] {} HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:53.183088 [ 3 ] {} HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.183103 [ 3 ] {} HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.183139 [ 3 ] {} HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:53.183261 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:53.183306 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:27:53.183441 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:53.183942 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:53.183981 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2024.02.29 22:27:53.184320 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.02.29 22:27:53.184636 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:53.184798 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} executeQuery: Read 159 rows, 15.71 KiB in 0.001606 sec., 99003.73599003736 rows/sec., 9.56 MiB/sec. 2024.02.29 22:27:53.184931 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} DynamicQueryHandler: Done processing query 2024.02.29 22:27:53.184956 [ 3 ] {ef408303-e238-4206-8dce-1555e64168b6} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:27:53.184973 [ 3 ] {} HTTP-Session: eb51df0f-8fa8-4ab3-b404-ea7e711a8407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.185103 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:53.185155 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:53.185173 [ 3 ] {} HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:53.185192 [ 3 ] {} HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.185206 [ 3 ] {} HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.185239 [ 3 ] {} HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:53.185330 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:53.185372 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:27:53.185500 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:53.185821 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:53.185859 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2024.02.29 22:27:53.186185 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.02.29 22:27:53.186501 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:53.186661 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} executeQuery: Read 53 rows, 4.24 KiB in 0.001376 sec., 38517.441860465115 rows/sec., 3.01 MiB/sec. 2024.02.29 22:27:53.186786 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} DynamicQueryHandler: Done processing query 2024.02.29 22:27:53.186811 [ 3 ] {5b82bc73-d61c-4cac-818c-8394bb57f0fb} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:27:53.186827 [ 3 ] {} HTTP-Session: 3e83dd16-977f-4cb3-bef0-054ce34c0634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.187030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:27:53.187080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:27:53.187100 [ 3 ] {} HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:27:53.187117 [ 3 ] {} HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.187132 [ 3 ] {} HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:27:53.187164 [ 3 ] {} HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:27:53.187555 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:27:53.187604 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:27:53.187771 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:27:53.188493 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:27:53.188531 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2024.02.29 22:27:53.189058 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.02.29 22:27:53.189410 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:27:53.189551 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} executeQuery: Read 53 rows, 73.24 KiB in 0.002327 sec., 22776.106574989255 rows/sec., 30.74 MiB/sec. 2024.02.29 22:27:53.189690 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} DynamicQueryHandler: Done processing query 2024.02.29 22:27:53.189714 [ 3 ] {3b2e2536-64e9-4344-8016-c6266f72b955} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:27:53.189730 [ 3 ] {} HTTP-Session: 0caaf9ee-cd7a-4620-b7fb-ad46fd0af0cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.182053 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:03.182201 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:03.182248 [ 3 ] {} HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:03.182291 [ 3 ] {} HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.182321 [ 3 ] {} HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.182402 [ 3 ] {} HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:03.182615 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:03.182726 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:03.183047 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:03.183690 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:03.183737 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:03.184141 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.02.29 22:28:03.184483 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:03.184625 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} executeQuery: Read 53 rows, 4.30 KiB in 0.002121 sec., 24988.21310702499 rows/sec., 1.98 MiB/sec. 2024.02.29 22:28:03.184806 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} DynamicQueryHandler: Done processing query 2024.02.29 22:28:03.184833 [ 3 ] {25b1a2c3-de09-43df-b3dd-4c26f1f12f18} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:03.184850 [ 3 ] {} HTTP-Session: 709aea84-db67-4745-8ff8-646c6c937246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.185026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:03.185076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:03.185095 [ 3 ] {} HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:03.185111 [ 3 ] {} HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.185125 [ 3 ] {} HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.185157 [ 3 ] {} HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:03.185271 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:03.185313 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:03.185438 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:03.185911 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:03.185948 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:03.186287 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.02.29 22:28:03.186601 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:03.186735 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} executeQuery: Read 195 rows, 18.48 KiB in 0.001533 sec., 127201.56555772993 rows/sec., 11.77 MiB/sec. 2024.02.29 22:28:03.186859 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} DynamicQueryHandler: Done processing query 2024.02.29 22:28:03.186884 [ 3 ] {de54b533-08af-481b-b82c-3c5bd86ea002} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.02.29 22:28:03.186901 [ 3 ] {} HTTP-Session: 45f90b4f-4bac-4e24-904c-492c12dc76a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.187031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 13069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:03.187079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:03.187098 [ 3 ] {} HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:03.187116 [ 3 ] {} HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.187129 [ 3 ] {} HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.187159 [ 3 ] {} HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:03.187256 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:03.187297 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:03.187423 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:03.187769 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:03.187806 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:03.188119 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.02.29 22:28:03.188434 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:03.188559 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} executeQuery: Read 77 rows, 6.14 KiB in 0.001357 sec., 56742.81503316139 rows/sec., 4.42 MiB/sec. 2024.02.29 22:28:03.188674 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} DynamicQueryHandler: Done processing query 2024.02.29 22:28:03.188699 [ 3 ] {b7bc2254-f3d0-4de6-9d3c-c6b3e6c2c605} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.02.29 22:28:03.188715 [ 3 ] {} HTTP-Session: d23e15b0-fe28-4a83-931c-33760d386f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.188859 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:03.188906 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:03.188925 [ 3 ] {} HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:03.188941 [ 3 ] {} HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.188956 [ 3 ] {} HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.188985 [ 3 ] {} HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:03.189070 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:03.189114 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:28:03.189254 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:03.189624 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:03.189658 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:03.190042 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:28:03.190376 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:03.190505 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} executeQuery: Read 36 rows, 2.60 KiB in 0.001478 sec., 24357.239512855213 rows/sec., 1.72 MiB/sec. 2024.02.29 22:28:03.190735 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} DynamicQueryHandler: Done processing query 2024.02.29 22:28:03.190769 [ 3 ] {9424167d-55b7-4fce-8889-9a72a98fe5ee} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.02.29 22:28:03.190785 [ 3 ] {} HTTP-Session: f968069f-b24e-44b1-9492-0bd00e9d323c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.190997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:03.191046 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:03.191064 [ 3 ] {} HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:03.191080 [ 3 ] {} HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.191094 [ 3 ] {} HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:03.191126 [ 3 ] {} HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:03.191502 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:03.191550 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:03.191721 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:03.192366 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:03.192403 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:03.192877 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.02.29 22:28:03.193212 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:03.193338 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} executeQuery: Read 53 rows, 73.24 KiB in 0.00215 sec., 24651.162790697676 rows/sec., 33.27 MiB/sec. 2024.02.29 22:28:03.193523 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} DynamicQueryHandler: Done processing query 2024.02.29 22:28:03.193550 [ 3 ] {4a9b28f1-bcad-4366-8645-c6b05a308530} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:03.193566 [ 3 ] {} HTTP-Session: 06e90605-05e7-4e59-b3ec-8e461c411633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:06.388499 [ 52 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:28:06.388597 [ 52 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:28:13.179912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:13.180046 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:13.180072 [ 3 ] {} HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:13.180098 [ 3 ] {} HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.180114 [ 3 ] {} HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.180165 [ 3 ] {} HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:13.180296 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:13.180362 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:13.180562 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:13.181061 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:13.181111 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:13.181530 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.02.29 22:28:13.181872 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:13.182023 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} executeQuery: Read 53 rows, 4.30 KiB in 0.001789 sec., 29625.489100055896 rows/sec., 2.35 MiB/sec. 2024.02.29 22:28:13.182290 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} DynamicQueryHandler: Done processing query 2024.02.29 22:28:13.182317 [ 3 ] {3475b018-29a4-4e2b-994c-35314741bbce} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:13.182336 [ 3 ] {} HTTP-Session: d8d622eb-36b1-4d44-aa2b-9869a7e883e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.182493 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:13.182544 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:13.182563 [ 3 ] {} HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:13.182580 [ 3 ] {} HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.182594 [ 3 ] {} HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.182625 [ 3 ] {} HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:13.182739 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:13.182782 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:13.182933 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:13.183351 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:13.183389 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:13.183719 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.02.29 22:28:13.184033 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:13.184184 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} executeQuery: Read 159 rows, 15.71 KiB in 0.00151 sec., 105298.01324503311 rows/sec., 10.16 MiB/sec. 2024.02.29 22:28:13.184309 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} DynamicQueryHandler: Done processing query 2024.02.29 22:28:13.184333 [ 3 ] {0f647532-f011-4338-a37c-3a1ed7b50279} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:28:13.184350 [ 3 ] {} HTTP-Session: e7fdc754-4275-4718-90ca-14ed2cb506b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.184490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:13.184538 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:13.184557 [ 3 ] {} HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:13.184574 [ 3 ] {} HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.184588 [ 3 ] {} HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.184619 [ 3 ] {} HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:13.184705 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:13.184746 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:13.184872 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:13.185184 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:13.185222 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:13.185540 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.02.29 22:28:13.185862 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:13.186011 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} executeQuery: Read 53 rows, 4.24 KiB in 0.001343 sec., 39463.88682055101 rows/sec., 3.09 MiB/sec. 2024.02.29 22:28:13.186134 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} DynamicQueryHandler: Done processing query 2024.02.29 22:28:13.186158 [ 3 ] {552b10f7-ccef-44f7-9d72-1906c4accc38} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:28:13.186174 [ 3 ] {} HTTP-Session: f776517e-8cde-44f7-b28c-d01b3206752a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.186367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:13.186416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:13.186435 [ 3 ] {} HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:13.186452 [ 3 ] {} HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.186466 [ 3 ] {} HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:13.186502 [ 3 ] {} HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:13.186891 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:13.186939 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:13.187098 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:13.187777 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:13.187814 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:13.188266 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.02.29 22:28:13.188604 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:13.188768 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} executeQuery: Read 53 rows, 73.24 KiB in 0.002209 sec., 23992.75690357628 rows/sec., 32.38 MiB/sec. 2024.02.29 22:28:13.188897 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} DynamicQueryHandler: Done processing query 2024.02.29 22:28:13.188920 [ 3 ] {cde7de2d-b018-4a4b-a921-d8cd7a8c1303} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:13.188936 [ 3 ] {} HTTP-Session: aa27c3c3-bb30-4c04-bfbd-8c57264d5bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:21.388647 [ 45 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:28:21.388711 [ 45 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:28:22.002175 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000857592 sec. 2024.02.29 22:28:23.179869 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:23.179989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:23.180013 [ 3 ] {} HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:23.180040 [ 3 ] {} HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.180055 [ 3 ] {} HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.180105 [ 3 ] {} HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:23.180236 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:23.180302 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:23.180497 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:23.180981 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:23.181032 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:23.181430 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.02.29 22:28:23.181765 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:23.181933 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} executeQuery: Read 53 rows, 4.30 KiB in 0.001758 sec., 30147.895335608646 rows/sec., 2.39 MiB/sec. 2024.02.29 22:28:23.182355 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} DynamicQueryHandler: Done processing query 2024.02.29 22:28:23.182395 [ 3 ] {6d05db10-3e94-4797-ba4e-4334d32af2b5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:23.182420 [ 3 ] {} HTTP-Session: de6860af-65de-49b9-9b54-c0ee8367e18a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.182584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:23.182637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:23.182655 [ 3 ] {} HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:23.182675 [ 3 ] {} HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.182689 [ 3 ] {} HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.182725 [ 3 ] {} HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:23.182847 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:23.182894 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:23.183053 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:23.183471 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:23.183512 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:23.183876 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.02.29 22:28:23.184192 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:23.184354 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} executeQuery: Read 159 rows, 15.71 KiB in 0.001563 sec., 101727.44721689059 rows/sec., 9.82 MiB/sec. 2024.02.29 22:28:23.184513 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} DynamicQueryHandler: Done processing query 2024.02.29 22:28:23.184538 [ 3 ] {8e4f0871-e598-4aab-9422-47771e96040c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:28:23.184554 [ 3 ] {} HTTP-Session: 6d6ff3e1-58c2-49dd-a358-16f8965316ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.184680 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:23.184730 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:23.184749 [ 3 ] {} HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:23.184768 [ 3 ] {} HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.184782 [ 3 ] {} HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.184816 [ 3 ] {} HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:23.184913 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:23.184955 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:23.185083 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:23.185474 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:23.185511 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:23.185822 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.02.29 22:28:23.186137 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:23.186302 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} executeQuery: Read 53 rows, 4.24 KiB in 0.001435 sec., 36933.797909407665 rows/sec., 2.89 MiB/sec. 2024.02.29 22:28:23.186788 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} DynamicQueryHandler: Done processing query 2024.02.29 22:28:23.186814 [ 3 ] {41691cde-c2e5-41e6-840f-63b8b4c5ab4a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:28:23.186830 [ 3 ] {} HTTP-Session: 98627f1e-8f1c-41b3-898d-54cbd0cdf4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.187026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:23.187075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:23.187094 [ 3 ] {} HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:23.187112 [ 3 ] {} HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.187126 [ 3 ] {} HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:23.187158 [ 3 ] {} HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:23.187928 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:23.187981 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:23.188170 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:23.188869 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:23.188907 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2024.02.29 22:28:23.189362 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.02.29 22:28:23.189710 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:23.189874 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} executeQuery: Read 53 rows, 73.24 KiB in 0.002646 sec., 20030.2343159486 rows/sec., 27.03 MiB/sec. 2024.02.29 22:28:23.190385 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} DynamicQueryHandler: Done processing query 2024.02.29 22:28:23.190416 [ 3 ] {2c4deed8-b839-4adf-b5c2-27449b1bd60d} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:23.190432 [ 3 ] {} HTTP-Session: 80a78261-346c-4d26-ae7a-762786116dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.181673 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.181821 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.181850 [ 3 ] {} HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.181878 [ 3 ] {} HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.181897 [ 3 ] {} HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.181953 [ 3 ] {} HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.182102 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.182175 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:33.182388 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.182869 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.182918 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.183298 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.02.29 22:28:33.183626 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.183780 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} executeQuery: Read 53 rows, 4.30 KiB in 0.001757 sec., 30165.054069436537 rows/sec., 2.39 MiB/sec. 2024.02.29 22:28:33.183818 [ 41 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.02.29 22:28:33.183928 [ 41 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.183965 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.183999 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.184063 [ 3 ] {86e7b2e4-2d88-4e22-815d-ff99524a4b2a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:33.184154 [ 3 ] {} HTTP-Session: 7bbbc549-4d4c-43df-83ee-4022305771f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.184337 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::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.02.29 22:28:33.184406 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.184485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.184534 [ 3 ] {} HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.184580 [ 3 ] {} HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.184623 [ 3 ] {} HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.184662 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:28:33.184681 [ 3 ] {} HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.184732 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part 2024.02.29 22:28:33.184814 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.184929 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:28:33.184998 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.185315 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.185610 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.186025 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.186274 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.186342 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.187402 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.187464 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.188321 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:28:33.189143 [ 191 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.00506404 sec., 62400.770925980054 rows/sec., 4.94 MiB/sec. 2024.02.29 22:28:33.189218 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.189448 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.02.29 22:28:33.189506 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} executeQuery: Read 6 rows, 501.00 B in 0.004732 sec., 1267.9628064243448 rows/sec., 103.39 KiB/sec. 2024.02.29 22:28:33.190188 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.190235 [ 3 ] {09824d02-e4ae-420f-9f8e-007bb8ec5d29} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:28:33.190297 [ 3 ] {} HTTP-Session: df070d46-def9-4181-8b18-b7e0d92e9ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.190535 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.190537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.190647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.190668 [ 3 ] {} HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.190695 [ 194 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_11_2} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.02.29 22:28:33.190706 [ 3 ] {} HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.190742 [ 3 ] {} HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.190819 [ 3 ] {} HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.190853 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.02.29 22:28:33.190995 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.191042 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:33.191188 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.191640 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.191678 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.192009 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.02.29 22:28:33.192328 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.192486 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} executeQuery: Read 198 rows, 18.75 KiB in 0.001566 sec., 126436.78160919542 rows/sec., 11.69 MiB/sec. 2024.02.29 22:28:33.192493 [ 41 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.02.29 22:28:33.192580 [ 41 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.192643 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.192704 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.192759 [ 3 ] {c14efa71-6fea-470c-a3e1-1cec8e13409c} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.02.29 22:28:33.192808 [ 3 ] {} HTTP-Session: bead3183-e77c-4679-910e-41ba0975016e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.192823 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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.02.29 22:28:33.193008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.193029 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:28:33.193084 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 191 rows starting from the beginning of the part 2024.02.29 22:28:33.193100 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.193144 [ 3 ] {} HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.193261 [ 3 ] {} HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.193282 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 159 rows starting from the beginning of the part 2024.02.29 22:28:33.193339 [ 3 ] {} HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.193515 [ 3 ] {} HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.193559 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 195 rows starting from the beginning of the part 2024.02.29 22:28:33.193734 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.193858 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 159 rows starting from the beginning of the part 2024.02.29 22:28:33.193883 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:28:33.194168 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 159 rows starting from the beginning of the part 2024.02.29 22:28:33.194453 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 198 rows starting from the beginning of the part 2024.02.29 22:28:33.195013 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.195819 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.195874 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.196706 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.02.29 22:28:33.197419 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.197450 [ 191 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1061 rows, containing 4 columns (4 merged, 0 gathered) in 0.004721521 sec., 224715.721904022 rows/sec., 21.19 MiB/sec. 2024.02.29 22:28:33.197758 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} executeQuery: Read 6 rows, 429.00 B in 0.004115 sec., 1458.0801944106927 rows/sec., 101.81 KiB/sec. 2024.02.29 22:28:33.197843 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.02.29 22:28:33.198352 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.198388 [ 3 ] {ef668318-33d6-4938-8186-aa8a71480743} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:28:33.198444 [ 3 ] {} HTTP-Session: 9437d95c-99e9-48fb-8f54-7f15558e551b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.198659 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 14092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.198732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.198770 [ 3 ] {} HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.198796 [ 3 ] {} HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.198826 [ 3 ] {} HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.198883 [ 3 ] {} HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.198917 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.199075 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.199102 [ 195 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_11_2} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.02.29 22:28:33.199143 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:33.199255 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.02.29 22:28:33.199408 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.199759 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.199797 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.200108 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.02.29 22:28:33.200406 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.200560 [ 41 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.02.29 22:28:33.200567 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} executeQuery: Read 83 rows, 6.63 KiB in 0.001588 sec., 52267.002518891684 rows/sec., 4.08 MiB/sec. 2024.02.29 22:28:33.200616 [ 41 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.200680 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.200807 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.200856 [ 3 ] {4951e3da-6a76-4cc3-89ca-78b3eddf6a1e} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.02.29 22:28:33.200863 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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.02.29 22:28:33.200883 [ 3 ] {} HTTP-Session: 85002a1e-5142-4346-9ef2-06ff5e826a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.201017 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:28:33.201051 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.201069 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 97 rows starting from the beginning of the part 2024.02.29 22:28:33.201143 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.201252 [ 3 ] {} HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.201334 [ 3 ] {} HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.201337 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.201387 [ 3 ] {} HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.201510 [ 3 ] {} HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.201659 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part 2024.02.29 22:28:33.201794 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.201931 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.201959 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:28:33.202228 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.202528 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 83 rows starting from the beginning of the part 2024.02.29 22:28:33.203231 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.204054 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.204125 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.205258 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:28:33.205324 [ 195 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549007 sec., 91448.52931639807 rows/sec., 7.14 MiB/sec. 2024.02.29 22:28:33.205598 [ 195 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.02.29 22:28:33.205996 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.206431 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} executeQuery: Read 39 rows, 2.81 KiB in 0.004734 sec., 8238.2762991128 rows/sec., 594.11 KiB/sec. 2024.02.29 22:28:33.206599 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.206833 [ 191 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_11_2} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.02.29 22:28:33.206855 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.206916 [ 3 ] {572c74e8-a855-4219-b12b-c82d23260950} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.02.29 22:28:33.206964 [ 3 ] {} HTTP-Session: 8f5204e7-ee3d-4e1b-88ac-0a244fed4385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.206971 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.02.29 22:28:33.207188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:33.207241 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:33.207259 [ 3 ] {} HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:33.207276 [ 3 ] {} HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.207290 [ 3 ] {} HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.207324 [ 3 ] {} HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:33.207726 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:33.207776 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:33.207966 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:33.208551 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.208588 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.209042 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.02.29 22:28:33.209388 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.209541 [ 41 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.02.29 22:28:33.209549 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} executeQuery: Read 53 rows, 73.24 KiB in 0.002158 sec., 24559.77757182576 rows/sec., 33.14 MiB/sec. 2024.02.29 22:28:33.209587 [ 41 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:33.209648 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:33.209995 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} DynamicQueryHandler: Done processing query 2024.02.29 22:28:33.210108 [ 3 ] {804852db-7ad0-418d-bf52-f67baa213405} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:33.210148 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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.02.29 22:28:33.210187 [ 3 ] {} HTTP-Session: fd9032e5-5161-4109-8d36-ce6bb986fdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:33.210381 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:28:33.210456 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part 2024.02.29 22:28:33.210614 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.210767 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.210993 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.211133 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.211291 [ 195 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 53 rows starting from the beginning of the part 2024.02.29 22:28:33.214039 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 6 columns (6 merged, 0 gathered) in 0.00428394 sec., 121150.15616465217 rows/sec., 163.49 MiB/sec. 2024.02.29 22:28:33.214471 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.02.29 22:28:33.214879 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:33.214976 [ 191 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_11_2} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.02.29 22:28:33.215045 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2024.02.29 22:28:36.388756 [ 38 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:28:36.388830 [ 38 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:28:43.180049 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.180186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.180215 [ 3 ] {} HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.180244 [ 3 ] {} HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.180262 [ 3 ] {} HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.180317 [ 3 ] {} HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.180463 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.180535 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:43.180751 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.181210 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.181255 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.181636 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.02.29 22:28:43.181972 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.182111 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} executeQuery: Read 53 rows, 4.30 KiB in 0.001721 sec., 30796.048808832074 rows/sec., 2.44 MiB/sec. 2024.02.29 22:28:43.182255 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.182282 [ 3 ] {a9238c0c-ed10-4026-8169-4ad7aa0f177a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:43.182298 [ 3 ] {} HTTP-Session: 693836a7-8561-47e8-85d4-ff6b8a90c657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.182419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.182467 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.182487 [ 3 ] {} HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.182504 [ 3 ] {} HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.182518 [ 3 ] {} HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.182549 [ 3 ] {} HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.182612 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.182652 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:28:43.182781 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.183049 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.183086 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.183394 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:28:43.183726 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.183848 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} executeQuery: Read 2 rows, 167.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 129.43 KiB/sec. 2024.02.29 22:28:43.184052 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.184088 [ 3 ] {733147c2-bba0-44f4-ac67-8bca1886e976} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:28:43.184112 [ 3 ] {} HTTP-Session: 3ffbffa1-b72d-4283-8056-9a6e7d38edc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.184295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.184343 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.184363 [ 3 ] {} HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.184381 [ 3 ] {} HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.184395 [ 3 ] {} HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.184424 [ 3 ] {} HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.184530 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.184571 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:43.184708 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.185106 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.185142 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.185458 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.02.29 22:28:43.185757 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.185889 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} executeQuery: Read 160 rows, 15.80 KiB in 0.001417 sec., 112914.60832745236 rows/sec., 10.89 MiB/sec. 2024.02.29 22:28:43.186092 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.186145 [ 3 ] {5bd697ce-aa39-4f41-a26a-1164e593125f} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:28:43.186180 [ 3 ] {} HTTP-Session: 770719a9-8364-4afb-8c5b-4277184d52e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.186306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.186355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.186373 [ 3 ] {} HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.186389 [ 3 ] {} HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.186403 [ 3 ] {} HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.186434 [ 3 ] {} HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.186498 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.186540 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:28:43.186685 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.187042 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.187080 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.187376 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.02.29 22:28:43.187685 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.187836 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} executeQuery: Read 2 rows, 143.00 B in 0.001357 sec., 1473.8393515106854 rows/sec., 102.91 KiB/sec. 2024.02.29 22:28:43.188078 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.188104 [ 3 ] {b98d1c9c-bb2b-4698-8894-a7a73b39362b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:28:43.188123 [ 3 ] {} HTTP-Session: fea3c5a3-8b1f-4509-ab33-c2060318226b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.188241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.188291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.188309 [ 3 ] {} HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.188326 [ 3 ] {} HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.188340 [ 3 ] {} HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.188370 [ 3 ] {} HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.188448 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.188489 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:43.188629 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.188987 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.189025 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.189340 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.02.29 22:28:43.189649 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.189817 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} executeQuery: Read 55 rows, 4.41 KiB in 0.00139 sec., 39568.34532374101 rows/sec., 3.10 MiB/sec. 2024.02.29 22:28:43.190054 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.190095 [ 3 ] {9129c37c-ed0c-424b-ae1f-481df119408f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:28:43.190112 [ 3 ] {} HTTP-Session: bdea77ad-226c-47e2-8e58-27ae5e387b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.190223 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.190270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.190288 [ 3 ] {} HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.190305 [ 3 ] {} HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.190318 [ 3 ] {} HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.190350 [ 3 ] {} HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.190412 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.190458 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:28:43.190620 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.190898 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.190936 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.191300 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:28:43.191642 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.191798 [ 35 ] {} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:28:43.191808 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} executeQuery: Read 1 rows, 72.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 49.87 KiB/sec. 2024.02.29 22:28:43.191890 [ 35 ] {} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.191962 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.192084 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.192155 [ 3 ] {2938e15a-b821-4dde-9078-9488feaa8acf} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:28:43.192309 [ 3 ] {} HTTP-Session: d76a2ab4-66a9-4f48-88ec-1f488e78b132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.192426 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::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.02.29 22:28:43.192571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:43.192679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:43.192729 [ 3 ] {} HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:43.192750 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:28:43.192762 [ 3 ] {} HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.192814 [ 3 ] {} HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.192833 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 192 rows starting from the beginning of the part 2024.02.29 22:28:43.192877 [ 3 ] {} HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:43.193099 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 37 rows starting from the beginning of the part 2024.02.29 22:28:43.193255 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2024.02.29 22:28:43.193570 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2024.02.29 22:28:43.193608 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:43.193836 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:43.193891 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 39 rows starting from the beginning of the part 2024.02.29 22:28:43.194311 [ 195 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2024.02.29 22:28:43.194983 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:43.196110 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:43.196191 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:43.197357 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266815 sec., 58099.629472461056 rows/sec., 4.10 MiB/sec. 2024.02.29 22:28:43.197482 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.02.29 22:28:43.197646 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:28:43.198392 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.198741 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} executeQuery: Read 53 rows, 73.24 KiB in 0.005721 sec., 9264.11466526831 rows/sec., 12.50 MiB/sec. 2024.02.29 22:28:43.198948 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:43.199027 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} DynamicQueryHandler: Done processing query 2024.02.29 22:28:43.199062 [ 3 ] {0f8aaf4d-eca6-48c9-a3dc-b0d88b72ca7f} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:43.199088 [ 198 ] {dc28e417-a057-497c-8c56-1262aaf856dd::all_1_6_1} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:28:43.199091 [ 3 ] {} HTTP-Session: c14dee22-2e7b-4d27-8b98-469b9d9d425e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:43.199223 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.02.29 22:28:51.389086 [ 32 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:28:51.389160 [ 32 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:28:53.179509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:53.179636 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:53.179665 [ 3 ] {} HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:53.179694 [ 3 ] {} HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.179712 [ 3 ] {} HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.179768 [ 3 ] {} HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:53.179916 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:53.179987 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:28:53.180200 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:53.180733 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:53.180784 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:53.181189 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.02.29 22:28:53.181533 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:53.181689 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} executeQuery: Read 53 rows, 4.30 KiB in 0.001846 sec., 28710.725893824485 rows/sec., 2.27 MiB/sec. 2024.02.29 22:28:53.181929 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} DynamicQueryHandler: Done processing query 2024.02.29 22:28:53.181965 [ 3 ] {2a7e85c3-80dd-4f5f-954b-a36b70c74279} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:28:53.181983 [ 3 ] {} HTTP-Session: e95a8042-77d7-40db-b506-7dcc17389818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.182164 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:53.182218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:53.182238 [ 3 ] {} HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:53.182257 [ 3 ] {} HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.182271 [ 3 ] {} HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.182304 [ 3 ] {} HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:53.182423 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:53.182469 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:28:53.182617 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:53.183061 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:53.183100 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:53.183420 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.02.29 22:28:53.183729 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:53.183897 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} executeQuery: Read 159 rows, 15.71 KiB in 0.001526 sec., 104193.97116644823 rows/sec., 10.06 MiB/sec. 2024.02.29 22:28:53.184058 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} DynamicQueryHandler: Done processing query 2024.02.29 22:28:53.184085 [ 3 ] {1bd2554a-50b1-42db-a226-5a5fe05a299f} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:28:53.184101 [ 3 ] {} HTTP-Session: 189b9dc4-6d25-426e-b388-5d872e3b8372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.184236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:53.184284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:53.184302 [ 3 ] {} HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:53.184320 [ 3 ] {} HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.184334 [ 3 ] {} HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.184364 [ 3 ] {} HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:53.184453 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:53.184492 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:28:53.184619 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:53.184995 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:53.185031 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:53.185330 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.02.29 22:28:53.185627 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:53.185776 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} executeQuery: Read 53 rows, 4.24 KiB in 0.001358 sec., 39027.982326951394 rows/sec., 3.05 MiB/sec. 2024.02.29 22:28:53.185921 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} DynamicQueryHandler: Done processing query 2024.02.29 22:28:53.185945 [ 3 ] {2801d8e3-ac96-41f9-8a20-6fc8aa0a16da} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:28:53.185961 [ 3 ] {} HTTP-Session: 4578984a-0b47-4282-b2b4-90ef577bdb17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.186170 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:28:53.186218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:28:53.186236 [ 3 ] {} HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:28:53.186253 [ 3 ] {} HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.186267 [ 3 ] {} HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:28:53.186297 [ 3 ] {} HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:28:53.186875 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:28:53.186924 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:28:53.187082 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:28:53.187673 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:28:53.187709 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2024.02.29 22:28:53.188242 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.02.29 22:28:53.188586 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:28:53.188741 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} executeQuery: Read 53 rows, 73.24 KiB in 0.002387 sec., 22203.60284876414 rows/sec., 29.96 MiB/sec. 2024.02.29 22:28:53.188871 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} DynamicQueryHandler: Done processing query 2024.02.29 22:28:53.188894 [ 3 ] {402a4e4d-ea85-4f58-bbea-3e9fe849c004} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:28:53.188910 [ 3 ] {} HTTP-Session: 02508508-3358-4eca-a644-c2099b224117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.181206 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:03.181394 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:03.181438 [ 3 ] {} HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:03.181481 [ 3 ] {} HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.181511 [ 3 ] {} HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.181567 [ 3 ] {} HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:03.181699 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:03.181765 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:03.181960 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:03.182423 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:03.182472 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:03.182858 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.02.29 22:29:03.183187 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:03.183339 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} executeQuery: Read 53 rows, 4.30 KiB in 0.001703 sec., 31121.55020551967 rows/sec., 2.46 MiB/sec. 2024.02.29 22:29:03.183579 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} DynamicQueryHandler: Done processing query 2024.02.29 22:29:03.183613 [ 3 ] {c26a9b6e-f717-42bf-8aff-e14b5dddba6b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:03.183630 [ 3 ] {} HTTP-Session: e75780c1-b6c3-4e09-9a5f-1bfa06b27f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.183816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:03.183869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:03.183887 [ 3 ] {} HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:03.183905 [ 3 ] {} HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.183919 [ 3 ] {} HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.183950 [ 3 ] {} HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:03.184069 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:03.184110 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:03.184253 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:03.184689 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:03.184727 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:03.185060 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.02.29 22:29:03.185364 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:03.185522 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} executeQuery: Read 195 rows, 18.48 KiB in 0.001519 sec., 128373.9302172482 rows/sec., 11.88 MiB/sec. 2024.02.29 22:29:03.185767 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} DynamicQueryHandler: Done processing query 2024.02.29 22:29:03.185803 [ 3 ] {92f3f641-23e6-4b26-bb6b-82baa41736da} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.02.29 22:29:03.185820 [ 3 ] {} HTTP-Session: 11d86529-79a8-4da0-97cb-8845b4bedd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.185966 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 13069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:03.186014 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:03.186032 [ 3 ] {} HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:03.186049 [ 3 ] {} HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.186063 [ 3 ] {} HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.186094 [ 3 ] {} HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:03.186193 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:03.186234 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:03.186379 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:03.186711 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:03.186749 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:03.187070 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.02.29 22:29:03.187392 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:03.187553 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} executeQuery: Read 77 rows, 6.14 KiB in 0.001405 sec., 54804.27046263345 rows/sec., 4.27 MiB/sec. 2024.02.29 22:29:03.187676 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} DynamicQueryHandler: Done processing query 2024.02.29 22:29:03.187700 [ 3 ] {1422b422-77f6-4df6-a859-590762d23fe3} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.02.29 22:29:03.187716 [ 3 ] {} HTTP-Session: 51065471-5a09-4a31-a8e4-5b6e17f82f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.187876 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:03.187933 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:03.187957 [ 3 ] {} HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:03.187977 [ 3 ] {} HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.187991 [ 3 ] {} HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.188027 [ 3 ] {} HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:03.188125 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:03.188179 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:29:03.188342 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:03.188646 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:03.188683 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:03.189068 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.02.29 22:29:03.189403 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:03.189564 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} executeQuery: Read 36 rows, 2.60 KiB in 0.001484 sec., 24258.76010781671 rows/sec., 1.71 MiB/sec. 2024.02.29 22:29:03.189814 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} DynamicQueryHandler: Done processing query 2024.02.29 22:29:03.189839 [ 3 ] {229d3a93-f2d5-491c-b91e-16ec2579c8b1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.02.29 22:29:03.189857 [ 3 ] {} HTTP-Session: 398bdf4f-196a-4b48-86a0-8ebf49a59a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.190045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:03.190095 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:03.190114 [ 3 ] {} HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:03.190131 [ 3 ] {} HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.190145 [ 3 ] {} HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:03.190176 [ 3 ] {} HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:03.190531 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:03.190579 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:03.190761 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:03.191410 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:03.191447 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:03.191886 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.02.29 22:29:03.192219 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:03.192374 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} executeQuery: Read 53 rows, 73.24 KiB in 0.002138 sec., 24789.522918615527 rows/sec., 33.45 MiB/sec. 2024.02.29 22:29:03.192506 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} DynamicQueryHandler: Done processing query 2024.02.29 22:29:03.192530 [ 3 ] {13c7de75-1c0b-4e9c-b12b-478becc7dd6d} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:03.192545 [ 3 ] {} HTTP-Session: 248866a6-763a-4801-85d8-c2cb4a64b19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:06.389210 [ 82 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:29:06.389300 [ 82 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:29:13.179481 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:13.179621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:13.179652 [ 3 ] {} HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:13.179682 [ 3 ] {} HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.179701 [ 3 ] {} HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.179757 [ 3 ] {} HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:13.179897 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:13.179962 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:13.180157 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:13.180641 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:13.180693 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:13.181075 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.02.29 22:29:13.181419 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:13.181573 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} executeQuery: Read 53 rows, 4.30 KiB in 0.001743 sec., 30407.34366035571 rows/sec., 2.41 MiB/sec. 2024.02.29 22:29:13.181621 [ 114 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2024.02.29 22:29:13.181738 [ 114 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:13.181771 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:13.181798 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} DynamicQueryHandler: Done processing query 2024.02.29 22:29:13.181857 [ 3 ] {81e0ac62-7817-4f5d-9668-f12866057642} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:13.181916 [ 3 ] {} HTTP-Session: 191a0855-c913-453c-b08d-56425e102a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.182075 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2024.02.29 22:29:13.182193 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:13.182286 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:13.182336 [ 3 ] {} HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:13.182366 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:13.182377 [ 3 ] {} HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.182424 [ 3 ] {} HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.182430 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 53 rows starting from the beginning of the part 2024.02.29 22:29:13.182474 [ 3 ] {} HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:13.182701 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:13.182828 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:13.183021 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:13.183075 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:13.183473 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:13.183812 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:13.184094 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:13.185124 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:13.185200 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:13.186128 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.02.29 22:29:13.186398 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 4 columns (4 merged, 0 gathered) in 0.004491586 sec., 58999.204289976864 rows/sec., 4.67 MiB/sec. 2024.02.29 22:29:13.186641 [ 199 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.02.29 22:29:13.186932 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:13.187383 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} executeQuery: Read 159 rows, 15.71 KiB in 0.004791 sec., 33187.22604884158 rows/sec., 3.20 MiB/sec. 2024.02.29 22:29:13.187665 [ 195 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:13.187921 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} DynamicQueryHandler: Done processing query 2024.02.29 22:29:13.187933 [ 195 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_15_3} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2024.02.29 22:29:13.187967 [ 3 ] {4fdc0476-ba32-4dc9-ab52-9b6d806e2b84} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:29:13.187993 [ 3 ] {} HTTP-Session: 174b98c1-9804-4b18-b8d6-e18f0f54aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.188122 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.02.29 22:29:13.188210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:13.188269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:13.188290 [ 3 ] {} HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:13.188307 [ 3 ] {} HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.188321 [ 3 ] {} HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.188356 [ 3 ] {} HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:13.188454 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:13.188497 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:13.188653 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:13.189002 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:13.189040 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:13.189352 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.02.29 22:29:13.189669 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:13.189833 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} executeQuery: Read 53 rows, 4.24 KiB in 0.001421 sec., 37297.67769176637 rows/sec., 2.92 MiB/sec. 2024.02.29 22:29:13.190087 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} DynamicQueryHandler: Done processing query 2024.02.29 22:29:13.190135 [ 3 ] {94971fe3-3384-46cd-a7d1-ebbcd0c46710} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:29:13.190153 [ 3 ] {} HTTP-Session: 9e580b8c-cd91-4077-b2d5-22773cf4b32e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.190380 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:13.190428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:13.190446 [ 3 ] {} HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:13.190463 [ 3 ] {} HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.190477 [ 3 ] {} HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:13.190509 [ 3 ] {} HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:13.191009 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:13.191060 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:13.191246 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:13.191900 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:13.191937 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:13.192385 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.02.29 22:29:13.192746 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:13.192911 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} executeQuery: Read 53 rows, 73.24 KiB in 0.002327 sec., 22776.106574989255 rows/sec., 30.74 MiB/sec. 2024.02.29 22:29:13.193176 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} DynamicQueryHandler: Done processing query 2024.02.29 22:29:13.193209 [ 3 ] {1353fb1f-ff33-42f8-b9d6-afb0bbaba1ec} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:13.193226 [ 3 ] {} HTTP-Session: b214a8d6-9d33-4cbe-b3b5-8af4f73e62a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:21.389365 [ 60 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:29:21.389465 [ 60 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:29:23.179664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:23.179795 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:23.179826 [ 3 ] {} HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:23.179855 [ 3 ] {} HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.179872 [ 3 ] {} HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.179926 [ 3 ] {} HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:23.180071 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:23.180143 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:23.180333 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:23.180824 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.180873 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.181256 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.02.29 22:29:23.181581 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.181726 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} executeQuery: Read 53 rows, 4.30 KiB in 0.00173 sec., 30635.83815028902 rows/sec., 2.42 MiB/sec. 2024.02.29 22:29:23.182046 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} DynamicQueryHandler: Done processing query 2024.02.29 22:29:23.182128 [ 3 ] {f0da319d-7320-411f-8581-cb2355771632} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:23.182226 [ 3 ] {} HTTP-Session: eacd83e4-d78b-4637-b2a0-dda18a419fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.182451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:23.182502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:23.182521 [ 3 ] {} HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:23.182539 [ 3 ] {} HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.182553 [ 3 ] {} HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.182585 [ 3 ] {} HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:23.182697 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:23.182740 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:23.182876 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:23.183331 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.183367 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.183693 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.02.29 22:29:23.183992 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.184113 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} executeQuery: Read 159 rows, 15.71 KiB in 0.001478 sec., 107577.80784844384 rows/sec., 10.38 MiB/sec. 2024.02.29 22:29:23.184117 [ 60 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.02.29 22:29:23.184181 [ 60 ] {} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.184216 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.184243 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} DynamicQueryHandler: Done processing query 2024.02.29 22:29:23.184285 [ 3 ] {efa70362-42c8-4a00-93bc-6841126e180b} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:29:23.184355 [ 3 ] {} HTTP-Session: 15758b12-b817-494e-8b92-4f856c36eb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.184682 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:23.184684 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::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.02.29 22:29:23.184762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:23.184817 [ 3 ] {} HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:23.184842 [ 3 ] {} HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.184877 [ 3 ] {} HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.184955 [ 3 ] {} HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:23.185096 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:23.185148 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:23.185167 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 199 rows starting from the beginning of the part 2024.02.29 22:29:23.185240 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:23.185466 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2024.02.29 22:29:23.185872 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 159 rows starting from the beginning of the part 2024.02.29 22:29:23.186240 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 195 rows starting from the beginning of the part 2024.02.29 22:29:23.186552 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:23.186575 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 159 rows starting from the beginning of the part 2024.02.29 22:29:23.186855 [ 199 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 159 rows starting from the beginning of the part 2024.02.29 22:29:23.187614 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.187681 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.188577 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.02.29 22:29:23.189400 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.189778 [ 60 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.02.29 22:29:23.189904 [ 60 ] {} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.189916 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} executeQuery: Read 53 rows, 4.24 KiB in 0.004825 sec., 10984.455958549222 rows/sec., 879.61 KiB/sec. 2024.02.29 22:29:23.189983 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.190187 [ 197 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 4 columns (4 merged, 0 gathered) in 0.005843301 sec., 176441.3642220382 rows/sec., 16.76 MiB/sec. 2024.02.29 22:29:23.190495 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::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.02.29 22:29:23.190653 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.02.29 22:29:23.190874 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} DynamicQueryHandler: Done processing query 2024.02.29 22:29:23.190959 [ 3 ] {2b184820-c4d9-49e3-9124-2302b496e939} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:29:23.191014 [ 3 ] {} HTTP-Session: e9fd6066-fbfc-480b-9946-d73f8842ccc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.191093 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:23.191161 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 103 rows starting from the beginning of the part 2024.02.29 22:29:23.191413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:23.191633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:23.191640 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 55 rows starting from the beginning of the part 2024.02.29 22:29:23.191690 [ 3 ] {} HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:23.191792 [ 3 ] {} HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.191940 [ 3 ] {} HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.192006 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.192089 [ 3 ] {} HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:23.192392 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.192445 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part 2024.02.29 22:29:23.192706 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.192749 [ 193 ] {374fb4b9-0ca1-4f9f-97a7-755b09e4f649::all_1_16_3} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.02.29 22:29:23.192990 [ 197 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.193010 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.02.29 22:29:23.193244 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:23.193459 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:23.194055 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:23.195369 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.195448 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.195487 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 394 rows, containing 4 columns (4 merged, 0 gathered) in 0.005336457 sec., 73831.75766243409 rows/sec., 5.77 MiB/sec. 2024.02.29 22:29:23.195751 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.02.29 22:29:23.196590 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.02.29 22:29:23.196681 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.196834 [ 199 ] {6010d6a8-7f84-45c4-a7fd-5027dadf2996::all_1_16_3} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.02.29 22:29:23.197054 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.02.29 22:29:23.197281 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.197419 [ 60 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.02.29 22:29:23.197425 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} executeQuery: Read 53 rows, 73.24 KiB in 0.00503 sec., 10536.779324055666 rows/sec., 14.22 MiB/sec. 2024.02.29 22:29:23.197457 [ 60 ] {} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:23.197497 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2024.02.29 22:29:23.197899 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::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.02.29 22:29:23.198392 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} DynamicQueryHandler: Done processing query 2024.02.29 22:29:23.198460 [ 3 ] {ff473171-ecdb-473f-9d48-9f2b80eed863} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:23.198512 [ 3 ] {} HTTP-Session: 81010b52-bea7-49c2-aa11-7d75faca6473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:23.198522 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:23.198583 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 519 rows starting from the beginning of the part 2024.02.29 22:29:23.198683 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.198799 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.198990 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.199076 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.199231 [ 193 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:23.201972 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 6 columns (6 merged, 0 gathered) in 0.004378122 sec., 179072.21406804104 rows/sec., 241.65 MiB/sec. 2024.02.29 22:29:23.202446 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.02.29 22:29:23.202897 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:23.202984 [ 197 ] {d93b2b73-b11f-4e5a-9b26-3d25ff9942ee::all_1_16_3} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.02.29 22:29:23.203066 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2024.02.29 22:29:24.000183 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.67 MiB, peak 190.26 MiB, free memory in arenas 0.00 B, will set to 182.80 MiB (RSS), difference: 1.13 MiB 2024.02.29 22:29:33.181526 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.181672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.181701 [ 3 ] {} HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.181730 [ 3 ] {} HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.181748 [ 3 ] {} HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.181806 [ 3 ] {} HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.181954 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.182028 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:33.182255 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.182780 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.182831 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.183229 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.02.29 22:29:33.183572 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.183736 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} executeQuery: Read 53 rows, 4.30 KiB in 0.001853 sec., 28602.26659471128 rows/sec., 2.26 MiB/sec. 2024.02.29 22:29:33.183892 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.183919 [ 3 ] {1add9572-df26-43d5-8503-f4b0e827e2a9} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:33.183935 [ 3 ] {} HTTP-Session: 5d392dc5-592e-40a8-8ee7-2bc6f5bd93e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.184066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.184126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.184145 [ 3 ] {} HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.184164 [ 3 ] {} HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.184179 [ 3 ] {} HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.184215 [ 3 ] {} HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.184291 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.184337 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:29:33.184473 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.184759 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.184798 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.185113 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:29:33.185423 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.185590 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} executeQuery: Read 6 rows, 501.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 370.93 KiB/sec. 2024.02.29 22:29:33.185813 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.185838 [ 3 ] {089b8c66-56f5-4de1-9556-2decd59b91ac} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:29:33.185854 [ 3 ] {} HTTP-Session: 0fdf056b-af92-47ed-a429-b9ee238a43ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.186046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.186099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.186117 [ 3 ] {} HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.186135 [ 3 ] {} HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.186149 [ 3 ] {} HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.186182 [ 3 ] {} HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.186303 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.186346 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:33.186494 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.186909 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.186948 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.187271 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.02.29 22:29:33.187584 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.187736 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} executeQuery: Read 198 rows, 18.75 KiB in 0.001502 sec., 131824.2343541944 rows/sec., 12.19 MiB/sec. 2024.02.29 22:29:33.187863 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.187888 [ 3 ] {2e55246e-bad4-4acc-889e-dee0e5123684} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.02.29 22:29:33.187903 [ 3 ] {} HTTP-Session: 6fe91e6a-7d08-4cc2-ab22-2eb539128603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.188109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.188158 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.188176 [ 3 ] {} HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.188194 [ 3 ] {} HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.188207 [ 3 ] {} HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.188239 [ 3 ] {} HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.188304 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.188344 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:29:33.188472 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.188736 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.188774 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.189069 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.02.29 22:29:33.189374 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.189538 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} executeQuery: Read 6 rows, 429.00 B in 0.001257 sec., 4773.26968973747 rows/sec., 333.29 KiB/sec. 2024.02.29 22:29:33.189749 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.189803 [ 3 ] {f1200d37-d60c-465f-8dee-43bd928f8053} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:29:33.189843 [ 3 ] {} HTTP-Session: 1be46a88-6460-49bb-ac2b-701de230e92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.190052 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 14092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.190101 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.190119 [ 3 ] {} HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.190137 [ 3 ] {} HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.190150 [ 3 ] {} HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.190179 [ 3 ] {} HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.190282 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.190324 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:33.190470 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.190787 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.190824 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.191129 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.02.29 22:29:33.191429 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.191581 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} executeQuery: Read 83 rows, 6.63 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.78 MiB/sec. 2024.02.29 22:29:33.191825 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.191850 [ 3 ] {71384659-80ef-425c-af42-8cf6a9090c1b} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.02.29 22:29:33.191865 [ 3 ] {} HTTP-Session: 56824679-7c0f-48ea-a483-3ab8f531fd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.191997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.192045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.192063 [ 3 ] {} HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.192080 [ 3 ] {} HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.192093 [ 3 ] {} HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.192123 [ 3 ] {} HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.192205 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.192250 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:29:33.192414 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.192719 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.192756 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.193131 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.02.29 22:29:33.193463 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.193619 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} executeQuery: Read 39 rows, 2.81 KiB in 0.001442 sec., 27045.76976421637 rows/sec., 1.90 MiB/sec. 2024.02.29 22:29:33.194099 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.194126 [ 3 ] {85acdac9-0354-4a6d-af7d-6080c2c53226} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.02.29 22:29:33.194143 [ 3 ] {} HTTP-Session: f4965f14-774d-49aa-b5b8-5c82b474c06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.194326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:33.194375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:33.194393 [ 3 ] {} HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:33.194410 [ 3 ] {} HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.194423 [ 3 ] {} HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:33.194454 [ 3 ] {} HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:33.194817 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:33.194867 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:33.195055 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:33.195630 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:33.195668 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:33.196097 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.02.29 22:29:33.196435 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:33.196599 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} executeQuery: Read 53 rows, 73.24 KiB in 0.002075 sec., 25542.168674698794 rows/sec., 34.47 MiB/sec. 2024.02.29 22:29:33.196768 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} DynamicQueryHandler: Done processing query 2024.02.29 22:29:33.196798 [ 3 ] {fc10c6b8-6482-4292-9732-73f807865ca9} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:33.196817 [ 3 ] {} HTTP-Session: 85365c6c-8eff-4ddb-af48-2487615d61f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:36.389526 [ 27 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:29:36.389625 [ 27 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:29:43.179732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.179874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.179903 [ 3 ] {} HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.179933 [ 3 ] {} HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.179951 [ 3 ] {} HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.180007 [ 3 ] {} HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.180151 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.180223 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:43.180441 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.180945 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.180995 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.181380 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.02.29 22:29:43.181711 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.181856 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} executeQuery: Read 53 rows, 4.30 KiB in 0.001778 sec., 29808.773903262092 rows/sec., 2.36 MiB/sec. 2024.02.29 22:29:43.181995 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.182021 [ 3 ] {bee30c45-2c4f-4faf-bdd1-b204ea93ee2e} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:43.182038 [ 3 ] {} HTTP-Session: 70b5e1d3-89f3-4938-a753-fa9dd28c7076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.182160 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.182210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.182229 [ 3 ] {} HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.182245 [ 3 ] {} HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.182259 [ 3 ] {} HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.182290 [ 3 ] {} HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.182352 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.182392 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.02.29 22:29:43.182518 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.182824 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.182860 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.183153 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:29:43.183457 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.183568 [ 24 ] {} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:29:43.183580 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} executeQuery: Read 2 rows, 167.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 130.57 KiB/sec. 2024.02.29 22:29:43.183614 [ 24 ] {} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.183651 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.183736 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.183798 [ 3 ] {1940c5e6-655d-45de-8d46-865e66b47e8c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:29:43.183895 [ 3 ] {} HTTP-Session: 80096e1f-5d8e-4d50-88c7-48b9d95d489e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.184159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.184186 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::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.02.29 22:29:43.184218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.184289 [ 3 ] {} HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.184327 [ 3 ] {} HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.184341 [ 3 ] {} HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.184412 [ 3 ] {} HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.184678 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:43.184692 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.184781 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.02.29 22:29:43.184804 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:43.185105 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::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.02.29 22:29:43.185531 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2024.02.29 22:29:43.185890 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.02.29 22:29:43.186031 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.186261 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.02.29 22:29:43.186430 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::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.02.29 22:29:43.187267 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.187335 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.188144 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.02.29 22:29:43.189124 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.189213 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.00544511 sec., 3673.020379753577 rows/sec., 299.51 KiB/sec. 2024.02.29 22:29:43.189486 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} executeQuery: Read 160 rows, 15.80 KiB in 0.004919 sec., 32526.93636918073 rows/sec., 3.14 MiB/sec. 2024.02.29 22:29:43.189505 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:29:43.190084 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.190155 [ 3 ] {ce04c55a-28aa-4f59-9c88-ed5749514213} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:29:43.190208 [ 3 ] {} HTTP-Session: d2f65e65-482d-49ce-8b49-3314cb1e4fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.190409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.190483 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.190520 [ 3 ] {} HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.190536 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.190554 [ 3 ] {} HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.190602 [ 3 ] {} HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.190677 [ 3 ] {} HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.190707 [ 193 ] {36ad34a7-1ba7-4fa3-8404-702b1da33935::all_1_6_1} oximeter.fields_ipaddr (36ad34a7-1ba7-4fa3-8404-702b1da33935) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:29:43.190818 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.190857 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.02.29 22:29:43.190901 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.02.29 22:29:43.191059 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.191367 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.191405 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.191707 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.02.29 22:29:43.192020 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.192160 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} executeQuery: Read 2 rows, 143.00 B in 0.001405 sec., 1423.4875444839859 rows/sec., 99.39 KiB/sec. 2024.02.29 22:29:43.192186 [ 19 ] {} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.02.29 22:29:43.192296 [ 19 ] {} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.192330 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.192337 [ 19 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.192371 [ 3 ] {533406fb-009e-4a21-94cc-80eb973b0b54} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:29:43.192424 [ 3 ] {} HTTP-Session: b6a5b31f-7ca8-4dce-8069-184d2ac2e77f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.192648 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::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.02.29 22:29:43.192665 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.192769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.192817 [ 3 ] {} HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.192860 [ 3 ] {} HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.192903 [ 3 ] {} HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.192997 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:43.192999 [ 3 ] {} HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.193057 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.02.29 22:29:43.193288 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.193323 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::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.02.29 22:29:43.193394 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:43.193648 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2024.02.29 22:29:43.193949 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.02.29 22:29:43.194296 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.02.29 22:29:43.194643 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::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.02.29 22:29:43.194761 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.195784 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.195843 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.196628 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.02.29 22:29:43.197380 [ 187 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004917796 sec., 4066.8624725385107 rows/sec., 283.97 KiB/sec. 2024.02.29 22:29:43.197612 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.197658 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.02.29 22:29:43.197959 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} executeQuery: Read 55 rows, 4.41 KiB in 0.004823 sec., 11403.690648973668 rows/sec., 913.79 KiB/sec. 2024.02.29 22:29:43.198771 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.198821 [ 3 ] {725ac220-160b-4047-95ec-2f2ebfa25e2a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:29:43.198850 [ 3 ] {} HTTP-Session: a3a81f19-6465-4209-a828-2c842f56a6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.199007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.199033 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.199081 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.199121 [ 3 ] {} HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.199165 [ 3 ] {} HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.199188 [ 3 ] {} HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.199210 [ 190 ] {c87e8bb9-f232-425e-8fb5-4314e9db9d1f::all_1_6_1} oximeter.fields_u16 (c87e8bb9-f232-425e-8fb5-4314e9db9d1f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.02.29 22:29:43.199243 [ 3 ] {} HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.199379 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.02.29 22:29:43.199390 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.199460 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.02.29 22:29:43.199636 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.199974 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.200011 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.200394 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.02.29 22:29:43.200747 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} oximeter.measurements_cumulativeu64 (dc28e417-a057-497c-8c56-1262aaf856dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.200905 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} executeQuery: Read 1 rows, 72.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 44.76 KiB/sec. 2024.02.29 22:29:43.201066 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.201090 [ 3 ] {f4599973-533d-4192-bf11-1b3000e5c16a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.02.29 22:29:43.201107 [ 3 ] {} HTTP-Session: 8bf48cea-ac18-4994-b0cb-3afab42bb6e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.201293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:43.201340 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:43.201359 [ 3 ] {} HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:43.201376 [ 3 ] {} HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.201389 [ 3 ] {} HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:43.201419 [ 3 ] {} HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:43.201792 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:43.201838 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:43.202000 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:43.202601 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:43.202639 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:43.203082 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.02.29 22:29:43.203425 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:43.203594 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} executeQuery: Read 53 rows, 73.24 KiB in 0.002112 sec., 25094.696969696968 rows/sec., 33.86 MiB/sec. 2024.02.29 22:29:43.203724 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} DynamicQueryHandler: Done processing query 2024.02.29 22:29:43.203749 [ 3 ] {314b749e-99ff-48ef-bc41-f0c320d7ec49} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:43.203764 [ 3 ] {} HTTP-Session: ccadd025-51cb-4e45-a3aa-7c50a4c81cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:51.389697 [ 150 ] {} DNSResolver: Updating DNS cache 2024.02.29 22:29:51.389770 [ 150 ] {} DNSResolver: Updated DNS cache 2024.02.29 22:29:53.179740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 7654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:53.179869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:53.179898 [ 3 ] {} HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:53.179929 [ 3 ] {} HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.179947 [ 3 ] {} HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.180002 [ 3 ] {} HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:53.180148 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:53.180216 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.02.29 22:29:53.180412 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:53.181005 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:53.181058 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:53.181464 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.02.29 22:29:53.181822 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:53.181992 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} executeQuery: Read 53 rows, 4.30 KiB in 0.001909 sec., 27763.226820324777 rows/sec., 2.20 MiB/sec. 2024.02.29 22:29:53.182006 [ 150 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2024.02.29 22:29:53.182104 [ 150 ] {} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:53.182159 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:53.182232 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} DynamicQueryHandler: Done processing query 2024.02.29 22:29:53.182299 [ 3 ] {ba44037c-356b-43d8-949b-16c75398b69a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.02.29 22:29:53.182372 [ 3 ] {} HTTP-Session: 292915e0-4dd6-432e-8de9-5a3a761cb6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.182457 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2024.02.29 22:29:53.182613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:53.182704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:53.182737 [ 3 ] {} HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:53.182750 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.02.29 22:29:53.182762 [ 3 ] {} HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.182784 [ 3 ] {} HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.182794 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 53 rows starting from the beginning of the part 2024.02.29 22:29:53.182830 [ 3 ] {} HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:53.182967 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:53.183060 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:53.183244 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.02.29 22:29:53.183349 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:53.183653 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:53.183984 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part 2024.02.29 22:29:53.184270 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:53.185056 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:53.185105 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2024.02.29 22:29:53.185705 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.02.29 22:29:53.185823 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 4 columns (4 merged, 0 gathered) in 0.003562901 sec., 74377.5928660381 rows/sec., 5.89 MiB/sec. 2024.02.29 22:29:53.185986 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.02.29 22:29:53.186224 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} oximeter.fields_string (374fb4b9-0ca1-4f9f-97a7-755b09e4f649): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:53.186499 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} executeQuery: Read 159 rows, 15.71 KiB in 0.003603 sec., 44129.89175686928 rows/sec., 4.26 MiB/sec. 2024.02.29 22:29:53.186712 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:53.186977 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} DynamicQueryHandler: Done processing query 2024.02.29 22:29:53.187060 [ 3 ] {89a988d1-bd88-4024-b68e-a2b3e354dcfc} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.02.29 22:29:53.187093 [ 188 ] {93a397b9-9146-4a5e-92b4-bf5ddd8f2458::all_1_19_4} oximeter.fields_i64 (93a397b9-9146-4a5e-92b4-bf5ddd8f2458) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2024.02.29 22:29:53.187143 [ 3 ] {} HTTP-Session: 17877794-839b-4dae-ac92-dbfb9b302b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.187348 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.02.29 22:29:53.187421 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 9033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:53.187473 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:53.187493 [ 3 ] {} HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:53.187511 [ 3 ] {} HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.187525 [ 3 ] {} HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.187559 [ 3 ] {} HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:53.187660 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:53.187704 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.02.29 22:29:53.187854 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:53.188182 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:53.188220 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:53.188532 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.02.29 22:29:53.188847 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} oximeter.fields_uuid (6010d6a8-7f84-45c4-a7fd-5027dadf2996): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:53.188991 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} executeQuery: Read 53 rows, 4.24 KiB in 0.001375 sec., 38545.454545454544 rows/sec., 3.01 MiB/sec. 2024.02.29 22:29:53.189253 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} DynamicQueryHandler: Done processing query 2024.02.29 22:29:53.189300 [ 3 ] {382e96fe-5e67-4319-8909-898dbc961f98} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.02.29 22:29:53.189319 [ 3 ] {} HTTP-Session: fd1edb7f-3721-4598-a761-ec34cc317058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.189490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48615, User-Agent: (none), Length: 56704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.02.29 22:29:53.189540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.02.29 22:29:53.189559 [ 3 ] {} HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Authenticating user 'default' from [fd00:1122:3344:101::d]:48615 2024.02.29 22:29:53.189576 [ 3 ] {} HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.189589 [ 3 ] {} HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.02.29 22:29:53.189621 [ 3 ] {} HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.02.29 22:29:53.189979 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} executeQuery: (from [fd00:1122:3344:101::d]:48615) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.02.29 22:29:53.190030 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.02.29 22:29:53.190218 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} ParallelParsingInputFormat: Parallel parsing is used 2024.02.29 22:29:53.190852 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.02.29 22:29:53.190890 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2024.02.29 22:29:53.191339 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.02.29 22:29:53.191685 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} oximeter.measurements_histogramf64 (d93b2b73-b11f-4e5a-9b26-3d25ff9942ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.02.29 22:29:53.191861 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} executeQuery: Read 53 rows, 73.24 KiB in 0.002177 sec., 24345.42949012402 rows/sec., 32.85 MiB/sec. 2024.02.29 22:29:53.192002 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} DynamicQueryHandler: Done processing query 2024.02.29 22:29:53.192027 [ 3 ] {b4f554e0-6223-44e2-b3d1-5fbbd0d2a828} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.02.29 22:29:53.192043 [ 3 ] {} HTTP-Session: 3a066007-1e58-4a8d-beb4-befecda78532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db