[ May 1 05:12:21 Enabled. ] [ May 1 05:12:21 Rereading configuration. ] [ May 1 05:12:23 Rereading configuration. ] [ May 1 05:12:25 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 [ May 1 05:12:25 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.05.01 05:12:26.123374 [ 1 ] {} Application: Will watch for the process with pid 24562 2024.05.01 05:12:26.123787 [ 1 ] {} Application: Forked a child process to watch 2024.05.01 05:12:26.317634 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 24562 2024.05.01 05:12:26.318422 [ 1 ] {} Application: starting up 2024.05.01 05:12:26.319207 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.01 05:12:26.414406 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.01 05:12:26.450635 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.01 05:12:26.450682 [ 1 ] {} Application: Initializing DateLUT. 2024.05.01 05:12:26.450701 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.01 05:12:26.450769 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.01 05:12:26.451062 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.01 05:12:26.452630 [ 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.05.01 05:12:26.453124 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.01 05:12:26.453445 [ 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.05.01 05:12:26.453472 [ 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.05.01 05:12:26.453485 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.01 05:12:26.453668 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.01 05:12:26.454690 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.01 05:12:26.459612 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.01 05:12:26.460365 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.01 05:12:26.461712 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.01 05:12:26.461781 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.01 05:12:26.462831 [ 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.05.01 05:12:26.463124 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.01 05:12:26.467751 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.01 05:12:26.468465 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.01 05:12:26.470079 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.01 05:12:26.470428 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.01 05:12:26.470755 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.01 05:12:26.471155 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.01 05:12:26.472488 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.01 05:12:26.472515 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.01 05:12:26.472599 [ 113 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:12:26.472764 [ 113 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:12:26.481423 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.01 05:12:26.481461 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162963 sec 2024.05.01 05:12:26.481498 [ 1 ] {} ReferentialDeps: No tables 2024.05.01 05:12:26.481509 [ 1 ] {} LoadingDeps: No tables 2024.05.01 05:12:26.482733 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.01 05:12:26.483870 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.01 05:12:26.483898 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.01 05:12:26.483932 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.01 05:12:26.483949 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.01 05:12:26.483961 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.01 05:12:26.483996 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.01 05:12:26.484009 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.01 05:12:26.484024 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.01 05:12:26.484059 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.01 05:12:26.484072 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.01 05:12:26.484087 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.01 05:12:26.484106 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.01 05:12:26.484141 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.01 05:12:26.484156 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.01 05:12:26.484175 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.01 05:12:26.484203 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.01 05:12:26.484219 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.01 05:12:26.521668 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.01 05:12:26.523240 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.01 05:12:26.523276 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3311e-05 sec 2024.05.01 05:12:26.523289 [ 1 ] {} ReferentialDeps: No tables 2024.05.01 05:12:26.523307 [ 1 ] {} LoadingDeps: No tables 2024.05.01 05:12:26.523330 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.01 05:12:26.523515 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.01 05:12:26.523556 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.01 05:12:26.523570 [ 1 ] {} Application: Loaded metadata. 2024.05.01 05:12:26.523590 [ 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.05.01 05:12:26.523602 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.01 05:12:26.553029 [ 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.05.01 05:12:26.763303 [ 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.05.01 05:12:26.763368 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.01 05:12:26.882465 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.01 05:12:26.882685 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB 2024.05.01 05:12:26.883629 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.206e-05 sec. 2024.05.01 05:12:26.883973 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.01 05:12:26.884066 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.01 05:12:26.884123 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.01 05:12:26.884143 [ 1 ] {} Application: Ready for connections. 2024.05.01 05:12:27.396991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.397231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.397268 [ 3 ] {} HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.397298 [ 3 ] {} HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.397322 [ 3 ] {} HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.397408 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.01 05:12:27.397442 [ 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.05.01 05:12:27.397465 [ 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.05.01 05:12:27.397532 [ 3 ] {} HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.398663 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} executeQuery: (from [fd00:1122:3344:101::d]:63829) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.01 05:12:27.429624 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63829) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.05.01 05:12:27.430383 [ 3 ] {d4971452-dc6d-422c-9d89-e3e8d58dca7c} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.01 05:12:27.431828 [ 3 ] {} HTTP-Session: 6cc7294a-44eb-4617-ab81-fd5906d84437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.432916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.432980 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.433005 [ 3 ] {} HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.433037 [ 3 ] {} HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.433051 [ 3 ] {} HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.433094 [ 3 ] {} HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.434318 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} executeQuery: (from [fd00:1122:3344:101::d]:63829) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:12:27.434442 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.01 05:12:27.435524 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.01 05:12:27.438533 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:12:27.444845 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.444895 [ 3 ] {7d6ccd85-0f74-407d-8349-3e9a371b0603} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:12:27.444919 [ 3 ] {} HTTP-Session: ddd61c21-ff68-41b8-8fac-5ff4bcf10ad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.447636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.447692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.447716 [ 3 ] {} HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.447734 [ 3 ] {} HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.447749 [ 3 ] {} HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.447785 [ 3 ] {} HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.447910 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} executeQuery: (from [fd00:1122:3344:101::d]:63829) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.01 05:12:27.448176 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63829) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.05.01 05:12:27.448309 [ 3 ] {e394e46f-5d6c-4c4b-9d08-ba5fddf210da} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.01 05:12:27.448459 [ 3 ] {} HTTP-Session: 2f57e6f8-7668-401c-a994-c53ab869a525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.448697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.448757 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.448774 [ 3 ] {} HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.448794 [ 3 ] {} HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.448815 [ 3 ] {} HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.448844 [ 3 ] {} HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.449012 [ 3 ] {8fe4636f-4b7a-4339-92e6-0098ebb0fbab} executeQuery: (from [fd00:1122:3344:101::d]:63829) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.01 05:12:27.449171 [ 3 ] {8fe4636f-4b7a-4339-92e6-0098ebb0fbab} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.449193 [ 3 ] {} HTTP-Session: c8eaaf44-9e34-464b-b981-efff6a1ec22c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.449323 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.449371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.449392 [ 3 ] {} HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.449407 [ 3 ] {} HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.449424 [ 3 ] {} HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.449455 [ 3 ] {} HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.449548 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} executeQuery: (from [fd00:1122:3344:101::d]:63829) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.01 05:12:27.449603 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.01 05:12:27.450774 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.01 05:12:27.450810 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8351e-05 sec 2024.05.01 05:12:27.450824 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} ReferentialDeps: No tables 2024.05.01 05:12:27.450840 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} LoadingDeps: No tables 2024.05.01 05:12:27.450861 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} DatabaseAtomic (oximeter): Starting up tables. 2024.05.01 05:12:27.450980 [ 3 ] {b8f1d938-013e-4fc5-b122-bc31698e3d1b} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.451002 [ 3 ] {} HTTP-Session: 79f8fdce-3b13-485d-8ca9-d148e17c4874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.451107 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.451156 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.451174 [ 3 ] {} HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.451195 [ 3 ] {} HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.451220 [ 3 ] {} HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.451250 [ 3 ] {} HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.451388 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.451436 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.01 05:12:27.456115 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.01 05:12:27.457094 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): Loading data parts 2024.05.01 05:12:27.457443 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): There are no data parts 2024.05.01 05:12:27.460141 [ 3 ] {2f13b71b-75ec-4f5b-9017-e768ac3e7daa} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.460169 [ 3 ] {} HTTP-Session: 1bd36c80-0202-48a9-b15a-572152ed46dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.460334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.460386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.460415 [ 3 ] {} HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.460432 [ 3 ] {} HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.460449 [ 3 ] {} HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.460487 [ 3 ] {} HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.460685 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.460740 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.01 05:12:27.467518 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} oximeter.measurements_bool (fe14c929-3f9d-4234-a396-5c1b68562093): Loading data parts 2024.05.01 05:12:27.467681 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} oximeter.measurements_bool (fe14c929-3f9d-4234-a396-5c1b68562093): There are no data parts 2024.05.01 05:12:27.468958 [ 3 ] {4b95bb1e-35e1-471c-99e8-f21d9d470f37} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.468984 [ 3 ] {} HTTP-Session: 94d5bd00-0420-409d-b99d-96b823630e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.469116 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.469169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.469192 [ 3 ] {} HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.469208 [ 3 ] {} HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.469226 [ 3 ] {} HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.469257 [ 3 ] {} HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.469436 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.469484 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.01 05:12:27.470997 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} oximeter.measurements_i8 (024bddc1-3d3f-4cd2-a648-ddb77fd7d7d7): Loading data parts 2024.05.01 05:12:27.471149 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} oximeter.measurements_i8 (024bddc1-3d3f-4cd2-a648-ddb77fd7d7d7): There are no data parts 2024.05.01 05:12:27.472325 [ 3 ] {27321da9-92d4-4257-bc2a-dc77478ff96e} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.472368 [ 3 ] {} HTTP-Session: 2c215235-c188-4c5c-8188-125a5cd0b6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.472476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.472529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.472552 [ 3 ] {} HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.472567 [ 3 ] {} HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.472584 [ 3 ] {} HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.472618 [ 3 ] {} HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.472791 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.472843 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.01 05:12:27.474328 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} oximeter.measurements_u8 (6164a131-c330-4e9c-8420-8b5ee034dbf0): Loading data parts 2024.05.01 05:12:27.474504 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} oximeter.measurements_u8 (6164a131-c330-4e9c-8420-8b5ee034dbf0): There are no data parts 2024.05.01 05:12:27.475685 [ 3 ] {9a201a40-f8e7-43ac-9541-8d0d967fbe06} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.475716 [ 3 ] {} HTTP-Session: 7329286b-28a2-4a00-93d7-eff132b18f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.475824 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.475876 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.475899 [ 3 ] {} HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.475915 [ 3 ] {} HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.475931 [ 3 ] {} HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.475965 [ 3 ] {} HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.476150 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.476198 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.01 05:12:27.477720 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} oximeter.measurements_i16 (82786a34-9d7d-4644-895e-db6738653397): Loading data parts 2024.05.01 05:12:27.477875 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} oximeter.measurements_i16 (82786a34-9d7d-4644-895e-db6738653397): There are no data parts 2024.05.01 05:12:27.479034 [ 3 ] {7c776e0d-3c9d-43f4-96f2-045d9802e02d} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.479066 [ 3 ] {} HTTP-Session: b7ab234d-b0fd-4f2e-b1c1-72ba3ceb4096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.479162 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.479214 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.479238 [ 3 ] {} HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.479254 [ 3 ] {} HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.479270 [ 3 ] {} HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.479310 [ 3 ] {} HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.479481 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.479533 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.01 05:12:27.480996 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} oximeter.measurements_u16 (92d175fd-63dd-4d76-8a34-8e245ecfb438): Loading data parts 2024.05.01 05:12:27.481170 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} oximeter.measurements_u16 (92d175fd-63dd-4d76-8a34-8e245ecfb438): There are no data parts 2024.05.01 05:12:27.482319 [ 3 ] {600fb8c8-4baf-40f8-8fdd-179ad1506be3} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.482351 [ 3 ] {} HTTP-Session: f290dcce-8349-4025-90af-b99ecdd2f55b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.482465 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.482518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.482541 [ 3 ] {} HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.482570 [ 3 ] {} HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.482584 [ 3 ] {} HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.482617 [ 3 ] {} HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.482801 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.482850 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.01 05:12:27.484299 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} oximeter.measurements_i32 (ffa04f0d-4ab5-4486-a5d9-7d46d5c4503f): Loading data parts 2024.05.01 05:12:27.484450 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} oximeter.measurements_i32 (ffa04f0d-4ab5-4486-a5d9-7d46d5c4503f): There are no data parts 2024.05.01 05:12:27.485685 [ 3 ] {51810908-e304-4686-93f5-447c6d0faae8} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.485719 [ 3 ] {} HTTP-Session: 796f1fdd-9f3d-4b62-8ae7-83986784c81c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.485820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.485873 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.485907 [ 3 ] {} HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.485923 [ 3 ] {} HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.485940 [ 3 ] {} HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.485974 [ 3 ] {} HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.486149 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.486198 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.01 05:12:27.487683 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} oximeter.measurements_u32 (621fc56f-ef6e-47d7-a5de-c46a85c3cdf1): Loading data parts 2024.05.01 05:12:27.487869 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} oximeter.measurements_u32 (621fc56f-ef6e-47d7-a5de-c46a85c3cdf1): There are no data parts 2024.05.01 05:12:27.489025 [ 3 ] {0f6efcd4-63e9-42ba-be2f-7c3cf5a5cd19} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.489057 [ 3 ] {} HTTP-Session: aa2d7760-51d9-479e-808e-b5673d5a7df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.489155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.489214 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.489237 [ 3 ] {} HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.489263 [ 3 ] {} HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.489276 [ 3 ] {} HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.489310 [ 3 ] {} HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.489492 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.489555 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.01 05:12:27.491005 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Loading data parts 2024.05.01 05:12:27.491178 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): There are no data parts 2024.05.01 05:12:27.492316 [ 3 ] {05120e66-fb77-41f7-8738-0d75f1582964} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.492354 [ 3 ] {} HTTP-Session: 27768767-3cd8-45b3-97d7-d3e6b89a9f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.492458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.492515 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.492534 [ 3 ] {} HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.492555 [ 3 ] {} HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.492569 [ 3 ] {} HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.492604 [ 3 ] {} HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.492779 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.492828 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.01 05:12:27.494296 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} oximeter.measurements_u64 (eeaf0707-80c8-4ddf-945d-8c35dac77849): Loading data parts 2024.05.01 05:12:27.494485 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} oximeter.measurements_u64 (eeaf0707-80c8-4ddf-945d-8c35dac77849): There are no data parts 2024.05.01 05:12:27.495994 [ 3 ] {292c5b91-00ee-40a5-a65f-59f1e6c4cc7a} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.496025 [ 3 ] {} HTTP-Session: a936b6f4-4f2d-40cd-bb24-2c782698e952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.496137 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.496183 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.496207 [ 3 ] {} HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.496228 [ 3 ] {} HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.496241 [ 3 ] {} HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.496273 [ 3 ] {} HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.496448 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.496499 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.01 05:12:27.498054 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} oximeter.measurements_f32 (b372b039-6913-406e-8776-863f3d0601b6): Loading data parts 2024.05.01 05:12:27.498211 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} oximeter.measurements_f32 (b372b039-6913-406e-8776-863f3d0601b6): There are no data parts 2024.05.01 05:12:27.499767 [ 3 ] {346c3d7e-a4c1-470e-a9cc-0d57bf102e45} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.499792 [ 3 ] {} HTTP-Session: 35d257de-3cc6-47d6-a3c1-d5f89359ca57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.499902 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.499960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.499978 [ 3 ] {} HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.499998 [ 3 ] {} HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.500015 [ 3 ] {} HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.500044 [ 3 ] {} HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.500215 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.500273 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.01 05:12:27.501824 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} oximeter.measurements_f64 (03b7d229-fe0a-4899-a99d-fc92e0cb8622): Loading data parts 2024.05.01 05:12:27.501980 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} oximeter.measurements_f64 (03b7d229-fe0a-4899-a99d-fc92e0cb8622): There are no data parts 2024.05.01 05:12:27.503467 [ 3 ] {13b3a6fd-d20b-4703-90b4-a90b61d5c574} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.503499 [ 3 ] {} HTTP-Session: 42352e9f-65f1-4f5c-bd5f-2eeb4d72a766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.503608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.503660 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.503678 [ 3 ] {} HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.503700 [ 3 ] {} HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.503713 [ 3 ] {} HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.503745 [ 3 ] {} HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.503923 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.503975 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.01 05:12:27.505534 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} oximeter.measurements_string (985d342a-7c88-4173-a09d-c0c5cc33dfab): Loading data parts 2024.05.01 05:12:27.505838 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} oximeter.measurements_string (985d342a-7c88-4173-a09d-c0c5cc33dfab): There are no data parts 2024.05.01 05:12:27.507347 [ 3 ] {a040fe9e-f40b-47f2-9bc2-c4ccb7a75506} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.507371 [ 3 ] {} HTTP-Session: 45afdba0-3229-4745-bdc2-fe18b2a47d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.507468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.507516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.507533 [ 3 ] {} HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.507552 [ 3 ] {} HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.507575 [ 3 ] {} HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.507603 [ 3 ] {} HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.507838 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.507896 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.01 05:12:27.509394 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} oximeter.measurements_bytes (cccbccaf-0435-4583-8e8b-52218e27efbb): Loading data parts 2024.05.01 05:12:27.509553 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} oximeter.measurements_bytes (cccbccaf-0435-4583-8e8b-52218e27efbb): There are no data parts 2024.05.01 05:12:27.511071 [ 3 ] {fee08cb3-2197-4108-942e-1dbf28b07ab1} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.511096 [ 3 ] {} HTTP-Session: d4262cd5-9522-4ceb-b97b-d6c9fa641f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.511211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.511269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.511287 [ 3 ] {} HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.511308 [ 3 ] {} HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.511326 [ 3 ] {} HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.511355 [ 3 ] {} HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.511543 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.511593 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.01 05:12:27.513113 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} oximeter.measurements_cumulativei64 (58be5a1b-fff4-49f7-aad8-1f7e794ab36d): Loading data parts 2024.05.01 05:12:27.513270 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} oximeter.measurements_cumulativei64 (58be5a1b-fff4-49f7-aad8-1f7e794ab36d): There are no data parts 2024.05.01 05:12:27.514770 [ 3 ] {12d9bc59-7039-4ef0-82bc-3abab88d4eab} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.514810 [ 3 ] {} HTTP-Session: 0be333d5-bdc6-44c1-b6a1-e20a82da2401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.514918 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.514980 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.514999 [ 3 ] {} HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.515020 [ 3 ] {} HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.515033 [ 3 ] {} HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.515066 [ 3 ] {} HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.515249 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.515304 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.01 05:12:27.516819 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Loading data parts 2024.05.01 05:12:27.516985 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): There are no data parts 2024.05.01 05:12:27.518477 [ 3 ] {abc1a3ce-e1b7-423e-a36c-5eabf63dfe8a} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.518503 [ 3 ] {} HTTP-Session: 1a7c122c-ff4c-4d50-90b8-02d83d6ef4dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.518613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.518666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.518684 [ 3 ] {} HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.518707 [ 3 ] {} HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.518724 [ 3 ] {} HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.518754 [ 3 ] {} HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.518938 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.519002 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.01 05:12:27.520564 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} oximeter.measurements_cumulativef32 (b6653eba-c043-4314-bcad-96dac43a0a3c): Loading data parts 2024.05.01 05:12:27.520824 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} oximeter.measurements_cumulativef32 (b6653eba-c043-4314-bcad-96dac43a0a3c): There are no data parts 2024.05.01 05:12:27.522388 [ 3 ] {efd5f281-0258-4267-856f-ad0b421b07f1} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.522420 [ 3 ] {} HTTP-Session: 2604c492-a3a9-40f5-bd7a-fe44b26085b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.522524 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.522577 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.522601 [ 3 ] {} HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.522621 [ 3 ] {} HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.522635 [ 3 ] {} HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.522668 [ 3 ] {} HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.522867 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.522922 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.01 05:12:27.524457 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} oximeter.measurements_cumulativef64 (c90927a2-0fa8-4ab4-853f-8006552dd648): Loading data parts 2024.05.01 05:12:27.524605 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} oximeter.measurements_cumulativef64 (c90927a2-0fa8-4ab4-853f-8006552dd648): There are no data parts 2024.05.01 05:12:27.526130 [ 3 ] {43e20069-fd9f-4fba-9fb4-dd46863bd039} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.526155 [ 3 ] {} HTTP-Session: 60ee272e-49a0-426d-92db-3013f680e8a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.526261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.526313 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.526331 [ 3 ] {} HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.526353 [ 3 ] {} HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.526378 [ 3 ] {} HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.526408 [ 3 ] {} HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.526600 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.526660 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.01 05:12:27.528198 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} oximeter.measurements_histogrami8 (45501a4f-4e8b-45e8-a291-0307074c84f1): Loading data parts 2024.05.01 05:12:27.528323 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} oximeter.measurements_histogrami8 (45501a4f-4e8b-45e8-a291-0307074c84f1): There are no data parts 2024.05.01 05:12:27.529824 [ 3 ] {3d37f33a-6366-4235-b890-8d6c7689bb82} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.529850 [ 3 ] {} HTTP-Session: a7e9d3a2-8ec6-4e44-80b2-f517c1146b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.529959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.530010 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.530035 [ 3 ] {} HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.530050 [ 3 ] {} HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.530069 [ 3 ] {} HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.530098 [ 3 ] {} HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.530287 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.530343 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.01 05:12:27.531874 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} oximeter.measurements_histogramu8 (a9f29cb4-a96c-4fcf-b9f5-30390201476b): Loading data parts 2024.05.01 05:12:27.532013 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} oximeter.measurements_histogramu8 (a9f29cb4-a96c-4fcf-b9f5-30390201476b): There are no data parts 2024.05.01 05:12:27.533492 [ 3 ] {d5c09437-6972-46ac-9c8d-a2514960d168} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.533524 [ 3 ] {} HTTP-Session: 6f7a0ff2-1e61-4cb5-93db-a26bb6b93f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.533620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.533677 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.533702 [ 3 ] {} HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.533723 [ 3 ] {} HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.533736 [ 3 ] {} HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.533769 [ 3 ] {} HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.533961 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.534016 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.01 05:12:27.535566 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} oximeter.measurements_histogrami16 (45989371-c2b2-4324-af92-0db68647e7f2): Loading data parts 2024.05.01 05:12:27.535705 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} oximeter.measurements_histogrami16 (45989371-c2b2-4324-af92-0db68647e7f2): There are no data parts 2024.05.01 05:12:27.537247 [ 3 ] {2c0d90ef-8244-4e63-b7d6-04e106b2792e} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.537272 [ 3 ] {} HTTP-Session: 567a5f64-5e59-4997-bd4e-80a4ba940365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.537378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.537428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.537447 [ 3 ] {} HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.537467 [ 3 ] {} HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.537486 [ 3 ] {} HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.537515 [ 3 ] {} HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.537702 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.537765 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.01 05:12:27.539424 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} oximeter.measurements_histogramu16 (17f3257a-50a8-4af9-9eaf-6a065f7695f6): Loading data parts 2024.05.01 05:12:27.539536 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} oximeter.measurements_histogramu16 (17f3257a-50a8-4af9-9eaf-6a065f7695f6): There are no data parts 2024.05.01 05:12:27.541055 [ 3 ] {8e08feca-941a-467b-ade9-6ca9e65459c2} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.541098 [ 3 ] {} HTTP-Session: e9eb2543-3e70-4e5f-bdc8-3fbdfd621b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.541207 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.541259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.541284 [ 3 ] {} HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.541300 [ 3 ] {} HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.541318 [ 3 ] {} HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.541358 [ 3 ] {} HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.541541 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.541597 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.01 05:12:27.543176 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} oximeter.measurements_histogrami32 (a6e40d4d-6607-4c8e-b756-680ab222f9f8): Loading data parts 2024.05.01 05:12:27.543297 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} oximeter.measurements_histogrami32 (a6e40d4d-6607-4c8e-b756-680ab222f9f8): There are no data parts 2024.05.01 05:12:27.544775 [ 3 ] {5e338fc1-5754-47c1-a8ee-8811bf7a52bf} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.544808 [ 3 ] {} HTTP-Session: 300fa5ec-f07a-4cd7-90a8-ed537ff42137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.544917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.544967 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.544986 [ 3 ] {} HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.545021 [ 3 ] {} HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.545034 [ 3 ] {} HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.545068 [ 3 ] {} HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.545269 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.545326 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.01 05:12:27.546940 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} oximeter.measurements_histogramu32 (60b0b030-1be0-4708-8bc0-af502c1399e2): Loading data parts 2024.05.01 05:12:27.547099 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} oximeter.measurements_histogramu32 (60b0b030-1be0-4708-8bc0-af502c1399e2): There are no data parts 2024.05.01 05:12:27.548605 [ 3 ] {648e2c54-9a7a-4203-89cf-4050663169a9} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.548630 [ 3 ] {} HTTP-Session: 6a3dc8c3-98df-4f85-8995-c58a178e22bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.548759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.548823 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.548849 [ 3 ] {} HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.548865 [ 3 ] {} HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.548884 [ 3 ] {} HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.548913 [ 3 ] {} HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.549108 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.549165 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.01 05:12:27.550712 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} oximeter.measurements_histogrami64 (e5f4a530-352b-4498-aa62-41f3845389ed): Loading data parts 2024.05.01 05:12:27.550870 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} oximeter.measurements_histogrami64 (e5f4a530-352b-4498-aa62-41f3845389ed): There are no data parts 2024.05.01 05:12:27.552386 [ 3 ] {d424236e-7543-495c-978a-383aa9d108a4} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.552411 [ 3 ] {} HTTP-Session: d53d43c1-e2fc-4100-be89-6716c59ec88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.552509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.552576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.552594 [ 3 ] {} HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.552617 [ 3 ] {} HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.552631 [ 3 ] {} HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.552666 [ 3 ] {} HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.552856 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.552914 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.01 05:12:27.554481 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} oximeter.measurements_histogramu64 (ee43db70-bf88-453d-aca3-a4b9ae371fa9): Loading data parts 2024.05.01 05:12:27.554689 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} oximeter.measurements_histogramu64 (ee43db70-bf88-453d-aca3-a4b9ae371fa9): There are no data parts 2024.05.01 05:12:27.555933 [ 3 ] {af6f2f6c-2a76-44e8-a923-9144170a41e0} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.555958 [ 3 ] {} HTTP-Session: 9633f635-4749-446c-869a-b42851c529a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.556076 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.556129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.556155 [ 3 ] {} HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.556171 [ 3 ] {} HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.556190 [ 3 ] {} HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.556225 [ 3 ] {} HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.556409 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.556474 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.01 05:12:27.557995 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} oximeter.measurements_histogramf32 (29c48290-10fe-44e5-b530-1e487f778459): Loading data parts 2024.05.01 05:12:27.558168 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} oximeter.measurements_histogramf32 (29c48290-10fe-44e5-b530-1e487f778459): There are no data parts 2024.05.01 05:12:27.559326 [ 3 ] {559187f1-1ef9-4bc9-ac36-c8c890023860} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.559361 [ 3 ] {} HTTP-Session: 8f15e949-88d6-481a-bb08-fbc431300b2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.559474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.559521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.559547 [ 3 ] {} HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.559569 [ 3 ] {} HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.559583 [ 3 ] {} HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.559617 [ 3 ] {} HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.559816 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.559874 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.01 05:12:27.561397 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Loading data parts 2024.05.01 05:12:27.561684 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): There are no data parts 2024.05.01 05:12:27.563035 [ 3 ] {123edaeb-0c71-401b-a441-43896d9df094} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.563062 [ 3 ] {} HTTP-Session: 6d3f55d5-e673-4f71-9ffb-9f640aa0c343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.563175 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.563229 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.563248 [ 3 ] {} HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.563271 [ 3 ] {} HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.563298 [ 3 ] {} HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.563328 [ 3 ] {} HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.563477 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.563536 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.01 05:12:27.564911 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} oximeter.fields_bool (3164a94d-5e1a-4b3f-ac70-229aebcb5190): Loading data parts 2024.05.01 05:12:27.565082 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} oximeter.fields_bool (3164a94d-5e1a-4b3f-ac70-229aebcb5190): There are no data parts 2024.05.01 05:12:27.566311 [ 3 ] {fb789b5e-c09e-4d51-98b1-21c497ba000c} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.566344 [ 3 ] {} HTTP-Session: 628837bf-62ea-4a57-9a8c-17ed9b884ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.566450 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.566496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.566522 [ 3 ] {} HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.566545 [ 3 ] {} HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.566558 [ 3 ] {} HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.566594 [ 3 ] {} HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.566738 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.566784 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.01 05:12:27.568139 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} oximeter.fields_i8 (16bf335f-cc1c-4f4c-8537-f9a7ea9521a2): Loading data parts 2024.05.01 05:12:27.568293 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} oximeter.fields_i8 (16bf335f-cc1c-4f4c-8537-f9a7ea9521a2): There are no data parts 2024.05.01 05:12:27.569521 [ 3 ] {9ebaf563-11db-4f25-9f68-27307bfd741d} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.569561 [ 3 ] {} HTTP-Session: cd4430e8-06ac-472e-a83e-e4bfc0c93604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.569655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.569709 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.569736 [ 3 ] {} HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.569752 [ 3 ] {} HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.569772 [ 3 ] {} HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.569808 [ 3 ] {} HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.569947 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.569999 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.01 05:12:27.571355 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} oximeter.fields_u8 (5efac08e-013d-4199-9ac7-06a5719590ea): Loading data parts 2024.05.01 05:12:27.571579 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} oximeter.fields_u8 (5efac08e-013d-4199-9ac7-06a5719590ea): There are no data parts 2024.05.01 05:12:27.572838 [ 3 ] {e5124c43-0361-401b-9706-ca3dce1fc019} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.572862 [ 3 ] {} HTTP-Session: 6fa3611e-cd14-4fed-bd5c-baf20b8746d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.572978 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.573034 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.573052 [ 3 ] {} HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.573076 [ 3 ] {} HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.573096 [ 3 ] {} HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.573125 [ 3 ] {} HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.573270 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.573325 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.01 05:12:27.574672 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} oximeter.fields_i16 (865d8efc-ea7a-4cff-8d8b-637d11b52ba8): Loading data parts 2024.05.01 05:12:27.574826 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} oximeter.fields_i16 (865d8efc-ea7a-4cff-8d8b-637d11b52ba8): There are no data parts 2024.05.01 05:12:27.576094 [ 3 ] {170e477d-d8d2-422a-a92d-3499dfdb4926} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.576120 [ 3 ] {} HTTP-Session: 3b254345-4de5-4cd4-9ec8-3eb403dee802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.576225 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.576279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.576298 [ 3 ] {} HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.576321 [ 3 ] {} HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.576341 [ 3 ] {} HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.576371 [ 3 ] {} HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.576523 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.576576 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.01 05:12:27.577918 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Loading data parts 2024.05.01 05:12:27.578076 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): There are no data parts 2024.05.01 05:12:27.579319 [ 3 ] {802e2add-7ae4-4bb1-ac86-156be58b3d97} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.579344 [ 3 ] {} HTTP-Session: 0952d50a-b659-4ab6-8bd3-6c72f222c547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.579449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.579504 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.579523 [ 3 ] {} HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.579546 [ 3 ] {} HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.579573 [ 3 ] {} HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.579603 [ 3 ] {} HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.579747 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.579799 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.01 05:12:27.581158 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} oximeter.fields_i32 (ab82aa7a-0c58-4680-8265-11342a132b2f): Loading data parts 2024.05.01 05:12:27.581307 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} oximeter.fields_i32 (ab82aa7a-0c58-4680-8265-11342a132b2f): There are no data parts 2024.05.01 05:12:27.582458 [ 3 ] {0873bb53-f951-4705-a04c-a32d2f073119} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.582493 [ 3 ] {} HTTP-Session: ee5c04d3-3c4c-4cfb-a86c-a9cdcc4de2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.582607 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.582652 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.582679 [ 3 ] {} HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.582709 [ 3 ] {} HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.582723 [ 3 ] {} HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.582758 [ 3 ] {} HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.582904 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.582950 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.01 05:12:27.584297 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} oximeter.fields_u32 (50362f62-d65b-4f81-9298-86cb5196b4db): Loading data parts 2024.05.01 05:12:27.584502 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} oximeter.fields_u32 (50362f62-d65b-4f81-9298-86cb5196b4db): There are no data parts 2024.05.01 05:12:27.585666 [ 3 ] {8145457c-c0c3-4786-b531-cd74111acb89} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.585701 [ 3 ] {} HTTP-Session: 98ae7e0d-a6e2-457d-9cb8-5a8c69645b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.585825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.585879 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.585915 [ 3 ] {} HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.585931 [ 3 ] {} HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.585950 [ 3 ] {} HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.585995 [ 3 ] {} HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.586140 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.586187 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.01 05:12:27.587543 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Loading data parts 2024.05.01 05:12:27.587697 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): There are no data parts 2024.05.01 05:12:27.588842 [ 3 ] {601de6d6-e36f-4284-9266-93f44be5f874} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.588868 [ 3 ] {} HTTP-Session: 84d5e456-edc6-45a8-b55a-4f7aa8fb1151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.588981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.589041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.589066 [ 3 ] {} HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.589083 [ 3 ] {} HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.589104 [ 3 ] {} HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.589140 [ 3 ] {} HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.589284 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.589330 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.01 05:12:27.590685 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} oximeter.fields_u64 (3a102d2f-cfed-4a98-b3be-b1b0e45dc6af): Loading data parts 2024.05.01 05:12:27.590912 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} oximeter.fields_u64 (3a102d2f-cfed-4a98-b3be-b1b0e45dc6af): There are no data parts 2024.05.01 05:12:27.592033 [ 3 ] {7e29a577-cba0-4728-a50d-f3f912731599} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.592058 [ 3 ] {} HTTP-Session: 684cf8c9-a212-40fc-9688-ac3ba6e4cdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.592170 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.592279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.592299 [ 3 ] {} HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.592316 [ 3 ] {} HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.592337 [ 3 ] {} HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.592368 [ 3 ] {} HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.592507 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.592555 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.01 05:12:27.593880 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Loading data parts 2024.05.01 05:12:27.594038 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): There are no data parts 2024.05.01 05:12:27.595171 [ 3 ] {8cab6587-8163-460a-ae86-79cad1debbe3} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.595196 [ 3 ] {} HTTP-Session: a8ad3aef-2c80-477a-a314-b9c52f53bfab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.595306 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.595352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.595371 [ 3 ] {} HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.595387 [ 3 ] {} HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.595402 [ 3 ] {} HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.595432 [ 3 ] {} HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.595572 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.595611 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.01 05:12:27.596941 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Loading data parts 2024.05.01 05:12:27.597081 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): There are no data parts 2024.05.01 05:12:27.598296 [ 3 ] {091603fa-eb54-4a47-8403-691f06c60c63} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.598322 [ 3 ] {} HTTP-Session: a852a145-a117-44be-9a08-66c789f9d2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.598423 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.598469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.598488 [ 3 ] {} HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.598504 [ 3 ] {} HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.598518 [ 3 ] {} HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.598548 [ 3 ] {} HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.598687 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} executeQuery: (from [fd00:1122:3344:101::d]:63829) 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.05.01 05:12:27.598727 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.01 05:12:27.600146 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Loading data parts 2024.05.01 05:12:27.600352 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): There are no data parts 2024.05.01 05:12:27.601492 [ 3 ] {62451207-329a-4eec-94f6-b669b17c814a} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.601518 [ 3 ] {} HTTP-Session: 0b559fad-969b-4bc1-a103-fd684f96dc7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.601632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.601679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.601698 [ 3 ] {} HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.601715 [ 3 ] {} HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.601729 [ 3 ] {} HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.601759 [ 3 ] {} HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.601978 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} executeQuery: (from [fd00:1122:3344:101::d]:63829) /* 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.05.01 05:12:27.602036 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.01 05:12:27.603517 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Loading data parts 2024.05.01 05:12:27.603673 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): There are no data parts 2024.05.01 05:12:27.604936 [ 3 ] {a2d132ac-2d3a-469c-9fbf-bd46701107ec} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.604962 [ 3 ] {} HTTP-Session: 104ad61e-e039-4119-81b0-59d28ecbfbf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.605084 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63829, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:27.605134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:27.605152 [ 3 ] {} HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Authenticating user 'default' from [fd00:1122:3344:101::d]:63829 2024.05.01 05:12:27.605168 [ 3 ] {} HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.605182 [ 3 ] {} HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:27.605212 [ 3 ] {} HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:27.605360 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} executeQuery: (from [fd00:1122:3344:101::d]:63829) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.01 05:12:27.606592 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.01 05:12:27.610347 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:27.610387 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2024.05.01 05:12:27.614526 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:27.615591 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} oximeter.version (1f07ae5f-d158-4b87-9707-5b55662ed168): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:27.615863 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} executeQuery: Read 1 rows, 16.00 B in 0.010565 sec., 94.65215333648841 rows/sec., 1.48 KiB/sec. 2024.05.01 05:12:27.616034 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} DynamicQueryHandler: Done processing query 2024.05.01 05:12:27.616058 [ 3 ] {805cdbd1-8b2d-4eb5-9b53-99793ea575a0} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.01 05:12:27.616074 [ 3 ] {} HTTP-Session: 6d6485a4-6599-467b-b0eb-06f0c9f12234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:28.000184 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 166.29 MiB, free memory in arenas 0.00 B, will set to 173.65 MiB (RSS), difference: 12.50 MiB 2024.05.01 05:12:41.472829 [ 143 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:12:41.472928 [ 143 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:12:52.628947 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.629078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.629105 [ 3 ] {} HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.629130 [ 3 ] {} HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.629145 [ 3 ] {} HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.629193 [ 3 ] {} HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.629376 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:12:52.629713 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:12:52.629890 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:12:52.630918 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.630950 [ 3 ] {9972110c-3622-4d5b-a517-d01904b6180e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:12:52.630968 [ 3 ] {} HTTP-Session: 3b6c4bc1-c799-4a31-b718-a02bd9a3c25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.634129 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.634204 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.634227 [ 3 ] {} HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.634247 [ 3 ] {} HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.634262 [ 3 ] {} HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.634302 [ 3 ] {} HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.634480 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:12:52.636788 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:12:52.636854 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:12:52.638004 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.638033 [ 3 ] {125087d6-a75e-46c0-b6a7-0df5c3746c4b} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:12:52.638050 [ 3 ] {} HTTP-Session: 28e8b670-a90b-4b2c-9305-902af2073f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.638268 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.638322 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.638343 [ 3 ] {} HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.638363 [ 3 ] {} HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.638378 [ 3 ] {} HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.638415 [ 3 ] {} HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.638560 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:12:52.638942 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:12:52.638997 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:12:52.640019 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.640047 [ 3 ] {38fcfbe2-2fd7-40e0-b135-2108d23c07e0} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:12:52.640064 [ 3 ] {} HTTP-Session: 3391fc79-7af4-450e-80a3-6968c9337ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.640392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.640445 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.640465 [ 3 ] {} HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.640482 [ 3 ] {} HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.640497 [ 3 ] {} HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.640532 [ 3 ] {} HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.640666 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} executeQuery: (from [fd00:1122:3344:101::d]:53121) 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.05.01 05:12:52.641007 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:12:52.641062 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:12:52.641966 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.641992 [ 3 ] {c1834ba7-a192-4dd9-91ee-b87b8566ac40} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:12:52.642008 [ 3 ] {} HTTP-Session: 9c30909f-bc60-48e4-9e87-5e712edcc069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.642759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.642830 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.642857 [ 3 ] {} HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.642883 [ 3 ] {} HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.642907 [ 3 ] {} HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.642953 [ 3 ] {} HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.643103 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.643155 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:12:52.643382 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.643868 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.643909 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.644672 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.645269 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.645407 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} executeQuery: Read 4 rows, 443.00 B in 0.002351 sec., 1701.403658017865 rows/sec., 184.01 KiB/sec. 2024.05.01 05:12:52.645711 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.645735 [ 3 ] {6b5e1afb-bc52-441a-8d03-adebc840df3d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.01 05:12:52.645751 [ 3 ] {} HTTP-Session: 65e8f33f-cc52-4845-a7a8-ae1a70e50f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.645883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.645936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.645955 [ 3 ] {} HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.645972 [ 3 ] {} HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.645986 [ 3 ] {} HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.646020 [ 3 ] {} HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.646131 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.646177 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:12:52.646324 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.648493 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.648530 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.649042 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.649722 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.649858 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} executeQuery: Read 20 rows, 1.62 KiB in 0.003761 sec., 5317.734645041212 rows/sec., 431.03 KiB/sec. 2024.05.01 05:12:52.650071 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.650097 [ 3 ] {32b67eab-30ef-42b5-95ec-2e5cacf42c28} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:12:52.650113 [ 3 ] {} HTTP-Session: 57e306f0-7eca-4909-a728-1062d8ea20f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.650304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.650358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.650379 [ 3 ] {} HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.650395 [ 3 ] {} HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.650409 [ 3 ] {} HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.650442 [ 3 ] {} HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.650563 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.650609 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:12:52.650740 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.651100 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.651135 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.651621 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.652204 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.652368 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} executeQuery: Read 60 rows, 5.38 KiB in 0.001848 sec., 32467.532467532466 rows/sec., 2.85 MiB/sec. 2024.05.01 05:12:52.652638 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.652664 [ 3 ] {330e6ea4-6760-4326-9a40-eabd663856e1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:12:52.652680 [ 3 ] {} HTTP-Session: 77c0adf8-1066-4d8d-83ad-db705ec2ed9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.652828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 5154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.652878 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.652897 [ 3 ] {} HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.652914 [ 3 ] {} HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.652928 [ 3 ] {} HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.652960 [ 3 ] {} HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.653072 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.653131 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:12:52.653848 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.654780 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.654816 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.655294 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.655850 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.655975 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} executeQuery: Read 30 rows, 2.42 KiB in 0.00294 sec., 10204.081632653062 rows/sec., 821.44 KiB/sec. 2024.05.01 05:12:52.656219 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.656255 [ 3 ] {e2446a2b-47e7-4761-b5e9-a3829de5ad13} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:12:52.656279 [ 3 ] {} HTTP-Session: b777b10c-e13a-4e2e-9929-ab6f5e02adbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.656564 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 21441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.656621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.656642 [ 3 ] {} HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.656658 [ 3 ] {} HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.656672 [ 3 ] {} HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.656704 [ 3 ] {} HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.656919 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.656979 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:12:52.657165 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.657626 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.657661 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.661229 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.661997 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.662168 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} executeQuery: Read 20 rows, 27.64 KiB in 0.005378 sec., 3718.854592785422 rows/sec., 5.02 MiB/sec. 2024.05.01 05:12:52.662473 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.662500 [ 3 ] {ee3f859b-14a8-4d6e-a76c-3fc4d53d9511} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:12:52.662516 [ 3 ] {} HTTP-Session: 9cd378d2-57da-4943-bac6-9ee4be185e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.662655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:12:52.662706 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:12:52.662726 [ 3 ] {} HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:12:52.662749 [ 3 ] {} HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.662765 [ 3 ] {} HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:52.662799 [ 3 ] {} HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:12:52.662954 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:12:52.663006 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.01 05:12:52.663157 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:12:52.663497 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:12:52.663532 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:12:52.664059 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:12:52.664713 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:12:52.664878 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} executeQuery: Read 18 rows, 1.36 KiB in 0.001945 sec., 9254.498714652957 rows/sec., 697.40 KiB/sec. 2024.05.01 05:12:52.665089 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} DynamicQueryHandler: Done processing query 2024.05.01 05:12:52.665114 [ 3 ] {ab667523-3919-4072-954c-c215c2907820} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.01 05:12:52.665131 [ 3 ] {} HTTP-Session: 94c985f8-ef64-405d-9a5f-8041f2d73c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:12:56.472984 [ 116 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:12:56.473058 [ 116 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:13:02.618523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:02.618650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:02.618681 [ 3 ] {} HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:02.618708 [ 3 ] {} HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.618725 [ 3 ] {} HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.618779 [ 3 ] {} HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:02.618982 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:02.619055 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:02.619262 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:02.619686 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:02.619727 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:13:02.620091 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:02.620417 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:02.620584 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} executeQuery: Read 21 rows, 1.70 KiB in 0.001672 sec., 12559.80861244019 rows/sec., 1018.03 KiB/sec. 2024.05.01 05:13:02.620917 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} DynamicQueryHandler: Done processing query 2024.05.01 05:13:02.620946 [ 3 ] {257af6c6-203c-403f-8efc-dcead7adad8b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:02.620963 [ 3 ] {} HTTP-Session: 7fffa488-6797-4187-a42e-1072861f289a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.621121 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:02.621174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:02.621195 [ 3 ] {} HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:02.621212 [ 3 ] {} HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.621226 [ 3 ] {} HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.621260 [ 3 ] {} HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:02.621391 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:02.621438 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:02.621583 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:02.621923 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:02.621960 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:13:02.622270 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:02.622577 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:02.622701 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} executeQuery: Read 63 rows, 5.65 KiB in 0.00136 sec., 46323.5294117647 rows/sec., 4.06 MiB/sec. 2024.05.01 05:13:02.622865 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} DynamicQueryHandler: Done processing query 2024.05.01 05:13:02.622891 [ 3 ] {5d97c948-b678-4c01-a6cc-5546584d1318} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:02.622906 [ 3 ] {} HTTP-Session: 93d66ac6-4899-4d6a-9cf4-4c24c3f28dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.623029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:02.623076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:02.623096 [ 3 ] {} HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:02.623112 [ 3 ] {} HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.623126 [ 3 ] {} HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.623157 [ 3 ] {} HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:02.623259 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:02.623302 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:02.623428 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:02.623769 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:02.623804 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:13:02.624103 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:02.624404 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:02.624529 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} executeQuery: Read 21 rows, 1.68 KiB in 0.001298 sec., 16178.73651771957 rows/sec., 1.27 MiB/sec. 2024.05.01 05:13:02.624719 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} DynamicQueryHandler: Done processing query 2024.05.01 05:13:02.624744 [ 3 ] {c9c3c01d-c166-45ed-9ffb-284e154e5609} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:02.624759 [ 3 ] {} HTTP-Session: a5808364-6834-4735-b753-d2589cf576cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.624922 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 22511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:02.624972 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:02.624992 [ 3 ] {} HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:02.625008 [ 3 ] {} HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.625021 [ 3 ] {} HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:02.625052 [ 3 ] {} HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:02.625246 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:02.625293 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:02.625451 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:02.625829 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:02.625864 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2024.05.01 05:13:02.626269 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:02.626599 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:02.626729 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} executeQuery: Read 21 rows, 29.02 KiB in 0.001598 sec., 13141.426783479348 rows/sec., 17.73 MiB/sec. 2024.05.01 05:13:02.627049 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} DynamicQueryHandler: Done processing query 2024.05.01 05:13:02.627073 [ 3 ] {6cc193c6-5fb5-4db3-8592-0a9891bf1ba5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:02.627090 [ 3 ] {} HTTP-Session: 97be1ab0-b7a4-4cbc-9bd4-f0819527bd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:11.473108 [ 103 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:13:11.473175 [ 103 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:13:12.619060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:12.619174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:12.619203 [ 3 ] {} HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:12.619230 [ 3 ] {} HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.619248 [ 3 ] {} HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.619301 [ 3 ] {} HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:12.619500 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:12.619570 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:12.619778 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:12.620210 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:12.620252 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:12.620611 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:13:12.620954 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:12.621095 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} executeQuery: Read 22 rows, 1.78 KiB in 0.001659 sec., 13261.000602772754 rows/sec., 1.05 MiB/sec. 2024.05.01 05:13:12.621296 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} DynamicQueryHandler: Done processing query 2024.05.01 05:13:12.621324 [ 3 ] {f719a469-74a0-4fe6-b94b-f5d5ea5e9171} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:12.621341 [ 3 ] {} HTTP-Session: b4e82d03-d81d-437a-8373-8407e380bcd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.621496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:12.621551 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:12.621571 [ 3 ] {} HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:12.621589 [ 3 ] {} HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.621603 [ 3 ] {} HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.621639 [ 3 ] {} HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:12.621764 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:12.621809 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:12.621937 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:12.622253 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:12.622288 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:12.622591 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:13:12.622891 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:12.623015 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} executeQuery: Read 66 rows, 5.92 KiB in 0.001297 sec., 50886.66152659985 rows/sec., 4.45 MiB/sec. 2024.05.01 05:13:12.623166 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} DynamicQueryHandler: Done processing query 2024.05.01 05:13:12.623192 [ 3 ] {1733a758-10b0-4af8-92f2-6cafb4ad10c5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:12.623207 [ 3 ] {} HTTP-Session: 653e1d85-1f4f-496b-8adb-0bef7ae70611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.623324 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:12.623371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:12.623390 [ 3 ] {} HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:12.623407 [ 3 ] {} HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.623421 [ 3 ] {} HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.623453 [ 3 ] {} HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:12.623554 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:12.623597 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:12.623720 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:12.624053 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:12.624088 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:12.624391 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:13:12.624702 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:12.624825 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} executeQuery: Read 22 rows, 1.76 KiB in 0.001302 sec., 16897.081413210446 rows/sec., 1.32 MiB/sec. 2024.05.01 05:13:12.625080 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} DynamicQueryHandler: Done processing query 2024.05.01 05:13:12.625106 [ 3 ] {0b608871-4131-4f22-bd15-7d87d849e9c3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:12.625122 [ 3 ] {} HTTP-Session: 561fac72-6302-417c-8f45-1262f840761d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.625275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:12.625323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:12.625342 [ 3 ] {} HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:12.625358 [ 3 ] {} HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.625372 [ 3 ] {} HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:12.625404 [ 3 ] {} HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:12.625606 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:12.625655 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:12.625827 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:12.626228 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:12.626263 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:12.626674 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:13:12.627011 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:12.627135 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} executeQuery: Read 22 rows, 30.40 KiB in 0.001653 sec., 13309.134906231095 rows/sec., 17.96 MiB/sec. 2024.05.01 05:13:12.627323 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} DynamicQueryHandler: Done processing query 2024.05.01 05:13:12.627347 [ 3 ] {10164556-80f0-4fc3-bb12-e38e9c49384d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:12.627363 [ 3 ] {} HTTP-Session: 93ff27cc-6dc6-4e0d-8091-66e304fbf7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.619034 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:22.619176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:22.619207 [ 3 ] {} HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:22.619234 [ 3 ] {} HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.619252 [ 3 ] {} HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.619307 [ 3 ] {} HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:22.619513 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:22.619583 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:22.619792 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:22.620246 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:22.620287 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:22.620641 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:13:22.620968 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:22.621139 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} executeQuery: Read 22 rows, 1.78 KiB in 0.001689 sec., 13025.458851391357 rows/sec., 1.03 MiB/sec. 2024.05.01 05:13:22.621341 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} DynamicQueryHandler: Done processing query 2024.05.01 05:13:22.621367 [ 3 ] {df1aeb92-0709-4334-a7b7-55b41e4006a7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:22.621384 [ 3 ] {} HTTP-Session: 8e1365b2-5ae2-4135-b48b-d2c4b0f8efa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.621538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:22.621587 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:22.621606 [ 3 ] {} HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:22.621622 [ 3 ] {} HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.621636 [ 3 ] {} HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.621667 [ 3 ] {} HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:22.621787 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:22.621830 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:22.621963 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:22.622290 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:22.622327 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:22.622639 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:13:22.622939 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:22.623091 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} executeQuery: Read 66 rows, 5.92 KiB in 0.001344 sec., 49107.14285714286 rows/sec., 4.30 MiB/sec. 2024.05.01 05:13:22.623362 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} DynamicQueryHandler: Done processing query 2024.05.01 05:13:22.623389 [ 3 ] {7986ce8f-1f60-40b3-ac15-7d82e625722b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:22.623405 [ 3 ] {} HTTP-Session: 9a1d7071-d716-40b1-9b53-ff25475fa0e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.623530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:22.623578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:22.623596 [ 3 ] {} HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:22.623613 [ 3 ] {} HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.623627 [ 3 ] {} HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.623657 [ 3 ] {} HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:22.623760 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:22.623803 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:22.623945 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:22.624306 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:22.624343 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:22.624655 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:13:22.624963 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:22.625114 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} executeQuery: Read 22 rows, 1.76 KiB in 0.001377 sec., 15976.761074800292 rows/sec., 1.25 MiB/sec. 2024.05.01 05:13:22.625385 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} DynamicQueryHandler: Done processing query 2024.05.01 05:13:22.625411 [ 3 ] {565ff59d-cc66-4941-83c7-e233bad3adc0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:22.625427 [ 3 ] {} HTTP-Session: 8c703343-49d6-49be-aba8-f605b82fa356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.625616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:22.625663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:22.625683 [ 3 ] {} HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:22.625699 [ 3 ] {} HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.625713 [ 3 ] {} HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:22.625744 [ 3 ] {} HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:22.625943 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:22.625992 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:22.626172 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:22.626627 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:22.626663 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:22.627083 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:13:22.627447 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:22.627609 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} executeQuery: Read 22 rows, 30.40 KiB in 0.001782 sec., 12345.67901234568 rows/sec., 16.66 MiB/sec. 2024.05.01 05:13:22.627792 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} DynamicQueryHandler: Done processing query 2024.05.01 05:13:22.627817 [ 3 ] {45b30792-299e-4187-b611-0bdaf4e6c774} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:22.627833 [ 3 ] {} HTTP-Session: b874a01f-4ede-47f4-81ba-155303521ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:26.473229 [ 91 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:13:26.473334 [ 91 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:13:32.618799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:32.618936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:32.618965 [ 3 ] {} HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:32.618992 [ 3 ] {} HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.619010 [ 3 ] {} HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.619065 [ 3 ] {} HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:32.619269 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:32.619344 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:32.619556 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:32.620027 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:32.620074 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:32.620432 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.01 05:13:32.620759 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:32.620934 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} executeQuery: Read 22 rows, 1.78 KiB in 0.00172 sec., 12790.697674418605 rows/sec., 1.01 MiB/sec. 2024.05.01 05:13:32.621141 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} DynamicQueryHandler: Done processing query 2024.05.01 05:13:32.621169 [ 3 ] {708e5749-48c0-4412-9e4f-e19e1f4a122a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:32.621185 [ 3 ] {} HTTP-Session: d79f275f-faeb-479c-bc91-64d4c1df2443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.621331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:32.621386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:32.621406 [ 3 ] {} HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:32.621423 [ 3 ] {} HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.621437 [ 3 ] {} HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.621474 [ 3 ] {} HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:32.621608 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:32.621655 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:32.621786 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:32.622204 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:32.622241 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:32.622552 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.01 05:13:32.622850 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:32.623011 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} executeQuery: Read 66 rows, 5.92 KiB in 0.00144 sec., 45833.33333333333 rows/sec., 4.01 MiB/sec. 2024.05.01 05:13:32.623285 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} DynamicQueryHandler: Done processing query 2024.05.01 05:13:32.623311 [ 3 ] {ae319488-31b5-4d6c-b5e6-d6275fd43c41} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:32.623328 [ 3 ] {} HTTP-Session: a143efd6-64aa-4bb0-bd06-2371e6660fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.623455 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:32.623506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:32.623525 [ 3 ] {} HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:32.623541 [ 3 ] {} HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.623555 [ 3 ] {} HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.623587 [ 3 ] {} HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:32.623691 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:32.623735 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:32.623877 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:32.624180 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:32.624216 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:32.624519 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.01 05:13:32.624817 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:32.624971 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} executeQuery: Read 22 rows, 1.76 KiB in 0.001309 sec., 16806.72268907563 rows/sec., 1.31 MiB/sec. 2024.05.01 05:13:32.625231 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} DynamicQueryHandler: Done processing query 2024.05.01 05:13:32.625257 [ 3 ] {5438512d-eba7-42ae-8f9a-e843f99b7d18} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:32.625273 [ 3 ] {} HTTP-Session: 126012a3-75e1-4a1b-95bb-b49d6996d725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.625407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:32.625458 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:32.625478 [ 3 ] {} HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:32.625494 [ 3 ] {} HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.625508 [ 3 ] {} HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:32.625538 [ 3 ] {} HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:32.625737 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:32.625786 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:32.625961 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:32.626402 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:32.626437 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:32.626905 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.01 05:13:32.627260 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:32.627421 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} executeQuery: Read 22 rows, 30.40 KiB in 0.001807 sec., 12174.875484228001 rows/sec., 16.43 MiB/sec. 2024.05.01 05:13:32.627594 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} DynamicQueryHandler: Done processing query 2024.05.01 05:13:32.627618 [ 3 ] {8a884f8d-f07b-4e8f-b7b0-81eb806a76ea} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:32.627634 [ 3 ] {} HTTP-Session: d671ffcf-b185-49bc-9a5d-9efe30cdc677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:41.473398 [ 81 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:13:41.473467 [ 81 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:13:42.617595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.617721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.617752 [ 3 ] {} HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.617781 [ 3 ] {} HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.617799 [ 3 ] {} HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.617854 [ 3 ] {} HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.618102 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} executeQuery: (from [fd00:1122:3344:101::d]:53121) 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.05.01 05:13:42.620520 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:42.624557 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} 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.05.01 05:13:42.624857 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:42.631001 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:42.637470 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.05.01 05:13:42.642841 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:42.644999 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:42.645023 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:42.647268 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} 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.05.01 05:13:42.647324 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.01 05:13:42.672190 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} executeQuery: Read 4 rows, 189.00 B in 0.054183 sec., 73.82389310300279 rows/sec., 3.41 KiB/sec. 2024.05.01 05:13:42.672489 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.672522 [ 3 ] {182892b3-776b-448e-a538-92035f4d191d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:13:42.672539 [ 3 ] {} HTTP-Session: a07eb28e-ab9c-4802-af7b-260d4315eac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.672833 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.672892 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.672914 [ 3 ] {} HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.672933 [ 3 ] {} HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.672948 [ 3 ] {} HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.672986 [ 3 ] {} HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.673147 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:42.673395 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:42.673429 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2024.05.01 05:13:42.673633 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:42.673700 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:42.673843 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.05.01 05:13:42.673877 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:42.673901 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:42.673917 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:42.673958 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2024.05.01 05:13:42.673979 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.01 05:13:42.674792 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} executeQuery: Read 4 rows, 189.00 B in 0.001714 sec., 2333.7222870478413 rows/sec., 107.68 KiB/sec. 2024.05.01 05:13:42.675041 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.675068 [ 3 ] {6c7938d8-2aaa-483f-a080-1b0a1f78d974} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.01 05:13:42.675085 [ 3 ] {} HTTP-Session: f91505f9-01d0-4e86-a23b-f41038c33c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.676815 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.676873 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.676893 [ 3 ] {} HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.676910 [ 3 ] {} HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.676924 [ 3 ] {} HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.676959 [ 3 ] {} HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.677075 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.677123 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:42.677289 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.677609 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.677648 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.678163 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:42.678489 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.678659 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} executeQuery: Read 2 rows, 488.00 B in 0.001613 sec., 1239.925604463732 rows/sec., 295.45 KiB/sec. 2024.05.01 05:13:42.678824 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.678849 [ 3 ] {68411458-f7a7-48e4-8863-b99c6ca4d3bc} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.01 05:13:42.678865 [ 3 ] {} HTTP-Session: 8d929bff-3e8c-4847-b2ac-1379bf8f0b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.678976 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.679026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.679044 [ 3 ] {} HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.679062 [ 3 ] {} HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.679076 [ 3 ] {} HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.679108 [ 3 ] {} HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.679216 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.679261 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:42.679388 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.679709 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.679749 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.680078 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.01 05:13:42.680384 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.680540 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} executeQuery: Read 22 rows, 1.78 KiB in 0.001346 sec., 16344.725111441308 rows/sec., 1.29 MiB/sec. 2024.05.01 05:13:42.680543 [ 83 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.01 05:13:42.680661 [ 83 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.680697 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.680775 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.680824 [ 3 ] {250f3dfd-fa5e-4065-b6db-63ebabbdaf13} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:42.680874 [ 3 ] {} HTTP-Session: e8a92744-d6d2-4130-b79e-965731eefd14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.681037 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.681104 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.681131 [ 3 ] {} HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.681149 [ 3 ] {} HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.681163 [ 3 ] {} HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.681195 [ 3 ] {} HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.681317 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.681363 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.01 05:13:42.681591 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.681992 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.682028 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.682432 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:13:42.682759 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.682924 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} executeQuery: Read 14 rows, 1.18 KiB in 0.001639 sec., 8541.793776693105 rows/sec., 721.55 KiB/sec. 2024.05.01 05:13:42.683184 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.683209 [ 3 ] {81fe4dd5-fa07-4a46-9916-26dcbae7a988} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:42.683225 [ 3 ] {} HTTP-Session: cdc88e74-af5b-4909-913d-25c548641f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.683348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 11433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.683397 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.683416 [ 3 ] {} HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.683433 [ 3 ] {} HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.683447 [ 3 ] {} HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.683478 [ 3 ] {} HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.683627 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.683672 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:42.683815 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.684162 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.684199 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.684532 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.01 05:13:42.684871 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.685034 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} executeQuery: Read 76 rows, 6.76 KiB in 0.001467 sec., 51806.40763462849 rows/sec., 4.50 MiB/sec. 2024.05.01 05:13:42.685035 [ 83 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.01 05:13:42.685129 [ 83 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.685172 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.685358 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.685428 [ 3 ] {b46eb1ea-ec77-449e-b856-f92eb752e8aa} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.01 05:13:42.685470 [ 3 ] {} HTTP-Session: 75242a90-f434-42d4-990f-6036ee6c76c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.685603 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.685653 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.685675 [ 3 ] {} HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.685693 [ 3 ] {} HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.685707 [ 3 ] {} HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.685737 [ 3 ] {} HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.685839 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.685885 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.01 05:13:42.686024 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.686685 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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.05.01 05:13:42.686687 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::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.05.01 05:13:42.687124 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:13:42.687125 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:13:42.687250 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2024.05.01 05:13:42.687261 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2024.05.01 05:13:42.687578 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2024.05.01 05:13:42.687777 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 63 rows starting from the beginning of the part 2024.05.01 05:13:42.688530 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.688904 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.689413 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.689689 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part 2024.05.01 05:13:42.689827 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.690308 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2024.05.01 05:13:42.689607 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.690580 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.690926 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part 2024.05.01 05:13:42.691449 [ 187 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2024.05.01 05:13:42.692664 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:13:42.694254 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.694956 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} executeQuery: Read 14 rows, 1.02 KiB in 0.009082 sec., 1541.5106804668576 rows/sec., 112.15 KiB/sec. 2024.05.01 05:13:42.695432 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.014616105 sec., 8825.880766455906 rows/sec., 715.38 KiB/sec. 2024.05.01 05:13:42.695626 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.695690 [ 3 ] {8b53c44a-c96b-4cb4-8e52-cd93e575db0f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:42.695765 [ 3 ] {} HTTP-Session: 610ba5dd-548d-4ac1-b3bb-06a693775d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.695776 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.01 05:13:42.696070 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 6221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.696262 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.696390 [ 3 ] {} HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.696479 [ 3 ] {} HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.696540 [ 3 ] {} HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.696674 [ 3 ] {} HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.697099 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.697211 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.697242 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:42.697534 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_6_1} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.01 05:13:42.697860 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.01 05:13:42.698280 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.698286 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 4 columns (4 merged, 0 gathered) in 0.013019002 sec., 30493.888855689554 rows/sec., 2.67 MiB/sec. 2024.05.01 05:13:42.698516 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.01 05:13:42.699256 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.699327 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.699426 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.699599 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_6_1} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.01 05:13:42.699769 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.01 05:13:42.699949 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.01 05:13:42.700290 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.700455 [ 83 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.01 05:13:42.700463 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} executeQuery: Read 36 rows, 2.94 KiB in 0.003544 sec., 10158.013544018058 rows/sec., 830.79 KiB/sec. 2024.05.01 05:13:42.700510 [ 83 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.700579 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.700909 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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.05.01 05:13:42.700964 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.701021 [ 3 ] {7204fb05-3c8b-40ed-8d20-bb8f5ffbbc24} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:42.701072 [ 3 ] {} HTTP-Session: dbfd4127-fb09-40f6-8046-25e8bc1322f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.701185 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:13:42.701254 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1417, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.701265 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2024.05.01 05:13:42.701327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.701382 [ 3 ] {} HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.701450 [ 3 ] {} HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.701516 [ 3 ] {} HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.701602 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2024.05.01 05:13:42.701634 [ 3 ] {} HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.701901 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.701985 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.702155 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:13:42.702266 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.702596 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.702990 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2024.05.01 05:13:42.703196 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.704202 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.704271 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.705422 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.01 05:13:42.705581 [ 189 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004916963 sec., 31116.76862323349 rows/sec., 2.45 MiB/sec. 2024.05.01 05:13:42.705834 [ 189 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.01 05:13:42.706192 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.706619 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} executeQuery: Read 7 rows, 525.00 B in 0.004749 sec., 1473.9945251631923 rows/sec., 107.96 KiB/sec. 2024.05.01 05:13:42.706874 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.707090 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_6_1} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.01 05:13:42.707121 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.707174 [ 3 ] {5404ee34-7077-448d-9c7d-0c249954c674} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:42.707239 [ 3 ] {} HTTP-Session: 0768ad8a-1991-4641-a3a8-ac868179053b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.707259 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.01 05:13:42.707409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:42.707468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:42.707489 [ 3 ] {} HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:42.707507 [ 3 ] {} HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.707521 [ 3 ] {} HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.707554 [ 3 ] {} HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:42.707996 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:42.708051 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:42.708273 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:42.708736 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.708778 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.709252 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.01 05:13:42.709627 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.709796 [ 83 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.01 05:13:42.709808 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} executeQuery: Read 22 rows, 30.40 KiB in 0.00215 sec., 10232.558139534884 rows/sec., 13.81 MiB/sec. 2024.05.01 05:13:42.709844 [ 83 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:42.709911 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:42.710131 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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.05.01 05:13:42.710182 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} DynamicQueryHandler: Done processing query 2024.05.01 05:13:42.710231 [ 3 ] {807af9f0-f8b6-4a9f-96c6-fa23b477c224} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:42.710271 [ 3 ] {} HTTP-Session: 9792fb07-72ae-45aa-a660-6d94d0914751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:42.710389 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:13:42.710430 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2024.05.01 05:13:42.710515 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2024.05.01 05:13:42.710775 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.710954 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.711090 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.711245 [ 189 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2024.05.01 05:13:42.714762 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 6 columns (6 merged, 0 gathered) in 0.004742959 sec., 27198.21107456337 rows/sec., 36.70 MiB/sec. 2024.05.01 05:13:42.715088 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.01 05:13:42.715541 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:42.715622 [ 201 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_6_1} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.01 05:13:42.715703 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2024.05.01 05:13:43.000171 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 176.40 MiB, peak 187.72 MiB, free memory in arenas 0.00 B, will set to 178.12 MiB (RSS), difference: 1.73 MiB 2024.05.01 05:13:47.619138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:47.619334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:47.619380 [ 3 ] {} HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:47.619420 [ 3 ] {} HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.619435 [ 3 ] {} HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.619485 [ 3 ] {} HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:47.619670 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:47.619737 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:47.619929 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:47.620418 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:47.620466 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:47.620837 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.01 05:13:47.621181 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:47.621327 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. 2024.05.01 05:13:47.621592 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} DynamicQueryHandler: Done processing query 2024.05.01 05:13:47.621618 [ 3 ] {3b876a7c-b21f-44d1-85aa-8f9134ff5ec5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:47.621634 [ 3 ] {} HTTP-Session: 831b19d1-c982-4690-834e-dd0ae4c3a0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.621801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:47.621854 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:47.621873 [ 3 ] {} HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:47.621890 [ 3 ] {} HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.621903 [ 3 ] {} HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.621937 [ 3 ] {} HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:47.622041 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:47.622085 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:47.622220 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:47.622577 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:47.622615 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:47.622921 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.01 05:13:47.623243 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:47.623403 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} executeQuery: Read 21 rows, 1.98 KiB in 0.001363 sec., 15407.19002201027 rows/sec., 1.42 MiB/sec. 2024.05.01 05:13:47.623567 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} DynamicQueryHandler: Done processing query 2024.05.01 05:13:47.623592 [ 3 ] {0f592251-6f40-4c31-9b44-15262b4e3590} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:47.623608 [ 3 ] {} HTTP-Session: f2c88312-5890-43ba-97c0-f9dfeacb742e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.623787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:47.623836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:47.623855 [ 3 ] {} HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:47.623872 [ 3 ] {} HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.623886 [ 3 ] {} HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.623920 [ 3 ] {} HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:47.624025 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:47.624068 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:47.624199 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:47.624485 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:47.624521 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:47.624821 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.01 05:13:47.625123 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:47.625271 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} executeQuery: Read 16 rows, 1.28 KiB in 0.001277 sec., 12529.365700861395 rows/sec., 1005.62 KiB/sec. 2024.05.01 05:13:47.625436 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} DynamicQueryHandler: Done processing query 2024.05.01 05:13:47.625461 [ 3 ] {672ffe1f-3ac7-452d-be07-f0ec50ce33ae} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:47.625476 [ 3 ] {} HTTP-Session: ddde2250-58d5-43b5-a7d9-612de41e474d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.625674 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:47.625722 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:47.625740 [ 3 ] {} HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:47.625756 [ 3 ] {} HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.625770 [ 3 ] {} HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.625801 [ 3 ] {} HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:47.625938 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:47.625986 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:47.626149 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:47.626465 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:47.626500 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:47.626892 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.01 05:13:47.627226 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:47.627382 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} executeQuery: Read 7 rows, 9.67 KiB in 0.001505 sec., 4651.162790697675 rows/sec., 6.28 MiB/sec. 2024.05.01 05:13:47.627556 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} DynamicQueryHandler: Done processing query 2024.05.01 05:13:47.627582 [ 3 ] {d6f8567c-d7d0-41b1-959c-ec29f37d22ee} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:47.627597 [ 3 ] {} HTTP-Session: 257861b8-3025-46bc-903a-a0658abc22ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.627717 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:47.627766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:47.627785 [ 3 ] {} HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:47.627802 [ 3 ] {} HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.627815 [ 3 ] {} HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:47.627846 [ 3 ] {} HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:47.627943 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:47.627988 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.01 05:13:47.628116 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:47.628363 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:47.628398 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:47.628751 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:47.629070 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} oximeter.measurements_i64 (b8727abb-3713-44c4-abab-825647be6c47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:47.629225 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} executeQuery: Read 9 rows, 651.00 B in 0.001296 sec., 6944.444444444444 rows/sec., 490.54 KiB/sec. 2024.05.01 05:13:47.629504 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} DynamicQueryHandler: Done processing query 2024.05.01 05:13:47.629528 [ 3 ] {70c08326-79f3-4259-b717-c3390607104c} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.01 05:13:47.629544 [ 3 ] {} HTTP-Session: 66dda14f-e166-483e-a718-2750d0c2afe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.618491 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.618617 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.618643 [ 3 ] {} HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.618668 [ 3 ] {} HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.618682 [ 3 ] {} HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.618731 [ 3 ] {} HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.618950 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.619284 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.619320 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections')" moved to PREWHERE 2024.05.01 05:13:52.619567 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.619648 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.619818 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.05.01 05:13:52.619909 [ 256 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.619980 [ 253 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.620096 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.620125 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.622463 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.624453 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.624530 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" 2024.05.01 05:13:52.624578 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections'))" 2024.05.01 05:13:52.626677 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} executeQuery: Read 6 rows, 274.00 B in 0.00781 sec., 768.2458386683738 rows/sec., 34.26 KiB/sec. 2024.05.01 05:13:52.627050 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.627080 [ 3 ] {db6f2824-8de7-42b3-879b-68623dfb95b3} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.627096 [ 3 ] {} HTTP-Session: 1e298b47-7e79-405d-8d29-c62c45efc6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.627356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.627411 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.627432 [ 3 ] {} HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.627450 [ 3 ] {} HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.627464 [ 3 ] {} HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.627501 [ 3 ] {} HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.627657 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.627922 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.627957 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received')" moved to PREWHERE 2024.05.01 05:13:52.628172 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.628246 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.628404 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.05.01 05:13:52.628520 [ 261 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.628545 [ 260 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.628679 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.628707 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.628783 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.628804 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.628842 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" 2024.05.01 05:13:52.628883 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received'))" 2024.05.01 05:13:52.630291 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} executeQuery: Read 6 rows, 274.00 B in 0.002701 sec., 2221.3994816734544 rows/sec., 99.07 KiB/sec. 2024.05.01 05:13:52.630617 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.630646 [ 3 ] {1d6804f4-b8e7-4a91-af82-6eed4d239898} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.630662 [ 3 ] {} HTTP-Session: e7fb4c45-9fb6-4e67-b25b-4b24d168df65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.630910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.630962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.630982 [ 3 ] {} HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.630999 [ 3 ] {} HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.631013 [ 3 ] {} HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.631050 [ 3 ] {} HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.631191 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.631445 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.631480 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.05.01 05:13:52.631695 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.631769 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.631911 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.05.01 05:13:52.631996 [ 256 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.632034 [ 257 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.632149 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.632179 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.632259 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.632280 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.632319 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.05.01 05:13:52.632361 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.05.01 05:13:52.633491 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} executeQuery: Read 6 rows, 274.00 B in 0.002357 sec., 2545.608824777259 rows/sec., 113.52 KiB/sec. 2024.05.01 05:13:52.633813 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.633845 [ 3 ] {8274538c-627a-451d-afb9-6b6a5694a2f8} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.633869 [ 3 ] {} HTTP-Session: 8359f5fb-0fa7-48ec-941c-ccd1924a21fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.634284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.634347 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.634372 [ 3 ] {} HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.634394 [ 3 ] {} HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.634413 [ 3 ] {} HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.634456 [ 3 ] {} HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.634627 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.634951 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.634999 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.05.01 05:13:52.635288 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.635368 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.635558 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.05.01 05:13:52.635725 [ 256 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.635767 [ 261 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.635874 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.635904 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.635986 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.636007 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.636046 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.05.01 05:13:52.636086 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.05.01 05:13:52.637372 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} executeQuery: Read 6 rows, 274.00 B in 0.002822 sec., 2126.1516654854713 rows/sec., 94.82 KiB/sec. 2024.05.01 05:13:52.637682 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.637708 [ 3 ] {57d79ff1-c219-40ab-905c-0a6237c34ad7} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.637726 [ 3 ] {} HTTP-Session: 22c777a7-3032-45eb-9a7a-17c4a12f51f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.637968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.638020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.638040 [ 3 ] {} HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.638056 [ 3 ] {} HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.638070 [ 3 ] {} HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.638104 [ 3 ] {} HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.638250 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.638499 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.638534 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.05.01 05:13:52.638756 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.638820 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.638996 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.05.01 05:13:52.639113 [ 257 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.639134 [ 253 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.639251 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.639282 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.639361 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.639382 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.639421 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.05.01 05:13:52.639466 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.05.01 05:13:52.640805 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} executeQuery: Read 6 rows, 274.00 B in 0.002612 sec., 2297.0903522205203 rows/sec., 102.44 KiB/sec. 2024.05.01 05:13:52.641099 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.641125 [ 3 ] {5c4caf5b-f948-4ba8-a476-720a37a76795} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.641141 [ 3 ] {} HTTP-Session: e7d7c97c-bc72-4486-b021-b7554ff2fe5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.641384 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.641441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.641461 [ 3 ] {} HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.641479 [ 3 ] {} HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.641493 [ 3 ] {} HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.641527 [ 3 ] {} HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.641664 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} executeQuery: (from [fd00:1122:3344:101::d]:53121) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.05.01 05:13:52.641917 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.01 05:13:52.641954 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.05.01 05:13:52.642179 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.642243 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.01 05:13:52.642384 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.05.01 05:13:52.642447 [ 256 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.01 05:13:52.642493 [ 257 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.01 05:13:52.642593 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (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.05.01 05:13:52.642620 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.01 05:13:52.642700 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.01 05:13:52.642721 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7) (SelectExecutor): Reading approx. 6 rows with 2 streams 2024.05.01 05:13:52.642759 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.05.01 05:13:52.642797 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.05.01 05:13:52.644097 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} executeQuery: Read 6 rows, 274.00 B in 0.002492 sec., 2407.7046548956664 rows/sec., 107.37 KiB/sec. 2024.05.01 05:13:52.644443 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.644474 [ 3 ] {a705fe97-f848-40e9-bd7c-43e21ddb032c} MemoryTracker: Peak memory usage (for query): 3.06 MiB. 2024.05.01 05:13:52.644494 [ 3 ] {} HTTP-Session: 20802a7c-d6d2-43a3-92ef-cc89dde260ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.660989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.661055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.661076 [ 3 ] {} HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.661095 [ 3 ] {} HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.661109 [ 3 ] {} HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.661144 [ 3 ] {} HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.661284 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.661338 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.01 05:13:52.661543 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.661946 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.661988 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.662542 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:13:52.662862 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} oximeter.timeseries_schema (583d587a-70f7-4dfe-8df4-c5d96ea11ee7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.663024 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} executeQuery: Read 6 rows, 996.00 B in 0.001777 sec., 3376.477208778841 rows/sec., 547.36 KiB/sec. 2024.05.01 05:13:52.663316 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.663342 [ 3 ] {d843f519-5b7c-4a39-a858-f64616757bdc} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.01 05:13:52.663358 [ 3 ] {} HTTP-Session: a1dfda78-3456-4273-b403-3e304c025b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.663494 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.663546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.663565 [ 3 ] {} HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.663581 [ 3 ] {} HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.663595 [ 3 ] {} HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.663627 [ 3 ] {} HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.663735 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.663779 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:52.663926 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.664250 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.664286 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.664591 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.01 05:13:52.664897 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.665065 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} executeQuery: Read 22 rows, 1.78 KiB in 0.001351 sec., 16284.233900814212 rows/sec., 1.29 MiB/sec. 2024.05.01 05:13:52.665245 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.665269 [ 3 ] {535fc461-932b-4cd5-94b2-edcb4d02748f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:52.665286 [ 3 ] {} HTTP-Session: 69189a5a-7268-4c2d-8c6b-89dbdb2b5bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.665428 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 14967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.665476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.665496 [ 3 ] {} HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.665512 [ 3 ] {} HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.665526 [ 3 ] {} HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.665560 [ 3 ] {} HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.665692 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.665734 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:52.665860 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.666224 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.666260 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.666568 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.01 05:13:52.666912 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.667069 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} executeQuery: Read 102 rows, 8.73 KiB in 0.001414 sec., 72135.78500707215 rows/sec., 6.03 MiB/sec. 2024.05.01 05:13:52.667350 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.667375 [ 3 ] {2651579a-7293-4262-9ba3-0d875820bac9} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.01 05:13:52.667391 [ 3 ] {} HTTP-Session: 4de35a50-8a1f-415f-bb61-e30d2f615371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.667531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.667582 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.667601 [ 3 ] {} HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.667620 [ 3 ] {} HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.667635 [ 3 ] {} HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.667666 [ 3 ] {} HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.667779 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.667822 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:52.667967 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.668306 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.668342 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.668640 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.01 05:13:52.668952 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.669104 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} executeQuery: Read 46 rows, 3.66 KiB in 0.001356 sec., 33923.30383480826 rows/sec., 2.64 MiB/sec. 2024.05.01 05:13:52.669401 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.669426 [ 3 ] {6cca8254-181f-4f25-8f1c-94ccd3750f48} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.01 05:13:52.669442 [ 3 ] {} HTTP-Session: 7420510d-c48a-42d1-b46c-63f0aa9e24c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.669633 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 78577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.669682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.669701 [ 3 ] {} HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.669717 [ 3 ] {} HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.669731 [ 3 ] {} HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.669761 [ 3 ] {} HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.670062 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.670111 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:13:52.670276 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.670850 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.670886 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.671329 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:13:52.671701 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.671855 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} executeQuery: Read 408 rows, 29.48 KiB in 0.001988 sec., 205231.38832997985 rows/sec., 14.48 MiB/sec. 2024.05.01 05:13:52.672125 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.672150 [ 3 ] {5cf137f4-aac1-44d2-b12a-766de532eeee} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.05.01 05:13:52.672166 [ 3 ] {} HTTP-Session: 3a59a196-b3ec-4c2f-bd72-94a1cd2d3abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.672348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:52.672397 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:52.672416 [ 3 ] {} HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:52.672431 [ 3 ] {} HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.672445 [ 3 ] {} HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:52.672475 [ 3 ] {} HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:52.672718 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:52.672766 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:52.672940 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:52.673369 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:52.673405 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:52.673809 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.01 05:13:52.674150 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:52.674320 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} executeQuery: Read 22 rows, 30.40 KiB in 0.001757 sec., 12521.343198634035 rows/sec., 16.90 MiB/sec. 2024.05.01 05:13:52.674597 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} DynamicQueryHandler: Done processing query 2024.05.01 05:13:52.674621 [ 3 ] {197a2170-a775-4ee2-81df-b59751cdb4d9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:13:52.674639 [ 3 ] {} HTTP-Session: 61defd87-5cb2-4ffe-961c-d876c8c7f340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:56.473508 [ 66 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:13:56.473574 [ 66 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:13:57.618636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:57.618755 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:57.618780 [ 3 ] {} HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:57.618804 [ 3 ] {} HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.618819 [ 3 ] {} HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.618867 [ 3 ] {} HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:57.619079 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:57.619154 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:13:57.619366 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:57.619870 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:57.619916 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:57.620286 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.01 05:13:57.620623 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:57.620787 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} executeQuery: Read 7 rows, 581.00 B in 0.00176 sec., 3977.272727272727 rows/sec., 322.38 KiB/sec. 2024.05.01 05:13:57.621143 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} DynamicQueryHandler: Done processing query 2024.05.01 05:13:57.621171 [ 3 ] {a90b4c4f-4b4f-4f31-9c8b-05c13ec16d41} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:57.621188 [ 3 ] {} HTTP-Session: 2b339b93-92a0-46ec-8436-c2f1e4c976ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.621328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:57.621386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:57.621406 [ 3 ] {} HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:57.621423 [ 3 ] {} HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.621437 [ 3 ] {} HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.621473 [ 3 ] {} HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:57.621587 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:57.621634 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:13:57.621783 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:57.622111 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:57.622150 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:57.622462 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.01 05:13:57.622779 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:57.622939 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} executeQuery: Read 21 rows, 1.98 KiB in 0.001379 sec., 15228.426395939086 rows/sec., 1.40 MiB/sec. 2024.05.01 05:13:57.623114 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} DynamicQueryHandler: Done processing query 2024.05.01 05:13:57.623140 [ 3 ] {1d8b5f70-33fd-4ecc-9b6f-cda8115f7cd2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:13:57.623156 [ 3 ] {} HTTP-Session: feb20b63-9f05-4017-8da5-f71faf50b696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.623308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:57.623360 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:57.623380 [ 3 ] {} HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:57.623397 [ 3 ] {} HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.623411 [ 3 ] {} HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.623443 [ 3 ] {} HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:57.623543 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:57.623586 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:13:57.623714 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:57.624019 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:57.624056 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:57.624358 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.01 05:13:57.624652 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:57.624814 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} executeQuery: Read 7 rows, 574.00 B in 0.001296 sec., 5401.234567901234 rows/sec., 432.52 KiB/sec. 2024.05.01 05:13:57.624983 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} DynamicQueryHandler: Done processing query 2024.05.01 05:13:57.625009 [ 3 ] {9cb9473d-5bca-46f4-8d34-a4337952cf22} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:13:57.625026 [ 3 ] {} HTTP-Session: e4d3d14f-9fba-4818-98f3-019080eb4abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.625144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:13:57.625193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:13:57.625212 [ 3 ] {} HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:13:57.625229 [ 3 ] {} HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.625242 [ 3 ] {} HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:13:57.625273 [ 3 ] {} HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:13:57.625413 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:13:57.625461 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:13:57.625625 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:13:57.625970 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:13:57.626006 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:13:57.626406 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.01 05:13:57.626741 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:13:57.626900 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} executeQuery: Read 7 rows, 9.67 KiB in 0.001544 sec., 4533.678756476684 rows/sec., 6.12 MiB/sec. 2024.05.01 05:13:57.627205 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} DynamicQueryHandler: Done processing query 2024.05.01 05:13:57.627249 [ 3 ] {e3b65e86-76b5-4bad-bc6b-9e4caac53a09} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:13:57.627276 [ 3 ] {} HTTP-Session: 9023f57b-2dcf-4b92-879b-adf4a0b150f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.619736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:02.619882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:02.619910 [ 3 ] {} HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:02.619938 [ 3 ] {} HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.619956 [ 3 ] {} HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.620009 [ 3 ] {} HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:02.620203 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:02.620270 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:02.620458 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:02.620896 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:02.620943 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:02.621318 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.01 05:14:02.621647 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:02.621824 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} executeQuery: Read 22 rows, 1.78 KiB in 0.001674 sec., 13142.174432497013 rows/sec., 1.04 MiB/sec. 2024.05.01 05:14:02.622151 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} DynamicQueryHandler: Done processing query 2024.05.01 05:14:02.622179 [ 3 ] {f6324ca8-96d8-42a5-b944-bac738fcaa13} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:02.622196 [ 3 ] {} HTTP-Session: 5a1236a6-0653-4007-a7b2-0a1d43d81984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.622350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:02.622407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:02.622427 [ 3 ] {} HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:02.622444 [ 3 ] {} HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.622458 [ 3 ] {} HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.622494 [ 3 ] {} HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:02.622620 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:02.622666 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:02.622818 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:02.623170 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:02.623206 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:02.623553 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.01 05:14:02.623850 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:02.624005 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} executeQuery: Read 66 rows, 5.92 KiB in 0.001423 sec., 46380.88545326774 rows/sec., 4.06 MiB/sec. 2024.05.01 05:14:02.624303 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} DynamicQueryHandler: Done processing query 2024.05.01 05:14:02.624328 [ 3 ] {b962b8bf-0182-411a-806e-32730abb8d14} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:02.624345 [ 3 ] {} HTTP-Session: 33c771a1-4167-40ae-bf10-15ab9cc801b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.624472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:02.624522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:02.624541 [ 3 ] {} HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:02.624558 [ 3 ] {} HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.624571 [ 3 ] {} HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.624603 [ 3 ] {} HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:02.624710 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:02.624752 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:02.624895 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:02.625184 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:02.625221 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:02.625513 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.01 05:14:02.625815 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:02.625976 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} executeQuery: Read 22 rows, 1.76 KiB in 0.001291 sec., 17041.053446940357 rows/sec., 1.33 MiB/sec. 2024.05.01 05:14:02.626142 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} DynamicQueryHandler: Done processing query 2024.05.01 05:14:02.626165 [ 3 ] {c2b17556-d87f-4e30-94ec-0e00c19128f8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:02.626181 [ 3 ] {} HTTP-Session: b82dc5a5-553f-46f0-8ba3-6a01cb02847f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.626358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:02.626407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:02.626426 [ 3 ] {} HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:02.626443 [ 3 ] {} HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.626456 [ 3 ] {} HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:02.626487 [ 3 ] {} HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:02.626846 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:02.626894 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:02.627058 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:02.627518 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:02.627553 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:02.627972 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.01 05:14:02.628307 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:02.628471 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} executeQuery: Read 22 rows, 30.40 KiB in 0.001904 sec., 11554.621848739494 rows/sec., 15.59 MiB/sec. 2024.05.01 05:14:02.628766 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} DynamicQueryHandler: Done processing query 2024.05.01 05:14:02.628789 [ 3 ] {9b064097-cb78-433f-8d1c-4837ec395a5c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:02.628806 [ 3 ] {} HTTP-Session: 271490b0-88cf-4448-b583-b92a09f852e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.618977 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:07.619121 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:07.619151 [ 3 ] {} HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:07.619180 [ 3 ] {} HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.619198 [ 3 ] {} HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.619254 [ 3 ] {} HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:07.619482 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:07.619553 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:07.619745 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:07.620167 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.620213 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:07.620576 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.01 05:14:07.620903 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.621077 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} executeQuery: Read 7 rows, 581.00 B in 0.001652 sec., 4237.28813559322 rows/sec., 343.45 KiB/sec. 2024.05.01 05:14:07.621083 [ 52 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.01 05:14:07.621190 [ 52 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.621242 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2024.05.01 05:14:07.621381 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} DynamicQueryHandler: Done processing query 2024.05.01 05:14:07.621432 [ 3 ] {adccec4f-98b4-4027-9e04-5d9ff56ed5dc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:07.621451 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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.05.01 05:14:07.621460 [ 3 ] {} HTTP-Session: 1a5eea15-ad95-4f14-a512-99362417b47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.621705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:07.621724 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:07.621785 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.621799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:07.621846 [ 3 ] {} HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:07.621884 [ 3 ] {} HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.621950 [ 3 ] {} HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.622010 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.622049 [ 3 ] {} HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:07.622304 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.622493 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:07.622632 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.622730 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:07.623053 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.623467 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.624067 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:07.624787 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.624859 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.625654 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.01 05:14:07.625930 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584486 sec., 18977.0456273615 rows/sec., 1.50 MiB/sec. 2024.05.01 05:14:07.626156 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.01 05:14:07.626346 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.626750 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} executeQuery: Read 21 rows, 1.98 KiB in 0.004463 sec., 4705.355142280977 rows/sec., 442.88 KiB/sec. 2024.05.01 05:14:07.626942 [ 52 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.01 05:14:07.627155 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.627174 [ 52 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.627293 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.627326 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} DynamicQueryHandler: Done processing query 2024.05.01 05:14:07.627389 [ 189 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_11_2} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.01 05:14:07.627418 [ 3 ] {d4a0fd12-c815-4f2f-9c55-8b715926dc42} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:07.627477 [ 3 ] {} HTTP-Session: 3f3a605b-6e51-400e-b292-79b2cdc699d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.627661 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.01 05:14:07.627700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:07.627736 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::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.05.01 05:14:07.627774 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:07.627837 [ 3 ] {} HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:07.627879 [ 3 ] {} HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.627911 [ 3 ] {} HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.627998 [ 3 ] {} HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:07.628087 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:07.628162 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part 2024.05.01 05:14:07.628233 [ 3 ] {98448071-899d-47fd-8259-df438990df69} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:07.628379 [ 3 ] {98448071-899d-47fd-8259-df438990df69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:07.628503 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:07.628867 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 102 rows starting from the beginning of the part 2024.05.01 05:14:07.629257 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:07.629280 [ 3 ] {98448071-899d-47fd-8259-df438990df69} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:07.629547 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 66 rows starting from the beginning of the part 2024.05.01 05:14:07.629735 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:07.630498 [ 3 ] {98448071-899d-47fd-8259-df438990df69} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.630550 [ 3 ] {98448071-899d-47fd-8259-df438990df69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.631390 [ 3 ] {98448071-899d-47fd-8259-df438990df69} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.01 05:14:07.632335 [ 3 ] {98448071-899d-47fd-8259-df438990df69} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.632732 [ 199 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 307 rows, containing 4 columns (4 merged, 0 gathered) in 0.005265109 sec., 58308.38449878246 rows/sec., 5.07 MiB/sec. 2024.05.01 05:14:07.632774 [ 52 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.01 05:14:07.632814 [ 3 ] {98448071-899d-47fd-8259-df438990df69} executeQuery: Read 7 rows, 574.00 B in 0.004628 sec., 1512.532411408816 rows/sec., 121.12 KiB/sec. 2024.05.01 05:14:07.632878 [ 52 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.632995 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.633351 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.01 05:14:07.633404 [ 3 ] {98448071-899d-47fd-8259-df438990df69} DynamicQueryHandler: Done processing query 2024.05.01 05:14:07.633510 [ 3 ] {98448071-899d-47fd-8259-df438990df69} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:07.633535 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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.05.01 05:14:07.633600 [ 3 ] {} HTTP-Session: 08ddfc59-dbd4-4b2f-9847-e016c19fd308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.633983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:07.634168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:07.634269 [ 3 ] {} HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:07.634348 [ 3 ] {} HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.634411 [ 3 ] {} HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.634432 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:07.634577 [ 3 ] {} HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:07.634580 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2024.05.01 05:14:07.634961 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:07.635118 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2024.05.01 05:14:07.635135 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:07.635245 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.635572 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part 2024.05.01 05:14:07.636034 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.636316 [ 196 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_11_2} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.01 05:14:07.636636 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:07.636645 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.636684 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.05.01 05:14:07.637042 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.637813 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.637872 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.639071 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.01 05:14:07.639554 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.006363183 sec., 22630.18366751357 rows/sec., 1.78 MiB/sec. 2024.05.01 05:14:07.639768 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.01 05:14:07.639949 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.640388 [ 52 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.01 05:14:07.640456 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} executeQuery: Read 7 rows, 9.67 KiB in 0.005622 sec., 1245.1085023123444 rows/sec., 1.68 MiB/sec. 2024.05.01 05:14:07.640513 [ 52 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:07.640631 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:07.640852 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.641102 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} DynamicQueryHandler: Done processing query 2024.05.01 05:14:07.641111 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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.05.01 05:14:07.641157 [ 3 ] {d7adcf31-7839-4b59-8988-91c5dac54592} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:07.641173 [ 199 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_11_2} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.01 05:14:07.641221 [ 3 ] {} HTTP-Session: 5ff51349-eda2-4190-b1d3-542656ea8d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:07.641413 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.01 05:14:07.641492 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:07.641541 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part 2024.05.01 05:14:07.641673 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.641878 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.642027 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.642169 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:07.642395 [ 190 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:07.643774 [ 194 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 6 columns (6 merged, 0 gathered) in 0.002974742 sec., 65215.73971793184 rows/sec., 88.01 MiB/sec. 2024.05.01 05:14:07.644022 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.01 05:14:07.644432 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:07.644511 [ 199 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_11_2} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.01 05:14:07.644597 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2024.05.01 05:14:11.473817 [ 49 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:14:11.473888 [ 49 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:14:12.619848 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:12.619970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:12.620025 [ 3 ] {} HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:12.620073 [ 3 ] {} HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.620093 [ 3 ] {} HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.620146 [ 3 ] {} HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:12.620372 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:12.620446 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:12.620647 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:12.621081 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:12.621124 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:12.621489 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.01 05:14:12.621829 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:12.621989 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} executeQuery: Read 22 rows, 1.78 KiB in 0.001681 sec., 13087.447947650207 rows/sec., 1.04 MiB/sec. 2024.05.01 05:14:12.622203 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} DynamicQueryHandler: Done processing query 2024.05.01 05:14:12.622230 [ 3 ] {070df776-7408-4037-b1ca-caba64f88119} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:12.622246 [ 3 ] {} HTTP-Session: 9c10d02d-5720-49d8-8cc7-07e5be0cb07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.622379 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:12.622434 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:12.622453 [ 3 ] {} HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:12.622471 [ 3 ] {} HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.622486 [ 3 ] {} HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.622521 [ 3 ] {} HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:12.622648 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:12.622693 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:12.622825 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:12.623239 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:12.623276 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:12.623584 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.01 05:14:12.623896 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:12.624052 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} executeQuery: Read 66 rows, 5.92 KiB in 0.001448 sec., 45580.11049723757 rows/sec., 3.99 MiB/sec. 2024.05.01 05:14:12.624258 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} DynamicQueryHandler: Done processing query 2024.05.01 05:14:12.624284 [ 3 ] {4304fd82-6de5-4eda-8da2-bbdf80f54a79} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:12.624300 [ 3 ] {} HTTP-Session: dde5aa22-9215-4010-8ddc-ab8c69f2c1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.624434 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:12.624484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:12.624503 [ 3 ] {} HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:12.624520 [ 3 ] {} HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.624533 [ 3 ] {} HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.624565 [ 3 ] {} HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:12.624670 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:12.624736 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:12.624861 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:12.625210 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:12.625245 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:12.625550 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.01 05:14:12.625866 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:12.626030 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} executeQuery: Read 22 rows, 1.76 KiB in 0.001385 sec., 15884.476534296029 rows/sec., 1.24 MiB/sec. 2024.05.01 05:14:12.626329 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} DynamicQueryHandler: Done processing query 2024.05.01 05:14:12.626355 [ 3 ] {78862ab7-6e32-48c6-8002-e3d1579afa08} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:12.626371 [ 3 ] {} HTTP-Session: 8044dc26-8ddc-4b46-8350-035e09d726dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.626592 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:12.626643 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:12.626662 [ 3 ] {} HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:12.626678 [ 3 ] {} HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.626691 [ 3 ] {} HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:12.626722 [ 3 ] {} HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:12.626926 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:12.626976 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:12.627160 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:12.627583 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:12.627619 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:12.628031 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.01 05:14:12.628356 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:12.628496 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} executeQuery: Read 22 rows, 30.40 KiB in 0.001721 sec., 12783.265543288784 rows/sec., 17.25 MiB/sec. 2024.05.01 05:14:12.628712 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} DynamicQueryHandler: Done processing query 2024.05.01 05:14:12.628735 [ 3 ] {39d9bc33-d955-4b9e-bd52-74aa16d96470} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:12.628750 [ 3 ] {} HTTP-Session: 9bbe9876-108f-48a7-a504-c5d22f2a6136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.618767 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:17.618911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:17.618941 [ 3 ] {} HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:17.618969 [ 3 ] {} HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.618986 [ 3 ] {} HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.619039 [ 3 ] {} HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:17.619242 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:17.619315 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:17.619529 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:17.619980 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:17.620024 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:17.620397 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.01 05:14:17.620734 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:17.620894 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. 2024.05.01 05:14:17.621114 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} DynamicQueryHandler: Done processing query 2024.05.01 05:14:17.621141 [ 3 ] {1fbdf563-ce3b-45d9-8e23-4e5c14059bfb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:17.621158 [ 3 ] {} HTTP-Session: 7268ba71-9c7e-4600-ad3e-ae914bc5740f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.621292 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:17.621348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:17.621368 [ 3 ] {} HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:17.621386 [ 3 ] {} HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.621400 [ 3 ] {} HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.621434 [ 3 ] {} HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:17.621544 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:17.621591 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:17.621723 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:17.622064 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:17.622102 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:17.622411 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.01 05:14:17.622723 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:17.622875 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} executeQuery: Read 21 rows, 1.98 KiB in 0.001352 sec., 15532.544378698227 rows/sec., 1.43 MiB/sec. 2024.05.01 05:14:17.623042 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} DynamicQueryHandler: Done processing query 2024.05.01 05:14:17.623069 [ 3 ] {50859fae-837a-4e44-a062-3e8a7ec99f41} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:17.623084 [ 3 ] {} HTTP-Session: 28c812bd-37e5-494f-9b67-cf85864863dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.623227 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:17.623279 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:17.623298 [ 3 ] {} HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:17.623315 [ 3 ] {} HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.623329 [ 3 ] {} HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.623360 [ 3 ] {} HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:17.623457 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:17.623501 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:17.623629 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:17.623913 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:17.623949 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:17.624251 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.01 05:14:17.624553 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:17.624705 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} executeQuery: Read 7 rows, 574.00 B in 0.001261 sec., 5551.149881046788 rows/sec., 444.53 KiB/sec. 2024.05.01 05:14:17.624989 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} DynamicQueryHandler: Done processing query 2024.05.01 05:14:17.625016 [ 3 ] {c8b16d66-36c3-452d-a8b6-ac39d3706869} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:17.625032 [ 3 ] {} HTTP-Session: 4f38a71e-2241-4a9c-b895-c638c6025907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.625183 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:17.625232 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:17.625251 [ 3 ] {} HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:17.625268 [ 3 ] {} HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.625282 [ 3 ] {} HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:17.625312 [ 3 ] {} HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:17.625449 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:17.625497 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:17.625681 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:17.626017 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:17.626053 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:17.626458 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.01 05:14:17.626797 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:17.626960 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} executeQuery: Read 7 rows, 9.67 KiB in 0.001563 sec., 4478.566858605246 rows/sec., 6.04 MiB/sec. 2024.05.01 05:14:17.627139 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} DynamicQueryHandler: Done processing query 2024.05.01 05:14:17.627163 [ 3 ] {afe877e9-8e6b-43ac-bfaa-a552f7d84893} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:17.627179 [ 3 ] {} HTTP-Session: f8c7a1f9-36be-4c20-b085-fcf9bb1d693d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.621282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.621410 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.621437 [ 3 ] {} HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.621462 [ 3 ] {} HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.621477 [ 3 ] {} HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.621526 [ 3 ] {} HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.621719 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.621785 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:22.621975 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.622421 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.622470 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.622849 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.01 05:14:22.623218 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.623392 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} executeQuery: Read 22 rows, 1.78 KiB in 0.001722 sec., 12775.842044134726 rows/sec., 1.01 MiB/sec. 2024.05.01 05:14:22.623635 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.623663 [ 3 ] {85d3c695-1386-4c53-b6e2-b77bece79672} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:22.623679 [ 3 ] {} HTTP-Session: 2c04750f-7f5b-466a-987f-aa470deaa246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.623807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.623866 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.623887 [ 3 ] {} HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.623905 [ 3 ] {} HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.623919 [ 3 ] {} HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.623956 [ 3 ] {} HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.624061 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.624107 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.01 05:14:22.624244 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.624583 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.624620 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.624931 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:14:22.625251 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.625396 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} executeQuery: Read 2 rows, 167.00 B in 0.001355 sec., 1476.0147601476015 rows/sec., 120.36 KiB/sec. 2024.05.01 05:14:22.625659 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.625684 [ 3 ] {b50a3258-c853-4359-9f34-9cf792c2412a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:22.625699 [ 3 ] {} HTTP-Session: 3549b294-6e24-4249-90a2-b9b5e378001b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.625863 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 15100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.625925 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.625946 [ 3 ] {} HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.625963 [ 3 ] {} HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.625978 [ 3 ] {} HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.626010 [ 3 ] {} HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.626142 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.626188 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:22.626337 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.626701 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.626740 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.627051 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.01 05:14:22.627341 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.627491 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} executeQuery: Read 103 rows, 8.80 KiB in 0.001412 sec., 72946.17563739377 rows/sec., 6.09 MiB/sec. 2024.05.01 05:14:22.627686 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.627709 [ 3 ] {945bee99-ab86-4b9b-ba1a-e422944130eb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.01 05:14:22.627724 [ 3 ] {} HTTP-Session: 1e53e0bb-c92a-454b-8983-1199177d84dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.627875 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.627922 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.627940 [ 3 ] {} HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.627955 [ 3 ] {} HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.627968 [ 3 ] {} HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.627996 [ 3 ] {} HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.628147 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.628192 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.01 05:14:22.628319 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.628595 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.628630 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.628924 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.01 05:14:22.629235 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.629350 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. 2024.05.01 05:14:22.629609 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.629633 [ 3 ] {582100e1-721f-483b-a5f8-f3e2d1490aa2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:22.629649 [ 3 ] {} HTTP-Session: dd1b7ef7-24d6-405c-9d5a-be95940b9018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.629771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 8165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.629819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.629837 [ 3 ] {} HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.629854 [ 3 ] {} HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.629868 [ 3 ] {} HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.629898 [ 3 ] {} HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.630004 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.630048 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:22.630350 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.630662 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.630697 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.630992 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.01 05:14:22.631307 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.631429 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} executeQuery: Read 48 rows, 3.82 KiB in 0.001461 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. 2024.05.01 05:14:22.631590 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.631615 [ 3 ] {ba9b4ef3-5041-40c6-a11e-d415056c89bb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.01 05:14:22.631631 [ 3 ] {} HTTP-Session: e5edee35-df17-4d84-bcda-ced8da42de8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.631761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.631809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.631828 [ 3 ] {} HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.631844 [ 3 ] {} HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.631858 [ 3 ] {} HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.631888 [ 3 ] {} HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.631995 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.632042 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:14:22.632185 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.632504 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.632538 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.632904 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:14:22.633228 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.633351 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} executeQuery: Read 37 rows, 2.67 KiB in 0.001393 sec., 26561.37832017229 rows/sec., 1.87 MiB/sec. 2024.05.01 05:14:22.633514 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.633541 [ 3 ] {5632554b-5ef7-46df-a57e-1eb86bfd1997} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:22.633557 [ 3 ] {} HTTP-Session: 2fb20589-9872-4db6-ad6e-c2ac90d1b5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.633706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:22.633754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:22.633772 [ 3 ] {} HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:22.633789 [ 3 ] {} HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.633802 [ 3 ] {} HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:22.633832 [ 3 ] {} HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:22.634027 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:22.634074 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:22.634228 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:22.634664 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:22.634699 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:22.635094 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.01 05:14:22.635421 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:22.635548 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} executeQuery: Read 22 rows, 30.40 KiB in 0.001644 sec., 13381.995133819952 rows/sec., 18.06 MiB/sec. 2024.05.01 05:14:22.635714 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} DynamicQueryHandler: Done processing query 2024.05.01 05:14:22.635738 [ 3 ] {84aae25a-0e69-43a6-8b9b-6a11fa5319c4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:22.635754 [ 3 ] {} HTTP-Session: 96d4fa70-0cb5-4e26-a516-de08ecc14740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:26.473943 [ 40 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:14:26.474010 [ 40 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:14:27.001264 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883898 sec. 2024.05.01 05:14:27.618930 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:27.619098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:27.619145 [ 3 ] {} HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:27.619186 [ 3 ] {} HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.619218 [ 3 ] {} HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.619296 [ 3 ] {} HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:27.619509 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:27.619574 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:27.619764 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:27.620201 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:27.620259 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:27.620622 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.01 05:14:27.620949 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:27.621130 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} executeQuery: Read 7 rows, 581.00 B in 0.001672 sec., 4186.602870813397 rows/sec., 339.34 KiB/sec. 2024.05.01 05:14:27.621336 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} DynamicQueryHandler: Done processing query 2024.05.01 05:14:27.621363 [ 3 ] {cd7c3034-8b85-407f-82d3-b8f21909692f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:27.621380 [ 3 ] {} HTTP-Session: 11030f45-0a32-4eb9-9f74-7f3936b92541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.621508 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:27.621566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:27.621586 [ 3 ] {} HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:27.621604 [ 3 ] {} HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.621618 [ 3 ] {} HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.621653 [ 3 ] {} HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:27.621768 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:27.621816 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:27.621950 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:27.622271 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:27.622308 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:27.622616 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.01 05:14:27.622931 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:27.623092 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} executeQuery: Read 21 rows, 1.98 KiB in 0.001353 sec., 15521.064301552105 rows/sec., 1.43 MiB/sec. 2024.05.01 05:14:27.623361 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} DynamicQueryHandler: Done processing query 2024.05.01 05:14:27.623388 [ 3 ] {47b0123e-7564-4619-948e-52ba6eede919} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:27.623404 [ 3 ] {} HTTP-Session: b728e91f-6b1a-48b0-995b-75e24cfe1811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.623526 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:27.623578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:27.623598 [ 3 ] {} HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:27.623615 [ 3 ] {} HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.623629 [ 3 ] {} HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.623661 [ 3 ] {} HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:27.623761 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:27.623806 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:27.623949 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:27.624253 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:27.624290 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:27.624587 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.01 05:14:27.624886 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:27.625043 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} executeQuery: Read 7 rows, 574.00 B in 0.001309 sec., 5347.5935828877 rows/sec., 428.23 KiB/sec. 2024.05.01 05:14:27.625202 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} DynamicQueryHandler: Done processing query 2024.05.01 05:14:27.625226 [ 3 ] {0d502483-7e21-4c84-87fe-c60c5db1c797} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:27.625242 [ 3 ] {} HTTP-Session: bd03f75c-5d5c-485e-a44b-b0e27c102068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.625351 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:27.625398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:27.625418 [ 3 ] {} HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:27.625434 [ 3 ] {} HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.625448 [ 3 ] {} HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:27.625478 [ 3 ] {} HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:27.625609 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:27.625658 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:27.625818 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:27.626135 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:27.626172 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:27.626569 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.01 05:14:27.626901 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:27.627062 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} executeQuery: Read 7 rows, 9.67 KiB in 0.001514 sec., 4623.513870541612 rows/sec., 6.24 MiB/sec. 2024.05.01 05:14:27.627229 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} DynamicQueryHandler: Done processing query 2024.05.01 05:14:27.627255 [ 3 ] {09c46ced-6ef7-497a-843b-8c1c10c532c2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:27.627271 [ 3 ] {} HTTP-Session: 08f890a9-bbb2-4357-904d-82387ccc0e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.620487 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:32.620626 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:32.620656 [ 3 ] {} HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:32.620684 [ 3 ] {} HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.620702 [ 3 ] {} HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.620759 [ 3 ] {} HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:32.620968 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:32.621045 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:32.621262 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:32.621710 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.621753 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.622092 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.01 05:14:32.622482 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.622650 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} executeQuery: Read 22 rows, 1.78 KiB in 0.001738 sec., 12658.227848101265 rows/sec., 1.00 MiB/sec. 2024.05.01 05:14:32.622663 [ 36 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.01 05:14:32.622787 [ 36 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.622823 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.622929 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} DynamicQueryHandler: Done processing query 2024.05.01 05:14:32.622967 [ 3 ] {b903c7a7-9f27-4094-ab74-5c2b7240c90d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:32.622974 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::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.05.01 05:14:32.622987 [ 3 ] {} HTTP-Session: b7e7f049-66d3-4578-b62b-fc00bdce1aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.623121 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:32.623157 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 9987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:32.623166 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 29 rows starting from the beginning of the part 2024.05.01 05:14:32.623224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:32.623256 [ 3 ] {} HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:32.623284 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.623334 [ 3 ] {} HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.623394 [ 3 ] {} HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.623598 [ 3 ] {} HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:32.623742 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.623865 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.623965 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:32.624164 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:32.624200 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.624622 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.625213 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:32.625791 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.625839 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.626402 [ 190 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003501003 sec., 31133.935046613784 rows/sec., 2.46 MiB/sec. 2024.05.01 05:14:32.626411 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.01 05:14:32.626602 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.01 05:14:32.626804 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.627077 [ 36 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.01 05:14:32.627112 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} executeQuery: Read 66 rows, 5.92 KiB in 0.003277 sec., 20140.37229173024 rows/sec., 1.76 MiB/sec. 2024.05.01 05:14:32.627176 [ 36 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.627298 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.627597 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.627667 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} DynamicQueryHandler: Done processing query 2024.05.01 05:14:32.627723 [ 3 ] {449e8fe7-db3d-48c8-8f78-d0bcd26e0dbe} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:32.627723 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::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.05.01 05:14:32.627764 [ 3 ] {} HTTP-Session: 0b0c2d0f-e5ae-4863-8b45-8a8b620c8a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.627796 [ 194 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_16_3} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.01 05:14:32.627964 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.01 05:14:32.628054 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:32.628116 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:32.628141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:32.628182 [ 3 ] {} HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:32.628175 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 133 rows starting from the beginning of the part 2024.05.01 05:14:32.628211 [ 3 ] {} HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.628237 [ 3 ] {} HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.628299 [ 3 ] {} HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:32.628439 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 66 rows starting from the beginning of the part 2024.05.01 05:14:32.628693 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:32.628745 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:32.628839 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:32.629038 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 103 rows starting from the beginning of the part 2024.05.01 05:14:32.629386 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:32.629821 [ 193 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part 2024.05.01 05:14:32.630088 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:32.631015 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.631077 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.631963 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.01 05:14:32.632668 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.005189308 sec., 79008.6076987529 rows/sec., 6.80 MiB/sec. 2024.05.01 05:14:32.632727 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.632863 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.01 05:14:32.632929 [ 36 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.01 05:14:32.632968 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} executeQuery: Read 22 rows, 1.76 KiB in 0.004442 sec., 4952.72399819901 rows/sec., 396.60 KiB/sec. 2024.05.01 05:14:32.633061 [ 36 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.633200 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.633536 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} DynamicQueryHandler: Done processing query 2024.05.01 05:14:32.633635 [ 3 ] {143c4687-6502-4917-a6a3-5391022175e6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:32.633715 [ 3 ] {} HTTP-Session: 989eb404-ab36-4d70-a8a5-cbd8c2b75ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.633709 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::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.05.01 05:14:32.633990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:32.634145 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:32.634228 [ 3 ] {} HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:32.634246 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:32.634283 [ 3 ] {} HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.634355 [ 3 ] {} HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.634362 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 85 rows starting from the beginning of the part 2024.05.01 05:14:32.634380 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.634457 [ 3 ] {} HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:32.634727 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.634841 [ 194 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_16_3} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.01 05:14:32.635064 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.635172 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.01 05:14:32.635378 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:32.635453 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2024.05.01 05:14:32.635596 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:32.635841 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.636137 [ 193 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.636842 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:32.637893 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.637968 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.638665 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 4 columns (4 merged, 0 gathered) in 0.005317301 sec., 35920.47920552175 rows/sec., 2.81 MiB/sec. 2024.05.01 05:14:32.638851 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.01 05:14:32.638892 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.01 05:14:32.639509 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.639572 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.639740 [ 36 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.01 05:14:32.639782 [ 186 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_16_3} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.01 05:14:32.639796 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} executeQuery: Read 22 rows, 30.40 KiB in 0.005005 sec., 4395.604395604396 rows/sec., 5.93 MiB/sec. 2024.05.01 05:14:32.639819 [ 36 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:32.639976 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:32.640058 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.01 05:14:32.640366 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} DynamicQueryHandler: Done processing query 2024.05.01 05:14:32.640378 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::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.05.01 05:14:32.640443 [ 3 ] {39a8946d-9db5-469f-97c8-420e9361aefc} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:32.640525 [ 3 ] {} HTTP-Session: a26fec42-57d8-4a4c-a06e-62b4b8ee2fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:32.640835 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:32.640872 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 194 rows starting from the beginning of the part 2024.05.01 05:14:32.640963 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.641069 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.641156 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.641272 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:32.641372 [ 193 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:32.646026 [ 186 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 6 columns (6 merged, 0 gathered) in 0.005834861 sec., 46959.13064595712 rows/sec., 63.37 MiB/sec. 2024.05.01 05:14:32.646499 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.01 05:14:32.647115 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:32.647204 [ 200 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_16_3} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.01 05:14:32.647310 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2024.05.01 05:14:33.000176 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 179.36 MiB, peak 187.72 MiB, free memory in arenas 0.00 B, will set to 180.54 MiB (RSS), difference: 1.18 MiB 2024.05.01 05:14:37.620176 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.620385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.620432 [ 3 ] {} HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.620494 [ 3 ] {} HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.620525 [ 3 ] {} HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.620603 [ 3 ] {} HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.620886 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.620954 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:37.621138 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.621574 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.621621 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.621996 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.01 05:14:37.622334 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.622486 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} executeQuery: Read 7 rows, 581.00 B in 0.001669 sec., 4194.128220491312 rows/sec., 339.95 KiB/sec. 2024.05.01 05:14:37.622713 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.622740 [ 3 ] {1ab6c39b-3c42-4d9d-9bca-717d8677880b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:37.622757 [ 3 ] {} HTTP-Session: 2e6a9bcf-e809-416e-a2fc-b5042d2b3bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.622918 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.622975 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.622995 [ 3 ] {} HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.623014 [ 3 ] {} HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.623028 [ 3 ] {} HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.623063 [ 3 ] {} HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.623169 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.623215 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.01 05:14:37.623352 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.623675 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.623714 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.624015 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:14:37.624318 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.624470 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} executeQuery: Read 4 rows, 334.00 B in 0.001328 sec., 3012.0481927710844 rows/sec., 245.61 KiB/sec. 2024.05.01 05:14:37.624628 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.624653 [ 3 ] {93bfdc20-2d33-4cc2-ae6a-6763a93507ec} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:37.624669 [ 3 ] {} HTTP-Session: 1b51ff9f-abab-4cd0-8943-1052d9509296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.624787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.624836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.624856 [ 3 ] {} HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.624873 [ 3 ] {} HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.624887 [ 3 ] {} HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.624919 [ 3 ] {} HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.625022 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.625065 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:37.625194 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.625605 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.625643 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.625949 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.01 05:14:37.626252 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.626400 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} executeQuery: Read 23 rows, 2.13 KiB in 0.001406 sec., 16358.46372688478 rows/sec., 1.48 MiB/sec. 2024.05.01 05:14:37.626602 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.626626 [ 3 ] {d2f8cf23-7dd5-431b-a398-4b9e5f7e01c9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:37.626642 [ 3 ] {} HTTP-Session: cab44ca4-cc5e-41be-9325-ed4aab53c9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.626772 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.626822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.626841 [ 3 ] {} HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.626857 [ 3 ] {} HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.626871 [ 3 ] {} HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.626901 [ 3 ] {} HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.626997 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.627037 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.01 05:14:37.627164 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.627514 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.627550 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.627837 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.01 05:14:37.628137 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.628290 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} executeQuery: Read 4 rows, 286.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 212.88 KiB/sec. 2024.05.01 05:14:37.628541 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.628565 [ 3 ] {1bbfea51-04e0-4dd3-be09-55c472360de9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:37.628582 [ 3 ] {} HTTP-Session: 97997e13-e92c-4579-8e42-0f39419598af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.628684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.628731 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.628750 [ 3 ] {} HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.628767 [ 3 ] {} HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.628780 [ 3 ] {} HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.628810 [ 3 ] {} HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.628912 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.628954 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:37.629097 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.629376 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.629412 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.629704 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.01 05:14:37.629994 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.630143 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} executeQuery: Read 11 rows, 908.00 B in 0.001259 sec., 8737.09293089754 rows/sec., 704.30 KiB/sec. 2024.05.01 05:14:37.630294 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.630318 [ 3 ] {506388ea-b71c-4655-b0dc-ecaff06ba77d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:37.630333 [ 3 ] {} HTTP-Session: 5f1f3dee-91c2-40ae-9f5c-cec9e10c8242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.630433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.630482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.630501 [ 3 ] {} HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.630518 [ 3 ] {} HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.630532 [ 3 ] {} HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.630562 [ 3 ] {} HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.630655 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.630702 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:14:37.630848 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.631134 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.631169 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.631525 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:14:37.631857 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.632005 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} executeQuery: Read 2 rows, 144.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 102.72 KiB/sec. 2024.05.01 05:14:37.632174 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.632198 [ 3 ] {e08b53b3-2f2c-4c3f-b49d-8bb32143f5ba} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.01 05:14:37.632214 [ 3 ] {} HTTP-Session: 50f42d89-d8aa-4e4a-8a44-ecdb98649e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.632328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:37.632375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:37.632395 [ 3 ] {} HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:37.632410 [ 3 ] {} HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.632424 [ 3 ] {} HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:37.632454 [ 3 ] {} HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:37.632585 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:37.632631 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:37.632791 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:37.633113 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:37.633148 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:37.633521 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.01 05:14:37.633835 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:37.633989 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} executeQuery: Read 7 rows, 9.67 KiB in 0.00146 sec., 4794.520547945206 rows/sec., 6.47 MiB/sec. 2024.05.01 05:14:37.634210 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} DynamicQueryHandler: Done processing query 2024.05.01 05:14:37.634233 [ 3 ] {0181cfad-0b4b-435e-839a-d780e3873326} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:37.634249 [ 3 ] {} HTTP-Session: 9ae92932-b5b2-434d-9ddd-380db4488fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:41.474072 [ 32 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:14:41.474148 [ 32 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:14:42.620395 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.620517 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.620553 [ 3 ] {} HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.620581 [ 3 ] {} HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.620599 [ 3 ] {} HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.620654 [ 3 ] {} HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.620857 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.620929 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:42.621132 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.621560 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.621605 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.621962 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.01 05:14:42.622287 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.622453 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} executeQuery: Read 22 rows, 1.78 KiB in 0.001657 sec., 13277.006638503319 rows/sec., 1.05 MiB/sec. 2024.05.01 05:14:42.622682 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.622709 [ 3 ] {e9f0191f-1821-4b1c-917f-232883e297a6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:42.622725 [ 3 ] {} HTTP-Session: ce9d9fed-665d-4df0-925f-a2893ce4907d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.622899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.622952 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.622971 [ 3 ] {} HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.622989 [ 3 ] {} HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.623003 [ 3 ] {} HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.623037 [ 3 ] {} HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.623145 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.623191 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.01 05:14:42.623326 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.623673 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.623711 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.624014 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:14:42.624326 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} oximeter.fields_ipaddr (1c71e044-a152-4ad0-b7b7-42f7436ab394): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.624478 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} executeQuery: Read 14 rows, 1.18 KiB in 0.001356 sec., 10324.48377581121 rows/sec., 872.14 KiB/sec. 2024.05.01 05:14:42.624645 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.624669 [ 3 ] {0207ae1c-0e53-4c89-b220-52a0fdbf71c7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:42.624685 [ 3 ] {} HTTP-Session: a23235f4-326b-47ba-a619-4ae5d1ba9784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.624812 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 11433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.624861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.624881 [ 3 ] {} HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.624897 [ 3 ] {} HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.624911 [ 3 ] {} HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.624942 [ 3 ] {} HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.625061 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.625106 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:42.625231 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.625564 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.625600 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.625905 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.01 05:14:42.626198 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.626361 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} executeQuery: Read 76 rows, 6.76 KiB in 0.001335 sec., 56928.83895131086 rows/sec., 4.94 MiB/sec. 2024.05.01 05:14:42.626562 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.626586 [ 3 ] {e6aaab3b-a734-4220-958a-799146911b6e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.01 05:14:42.626602 [ 3 ] {} HTTP-Session: e1c9566d-9d7c-44ee-bab8-329b2d249d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.626740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 2046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.626787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.626806 [ 3 ] {} HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.626823 [ 3 ] {} HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.626836 [ 3 ] {} HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.626867 [ 3 ] {} HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.626964 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.627006 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.01 05:14:42.627132 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.627478 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.627514 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.627805 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.01 05:14:42.628102 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} oximeter.fields_u16 (c1f4c012-aa93-46bc-a412-1c1afd990b15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.628253 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} executeQuery: Read 14 rows, 1.02 KiB in 0.001313 sec., 10662.604722010663 rows/sec., 775.75 KiB/sec. 2024.05.01 05:14:42.628518 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.628548 [ 3 ] {3065137c-bc2b-469f-9142-ad828df396b6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:42.628565 [ 3 ] {} HTTP-Session: 3c286399-9e8f-4ced-8221-5a77b07acf19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.628687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 6221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.628735 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.628754 [ 3 ] {} HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.628770 [ 3 ] {} HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.628784 [ 3 ] {} HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.628814 [ 3 ] {} HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.628920 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.628962 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:42.629103 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.629400 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.629435 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.629734 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.01 05:14:42.630033 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.630156 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} executeQuery: Read 36 rows, 2.94 KiB in 0.001271 sec., 28324.15420928403 rows/sec., 2.26 MiB/sec. 2024.05.01 05:14:42.630352 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.630375 [ 3 ] {6ef7cae5-e957-40d3-b93b-e2b7b7610f3e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:42.630391 [ 3 ] {} HTTP-Session: 010ae42f-fb4a-45e4-9730-49f0cbb6b7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.630499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.630548 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.630567 [ 3 ] {} HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.630584 [ 3 ] {} HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.630598 [ 3 ] {} HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.630628 [ 3 ] {} HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.630723 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.630767 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:14:42.630908 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.631181 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.631215 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.631567 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.01 05:14:42.631886 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.632012 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} executeQuery: Read 7 rows, 525.00 B in 0.001314 sec., 5327.245053272451 rows/sec., 390.18 KiB/sec. 2024.05.01 05:14:42.632173 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.632197 [ 3 ] {45cf3c41-9de8-411c-a1a6-b534e522e49f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:42.632213 [ 3 ] {} HTTP-Session: 4d0c96f4-5db3-4e24-a286-89c75d83a2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.632369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:42.632418 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:42.632437 [ 3 ] {} HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:42.632453 [ 3 ] {} HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.632467 [ 3 ] {} HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:42.632496 [ 3 ] {} HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:42.632692 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:42.632738 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:42.632894 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:42.633269 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:42.633303 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:42.633684 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.01 05:14:42.634003 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:42.634134 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} executeQuery: Read 22 rows, 30.40 KiB in 0.001565 sec., 14057.507987220448 rows/sec., 18.97 MiB/sec. 2024.05.01 05:14:42.634288 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} DynamicQueryHandler: Done processing query 2024.05.01 05:14:42.634312 [ 3 ] {f0b5efac-3f0f-4e12-8222-0893f0e7598c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:42.634329 [ 3 ] {} HTTP-Session: 90cc33b5-3f52-4010-ae86-29e624e40226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.619312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:47.619454 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:47.619485 [ 3 ] {} HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:47.619514 [ 3 ] {} HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.619532 [ 3 ] {} HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.619587 [ 3 ] {} HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:47.619792 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:47.619867 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:47.620084 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:47.620526 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:47.620570 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:47.620956 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.01 05:14:47.621289 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:47.621445 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} executeQuery: Read 7 rows, 581.00 B in 0.001711 sec., 4091.174751607247 rows/sec., 331.61 KiB/sec. 2024.05.01 05:14:47.621668 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} DynamicQueryHandler: Done processing query 2024.05.01 05:14:47.621695 [ 3 ] {78566953-d44e-4695-b855-dd9b2976aa7a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:47.621711 [ 3 ] {} HTTP-Session: 323e9ccc-5a5e-42b5-8770-331984e5f50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.621836 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:47.621891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:47.621912 [ 3 ] {} HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:47.621931 [ 3 ] {} HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.621945 [ 3 ] {} HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.621980 [ 3 ] {} HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:47.622092 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:47.622139 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:47.622272 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:47.622575 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:47.622612 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:47.622917 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.01 05:14:47.623219 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:47.623371 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} executeQuery: Read 21 rows, 1.98 KiB in 0.001306 sec., 16079.632465543644 rows/sec., 1.48 MiB/sec. 2024.05.01 05:14:47.623529 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} DynamicQueryHandler: Done processing query 2024.05.01 05:14:47.623553 [ 3 ] {0d570da1-b305-4df5-9ed1-692c60f3145d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:47.623569 [ 3 ] {} HTTP-Session: cbdb0c93-a8de-4db0-be0c-aa5c59b6ffc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.623703 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:47.623751 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:47.623771 [ 3 ] {} HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:47.623789 [ 3 ] {} HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.623803 [ 3 ] {} HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.623835 [ 3 ] {} HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:47.623933 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:47.623976 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:47.624104 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:47.624372 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:47.624408 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:47.624703 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.01 05:14:47.624998 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:47.625144 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} executeQuery: Read 7 rows, 574.00 B in 0.001232 sec., 5681.818181818182 rows/sec., 454.99 KiB/sec. 2024.05.01 05:14:47.625355 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} DynamicQueryHandler: Done processing query 2024.05.01 05:14:47.625379 [ 3 ] {c78b2a09-4f6d-471c-b7ab-ed0afd779a9b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:47.625394 [ 3 ] {} HTTP-Session: 126a9f71-811d-4fc9-8d3c-ac58c165beea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.625550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:47.625600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:47.625620 [ 3 ] {} HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:47.625638 [ 3 ] {} HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.625653 [ 3 ] {} HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:47.625683 [ 3 ] {} HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:47.625818 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:47.625866 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:47.626029 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:47.626345 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:47.626380 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:47.626779 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.01 05:14:47.627114 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:47.627269 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} executeQuery: Read 7 rows, 9.67 KiB in 0.001508 sec., 4641.909814323607 rows/sec., 6.26 MiB/sec. 2024.05.01 05:14:47.627595 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} DynamicQueryHandler: Done processing query 2024.05.01 05:14:47.627620 [ 3 ] {7c3134f1-8b07-4386-98f4-e2a8a67bb059} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:47.627637 [ 3 ] {} HTTP-Session: a5e24548-e780-491b-bd54-f46b35159441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.621687 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:52.621823 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:52.621854 [ 3 ] {} HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:52.621882 [ 3 ] {} HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.621900 [ 3 ] {} HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.621955 [ 3 ] {} HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:52.622164 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:52.622281 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:52.622566 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:52.623050 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.623096 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.623501 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.01 05:14:52.623909 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.624103 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} executeQuery: Read 22 rows, 1.78 KiB in 0.002005 sec., 10972.568578553617 rows/sec., 889.38 KiB/sec. 2024.05.01 05:14:52.624744 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} DynamicQueryHandler: Done processing query 2024.05.01 05:14:52.624779 [ 3 ] {be791eb4-4373-4461-877e-13dc10406628} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:52.624801 [ 3 ] {} HTTP-Session: 57d7dc8f-a80c-4a8f-b389-d0907a317c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.625080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 14967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:52.625161 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:52.625189 [ 3 ] {} HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:52.625213 [ 3 ] {} HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.625233 [ 3 ] {} HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.625276 [ 3 ] {} HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:52.625427 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:52.625479 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:52.625635 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:52.626057 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.626096 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.626428 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.01 05:14:52.626756 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.626889 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} executeQuery: Read 102 rows, 8.73 KiB in 0.001519 sec., 67149.44042132983 rows/sec., 5.61 MiB/sec. 2024.05.01 05:14:52.627071 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} DynamicQueryHandler: Done processing query 2024.05.01 05:14:52.627099 [ 3 ] {e2b13c34-db91-4264-bd0f-3ebe1e2a6b43} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.01 05:14:52.627116 [ 3 ] {} HTTP-Session: 13c66776-98cb-44a4-933c-b856205e4d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.627246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:52.627300 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:52.627319 [ 3 ] {} HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:52.627337 [ 3 ] {} HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.627351 [ 3 ] {} HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.627384 [ 3 ] {} HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:52.627506 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:52.627552 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:52.627683 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:52.628050 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.628086 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.628399 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.01 05:14:52.628701 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.628832 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} executeQuery: Read 46 rows, 3.66 KiB in 0.001372 sec., 33527.69679300291 rows/sec., 2.61 MiB/sec. 2024.05.01 05:14:52.629167 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} DynamicQueryHandler: Done processing query 2024.05.01 05:14:52.629203 [ 3 ] {1bdee37c-0624-40bb-a8ed-c2dfeb5f08c7} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.01 05:14:52.629220 [ 3 ] {} HTTP-Session: 6a5735ba-4d95-4146-83d0-fb42d0f8a518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.629355 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:52.629410 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:52.629430 [ 3 ] {} HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:52.629448 [ 3 ] {} HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.629462 [ 3 ] {} HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.629494 [ 3 ] {} HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:52.629609 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:52.629658 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.01 05:14:52.629833 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:52.630161 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.630198 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.630575 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.01 05:14:52.630926 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.631051 [ 70 ] {} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.01 05:14:52.631062 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} executeQuery: Read 36 rows, 2.60 KiB in 0.00149 sec., 24161.073825503354 rows/sec., 1.71 MiB/sec. 2024.05.01 05:14:52.631101 [ 70 ] {} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.631146 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.631309 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} DynamicQueryHandler: Done processing query 2024.05.01 05:14:52.631335 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::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.05.01 05:14:52.631352 [ 3 ] {382185fd-5b58-46d0-838d-65ed40f7901c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:52.631416 [ 3 ] {} HTTP-Session: ba428dc3-9281-42cc-8221-d088072a3c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.631620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 23586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:52.631624 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:52.631711 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:52.631713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:52.631764 [ 3 ] {} HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:52.631821 [ 3 ] {} HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.631910 [ 3 ] {} HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:52.631930 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 408 rows starting from the beginning of the part 2024.05.01 05:14:52.632020 [ 3 ] {} HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:52.632164 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2024.05.01 05:14:52.632389 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::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.05.01 05:14:52.632474 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:52.632674 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:52.632667 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:52.633034 [ 193 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2024.05.01 05:14:52.633741 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:52.634608 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:52.634677 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:52.635860 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.01 05:14:52.635878 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.004637377 sec., 107172.65385151995 rows/sec., 7.57 MiB/sec. 2024.05.01 05:14:52.636076 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.01 05:14:52.636321 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.636590 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} executeQuery: Read 22 rows, 30.40 KiB in 0.004331 sec., 5079.658277534057 rows/sec., 6.85 MiB/sec. 2024.05.01 05:14:52.636892 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:52.636982 [ 186 ] {14094fbf-77be-414d-8210-2374b71b4f0c::all_1_6_1} oximeter.measurements_cumulativeu64 (14094fbf-77be-414d-8210-2374b71b4f0c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.01 05:14:52.637090 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.01 05:14:52.638661 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} DynamicQueryHandler: Done processing query 2024.05.01 05:14:52.638695 [ 3 ] {02c42e8f-032e-446d-b6a6-86c3a7af4a5b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.01 05:14:52.638716 [ 3 ] {} HTTP-Session: 1f5a9a30-cd32-4db7-9326-d00ca27c70b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:56.474201 [ 115 ] {} DNSResolver: Updating DNS cache 2024.05.01 05:14:56.474276 [ 115 ] {} DNSResolver: Updated DNS cache 2024.05.01 05:14:57.620255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:57.620376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:57.620404 [ 3 ] {} HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:57.620432 [ 3 ] {} HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.620451 [ 3 ] {} HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.620505 [ 3 ] {} HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:57.620704 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:57.620778 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.01 05:14:57.621009 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:57.621452 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.621496 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:57.621864 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.01 05:14:57.622204 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.622371 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} executeQuery: Read 7 rows, 581.00 B in 0.001718 sec., 4074.5052386495927 rows/sec., 330.26 KiB/sec. 2024.05.01 05:14:57.622394 [ 136 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.01 05:14:57.622536 [ 136 ] {} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.622595 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:57.622646 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} DynamicQueryHandler: Done processing query 2024.05.01 05:14:57.622711 [ 3 ] {0305043c-4409-4801-9a01-acac52babcd4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:57.622754 [ 3 ] {} HTTP-Session: baba9373-16c0-4b32-bbc8-99afa7b33857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.622867 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.01 05:14:57.622957 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 3302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:57.623064 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:57.623121 [ 3 ] {} HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:57.623170 [ 3 ] {} HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.623182 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:57.623194 [ 3 ] {} HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.623248 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 29 rows starting from the beginning of the part 2024.05.01 05:14:57.623264 [ 3 ] {} HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:57.623555 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:57.623550 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.623662 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.01 05:14:57.623866 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:57.624190 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.624525 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:57.624788 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:57.624843 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.625785 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.625853 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2024.05.01 05:14:57.626638 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.01 05:14:57.627380 [ 197 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.004648806 sec., 20220.245800749697 rows/sec., 1.60 MiB/sec. 2024.05.01 05:14:57.627502 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.627561 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.01 05:14:57.627707 [ 136 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.01 05:14:57.627767 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} executeQuery: Read 21 rows, 1.98 KiB in 0.004345 sec., 4833.141542002301 rows/sec., 454.91 KiB/sec. 2024.05.01 05:14:57.627796 [ 136 ] {} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.627919 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2024.05.01 05:14:57.628358 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} DynamicQueryHandler: Done processing query 2024.05.01 05:14:57.628376 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.01 05:14:57.628412 [ 3 ] {176c98ab-2bcb-415f-a82d-e8b135f5a683} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.01 05:14:57.628457 [ 3 ] {} HTTP-Session: f239bac1-2fbb-43c5-9388-3cc2c2a08cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.628587 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:57.628610 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:57.628642 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 134 rows starting from the beginning of the part 2024.05.01 05:14:57.628684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:57.628684 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.628715 [ 3 ] {} HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:57.628826 [ 3 ] {} HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.628940 [ 3 ] {} HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.629038 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part 2024.05.01 05:14:57.629074 [ 186 ] {18900a19-f0e8-46d7-bcdf-2fbf35506d05::all_1_21_4} oximeter.fields_i64 (18900a19-f0e8-46d7-bcdf-2fbf35506d05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.01 05:14:57.629131 [ 3 ] {} HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:57.629426 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.01 05:14:57.629544 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2024.05.01 05:14:57.629584 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:57.629682 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:57.629711 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.01 05:14:57.630050 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part 2024.05.01 05:14:57.630430 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part 2024.05.01 05:14:57.631016 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:57.631508 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.631553 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2024.05.01 05:14:57.632007 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.01 05:14:57.632342 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 4 columns (4 merged, 0 gathered) in 0.004188288 sec., 90012.91219706 rows/sec., 7.74 MiB/sec. 2024.05.01 05:14:57.632480 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.01 05:14:57.632571 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.632803 [ 136 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.01 05:14:57.632906 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} executeQuery: Read 7 rows, 574.00 B in 0.003435 sec., 2037.8457059679765 rows/sec., 163.19 KiB/sec. 2024.05.01 05:14:57.632956 [ 136 ] {} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.633132 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2024.05.01 05:14:57.633447 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} DynamicQueryHandler: Done processing query 2024.05.01 05:14:57.633486 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.633535 [ 3 ] {847cdf84-0b4d-4b12-8f08-54f487f127ab} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.01 05:14:57.633604 [ 3 ] {} HTTP-Session: 37adee08-6027-4d5b-9a09-01d03675aa45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.633612 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.01 05:14:57.633736 [ 198 ] {02833c99-4351-41a4-861a-5dfe2852a250::all_1_21_4} oximeter.fields_string (02833c99-4351-41a4-861a-5dfe2852a250) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.01 05:14:57.633825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53121, User-Agent: (none), Length: 7547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.01 05:14:57.633997 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.01 05:14:57.634004 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.01 05:14:57.634094 [ 3 ] {} HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:53121 2024.05.01 05:14:57.634110 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:57.634127 [ 3 ] {} HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.634164 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 87 rows starting from the beginning of the part 2024.05.01 05:14:57.634167 [ 3 ] {} HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.634267 [ 3 ] {} HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.01 05:14:57.634361 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part 2024.05.01 05:14:57.634714 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2024.05.01 05:14:57.634864 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} executeQuery: (from [fd00:1122:3344:101::d]:53121) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.01 05:14:57.634981 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.635086 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.01 05:14:57.635281 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part 2024.05.01 05:14:57.635621 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.636411 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} ParallelParsingInputFormat: Parallel parsing is used 2024.05.01 05:14:57.637531 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.637592 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2024.05.01 05:14:57.638308 [ 197 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 4 columns (4 merged, 0 gathered) in 0.004996764 sec., 38825.12762259735 rows/sec., 3.05 MiB/sec. 2024.05.01 05:14:57.638587 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.01 05:14:57.638614 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.01 05:14:57.639623 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.639711 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.639820 [ 192 ] {55f601b6-7d16-43f5-9abb-35fe5f2ebeb7::all_1_21_4} oximeter.fields_uuid (55f601b6-7d16-43f5-9abb-35fe5f2ebeb7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.01 05:14:57.640050 [ 121 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.01 05:14:57.640101 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.05.01 05:14:57.640105 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} executeQuery: Read 7 rows, 9.67 KiB in 0.005532 sec., 1265.3651482284888 rows/sec., 1.71 MiB/sec. 2024.05.01 05:14:57.640131 [ 121 ] {} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.01 05:14:57.640205 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2024.05.01 05:14:57.640419 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.01 05:14:57.640465 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} DynamicQueryHandler: Done processing query 2024.05.01 05:14:57.640500 [ 3 ] {143c578f-a601-4b4b-beb8-6bc7bd0ed960} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.01 05:14:57.640526 [ 3 ] {} HTTP-Session: 8df4bacf-57b8-4a27-ad37-f10321d21d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.01 05:14:57.640610 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.01 05:14:57.640648 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part 2024.05.01 05:14:57.640770 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.641018 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:57.641187 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.641320 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part 2024.05.01 05:14:57.641482 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part 2024.05.01 05:14:57.643931 [ 197 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 6 columns (6 merged, 0 gathered) in 0.003590386 sec., 94418.81736392688 rows/sec., 127.41 MiB/sec. 2024.05.01 05:14:57.644224 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.01 05:14:57.644601 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.01 05:14:57.644672 [ 198 ] {02762c72-3303-43a9-a3f1-2d89b26a797e::all_1_21_4} oximeter.measurements_histogramf64 (02762c72-3303-43a9-a3f1-2d89b26a797e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.01 05:14:57.644745 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.