[ May 14 04:13:09 Enabled. ] [ May 14 04:13:09 Rereading configuration. ] [ May 14 04:13:10 Rereading configuration. ] [ May 14 04:13:12 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 14 04:13:12 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.14 04:13:13.810629 [ 1 ] {} Application: Will watch for the process with pid 23493 2024.05.14 04:13:13.811141 [ 1 ] {} Application: Forked a child process to watch 2024.05.14 04:13:14.130983 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 23493 2024.05.14 04:13:14.131783 [ 1 ] {} Application: starting up 2024.05.14 04:13:14.132594 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.14 04:13:14.260292 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.14 04:13:14.298825 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.14 04:13:14.298889 [ 1 ] {} Application: Initializing DateLUT. 2024.05.14 04:13:14.298915 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.14 04:13:14.298995 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.14 04:13:14.299315 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.14 04:13:14.301047 [ 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.14 04:13:14.301692 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.14 04:13:14.302892 [ 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.14 04:13:14.302932 [ 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.14 04:13:14.302950 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.14 04:13:14.303215 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.14 04:13:14.304361 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.14 04:13:14.310897 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.14 04:13:14.311733 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.14 04:13:14.313499 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.14 04:13:14.313585 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.14 04:13:14.315727 [ 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.14 04:13:14.316144 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.14 04:13:14.322436 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.14 04:13:14.323302 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.14 04:13:14.325273 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.14 04:13:14.325704 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.14 04:13:14.326134 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.14 04:13:14.326579 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.14 04:13:14.328273 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.14 04:13:14.328303 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.14 04:13:14.328399 [ 163 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:13:14.328595 [ 163 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:13:14.339045 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.14 04:13:14.339085 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000190703 sec 2024.05.14 04:13:14.339141 [ 1 ] {} ReferentialDeps: No tables 2024.05.14 04:13:14.339160 [ 1 ] {} LoadingDeps: No tables 2024.05.14 04:13:14.340808 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.14 04:13:14.342309 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.14 04:13:14.342346 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.14 04:13:14.342394 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.14 04:13:14.342417 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.14 04:13:14.342433 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.14 04:13:14.342479 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.14 04:13:14.342498 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.14 04:13:14.342520 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.14 04:13:14.342572 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.14 04:13:14.342593 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.14 04:13:14.342615 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.14 04:13:14.342638 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.14 04:13:14.342688 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.14 04:13:14.342712 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.14 04:13:14.342743 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.14 04:13:14.342788 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.14 04:13:14.342814 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.14 04:13:14.395878 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.14 04:13:14.397428 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.14 04:13:14.397464 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4882e-05 sec 2024.05.14 04:13:14.397481 [ 1 ] {} ReferentialDeps: No tables 2024.05.14 04:13:14.397500 [ 1 ] {} LoadingDeps: No tables 2024.05.14 04:13:14.397532 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.14 04:13:14.397750 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.14 04:13:14.397802 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.14 04:13:14.397821 [ 1 ] {} Application: Loaded metadata. 2024.05.14 04:13:14.397841 [ 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.14 04:13:14.397856 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.14 04:13:14.457484 [ 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.14 04:13:14.710423 [ 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.14 04:13:14.710478 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.14 04:13:14.870123 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.14 04:13:14.870348 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB 2024.05.14 04:13:14.871250 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.33e-05 sec. 2024.05.14 04:13:14.871611 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.14 04:13:14.871696 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.14 04:13:14.871750 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.14 04:13:14.871774 [ 1 ] {} Application: Ready for connections. 2024.05.14 04:13:14.872854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.873094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.873141 [ 3 ] {} HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.873179 [ 3 ] {} HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.873203 [ 3 ] {} HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.873311 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.14 04:13:14.873354 [ 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.14 04:13:14.873384 [ 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.14 04:13:14.873464 [ 3 ] {} HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.874869 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} executeQuery: (from [fd00:1122:3344:101::d]:57487) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.14 04:13:14.919174 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57487) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.14 04:13:14.919978 [ 3 ] {63f90f78-452a-43b8-b97d-dfcb9cdea2d7} 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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.14 04:13:14.921462 [ 3 ] {} HTTP-Session: 194ebef9-f920-40cf-b0f4-d8bca6eb152c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.922516 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.922589 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.922617 [ 3 ] {} HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.922643 [ 3 ] {} HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.922657 [ 3 ] {} HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.922703 [ 3 ] {} HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.923903 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} executeQuery: (from [fd00:1122:3344:101::d]:57487) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:13:14.924026 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.14 04:13:14.926201 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.14 04:13:14.929158 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:13:14.935220 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.935256 [ 3 ] {3852a2fc-1494-47e9-8dbd-c54eff6e6db0} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:13:14.935281 [ 3 ] {} HTTP-Session: bf2f32b7-0258-42c9-a816-960fdf8b3f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.941305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.941368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.941393 [ 3 ] {} HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.941411 [ 3 ] {} HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.941427 [ 3 ] {} HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.941464 [ 3 ] {} HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.941583 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} executeQuery: (from [fd00:1122:3344:101::d]:57487) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.14 04:13:14.941838 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57487) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.14 04:13:14.941957 [ 3 ] {32222e0d-082a-46c4-96a1-7d980c9ed47f} 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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.14 04:13:14.942103 [ 3 ] {} HTTP-Session: 5bf4ce63-98f7-435c-8df2-cf70210bdb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.942333 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.942386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.942405 [ 3 ] {} HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.942426 [ 3 ] {} HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.942443 [ 3 ] {} HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.942471 [ 3 ] {} HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.942640 [ 3 ] {eeeda630-7cc0-4fc0-8e1c-c22c71f4e580} executeQuery: (from [fd00:1122:3344:101::d]:57487) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.14 04:13:14.942802 [ 3 ] {eeeda630-7cc0-4fc0-8e1c-c22c71f4e580} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.942826 [ 3 ] {} HTTP-Session: 1269e4b6-b0bb-443b-99fe-5220cf61ab87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.942948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.942999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.943023 [ 3 ] {} HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.943039 [ 3 ] {} HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.943057 [ 3 ] {} HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.943088 [ 3 ] {} HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.943176 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} executeQuery: (from [fd00:1122:3344:101::d]:57487) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.14 04:13:14.943235 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.14 04:13:14.944391 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.14 04:13:14.944423 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5192e-05 sec 2024.05.14 04:13:14.944437 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} ReferentialDeps: No tables 2024.05.14 04:13:14.944455 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} LoadingDeps: No tables 2024.05.14 04:13:14.944478 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} DatabaseAtomic (oximeter): Starting up tables. 2024.05.14 04:13:14.944599 [ 3 ] {40168906-0f85-42b4-9a89-2858e066c4d2} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.944622 [ 3 ] {} HTTP-Session: fa5e1bc7-44e2-410f-b718-0b2c09c92a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.944740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.944792 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.944810 [ 3 ] {} HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.944832 [ 3 ] {} HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.944851 [ 3 ] {} HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.944879 [ 3 ] {} HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.945029 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:14.945082 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.14 04:13:14.949750 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.14 04:13:14.950743 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): Loading data parts 2024.05.14 04:13:14.951124 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): There are no data parts 2024.05.14 04:13:14.953678 [ 3 ] {fa19763f-8320-45de-a821-e6a03b61a44f} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.953705 [ 3 ] {} HTTP-Session: 51989d16-d0c7-4147-b4f2-e062f80206af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.953868 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.953927 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.953956 [ 3 ] {} HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.953975 [ 3 ] {} HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.953995 [ 3 ] {} HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.954033 [ 3 ] {} HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.954228 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:14.954290 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.14 04:13:14.961200 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} oximeter.measurements_bool (e5acf7df-a85b-49a5-a2d1-c512f604ab5a): Loading data parts 2024.05.14 04:13:14.961384 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} oximeter.measurements_bool (e5acf7df-a85b-49a5-a2d1-c512f604ab5a): There are no data parts 2024.05.14 04:13:14.962562 [ 3 ] {b7b0ba31-d2b9-45f8-8e3e-5abb2cbf7e33} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.962589 [ 3 ] {} HTTP-Session: ee535c6c-2d11-4b76-a453-3b3e489dd3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.962742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.962811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.962842 [ 3 ] {} HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.962863 [ 3 ] {} HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.962888 [ 3 ] {} HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.962927 [ 3 ] {} HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.963163 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.963223 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.14 04:13:14.964762 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} oximeter.measurements_i8 (edc14334-b116-4163-a69f-1dd9f8b6d547): Loading data parts 2024.05.14 04:13:14.964922 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} oximeter.measurements_i8 (edc14334-b116-4163-a69f-1dd9f8b6d547): There are no data parts 2024.05.14 04:13:14.966541 [ 3 ] {1159f335-dbe1-4593-b0d5-ed91802b6fb4} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.966576 [ 3 ] {} HTTP-Session: c0d20e67-4350-4644-a5f0-779491a9ce71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.966693 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.966750 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.966776 [ 3 ] {} HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.966792 [ 3 ] {} HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.966811 [ 3 ] {} HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.966848 [ 3 ] {} HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.967016 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.967071 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.14 04:13:14.968615 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} oximeter.measurements_u8 (7088a3bc-4409-4fe9-bd7f-2593cba3bc32): Loading data parts 2024.05.14 04:13:14.968787 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} oximeter.measurements_u8 (7088a3bc-4409-4fe9-bd7f-2593cba3bc32): There are no data parts 2024.05.14 04:13:14.969942 [ 3 ] {ea339aae-d0d0-4e14-a7f6-aee7f9cdfff7} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.969968 [ 3 ] {} HTTP-Session: 1549e1ed-104e-4198-8049-b72948c23a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.970099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.970155 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.970179 [ 3 ] {} HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.970196 [ 3 ] {} HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.970214 [ 3 ] {} HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.970248 [ 3 ] {} HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.970427 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.970485 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.14 04:13:14.972037 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} oximeter.measurements_i16 (2da15b32-ee72-4945-b141-d57b3e79e7bb): Loading data parts 2024.05.14 04:13:14.972196 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} oximeter.measurements_i16 (2da15b32-ee72-4945-b141-d57b3e79e7bb): There are no data parts 2024.05.14 04:13:14.973319 [ 3 ] {43cca11f-f7f8-41e4-b80a-dc68ccf02881} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.973357 [ 3 ] {} HTTP-Session: 22d73bb5-2f01-4c00-8472-2935e6f07631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.973479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.973537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.973563 [ 3 ] {} HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.973580 [ 3 ] {} HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.973601 [ 3 ] {} HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.973637 [ 3 ] {} HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.973825 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.973903 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.14 04:13:14.975763 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} oximeter.measurements_u16 (725367bb-57fc-420e-8af9-ca68950f3ef2): Loading data parts 2024.05.14 04:13:14.975981 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} oximeter.measurements_u16 (725367bb-57fc-420e-8af9-ca68950f3ef2): There are no data parts 2024.05.14 04:13:14.977468 [ 3 ] {b3c55fef-d12d-4b5c-8c8a-db3e1445d778} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.977509 [ 3 ] {} HTTP-Session: 9769e413-a926-4633-b618-26ea20f654c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.977645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.977714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.977746 [ 3 ] {} HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.977778 [ 3 ] {} HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.977798 [ 3 ] {} HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.977845 [ 3 ] {} HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.978078 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.978142 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.14 04:13:14.980334 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} oximeter.measurements_i32 (7fc304bb-4e0b-4cd8-96d1-220e0b8abd9a): Loading data parts 2024.05.14 04:13:14.980524 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} oximeter.measurements_i32 (7fc304bb-4e0b-4cd8-96d1-220e0b8abd9a): There are no data parts 2024.05.14 04:13:14.981761 [ 3 ] {b02f112d-e01a-4ec5-828d-716c8bb0086d} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.981802 [ 3 ] {} HTTP-Session: e6a1d5a9-6fb5-48c2-8016-ce9a424fb1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.981937 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.981994 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.982022 [ 3 ] {} HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.982038 [ 3 ] {} HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.982059 [ 3 ] {} HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.982097 [ 3 ] {} HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.982278 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.982332 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.14 04:13:14.983792 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} oximeter.measurements_u32 (49cdadc0-adcb-4f13-9322-46b966950350): Loading data parts 2024.05.14 04:13:14.983947 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} oximeter.measurements_u32 (49cdadc0-adcb-4f13-9322-46b966950350): There are no data parts 2024.05.14 04:13:14.985218 [ 3 ] {41525e65-7fbd-4483-986a-3a23e54879da} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.985257 [ 3 ] {} HTTP-Session: 5596bd24-2d93-4701-83c4-4de418ad9539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.985385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.985446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.985480 [ 3 ] {} HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.985503 [ 3 ] {} HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.985517 [ 3 ] {} HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.985553 [ 3 ] {} HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.985736 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.985803 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.14 04:13:14.987274 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Loading data parts 2024.05.14 04:13:14.987454 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): There are no data parts 2024.05.14 04:13:14.989467 [ 3 ] {dd4a32e0-3bfc-4dd8-8df4-0289c5edaa2f} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.989509 [ 3 ] {} HTTP-Session: 75e8d0a1-08f1-4638-bd71-a7ec08e1341f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.989628 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.989693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.989712 [ 3 ] {} HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.989736 [ 3 ] {} HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.989751 [ 3 ] {} HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.989787 [ 3 ] {} HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.989967 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.990024 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.14 04:13:14.991572 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Loading data parts 2024.05.14 04:13:14.991741 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): There are no data parts 2024.05.14 04:13:14.992893 [ 3 ] {bb1732ca-98b0-4a3f-94cb-e89fdc594dab} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.992937 [ 3 ] {} HTTP-Session: 92b08447-f8bf-4264-bcad-0a464174120f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.993077 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.993134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.993168 [ 3 ] {} HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.993196 [ 3 ] {} HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.993214 [ 3 ] {} HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.993259 [ 3 ] {} HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.993474 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.993545 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.14 04:13:14.995258 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} oximeter.measurements_f32 (4ef4c34e-4b7c-4374-bc28-fa215a0476b2): Loading data parts 2024.05.14 04:13:14.995487 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} oximeter.measurements_f32 (4ef4c34e-4b7c-4374-bc28-fa215a0476b2): There are no data parts 2024.05.14 04:13:14.996699 [ 3 ] {c7d08f9f-a1f4-45e7-88f0-cbd5a055938e} DynamicQueryHandler: Done processing query 2024.05.14 04:13:14.996725 [ 3 ] {} HTTP-Session: 36f6b074-e3f1-4f63-a883-a5353244b239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.996850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:14.996923 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:14.996948 [ 3 ] {} HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:14.996979 [ 3 ] {} HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.997003 [ 3 ] {} HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:14.997033 [ 3 ] {} HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:14.997211 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:14.997278 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.14 04:13:14.998921 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} oximeter.measurements_f64 (a79d691d-4d95-48dc-a44f-9e3754266d87): Loading data parts 2024.05.14 04:13:14.999108 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} oximeter.measurements_f64 (a79d691d-4d95-48dc-a44f-9e3754266d87): There are no data parts 2024.05.14 04:13:15.000152 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 159.18 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.91 MiB (RSS), difference: 11.73 MiB 2024.05.14 04:13:15.000385 [ 3 ] {ceb1f139-a500-4e92-87a2-5dab85a8a48d} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.000439 [ 3 ] {} HTTP-Session: 328c0820-e1dc-4c36-bcb5-93823f794fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.000558 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.000623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.000643 [ 3 ] {} HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.000660 [ 3 ] {} HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.000682 [ 3 ] {} HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.000723 [ 3 ] {} HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.000903 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.000973 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.14 04:13:15.002777 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} oximeter.measurements_string (000d0eb2-d1cd-44e6-ad66-9ef1e2050f29): Loading data parts 2024.05.14 04:13:15.002986 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} oximeter.measurements_string (000d0eb2-d1cd-44e6-ad66-9ef1e2050f29): There are no data parts 2024.05.14 04:13:15.004291 [ 3 ] {d5e1807d-9110-4dfb-9d93-bd5f13e1fc47} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.004339 [ 3 ] {} HTTP-Session: b63a8344-7633-4168-b863-4a7ed646a613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.004477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.004528 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.004557 [ 3 ] {} HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.004582 [ 3 ] {} HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.004595 [ 3 ] {} HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.004631 [ 3 ] {} HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.004817 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.004882 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.14 04:13:15.006432 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} oximeter.measurements_bytes (1e490ed5-0757-4e40-bc1f-1e250755de07): Loading data parts 2024.05.14 04:13:15.006604 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} oximeter.measurements_bytes (1e490ed5-0757-4e40-bc1f-1e250755de07): There are no data parts 2024.05.14 04:13:15.007756 [ 3 ] {2c72af81-576e-4018-a1bc-e72828047ea3} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.007782 [ 3 ] {} HTTP-Session: 29e3b3a7-4fb4-4a70-a37d-46e4b5c222a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.007912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.007970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.007989 [ 3 ] {} HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.008016 [ 3 ] {} HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.008037 [ 3 ] {} HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.008066 [ 3 ] {} HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.008257 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.008338 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.14 04:13:15.010224 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} oximeter.measurements_cumulativei64 (3b337aca-bc6e-49a2-aea7-fb3a8d3d8c1b): Loading data parts 2024.05.14 04:13:15.010420 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} oximeter.measurements_cumulativei64 (3b337aca-bc6e-49a2-aea7-fb3a8d3d8c1b): There are no data parts 2024.05.14 04:13:15.011590 [ 3 ] {46d997dc-dc5a-462a-b6df-fc721854b634} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.011628 [ 3 ] {} HTTP-Session: ca1830b1-f84b-494f-83ce-99f78027b9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.011748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.011810 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.011842 [ 3 ] {} HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.011858 [ 3 ] {} HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.011881 [ 3 ] {} HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.011918 [ 3 ] {} HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.012107 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.012177 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.14 04:13:15.014115 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Loading data parts 2024.05.14 04:13:15.014300 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): There are no data parts 2024.05.14 04:13:15.015867 [ 3 ] {c1fd174a-5060-4d9f-90f0-cfb6b9aa9abd} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.015894 [ 3 ] {} HTTP-Session: cc110f9f-4b3e-4bf1-8bda-6cac4531a6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.016007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.016080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.016101 [ 3 ] {} HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.016126 [ 3 ] {} HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.016148 [ 3 ] {} HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.016179 [ 3 ] {} HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.016367 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.016432 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.14 04:13:15.018039 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} oximeter.measurements_cumulativef32 (6082a088-e863-498e-88a8-f53004da315d): Loading data parts 2024.05.14 04:13:15.018206 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} oximeter.measurements_cumulativef32 (6082a088-e863-498e-88a8-f53004da315d): There are no data parts 2024.05.14 04:13:15.019394 [ 3 ] {223eab72-197f-46e8-ac75-ae26f26c7fe2} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.019433 [ 3 ] {} HTTP-Session: fde05a11-1026-481d-a1a9-bc7d9ee925ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.019553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.019613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.019643 [ 3 ] {} HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.019660 [ 3 ] {} HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.019684 [ 3 ] {} HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.019724 [ 3 ] {} HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.019905 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.019971 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.14 04:13:15.021537 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} oximeter.measurements_cumulativef64 (23aa2b20-123d-4c03-a7cb-9c7b391c0646): Loading data parts 2024.05.14 04:13:15.021705 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} oximeter.measurements_cumulativef64 (23aa2b20-123d-4c03-a7cb-9c7b391c0646): There are no data parts 2024.05.14 04:13:15.022852 [ 3 ] {c362e5da-695e-4847-8e35-2ae75eb25d75} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.022889 [ 3 ] {} HTTP-Session: 91a6604e-c0c2-4ff4-b68e-91f95a4b94ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.023010 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.023071 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.023101 [ 3 ] {} HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.023128 [ 3 ] {} HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.023142 [ 3 ] {} HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.023180 [ 3 ] {} HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.023381 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.023450 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.14 04:13:15.025015 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} oximeter.measurements_histogrami8 (e55c3382-a41e-4705-b081-ad80df093a26): Loading data parts 2024.05.14 04:13:15.025191 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} oximeter.measurements_histogrami8 (e55c3382-a41e-4705-b081-ad80df093a26): There are no data parts 2024.05.14 04:13:15.026369 [ 3 ] {3b9b6cce-fb3a-43ce-852b-a4675f53c516} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.026394 [ 3 ] {} HTTP-Session: bd889a2f-4d2a-49ca-b16e-0d0b905869a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.026532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.026611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.026641 [ 3 ] {} HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.026677 [ 3 ] {} HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.026703 [ 3 ] {} HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.026738 [ 3 ] {} HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.026940 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.027011 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.14 04:13:15.028651 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} oximeter.measurements_histogramu8 (8f997f62-2207-40ec-94de-17c052bc3665): Loading data parts 2024.05.14 04:13:15.028821 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} oximeter.measurements_histogramu8 (8f997f62-2207-40ec-94de-17c052bc3665): There are no data parts 2024.05.14 04:13:15.030029 [ 3 ] {e0abd436-811a-4db9-ad7b-04e80754aaf1} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.030070 [ 3 ] {} HTTP-Session: 0ea786be-21f9-46d8-b6ac-1d51cdf747ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.030202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.030263 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.030300 [ 3 ] {} HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.030324 [ 3 ] {} HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.030356 [ 3 ] {} HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.030397 [ 3 ] {} HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.030587 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.030655 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.14 04:13:15.032513 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} oximeter.measurements_histogrami16 (bd9c5922-b72e-4adb-8147-bc7b3c85b1aa): Loading data parts 2024.05.14 04:13:15.032683 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} oximeter.measurements_histogrami16 (bd9c5922-b72e-4adb-8147-bc7b3c85b1aa): There are no data parts 2024.05.14 04:13:15.033892 [ 3 ] {aadccc01-0fd4-4d93-990b-5260dd4a2dae} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.033932 [ 3 ] {} HTTP-Session: 722ee0ec-47ef-46f1-90da-a7e2c52f31f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.034074 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.034124 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.034157 [ 3 ] {} HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.034185 [ 3 ] {} HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.034199 [ 3 ] {} HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.034241 [ 3 ] {} HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.034442 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.034512 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.14 04:13:15.036089 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} oximeter.measurements_histogramu16 (3a52d8af-508a-40b5-a300-695389910a27): Loading data parts 2024.05.14 04:13:15.036295 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} oximeter.measurements_histogramu16 (3a52d8af-508a-40b5-a300-695389910a27): There are no data parts 2024.05.14 04:13:15.037480 [ 3 ] {f7dbdf24-b6a4-46a6-a6b3-aca60636ab33} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.037506 [ 3 ] {} HTTP-Session: b192fa08-7f76-406e-bdda-3295797b8ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.037632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.037694 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.037714 [ 3 ] {} HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.037742 [ 3 ] {} HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.037768 [ 3 ] {} HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.037799 [ 3 ] {} HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.037999 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.038069 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.14 04:13:15.039622 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} oximeter.measurements_histogrami32 (e42881a5-f672-4f30-8763-59c6f0bc2c87): Loading data parts 2024.05.14 04:13:15.039798 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} oximeter.measurements_histogrami32 (e42881a5-f672-4f30-8763-59c6f0bc2c87): There are no data parts 2024.05.14 04:13:15.040953 [ 3 ] {d97c692f-081e-44b5-97d8-7f4f2e44756a} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.040993 [ 3 ] {} HTTP-Session: 584f58e1-a72c-4da7-af6b-2a1c79a6d8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.041111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.041186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.041206 [ 3 ] {} HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.041224 [ 3 ] {} HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.041252 [ 3 ] {} HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.041298 [ 3 ] {} HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.041504 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.041573 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.14 04:13:15.043282 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} oximeter.measurements_histogramu32 (d0f354cd-2ffe-4352-981a-8344ecb8f663): Loading data parts 2024.05.14 04:13:15.043475 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} oximeter.measurements_histogramu32 (d0f354cd-2ffe-4352-981a-8344ecb8f663): There are no data parts 2024.05.14 04:13:15.045080 [ 3 ] {14ea0992-476f-49d1-9120-17ac38420224} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.045111 [ 3 ] {} HTTP-Session: 9693a5f2-6cb3-47a6-8933-28fb9be62045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.045251 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.045325 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.045372 [ 3 ] {} HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.045396 [ 3 ] {} HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.045433 [ 3 ] {} HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.045477 [ 3 ] {} HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.045752 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.045838 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.14 04:13:15.048137 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} oximeter.measurements_histogrami64 (32b118bd-32fb-4bcd-a2af-0f447cacb2ff): Loading data parts 2024.05.14 04:13:15.048331 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} oximeter.measurements_histogrami64 (32b118bd-32fb-4bcd-a2af-0f447cacb2ff): There are no data parts 2024.05.14 04:13:15.049638 [ 3 ] {09cdfafc-9aa1-4fd6-9f12-55eb5b89a481} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.049680 [ 3 ] {} HTTP-Session: 2fb92268-e0a7-4f54-af1b-48134f465456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.049809 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.049874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.049907 [ 3 ] {} HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.049936 [ 3 ] {} HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.049951 [ 3 ] {} HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.049994 [ 3 ] {} HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.050202 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.050276 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.14 04:13:15.051974 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} oximeter.measurements_histogramu64 (f7c535ad-602b-4338-892d-579620765329): Loading data parts 2024.05.14 04:13:15.052195 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} oximeter.measurements_histogramu64 (f7c535ad-602b-4338-892d-579620765329): There are no data parts 2024.05.14 04:13:15.053444 [ 3 ] {5dd256e8-ef2f-473a-a7ca-b851c443e13f} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.053471 [ 3 ] {} HTTP-Session: b21cbb30-6331-4fbc-93c7-cd505a92481c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.053612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.053677 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.053697 [ 3 ] {} HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.053727 [ 3 ] {} HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.053755 [ 3 ] {} HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.053800 [ 3 ] {} HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.054040 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.054114 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.14 04:13:15.055897 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} oximeter.measurements_histogramf32 (9e079fc0-36eb-41ee-af3b-dde4e5dd5b93): Loading data parts 2024.05.14 04:13:15.056098 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} oximeter.measurements_histogramf32 (9e079fc0-36eb-41ee-af3b-dde4e5dd5b93): There are no data parts 2024.05.14 04:13:15.057450 [ 3 ] {1f16731e-dc98-4d93-8542-643630df3475} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.057493 [ 3 ] {} HTTP-Session: 22bbec3e-354f-437e-b8ed-10fda8dccec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.057623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.057688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.057723 [ 3 ] {} HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.057741 [ 3 ] {} HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.057769 [ 3 ] {} HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.057813 [ 3 ] {} HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.058002 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.058076 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.14 04:13:15.059691 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Loading data parts 2024.05.14 04:13:15.059926 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): There are no data parts 2024.05.14 04:13:15.061116 [ 3 ] {216f2a2e-30a0-4a4d-af3f-a206793f2304} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.061158 [ 3 ] {} HTTP-Session: 05b668fd-52ba-4877-a613-c5ca2d5d8522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.061294 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.061357 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.061376 [ 3 ] {} HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.061407 [ 3 ] {} HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.061421 [ 3 ] {} HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.061464 [ 3 ] {} HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.061623 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:15.061692 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.14 04:13:15.063166 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} oximeter.fields_bool (b9afa9cc-0b76-4b79-918f-10375ff5117b): Loading data parts 2024.05.14 04:13:15.063339 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} oximeter.fields_bool (b9afa9cc-0b76-4b79-918f-10375ff5117b): There are no data parts 2024.05.14 04:13:15.064579 [ 3 ] {fa51d85f-54f8-4e6d-9492-6f1fa1de2380} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.064624 [ 3 ] {} HTTP-Session: 44709829-ead9-4576-b664-cb4366eaf49b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.064753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.064819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.064853 [ 3 ] {} HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.064870 [ 3 ] {} HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.064898 [ 3 ] {} HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.064945 [ 3 ] {} HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.065129 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.065215 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.14 04:13:15.066679 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} oximeter.fields_i8 (57b51cfb-3b93-47ad-a527-825bae5b0674): Loading data parts 2024.05.14 04:13:15.066857 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} oximeter.fields_i8 (57b51cfb-3b93-47ad-a527-825bae5b0674): There are no data parts 2024.05.14 04:13:15.068574 [ 3 ] {5e1dfde5-4508-4191-8bd2-c3262f4d1364} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.068602 [ 3 ] {} HTTP-Session: c5df3a98-142f-494d-9864-45bab9a0689e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.068737 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.068804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.068825 [ 3 ] {} HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.068856 [ 3 ] {} HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.068890 [ 3 ] {} HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.068925 [ 3 ] {} HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.069105 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.069183 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.14 04:13:15.071086 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} oximeter.fields_u8 (335b1abd-3b2f-4b3e-abd7-52e88e32982b): Loading data parts 2024.05.14 04:13:15.071257 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} oximeter.fields_u8 (335b1abd-3b2f-4b3e-abd7-52e88e32982b): There are no data parts 2024.05.14 04:13:15.072735 [ 3 ] {7155f1ba-4614-4b82-b8a2-e42510c46485} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.072763 [ 3 ] {} HTTP-Session: aa872e5b-13ce-4973-88a3-baed496f5ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.072901 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.072966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.072987 [ 3 ] {} HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.073019 [ 3 ] {} HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.073045 [ 3 ] {} HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.073077 [ 3 ] {} HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.073267 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.073353 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.14 04:13:15.075260 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} oximeter.fields_i16 (78a5a865-d2b3-4d63-b7ed-9ac2b5a86997): Loading data parts 2024.05.14 04:13:15.075499 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} oximeter.fields_i16 (78a5a865-d2b3-4d63-b7ed-9ac2b5a86997): There are no data parts 2024.05.14 04:13:15.076804 [ 3 ] {b1bcac85-09d9-4950-bd8a-48831796a9bf} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.076830 [ 3 ] {} HTTP-Session: db3dedca-db40-41f7-a523-e3af0f03ecbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.076952 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.077031 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.077050 [ 3 ] {} HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.077079 [ 3 ] {} HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.077104 [ 3 ] {} HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.077134 [ 3 ] {} HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.077289 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.077345 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.14 04:13:15.078771 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): Loading data parts 2024.05.14 04:13:15.078995 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): There are no data parts 2024.05.14 04:13:15.080174 [ 3 ] {5d996086-2db5-49bf-b38d-eb26b968276e} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.080211 [ 3 ] {} HTTP-Session: ddefbdf2-062f-4433-96ec-a49e173e03c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.080350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.080397 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.080432 [ 3 ] {} HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.080464 [ 3 ] {} HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.080482 [ 3 ] {} HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.080528 [ 3 ] {} HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.080681 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.080730 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.14 04:13:15.082292 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} oximeter.fields_i32 (fbbcb20d-7b3c-4a6e-90d0-e2b432d677bc): Loading data parts 2024.05.14 04:13:15.082474 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} oximeter.fields_i32 (fbbcb20d-7b3c-4a6e-90d0-e2b432d677bc): There are no data parts 2024.05.14 04:13:15.083641 [ 3 ] {09719ef1-dd4a-4585-8b88-97d494028374} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.083686 [ 3 ] {} HTTP-Session: 65b966a2-74e5-4a10-8e40-c8119de56456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.083811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.083875 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.083914 [ 3 ] {} HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.083934 [ 3 ] {} HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.083960 [ 3 ] {} HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.084003 [ 3 ] {} HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.084140 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.084209 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.14 04:13:15.085855 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} oximeter.fields_u32 (9d828e6e-6570-47d5-8f80-032f3f258022): Loading data parts 2024.05.14 04:13:15.086055 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} oximeter.fields_u32 (9d828e6e-6570-47d5-8f80-032f3f258022): There are no data parts 2024.05.14 04:13:15.088449 [ 3 ] {b36dd874-041b-480f-9d87-26048edd6a6c} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.088477 [ 3 ] {} HTTP-Session: 971467e9-5c87-4aa0-a782-3a6c82fdf41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.088618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.088684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.088704 [ 3 ] {} HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.088736 [ 3 ] {} HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.088765 [ 3 ] {} HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.088798 [ 3 ] {} HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.088964 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.089017 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.14 04:13:15.090771 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Loading data parts 2024.05.14 04:13:15.090929 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): There are no data parts 2024.05.14 04:13:15.092391 [ 3 ] {9033175c-a71b-4db3-8fdd-1f87a62ebaec} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.092417 [ 3 ] {} HTTP-Session: e7846b7b-0966-42fa-921d-cd3772670371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.092556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.092619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.092654 [ 3 ] {} HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.092670 [ 3 ] {} HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.092697 [ 3 ] {} HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.092727 [ 3 ] {} HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.092881 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.092949 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.14 04:13:15.094604 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} oximeter.fields_u64 (1ecb27a3-eb9c-437f-8021-b3e9bb9788b9): Loading data parts 2024.05.14 04:13:15.094790 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} oximeter.fields_u64 (1ecb27a3-eb9c-437f-8021-b3e9bb9788b9): There are no data parts 2024.05.14 04:13:15.095944 [ 3 ] {0079dbd4-aecc-4ec1-8c43-494df66a62b4} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.095971 [ 3 ] {} HTTP-Session: 6b334c05-fbc4-47b4-9c70-8be7f609ec97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.096116 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.096166 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.096187 [ 3 ] {} HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.096220 [ 3 ] {} HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.096235 [ 3 ] {} HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.096266 [ 3 ] {} HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.096425 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.096464 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.14 04:13:15.097895 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): Loading data parts 2024.05.14 04:13:15.098050 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): There are no data parts 2024.05.14 04:13:15.099160 [ 3 ] {30e3a981-6cc7-4a65-9afb-906972829e0a} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.099186 [ 3 ] {} HTTP-Session: c9c4fcbe-6919-433f-b801-4ba9f73a2a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.099299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.099348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.099367 [ 3 ] {} HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.099385 [ 3 ] {} HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.099399 [ 3 ] {} HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.099428 [ 3 ] {} HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.099566 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.099606 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.14 04:13:15.101017 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Loading data parts 2024.05.14 04:13:15.101166 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): There are no data parts 2024.05.14 04:13:15.102275 [ 3 ] {95550069-225a-49eb-abc3-247ad1011d1b} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.102305 [ 3 ] {} HTTP-Session: 66ce2cd3-04e3-49f7-a90a-d3ee528772f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.102419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.102469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.102489 [ 3 ] {} HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.102505 [ 3 ] {} HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.102520 [ 3 ] {} HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.102550 [ 3 ] {} HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.102692 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} executeQuery: (from [fd00:1122:3344:101::d]:57487) 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.14 04:13:15.102733 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.14 04:13:15.104153 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Loading data parts 2024.05.14 04:13:15.104359 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): There are no data parts 2024.05.14 04:13:15.105535 [ 3 ] {a389abae-8049-4e3d-a1c1-f00c238c6be1} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.105562 [ 3 ] {} HTTP-Session: 6c5439eb-3dd0-45f2-be38-96421a57c65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.105678 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.105727 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.105747 [ 3 ] {} HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.105765 [ 3 ] {} HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.105780 [ 3 ] {} HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.105811 [ 3 ] {} HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.106026 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} executeQuery: (from [fd00:1122:3344:101::d]:57487) /* 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.14 04:13:15.106085 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.14 04:13:15.107610 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Loading data parts 2024.05.14 04:13:15.107771 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): There are no data parts 2024.05.14 04:13:15.109067 [ 3 ] {f278ac65-3e0a-49bf-a1b9-f61d84ad51c3} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.109094 [ 3 ] {} HTTP-Session: bd3ea021-aeb4-43fe-bb62-adce34100554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.109232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57487, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:15.109283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:15.109303 [ 3 ] {} HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Authenticating user 'default' from [fd00:1122:3344:101::d]:57487 2024.05.14 04:13:15.109321 [ 3 ] {} HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.109335 [ 3 ] {} HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:15.109366 [ 3 ] {} HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:15.109532 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} executeQuery: (from [fd00:1122:3344:101::d]:57487) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.14 04:13:15.111314 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.14 04:13:15.115341 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:15.115377 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2024.05.14 04:13:15.119936 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:15.120977 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} oximeter.version (e88cbde5-f8be-4940-8dff-8e5d05748b78): 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.14 04:13:15.121250 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} executeQuery: Read 1 rows, 16.00 B in 0.011799 sec., 84.75294516484448 rows/sec., 1.32 KiB/sec. 2024.05.14 04:13:15.121410 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} DynamicQueryHandler: Done processing query 2024.05.14 04:13:15.121433 [ 3 ] {89cd8b6b-3f62-4e2b-b97a-0206080cdb46} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.14 04:13:15.121450 [ 3 ] {} HTTP-Session: 6aab20ef-e27b-4f59-b8ae-67f068b9e728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:16.000180 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 172.34 MiB, peak 177.48 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 1.32 MiB 2024.05.14 04:13:29.328673 [ 120 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:13:29.328749 [ 120 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:13:44.328984 [ 90 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:13:44.329705 [ 90 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:13:45.136001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.136118 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.136143 [ 3 ] {} HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.136166 [ 3 ] {} HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.136182 [ 3 ] {} HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.136228 [ 3 ] {} HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.136458 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:13:45.136780 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:13:45.139043 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:13:45.145959 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.145990 [ 3 ] {12eeb59d-0d0a-4ad0-99a0-163e12ec27a9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:13:45.146007 [ 3 ] {} HTTP-Session: e19ab9c9-291e-4104-8cb3-aca50cd93e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.160593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.160663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.160689 [ 3 ] {} HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.160711 [ 3 ] {} HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.160728 [ 3 ] {} HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.160770 [ 3 ] {} HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.160954 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} executeQuery: (from [fd00:1122:3344:101::d]:46248) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:13:45.175090 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:13:45.175158 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:13:45.176255 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.176283 [ 3 ] {e60e6f89-1e30-4f26-8f1d-e2a75ad8219d} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:13:45.176300 [ 3 ] {} HTTP-Session: 86b13169-0f54-4307-8dcb-535c5cd8e595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.178477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.178528 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.178548 [ 3 ] {} HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.178565 [ 3 ] {} HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.178579 [ 3 ] {} HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.178610 [ 3 ] {} HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.178731 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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.14 04:13:45.181101 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:13:45.181168 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:13:45.182239 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.182265 [ 3 ] {27a1edd6-2ac9-41b1-8c74-71b9d6fd1c40} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:13:45.182281 [ 3 ] {} HTTP-Session: ad21302e-9e22-4dcf-878c-c681ee021aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.182509 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.182558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.182577 [ 3 ] {} HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.182594 [ 3 ] {} HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.182608 [ 3 ] {} HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.182638 [ 3 ] {} HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.182758 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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.14 04:13:45.183072 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:13:45.183124 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:13:45.184018 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.184044 [ 3 ] {8fefc6c0-0f1a-4058-bfc0-3f063f209cf3} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:13:45.184061 [ 3 ] {} HTTP-Session: 4aee1ab1-959e-4c9b-bdc6-d9f55ac52e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.184913 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.184962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.184981 [ 3 ] {} HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.184996 [ 3 ] {} HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.185010 [ 3 ] {} HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.185039 [ 3 ] {} HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.185148 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.185194 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:13:45.189297 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.200161 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.200206 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.200939 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.201446 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): 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.14 04:13:45.201582 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} executeQuery: Read 4 rows, 443.00 B in 0.016469 sec., 242.88056348290726 rows/sec., 26.27 KiB/sec. 2024.05.14 04:13:45.201882 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.201908 [ 3 ] {2489f91c-c8e8-4a2b-aac5-6d953535a2b3} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.14 04:13:45.201923 [ 3 ] {} HTTP-Session: 45db280e-3b46-4208-bcbc-f029046a595c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.202029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.202076 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.202095 [ 3 ] {} HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.202111 [ 3 ] {} HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.202125 [ 3 ] {} HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.202154 [ 3 ] {} HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.202255 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.202299 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:13:45.202441 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.208535 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.208569 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.209286 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.210035 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:13:45.210160 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} executeQuery: Read 20 rows, 1.62 KiB in 0.007935 sec., 2520.478890989288 rows/sec., 204.30 KiB/sec. 2024.05.14 04:13:45.210419 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.210444 [ 3 ] {8dd45193-cbec-496d-b18e-0c60983127a8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:13:45.210459 [ 3 ] {} HTTP-Session: 3959516c-80c2-4292-beed-7bb73be681cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.210602 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.210651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.210669 [ 3 ] {} HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.210686 [ 3 ] {} HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.210700 [ 3 ] {} HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.210730 [ 3 ] {} HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.210842 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.210885 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:13:45.211021 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.213260 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.213301 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.213776 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.214288 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:13:45.214405 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} executeQuery: Read 60 rows, 5.38 KiB in 0.003602 sec., 16657.412548584118 rows/sec., 1.46 MiB/sec. 2024.05.14 04:13:45.214555 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.214585 [ 3 ] {cb7cefa0-f222-44e4-9d42-5be6dd1c83cc} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:13:45.214607 [ 3 ] {} HTTP-Session: c4d99814-d1b8-4c18-a29c-2119db87f03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.214753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.214801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.214819 [ 3 ] {} HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.214835 [ 3 ] {} HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.214848 [ 3 ] {} HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.214876 [ 3 ] {} HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.214971 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.215011 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:13:45.215732 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.218796 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.218829 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.221225 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.221985 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:13:45.222108 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} executeQuery: Read 30 rows, 2.42 KiB in 0.007139 sec., 4202.269225381706 rows/sec., 338.29 KiB/sec. 2024.05.14 04:13:45.222348 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.222374 [ 3 ] {d455da3d-fb23-41f9-8dc4-4109f2f1dd84} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:13:45.222389 [ 3 ] {} HTTP-Session: facbf8f4-dcc6-4c83-b296-cfa58f03c20c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.222527 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 21434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.222575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.222594 [ 3 ] {} HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.222613 [ 3 ] {} HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.222626 [ 3 ] {} HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.222656 [ 3 ] {} HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.222844 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.222892 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:13:45.223076 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.223507 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.223542 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.228637 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.229300 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:13:45.229429 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} executeQuery: Read 20 rows, 27.64 KiB in 0.006699 sec., 2985.520226899537 rows/sec., 4.03 MiB/sec. 2024.05.14 04:13:45.229708 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.229736 [ 3 ] {ef2edf25-f621-46bf-bb33-950ed6281be1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:13:45.229752 [ 3 ] {} HTTP-Session: 7f74a0fa-c611-4883-9cd2-28a586c69729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.229874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:45.229923 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:45.229943 [ 3 ] {} HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:45.229960 [ 3 ] {} HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.229974 [ 3 ] {} HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:45.230005 [ 3 ] {} HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:45.230108 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:45.230155 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.14 04:13:45.230298 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:45.230618 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:45.230652 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:45.231221 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:13:45.231850 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): 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.14 04:13:45.231980 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} executeQuery: Read 18 rows, 1.36 KiB in 0.001901 sec., 9468.700683850606 rows/sec., 713.54 KiB/sec. 2024.05.14 04:13:45.232231 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} DynamicQueryHandler: Done processing query 2024.05.14 04:13:45.232257 [ 3 ] {525f04c3-2b8d-4485-b33e-06187b896a03} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:13:45.232273 [ 3 ] {} HTTP-Session: a812818d-7e46-42ec-a911-3c4b750e7780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.123113 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:55.123238 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:55.123263 [ 3 ] {} HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:55.123286 [ 3 ] {} HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.123300 [ 3 ] {} HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.123347 [ 3 ] {} HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:55.123529 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:55.123596 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:13:55.123780 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:55.124175 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:55.124222 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:55.124591 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:13:55.124915 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:13:55.125102 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} executeQuery: Read 21 rows, 1.70 KiB in 0.001624 sec., 12931.034482758621 rows/sec., 1.02 MiB/sec. 2024.05.14 04:13:55.125302 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} DynamicQueryHandler: Done processing query 2024.05.14 04:13:55.125329 [ 3 ] {af39a8e7-a484-485f-8c5b-f60974793a72} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:13:55.125345 [ 3 ] {} HTTP-Session: 7ab91a02-f67d-43fa-9d66-9373bea3f076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.125506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:55.125557 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:55.125577 [ 3 ] {} HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:55.125595 [ 3 ] {} HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.125609 [ 3 ] {} HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.125644 [ 3 ] {} HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:55.125767 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:55.125813 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:13:55.125939 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:55.126279 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:55.126317 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:55.126631 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:13:55.126924 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:13:55.127077 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} executeQuery: Read 63 rows, 5.65 KiB in 0.001348 sec., 46735.905044510386 rows/sec., 4.09 MiB/sec. 2024.05.14 04:13:55.127347 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} DynamicQueryHandler: Done processing query 2024.05.14 04:13:55.127373 [ 3 ] {3a29afb4-2460-4332-8505-c4bf7f397e08} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:13:55.127390 [ 3 ] {} HTTP-Session: 68fcc53c-a8ee-4fa2-8d80-e288e636f8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.127511 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:55.127560 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:55.127581 [ 3 ] {} HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:55.127598 [ 3 ] {} HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.127612 [ 3 ] {} HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.127642 [ 3 ] {} HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:55.127745 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:55.127789 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:13:55.127930 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:55.128236 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:55.128273 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:55.128586 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:13:55.128886 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:13:55.129033 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} executeQuery: Read 21 rows, 1.68 KiB in 0.001311 sec., 16018.306636155605 rows/sec., 1.25 MiB/sec. 2024.05.14 04:13:55.129197 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} DynamicQueryHandler: Done processing query 2024.05.14 04:13:55.129222 [ 3 ] {440c5f27-baf9-4a61-b39d-abc35093e368} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:13:55.129238 [ 3 ] {} HTTP-Session: a7e24fe4-c929-4845-b3ad-405b8a864d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.129405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 22505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:13:55.129453 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:13:55.129472 [ 3 ] {} HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:13:55.129488 [ 3 ] {} HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.129502 [ 3 ] {} HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:55.129531 [ 3 ] {} HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:13:55.129724 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:13:55.129772 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:13:55.129927 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:13:55.130337 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:13:55.130372 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2024.05.14 04:13:55.130778 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:13:55.131119 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:13:55.131269 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} executeQuery: Read 21 rows, 29.02 KiB in 0.001661 sec., 12642.986152919928 rows/sec., 17.06 MiB/sec. 2024.05.14 04:13:55.131547 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} DynamicQueryHandler: Done processing query 2024.05.14 04:13:55.131572 [ 3 ] {45027ab2-b9c7-4723-b9dd-5183595b533f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:13:55.131588 [ 3 ] {} HTTP-Session: 591b02ea-7e5d-4f3e-a13f-2b2ca99c81e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:13:59.329756 [ 26 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:13:59.329815 [ 26 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:14:05.123267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:05.123405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:05.123431 [ 3 ] {} HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:05.123455 [ 3 ] {} HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.123470 [ 3 ] {} HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.123518 [ 3 ] {} HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:05.123701 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:05.123768 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:05.123961 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:05.124378 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:05.124423 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:05.124791 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:05.125141 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:05.125328 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} executeQuery: Read 22 rows, 1.78 KiB in 0.001675 sec., 13134.328358208955 rows/sec., 1.04 MiB/sec. 2024.05.14 04:14:05.125663 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} DynamicQueryHandler: Done processing query 2024.05.14 04:14:05.125691 [ 3 ] {f3ac7d68-33d2-47d4-8a6c-9999ba4455b9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:05.125707 [ 3 ] {} HTTP-Session: 9119cfa1-ee62-4970-af1f-3f18222dce77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.125845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:05.125904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:05.125924 [ 3 ] {} HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:05.125942 [ 3 ] {} HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.125956 [ 3 ] {} HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.125992 [ 3 ] {} HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:05.126120 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:05.126170 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:05.126314 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:05.126646 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:05.126685 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:05.127020 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:05.127335 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:05.127491 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} executeQuery: Read 66 rows, 5.92 KiB in 0.001409 sec., 46841.73172462739 rows/sec., 4.10 MiB/sec. 2024.05.14 04:14:05.127667 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} DynamicQueryHandler: Done processing query 2024.05.14 04:14:05.127692 [ 3 ] {4d232969-2d01-4dc1-9dad-b4245daf4c2d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:14:05.127709 [ 3 ] {} HTTP-Session: dbf3b0bf-11af-4d94-94a6-ed190b4b14cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.127826 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:05.127877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:05.127894 [ 3 ] {} HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:05.127910 [ 3 ] {} HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.127923 [ 3 ] {} HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.127952 [ 3 ] {} HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:05.128051 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:05.128093 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:05.128209 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:05.128498 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:05.128533 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:05.128927 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:05.129254 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:05.129381 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} executeQuery: Read 22 rows, 1.76 KiB in 0.00134 sec., 16417.910447761195 rows/sec., 1.28 MiB/sec. 2024.05.14 04:14:05.129575 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} DynamicQueryHandler: Done processing query 2024.05.14 04:14:05.129600 [ 3 ] {cbc71297-a7b9-4ef3-a79d-8d8ed8a226bc} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:05.129616 [ 3 ] {} HTTP-Session: 5b9d5bdb-677d-4ad5-b193-c1ed005f18f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.129753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:05.129806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:05.129825 [ 3 ] {} HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:05.129841 [ 3 ] {} HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.129855 [ 3 ] {} HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:05.129887 [ 3 ] {} HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:05.130090 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:05.130139 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:05.130301 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:05.130724 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:05.130760 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:05.131179 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:05.131526 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:05.131669 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} executeQuery: Read 22 rows, 30.40 KiB in 0.001698 sec., 12956.419316843345 rows/sec., 17.48 MiB/sec. 2024.05.14 04:14:05.131854 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} DynamicQueryHandler: Done processing query 2024.05.14 04:14:05.131880 [ 3 ] {b53575dd-e2c3-4456-b22c-c2e97dbd37fd} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:05.131896 [ 3 ] {} HTTP-Session: f7856a5f-3bfe-4b00-bae6-5d55bb1511b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:14.330082 [ 58 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:14:14.330164 [ 58 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:14:15.123571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:15.123743 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:15.123786 [ 3 ] {} HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:15.123823 [ 3 ] {} HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.123850 [ 3 ] {} HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.123924 [ 3 ] {} HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:15.124110 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:15.124175 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:15.124354 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:15.124879 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:15.124922 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:15.125290 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:15.125625 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:15.125783 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} executeQuery: Read 22 rows, 1.78 KiB in 0.001726 sec., 12746.234067207415 rows/sec., 1.01 MiB/sec. 2024.05.14 04:14:15.126099 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} DynamicQueryHandler: Done processing query 2024.05.14 04:14:15.126128 [ 3 ] {8a338ed7-fd5e-4f5a-802b-46d0eed20072} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:15.126145 [ 3 ] {} HTTP-Session: 000ab008-b132-42f3-9f3c-09b691f6df26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.126316 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:15.126375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:15.126395 [ 3 ] {} HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:15.126413 [ 3 ] {} HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.126427 [ 3 ] {} HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.126461 [ 3 ] {} HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:15.126590 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:15.126638 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:15.126785 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:15.127167 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:15.127207 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:15.127521 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:15.127824 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:15.127982 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} executeQuery: Read 66 rows, 5.92 KiB in 0.00143 sec., 46153.84615384615 rows/sec., 4.04 MiB/sec. 2024.05.14 04:14:15.128377 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} DynamicQueryHandler: Done processing query 2024.05.14 04:14:15.128404 [ 3 ] {6d33a032-0237-4f29-b0b5-a9e32f0170d8} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:14:15.128421 [ 3 ] {} HTTP-Session: ad8a6e2b-108c-40b3-8580-478aaf19f395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.128540 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:15.128594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:15.128614 [ 3 ] {} HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:15.128630 [ 3 ] {} HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.128644 [ 3 ] {} HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.128675 [ 3 ] {} HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:15.128781 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:15.128827 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:15.128974 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:15.129335 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:15.129372 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:15.129678 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:15.129998 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:15.130156 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} executeQuery: Read 22 rows, 1.76 KiB in 0.001402 sec., 15691.868758915834 rows/sec., 1.23 MiB/sec. 2024.05.14 04:14:15.130571 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} DynamicQueryHandler: Done processing query 2024.05.14 04:14:15.130598 [ 3 ] {9e555183-864c-4567-bbb1-ee77b3f80c2d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:15.130616 [ 3 ] {} HTTP-Session: 95ccfafc-53e4-46d4-ad48-9c84e0b71681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.130785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:15.130837 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:15.130856 [ 3 ] {} HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:15.130873 [ 3 ] {} HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.130886 [ 3 ] {} HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:15.130916 [ 3 ] {} HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:15.131121 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:15.131172 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:15.131341 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:15.131809 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:15.131847 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:15.132264 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:15.132623 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:15.132774 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} executeQuery: Read 22 rows, 30.40 KiB in 0.001772 sec., 12415.349887133183 rows/sec., 16.75 MiB/sec. 2024.05.14 04:14:15.133249 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} DynamicQueryHandler: Done processing query 2024.05.14 04:14:15.133275 [ 3 ] {d461c84e-e7a1-4a78-aff2-83011f0a9835} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:15.133291 [ 3 ] {} HTTP-Session: 398e73ed-2918-4ff8-9a97-61da3f13e5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.123944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:25.124069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:25.124093 [ 3 ] {} HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:25.124116 [ 3 ] {} HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.124130 [ 3 ] {} HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.124178 [ 3 ] {} HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:25.124373 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:25.124445 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:25.124640 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:25.125142 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:25.125194 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:25.125653 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:25.126063 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:25.126216 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} executeQuery: Read 22 rows, 1.78 KiB in 0.001904 sec., 11554.621848739494 rows/sec., 936.56 KiB/sec. 2024.05.14 04:14:25.126463 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} DynamicQueryHandler: Done processing query 2024.05.14 04:14:25.126490 [ 3 ] {d4e3362a-28c0-4302-af18-54044b4febb0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:25.126507 [ 3 ] {} HTTP-Session: 2a02ad9f-2f3d-4c3a-8f93-d36517b2f07e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.126667 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 9964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:25.126721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:25.126741 [ 3 ] {} HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:25.126758 [ 3 ] {} HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.126771 [ 3 ] {} HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.126805 [ 3 ] {} HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:25.126926 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:25.126974 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:25.127115 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:25.127518 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:25.127562 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:25.127873 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:25.128291 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:25.128447 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} executeQuery: Read 66 rows, 5.92 KiB in 0.001565 sec., 42172.52396166134 rows/sec., 3.69 MiB/sec. 2024.05.14 04:14:25.128619 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} DynamicQueryHandler: Done processing query 2024.05.14 04:14:25.128644 [ 3 ] {eb299691-c09d-4a38-a94f-314027df796e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:14:25.128660 [ 3 ] {} HTTP-Session: 941af512-66e9-4f4d-b7f2-b4e2fe7536eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.128786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:25.128846 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:25.128865 [ 3 ] {} HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:25.128882 [ 3 ] {} HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.128896 [ 3 ] {} HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.128926 [ 3 ] {} HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:25.129028 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:25.129071 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:25.129200 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:25.129568 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:25.129614 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:25.130006 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:25.130341 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:25.130473 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} executeQuery: Read 22 rows, 1.76 KiB in 0.001473 sec., 14935.505770536322 rows/sec., 1.17 MiB/sec. 2024.05.14 04:14:25.130640 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} DynamicQueryHandler: Done processing query 2024.05.14 04:14:25.130665 [ 3 ] {45e8a9b0-9261-49a1-8263-3553460f3b71} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:25.130681 [ 3 ] {} HTTP-Session: 7ce98661-a29d-43e4-a220-31a58415c518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.130853 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:25.130903 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:25.130923 [ 3 ] {} HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:25.130940 [ 3 ] {} HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.130954 [ 3 ] {} HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:25.130984 [ 3 ] {} HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:25.131192 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:25.131241 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:25.131399 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:25.131853 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:25.131888 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:25.132369 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:25.132751 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:25.132877 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} executeQuery: Read 22 rows, 30.40 KiB in 0.001816 sec., 12114.537444933922 rows/sec., 16.35 MiB/sec. 2024.05.14 04:14:25.133053 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} DynamicQueryHandler: Done processing query 2024.05.14 04:14:25.133078 [ 3 ] {c3fcb7b6-ad1b-41e5-a452-f8094d14238e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:25.133096 [ 3 ] {} HTTP-Session: a6615a3f-d52e-4ff1-a7a1-5dea66569de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:29.330216 [ 64 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:14:29.330269 [ 64 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:14:35.123642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.123776 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.123805 [ 3 ] {} HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.123832 [ 3 ] {} HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.123851 [ 3 ] {} HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.123903 [ 3 ] {} HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.124132 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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.14 04:14:35.126660 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.14 04:14:35.130649 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} 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.14 04:14:35.130911 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.136745 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:14:35.142779 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.05.14 04:14:35.147758 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.14 04:14:35.149668 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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.14 04:14:35.149697 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.14 04:14:35.151788 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} 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.14 04:14:35.151847 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.14 04:14:35.177240 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} executeQuery: Read 4 rows, 189.00 B in 0.0532 sec., 75.18796992481204 rows/sec., 3.47 KiB/sec. 2024.05.14 04:14:35.177527 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.177554 [ 3 ] {3ea816f8-2c4f-4d45-add4-241f3b990373} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:14:35.177572 [ 3 ] {} HTTP-Session: 2c4eb495-8a4e-46a2-b42e-a643e52c9019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.177865 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.177921 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.177942 [ 3 ] {} HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.177961 [ 3 ] {} HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.177975 [ 3 ] {} HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.178012 [ 3 ] {} HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.178158 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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.14 04:14:35.178405 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.14 04:14:35.178440 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} 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.14 04:14:35.178644 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.178710 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:14:35.178852 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.05.14 04:14:35.178886 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.14 04:14:35.178910 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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.14 04:14:35.178927 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.14 04:14:35.178966 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} 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.14 04:14:35.178986 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.14 04:14:35.179812 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} executeQuery: Read 4 rows, 189.00 B in 0.001715 sec., 2332.3615160349855 rows/sec., 107.62 KiB/sec. 2024.05.14 04:14:35.180044 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.180069 [ 3 ] {2d3301ff-39d1-4597-afa8-661ecfe00537} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:14:35.180085 [ 3 ] {} HTTP-Session: 33e8cf5d-f57c-4d09-8904-e2f105e10bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.180359 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.180407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.180427 [ 3 ] {} HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.180444 [ 3 ] {} HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.180457 [ 3 ] {} HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.180488 [ 3 ] {} HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.180615 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:14:35.180845 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.14 04:14:35.180879 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} 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', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.14 04:14:35.181081 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.181147 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:14:35.181284 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.05.14 04:14:35.181316 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.14 04:14:35.181339 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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.14 04:14:35.181355 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.14 04:14:35.181394 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} 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', 'static_routing_config:static_routes'))" 2024.05.14 04:14:35.181413 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.14 04:14:35.182243 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} executeQuery: Read 4 rows, 189.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 109.80 KiB/sec. 2024.05.14 04:14:35.182467 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.182492 [ 3 ] {beb8484b-776f-4504-a918-f3f0963e7a07} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:14:35.182508 [ 3 ] {} HTTP-Session: 9c47745c-ef86-4a98-b3dc-914604c14f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.182697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.182747 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.182769 [ 3 ] {} HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.182785 [ 3 ] {} HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.182798 [ 3 ] {} HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.182828 [ 3 ] {} HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.182955 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:14:35.183191 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.14 04:14:35.183225 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.14 04:14:35.183432 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.183500 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:14:35.183636 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.05.14 04:14:35.183670 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.14 04:14:35.183694 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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.14 04:14:35.183711 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.14 04:14:35.183751 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2024.05.14 04:14:35.183772 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.14 04:14:35.184646 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} executeQuery: Read 4 rows, 189.00 B in 0.001742 sec., 2296.211251435132 rows/sec., 105.95 KiB/sec. 2024.05.14 04:14:35.184864 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.184888 [ 3 ] {140dcb8c-f479-4114-beaa-1bc5e1ec6a93} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:14:35.184905 [ 3 ] {} HTTP-Session: 34b9afa9-e037-4dc7-bbfa-6f881ecfb6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.185100 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.185148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.185167 [ 3 ] {} HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.185185 [ 3 ] {} HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.185201 [ 3 ] {} HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.185231 [ 3 ] {} HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.185358 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} executeQuery: (from [fd00:1122:3344:101::d]:46248) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.14 04:14:35.185591 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.14 04:14:35.185626 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.14 04:14:35.185839 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.185905 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.14 04:14:35.186041 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.05.14 04:14:35.186075 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.14 04:14:35.186098 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (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.14 04:14:35.186113 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.14 04:14:35.186152 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.14 04:14:35.186173 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.14 04:14:35.187072 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} executeQuery: Read 4 rows, 189.00 B in 0.001766 sec., 2265.0056625141565 rows/sec., 104.51 KiB/sec. 2024.05.14 04:14:35.187311 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.187338 [ 3 ] {2c6dd155-48d4-4f44-ab9e-b06e7e289da7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.14 04:14:35.187354 [ 3 ] {} HTTP-Session: 3e240b1d-0f8c-4f94-ba94-003fcfb1e4ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.187488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.187541 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.187563 [ 3 ] {} HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.187580 [ 3 ] {} HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.187594 [ 3 ] {} HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.187624 [ 3 ] {} HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.187742 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.187789 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.14 04:14:35.187951 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.188245 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.188286 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.188828 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:14:35.189154 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} oximeter.timeseries_schema (b10f7cfb-c29d-47f8-8d18-c0afaed93d7d): 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.14 04:14:35.189306 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} executeQuery: Read 5 rows, 753.00 B in 0.001603 sec., 3119.151590767311 rows/sec., 458.73 KiB/sec. 2024.05.14 04:14:35.189595 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.189620 [ 3 ] {25658fb2-f72a-46ba-8fe7-d0862cfda45d} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.14 04:14:35.189638 [ 3 ] {} HTTP-Session: dd46a6ea-eb28-4159-8669-f3efc714a196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.189753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.189803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.189823 [ 3 ] {} HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.189839 [ 3 ] {} HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.189854 [ 3 ] {} HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.189885 [ 3 ] {} HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.189995 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.190040 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:35.190187 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.190498 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.190537 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.190875 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:14:35.191187 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:35.191335 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} executeQuery: Read 22 rows, 1.78 KiB in 0.001363 sec., 16140.865737344093 rows/sec., 1.28 MiB/sec. 2024.05.14 04:14:35.191344 [ 78 ] {} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:14:35.191452 [ 78 ] {} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.191492 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.191578 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.191646 [ 3 ] {982a0e3c-3450-494a-9823-664b5c4736e2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:35.191770 [ 3 ] {} HTTP-Session: 53626d41-15a5-44da-87a6-5eff244c4730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.191974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.192027 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.192047 [ 3 ] {} HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.192065 [ 3 ] {} HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.192079 [ 3 ] {} HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.192112 [ 3 ] {} HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.192214 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.192261 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.14 04:14:35.192427 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.192701 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.192738 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.193085 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:14:35.193405 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} oximeter.fields_ipaddr (22c071ed-9c1b-4c7c-8236-197663b09bdc): 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.14 04:14:35.193553 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} executeQuery: Read 2 rows, 167.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 120.00 KiB/sec. 2024.05.14 04:14:35.193836 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.193864 [ 3 ] {b0eef640-c3b1-4913-9161-e3ed3c5451e0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:35.193882 [ 3 ] {} HTTP-Session: 713333ab-0ed4-412e-9b9d-bce6aafd2e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.194013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.194065 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.194084 [ 3 ] {} HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.194101 [ 3 ] {} HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.194115 [ 3 ] {} HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.194147 [ 3 ] {} HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.194290 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.194335 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:35.194480 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.194804 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.194842 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.195197 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:14:35.195518 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:35.195697 [ 78 ] {} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:14:35.195699 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} executeQuery: Read 71 rows, 6.33 KiB in 0.001457 sec., 48730.26767330131 rows/sec., 4.24 MiB/sec. 2024.05.14 04:14:35.195755 [ 78 ] {} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.195810 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.196016 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.196070 [ 3 ] {752018b4-6ab5-4ad4-8df1-6d28c628f547} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.14 04:14:35.196109 [ 3 ] {} HTTP-Session: 87bb8a09-bc69-42e6-ae6b-0ff52a70e697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.196246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.196296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.196316 [ 3 ] {} HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.196333 [ 3 ] {} HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.196347 [ 3 ] {} HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.196377 [ 3 ] {} HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.196486 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.196532 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.14 04:14:35.196676 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.197866 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.197867 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.198117 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:14:35.198185 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:14:35.198250 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.198254 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.198488 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.198763 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.200363 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.200370 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.201053 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.201243 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.201639 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:14:35.202163 [ 190 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 71 rows starting from the beginning of the part 2024.05.14 04:14:35.202185 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.202223 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.202292 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.202856 [ 203 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:14:35.204518 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:14:35.206501 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} oximeter.fields_u16 (dc75c8a1-6d10-48bd-82ab-2d65873e44c2): 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.14 04:14:35.207190 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} executeQuery: Read 2 rows, 143.00 B in 0.010686 sec., 187.16077110237694 rows/sec., 13.07 KiB/sec. 2024.05.14 04:14:35.207917 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.208009 [ 3 ] {5bc4d32a-c814-473e-9dbd-b6e3c6fcd79b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:35.208086 [ 3 ] {} HTTP-Session: 9b7331c0-020a-4379-8cd2-1a7936010a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.208163 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.01224377 sec., 32016.282566562426 rows/sec., 2.80 MiB/sec. 2024.05.14 04:14:35.208365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.208502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.208520 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:14:35.208601 [ 3 ] {} HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.208702 [ 3 ] {} HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.208779 [ 3 ] {} HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.208942 [ 3 ] {} HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.209495 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.209664 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:35.209711 [ 187 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.018097678 sec., 7127.986253264093 rows/sec., 577.76 KiB/sec. 2024.05.14 04:14:35.210029 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:14:35.210159 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:35.210405 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.210636 [ 189 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_6_1} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:14:35.210967 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.14 04:14:35.211315 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:35.211333 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.211383 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.211419 [ 197 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_6_1} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:14:35.211518 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.14 04:14:35.211759 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:14:35.212084 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:35.212242 [ 78 ] {} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:14:35.212242 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} executeQuery: Read 32 rows, 2.57 KiB in 0.002997 sec., 10677.344010677343 rows/sec., 856.65 KiB/sec. 2024.05.14 04:14:35.212294 [ 78 ] {} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.212357 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.212563 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.212600 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.212645 [ 3 ] {c63c2d2b-2324-4318-a5ea-158d71368fe4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:35.212696 [ 3 ] {} HTTP-Session: e314f31c-4989-40bc-9672-5cab3c5e96b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.212803 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:14:35.212841 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.212885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.213019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.213060 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.213101 [ 3 ] {} HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.213172 [ 3 ] {} HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.213268 [ 3 ] {} HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.213431 [ 3 ] {} HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.213446 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.213664 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.213747 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.213969 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:14:35.213998 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:14:35.214324 [ 187 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2024.05.14 04:14:35.215095 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.215932 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.216014 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.217144 [ 197 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680805 sec., 31832.131438929846 rows/sec., 2.49 MiB/sec. 2024.05.14 04:14:35.217193 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:14:35.217334 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:14:35.218022 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:14:35.218278 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:35.218344 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} executeQuery: Read 3 rows, 228.00 B in 0.004718 sec., 635.862653666808 rows/sec., 47.19 KiB/sec. 2024.05.14 04:14:35.218569 [ 189 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_6_1} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:14:35.218761 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.14 04:14:35.218840 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.218871 [ 3 ] {b95de732-90e2-4373-9682-6f2aa72a8b38} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:35.218888 [ 3 ] {} HTTP-Session: 962d22f9-e1a0-41b2-8a10-a20b9f48482e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.219064 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.219115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.219136 [ 3 ] {} HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.219154 [ 3 ] {} HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.219168 [ 3 ] {} HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.219200 [ 3 ] {} HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.219611 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.219666 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:35.219851 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.220332 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.220369 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.220812 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:14:35.221218 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:35.221390 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} executeQuery: Read 22 rows, 30.40 KiB in 0.002095 sec., 10501.193317422434 rows/sec., 14.17 MiB/sec. 2024.05.14 04:14:35.221399 [ 78 ] {} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:14:35.221496 [ 78 ] {} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.221564 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.221715 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.221790 [ 3 ] {79079c6e-e2ee-4a47-b56f-2ece7b1280a1} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:35.221843 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.221857 [ 3 ] {} HTTP-Session: cd833890-e49e-49db-8500-fc85c54f2ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.222065 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:35.222109 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:14:35.222134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:35.222149 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.222164 [ 3 ] {} HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:35.222183 [ 3 ] {} HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.222201 [ 3 ] {} HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.222283 [ 3 ] {} HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:35.222291 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.222448 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.222519 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:35.222735 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:14:35.222794 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.223007 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.223243 [ 197 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:14:35.223407 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:35.223957 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:35.224002 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:35.224593 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.14 04:14:35.225055 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:14:35.225194 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} executeQuery: Read 2 rows, 129.00 B in 0.002799 sec., 714.5409074669525 rows/sec., 45.01 KiB/sec. 2024.05.14 04:14:35.225443 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} DynamicQueryHandler: Done processing query 2024.05.14 04:14:35.225468 [ 3 ] {a85bd201-4d7e-4017-b326-72af1933c157} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:35.225483 [ 3 ] {} HTTP-Session: b0839fdd-24eb-4eff-9032-4f4290294793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:35.228262 [ 201 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 6 columns (6 merged, 0 gathered) in 0.006608995 sec., 19518.85271512537 rows/sec., 26.34 MiB/sec. 2024.05.14 04:14:35.228611 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:14:35.229119 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:35.229211 [ 200 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_6_1} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:14:35.229320 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2024.05.14 04:14:36.000203 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 176.60 MiB, peak 187.89 MiB, free memory in arenas 0.00 B, will set to 178.48 MiB (RSS), difference: 1.87 MiB 2024.05.14 04:14:40.124588 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.124725 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.124755 [ 3 ] {} HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.124782 [ 3 ] {} HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.124800 [ 3 ] {} HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.124856 [ 3 ] {} HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.125039 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.125105 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:40.125290 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.125718 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.125761 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.126134 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.14 04:14:40.126474 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:40.126642 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} executeQuery: Read 7 rows, 581.00 B in 0.001648 sec., 4247.572815533981 rows/sec., 344.29 KiB/sec. 2024.05.14 04:14:40.126854 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.126880 [ 3 ] {9bb01dc3-71ac-4b0c-b44f-f789a8c97e4b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:40.126898 [ 3 ] {} HTTP-Session: 74083218-e85d-4119-bbee-0971c288eea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.127026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.127085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.127106 [ 3 ] {} HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.127124 [ 3 ] {} HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.127138 [ 3 ] {} HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.127173 [ 3 ] {} HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.127282 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.127327 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:40.127459 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.127772 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.127809 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.128123 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.14 04:14:40.128444 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:40.128599 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} executeQuery: Read 25 rows, 2.31 KiB in 0.001347 sec., 18559.76243504083 rows/sec., 1.68 MiB/sec. 2024.05.14 04:14:40.128766 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.128791 [ 3 ] {b711a1d3-de0d-481b-8a00-e50442c82df3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:40.128808 [ 3 ] {} HTTP-Session: c900d2b8-0c8b-473d-bf36-35d53fb6171d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.128929 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 4124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.128981 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.129000 [ 3 ] {} HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.129017 [ 3 ] {} HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.129031 [ 3 ] {} HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.129062 [ 3 ] {} HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.129166 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.129209 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:40.129335 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.129634 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.129671 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.129980 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.14 04:14:40.130292 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:40.130440 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} executeQuery: Read 24 rows, 1.93 KiB in 0.001297 sec., 18504.240555127217 rows/sec., 1.45 MiB/sec. 2024.05.14 04:14:40.130604 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.130629 [ 3 ] {a9033e9c-6c0f-4f77-a9aa-0c203bb2534a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:40.130646 [ 3 ] {} HTTP-Session: 32eece2f-c66d-4236-aae0-3f347af934b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.130763 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.130814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.130833 [ 3 ] {} HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.130850 [ 3 ] {} HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.130864 [ 3 ] {} HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.130897 [ 3 ] {} HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.130995 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.131042 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:14:40.131187 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.131466 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.131503 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.131870 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:14:40.132206 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:14:40.132373 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} executeQuery: Read 10 rows, 780.00 B in 0.001405 sec., 7117.437722419929 rows/sec., 542.15 KiB/sec. 2024.05.14 04:14:40.132546 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.132571 [ 3 ] {0f076873-50cb-4680-ac3b-b75ba614cc5d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:40.132588 [ 3 ] {} HTTP-Session: 99790ba8-c30c-4590-b584-52753c03e638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.132721 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.132770 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.132790 [ 3 ] {} HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.132806 [ 3 ] {} HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.132820 [ 3 ] {} HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.132849 [ 3 ] {} HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.132987 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.133034 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:40.133197 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.133540 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.133576 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.133966 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.14 04:14:40.134306 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:40.134453 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} executeQuery: Read 7 rows, 9.67 KiB in 0.001523 sec., 4596.191726854891 rows/sec., 6.20 MiB/sec. 2024.05.14 04:14:40.134624 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.134648 [ 3 ] {656ac48a-7b7e-4935-8b09-14854ec70ee5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:14:40.134664 [ 3 ] {} HTTP-Session: 11d592c6-3a19-41a2-bc2d-efaab269fe28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.134779 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.134828 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.134846 [ 3 ] {} HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.134862 [ 3 ] {} HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.134876 [ 3 ] {} HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.134906 [ 3 ] {} HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.135004 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.135047 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.14 04:14:40.135172 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.135425 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.135461 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.135808 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:14:40.136123 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} oximeter.measurements_i64 (e3e8e149-e0af-490a-a0f4-4a6be143cd9d): 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.14 04:14:40.136272 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} executeQuery: Read 9 rows, 651.00 B in 0.001286 sec., 6998.444790046656 rows/sec., 494.36 KiB/sec. 2024.05.14 04:14:40.136531 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.136556 [ 3 ] {e4834f7b-162d-4303-879b-712cd509bf35} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:40.136573 [ 3 ] {} HTTP-Session: 3c532737-8a7e-44d4-bfef-2dea4ade44ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.136679 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:40.136726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:40.136744 [ 3 ] {} HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:40.136760 [ 3 ] {} HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.136774 [ 3 ] {} HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:40.136803 [ 3 ] {} HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:40.136902 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:40.136946 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:14:40.137088 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:40.137351 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:40.137386 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:40.137735 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.14 04:14:40.138074 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:14:40.138220 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} executeQuery: Read 10 rows, 645.00 B in 0.001339 sec., 7468.259895444362 rows/sec., 470.41 KiB/sec. 2024.05.14 04:14:40.138480 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} DynamicQueryHandler: Done processing query 2024.05.14 04:14:40.138512 [ 3 ] {ddc12a94-9034-4f8f-bc97-6482d826ce6c} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:40.138529 [ 3 ] {} HTTP-Session: 60f77f45-fb18-444e-b45f-54a7c6c650de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:44.330514 [ 79 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:14:44.330574 [ 79 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:14:45.124885 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.125003 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.125028 [ 3 ] {} HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.125051 [ 3 ] {} HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.125066 [ 3 ] {} HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.125112 [ 3 ] {} HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.125316 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.125389 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:45.125575 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.125994 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.126036 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.126418 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.14 04:14:45.126755 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:45.126929 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} executeQuery: Read 22 rows, 1.78 KiB in 0.001669 sec., 13181.545835829838 rows/sec., 1.04 MiB/sec. 2024.05.14 04:14:45.127142 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.127171 [ 3 ] {877c4a68-87c2-453b-a350-d9b33b828920} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:45.127187 [ 3 ] {} HTTP-Session: c975a969-5a1a-49c5-b244-7170b3d1ea28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.127327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.127387 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.127406 [ 3 ] {} HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.127425 [ 3 ] {} HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.127440 [ 3 ] {} HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.127476 [ 3 ] {} HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.127602 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.127650 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:45.127784 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.128125 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.128164 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.128480 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.14 04:14:45.128793 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:45.128951 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} executeQuery: Read 70 rows, 6.25 KiB in 0.001384 sec., 50578.03468208092 rows/sec., 4.41 MiB/sec. 2024.05.14 04:14:45.129121 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.129147 [ 3 ] {536336a7-70e8-411e-a08a-83dfc0fdff4d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.14 04:14:45.129164 [ 3 ] {} HTTP-Session: 41cddcdc-0ccd-4fab-8785-722626142116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.129284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.129338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.129358 [ 3 ] {} HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.129374 [ 3 ] {} HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.129388 [ 3 ] {} HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.129419 [ 3 ] {} HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.129530 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.129574 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:45.129699 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.130005 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.130042 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.130349 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.14 04:14:45.130653 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:45.130816 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} executeQuery: Read 30 rows, 2.40 KiB in 0.00132 sec., 22727.272727272728 rows/sec., 1.78 MiB/sec. 2024.05.14 04:14:45.131019 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.131045 [ 3 ] {d77ac6e4-0e13-43e5-8c8f-bfe93b4bbd38} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:45.131063 [ 3 ] {} HTTP-Session: 33c2d00b-1778-4d18-a7a9-19edd625860d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.131184 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.131231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.131249 [ 3 ] {} HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.131265 [ 3 ] {} HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.131277 [ 3 ] {} HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.131306 [ 3 ] {} HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.131403 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.131451 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:14:45.131586 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.131852 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.131885 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.132315 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:45.132663 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:14:45.132819 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} executeQuery: Read 10 rows, 780.00 B in 0.001415 sec., 7067.137809187279 rows/sec., 538.32 KiB/sec. 2024.05.14 04:14:45.132995 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.133021 [ 3 ] {94fcf95b-c659-4364-b6a2-11ec8a034237} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:45.133038 [ 3 ] {} HTTP-Session: bec7407e-b786-455b-a300-c74347cb3a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.133199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.133250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.133270 [ 3 ] {} HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.133287 [ 3 ] {} HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.133301 [ 3 ] {} HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.133331 [ 3 ] {} HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.133538 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.133585 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:45.133747 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.134165 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.134201 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.134631 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.14 04:14:45.134966 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:45.135126 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} executeQuery: Read 22 rows, 30.40 KiB in 0.001712 sec., 12850.467289719627 rows/sec., 17.34 MiB/sec. 2024.05.14 04:14:45.135303 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.135328 [ 3 ] {58fe7941-f3eb-489c-905e-af58455d4dc0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:45.135344 [ 3 ] {} HTTP-Session: 22cad480-c596-4527-825f-3d03219452dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.135459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:45.135509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:45.135529 [ 3 ] {} HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:45.135545 [ 3 ] {} HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.135559 [ 3 ] {} HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:45.135588 [ 3 ] {} HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:45.135685 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:45.135730 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:14:45.135855 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:45.136133 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:45.136173 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:45.136528 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.14 04:14:45.136855 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:14:45.137014 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} executeQuery: Read 10 rows, 645.00 B in 0.001351 sec., 7401.924500370096 rows/sec., 466.23 KiB/sec. 2024.05.14 04:14:45.137218 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} DynamicQueryHandler: Done processing query 2024.05.14 04:14:45.137242 [ 3 ] {918621b0-8884-47a3-8dc5-dd4881a51db0} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:45.137259 [ 3 ] {} HTTP-Session: 4544bc81-e597-45e4-bc67-6bed41dc0590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.124275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.124390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.124414 [ 3 ] {} HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.124437 [ 3 ] {} HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.124452 [ 3 ] {} HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.124498 [ 3 ] {} HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.124664 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.124724 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:50.124899 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.125327 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.125368 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.125730 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.14 04:14:50.126058 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:50.126199 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} executeQuery: Read 7 rows, 581.00 B in 0.001581 sec., 4427.577482605946 rows/sec., 358.88 KiB/sec. 2024.05.14 04:14:50.126400 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.126427 [ 3 ] {0f756201-3607-41a8-a63e-4f869e7e3b35} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:50.126444 [ 3 ] {} HTTP-Session: a97138d7-473c-4a00-8fa1-ee78a77cd5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.126561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.126620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.126640 [ 3 ] {} HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.126658 [ 3 ] {} HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.126672 [ 3 ] {} HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.126708 [ 3 ] {} HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.126817 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.126861 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:50.126986 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.127298 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.127335 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.127646 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.14 04:14:50.127949 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:50.128070 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} executeQuery: Read 25 rows, 2.31 KiB in 0.001286 sec., 19440.12441679627 rows/sec., 1.76 MiB/sec. 2024.05.14 04:14:50.128264 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.128290 [ 3 ] {f0b7c3f9-ffe4-410c-b9b7-7152108b6c29} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:50.128307 [ 3 ] {} HTTP-Session: 468f446a-869e-42bb-a951-e4850ac8f279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.128425 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.128477 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.128496 [ 3 ] {} HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.128512 [ 3 ] {} HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.128526 [ 3 ] {} HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.128557 [ 3 ] {} HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.128657 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.128701 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:50.128823 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.129105 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.129141 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.129447 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.14 04:14:50.129754 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:50.129876 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} executeQuery: Read 15 rows, 1.20 KiB in 0.001247 sec., 12028.869286287088 rows/sec., 964.82 KiB/sec. 2024.05.14 04:14:50.130077 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.130104 [ 3 ] {ab551a22-da61-4044-a68d-69b14b102833} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:50.130120 [ 3 ] {} HTTP-Session: 3c840597-d06b-4621-8457-605767817a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.130236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.130286 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.130305 [ 3 ] {} HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.130321 [ 3 ] {} HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.130335 [ 3 ] {} HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.130365 [ 3 ] {} HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.130463 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.130510 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:14:50.130649 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.130938 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.130973 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.131344 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:50.131688 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:14:50.131814 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} executeQuery: Read 10 rows, 780.00 B in 0.001379 sec., 7251.631617113851 rows/sec., 552.37 KiB/sec. 2024.05.14 04:14:50.131977 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.132000 [ 3 ] {d464f7a2-0408-45ed-8629-bde2b459c2e8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:50.132018 [ 3 ] {} HTTP-Session: 6ddbc234-b8e9-4391-8f55-35f48f8914cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.132163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.132217 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.132237 [ 3 ] {} HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.132253 [ 3 ] {} HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.132267 [ 3 ] {} HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.132296 [ 3 ] {} HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.132427 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.132474 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:50.132628 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.132957 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.132993 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.133392 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.14 04:14:50.133730 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:50.133855 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} executeQuery: Read 7 rows, 9.67 KiB in 0.001487 sec., 4707.464694014795 rows/sec., 6.35 MiB/sec. 2024.05.14 04:14:50.134089 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.134114 [ 3 ] {8fcf6bc6-c162-4b14-b194-bd6fb2220131} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:14:50.134131 [ 3 ] {} HTTP-Session: 3c9c781c-0f8d-4e58-99a2-7e910f94d77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.134239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:50.134288 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:50.134308 [ 3 ] {} HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:50.134324 [ 3 ] {} HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.134338 [ 3 ] {} HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:50.134369 [ 3 ] {} HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:50.134468 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:50.134511 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:14:50.134636 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:50.134896 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:50.134931 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:50.135358 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.14 04:14:50.135782 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:14:50.135905 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} executeQuery: Read 10 rows, 645.00 B in 0.001464 sec., 6830.601092896175 rows/sec., 430.25 KiB/sec. 2024.05.14 04:14:50.136067 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} DynamicQueryHandler: Done processing query 2024.05.14 04:14:50.136092 [ 3 ] {faf6533c-4309-4a57-ba03-6a1b0419d49a} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:50.136108 [ 3 ] {} HTTP-Session: 54b81e77-5b60-4d7b-8bff-55cb55acaa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.124571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.124701 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.124726 [ 3 ] {} HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.124750 [ 3 ] {} HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.124765 [ 3 ] {} HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.124811 [ 3 ] {} HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.125002 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.125069 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:14:55.125258 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.125697 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.125742 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.126204 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.14 04:14:55.126551 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:14:55.126729 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} executeQuery: Read 22 rows, 1.78 KiB in 0.001782 sec., 12345.67901234568 rows/sec., 1000.68 KiB/sec. 2024.05.14 04:14:55.126954 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.126981 [ 3 ] {1ca121c8-c0cc-4a39-9b38-43f1e775166c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:55.126998 [ 3 ] {} HTTP-Session: 357a28e5-c1bb-46ec-9dcf-4180aa3487d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.127146 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 10543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.127204 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.127225 [ 3 ] {} HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.127244 [ 3 ] {} HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.127259 [ 3 ] {} HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.127294 [ 3 ] {} HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.127422 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.127470 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:14:55.127602 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.127956 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.127995 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.128328 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.14 04:14:55.128648 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:14:55.128790 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} executeQuery: Read 70 rows, 6.25 KiB in 0.001413 sec., 49539.98584571833 rows/sec., 4.32 MiB/sec. 2024.05.14 04:14:55.129001 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.129026 [ 3 ] {fba1d33f-a89a-4a2e-b1d6-caa91cbb8d19} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.14 04:14:55.129043 [ 3 ] {} HTTP-Session: 8b494d65-628f-4dd4-bdfa-e7f84ca8a8e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.129181 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 5136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.129231 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.129250 [ 3 ] {} HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.129268 [ 3 ] {} HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.129289 [ 3 ] {} HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.129320 [ 3 ] {} HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.129429 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.129473 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:14:55.129598 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.129940 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.129977 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.130292 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.14 04:14:55.130611 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:14:55.130785 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} executeQuery: Read 30 rows, 2.40 KiB in 0.001385 sec., 21660.649819494585 rows/sec., 1.70 MiB/sec. 2024.05.14 04:14:55.130955 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.130980 [ 3 ] {f314ca17-7367-413a-8c8a-d93407544d34} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:14:55.130996 [ 3 ] {} HTTP-Session: ab875c7f-da6d-4ea3-a202-dd3d0adb2f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.131108 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.131157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.131175 [ 3 ] {} HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.131191 [ 3 ] {} HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.131205 [ 3 ] {} HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.131234 [ 3 ] {} HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.131334 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.131381 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:14:55.131527 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.131824 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.131861 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.132318 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:55.132741 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:14:55.132937 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} executeQuery: Read 10 rows, 780.00 B in 0.001621 sec., 6169.031462060457 rows/sec., 469.91 KiB/sec. 2024.05.14 04:14:55.133154 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.133180 [ 3 ] {001be4fb-fd77-4f90-af96-b46f96437fe9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:14:55.133196 [ 3 ] {} HTTP-Session: 7365f6b8-868e-4ec6-a3a4-7a010fd84076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.133369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 23576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.133428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.133457 [ 3 ] {} HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.133482 [ 3 ] {} HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.133504 [ 3 ] {} HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.133545 [ 3 ] {} HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.133877 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.133929 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:14:55.134104 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.134665 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.134713 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.135166 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.14 04:14:55.135608 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:14:55.135793 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} executeQuery: Read 22 rows, 30.40 KiB in 0.002139 sec., 10285.179990649836 rows/sec., 13.88 MiB/sec. 2024.05.14 04:14:55.136108 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.136148 [ 3 ] {769e7bb7-bf7d-4ece-be37-c09975812ed6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.14 04:14:55.136172 [ 3 ] {} HTTP-Session: ea4223f2-7281-48c4-952c-f7638c159c25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.136312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:14:55.136364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:14:55.136383 [ 3 ] {} HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:14:55.136400 [ 3 ] {} HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.136414 [ 3 ] {} HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:55.136443 [ 3 ] {} HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:14:55.136545 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:14:55.136591 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:14:55.136734 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:14:55.137023 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:14:55.137060 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2024.05.14 04:14:55.137430 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.14 04:14:55.137753 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:14:55.137916 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} executeQuery: Read 10 rows, 645.00 B in 0.001388 sec., 7204.610951008646 rows/sec., 453.81 KiB/sec. 2024.05.14 04:14:55.138172 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} DynamicQueryHandler: Done processing query 2024.05.14 04:14:55.138198 [ 3 ] {dc9118fc-0a6b-4dd0-b54b-f40728baafa4} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:14:55.138214 [ 3 ] {} HTTP-Session: fe1326a8-507d-475a-82e8-9b4c4d9881cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:14:59.330634 [ 52 ] {} DNSResolver: Updating DNS cache 2024.05.14 04:14:59.330698 [ 52 ] {} DNSResolver: Updated DNS cache 2024.05.14 04:15:00.124202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.124344 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.124379 [ 3 ] {} HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.124413 [ 3 ] {} HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.124438 [ 3 ] {} HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.124502 [ 3 ] {} HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.124731 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.124818 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.14 04:15:00.125068 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.125522 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.125566 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.126024 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.14 04:15:00.126504 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:15:00.126664 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} executeQuery: Read 7 rows, 581.00 B in 0.002008 sec., 3486.0557768924305 rows/sec., 282.56 KiB/sec. 2024.05.14 04:15:00.126700 [ 52 ] {} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.14 04:15:00.126796 [ 52 ] {} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.126840 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.126977 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.127050 [ 3 ] {ccb980f9-2093-43d2-a2f7-9c1144599867} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:15:00.127086 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.127091 [ 3 ] {} HTTP-Session: 058963ae-b853-4e18-93d5-f91f0590ee69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.127313 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 3887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.127326 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.127364 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.127375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.127404 [ 3 ] {} HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.127428 [ 3 ] {} HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.127454 [ 3 ] {} HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.127499 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.127519 [ 3 ] {} HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.127606 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.127805 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.127995 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.128001 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.14 04:15:00.128247 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.128467 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::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.14 04:15:00.128908 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.129414 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.129456 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.129944 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.14 04:15:00.130321 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 4 columns (4 merged, 0 gathered) in 0.003401109 sec., 25579.891735313395 rows/sec., 2.02 MiB/sec. 2024.05.14 04:15:00.130481 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.14 04:15:00.130489 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:15:00.130724 [ 52 ] {} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.14 04:15:00.130743 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} executeQuery: Read 25 rows, 2.31 KiB in 0.003087 sec., 8098.4774862325885 rows/sec., 749.43 KiB/sec. 2024.05.14 04:15:00.130851 [ 52 ] {} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.131042 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.131273 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.131310 [ 3 ] {c7017107-e539-4228-8b05-a5724f2d55ff} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.14 04:15:00.131314 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::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.14 04:15:00.131332 [ 3 ] {} HTTP-Session: a93a4e05-cde9-48e2-af55-4148635eda39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.131483 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463): 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.14 04:15:00.131499 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.131507 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.131564 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part 2024.05.14 04:15:00.131590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.131600 [ 193 ] {e95e7cee-aee3-4dd2-b291-5ec4d46ca463::all_1_11_2} oximeter.fields_i64 (e95e7cee-aee3-4dd2-b291-5ec4d46ca463) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.14 04:15:00.131634 [ 3 ] {} HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.131728 [ 3 ] {} HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.131815 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.14 04:15:00.131818 [ 3 ] {} HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.131832 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part 2024.05.14 04:15:00.131907 [ 3 ] {} HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.131961 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part 2024.05.14 04:15:00.132108 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part 2024.05.14 04:15:00.132204 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.132435 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.14 04:15:00.132454 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 70 rows starting from the beginning of the part 2024.05.14 04:15:00.132655 [ 201 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part 2024.05.14 04:15:00.133423 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.133955 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.134004 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.134464 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.14 04:15:00.134745 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521332 sec., 81219.26589142972 rows/sec., 7.15 MiB/sec. 2024.05.14 04:15:00.134956 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:15:00.135030 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.14 04:15:00.135195 [ 52 ] {} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.14 04:15:00.135278 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} executeQuery: Read 15 rows, 1.20 KiB in 0.003189 sec., 4703.668861712135 rows/sec., 377.27 KiB/sec. 2024.05.14 04:15:00.135287 [ 52 ] {} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.135394 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.135883 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::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.14 04:15:00.135958 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.136069 [ 3 ] {f7ebf62d-ed3c-486d-8484-fa8aa6348dce} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:15:00.136134 [ 3 ] {} HTTP-Session: 7a26ce46-4fb4-4886-b715-56440ef38fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.136294 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.136394 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part 2024.05.14 04:15:00.136417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.136434 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b): 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.14 04:15:00.136580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.136708 [ 3 ] {} HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.136751 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2024.05.14 04:15:00.136796 [ 3 ] {} HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.136833 [ 195 ] {ea26d226-8f30-468f-b73e-814b31b2f89b::all_1_11_2} oximeter.fields_string (ea26d226-8f30-468f-b73e-814b31b2f89b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.14 04:15:00.136898 [ 3 ] {} HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.137095 [ 3 ] {} HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.137323 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2024.05.14 04:15:00.137325 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.05.14 04:15:00.137568 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.137624 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part 2024.05.14 04:15:00.137743 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.14 04:15:00.137975 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2024.05.14 04:15:00.138352 [ 199 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part 2024.05.14 04:15:00.138809 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.139599 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.139663 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.140829 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:15:00.141072 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005488692 sec., 28422.072143964357 rows/sec., 2.23 MiB/sec. 2024.05.14 04:15:00.141380 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.14 04:15:00.141559 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:15:00.141846 [ 52 ] {} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:15:00.142014 [ 52 ] {} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.142034 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} executeQuery: Read 10 rows, 780.00 B in 0.004615 sec., 2166.8472372697724 rows/sec., 165.05 KiB/sec. 2024.05.14 04:15:00.142070 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.142696 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::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.14 04:15:00.142886 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.142952 [ 3 ] {2bcc3ca1-d714-4c5b-bec5-a36e8438cf79} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.14 04:15:00.143010 [ 3 ] {} HTTP-Session: 98108967-ef1b-4c26-8fc9-842164d758ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.143080 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2): 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.14 04:15:00.143269 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.143283 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 7548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.143395 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 3 rows starting from the beginning of the part 2024.05.14 04:15:00.143422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.143467 [ 3 ] {} HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.143512 [ 3 ] {} HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.143550 [ 196 ] {2f9a79b0-af90-4012-baf4-dd30c9d001c2::all_1_11_2} oximeter.fields_uuid (2f9a79b0-af90-4012-baf4-dd30c9d001c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.14 04:15:00.143586 [ 3 ] {} HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.143774 [ 3 ] {} HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.143799 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.144153 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.144325 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.14 04:15:00.144357 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.144523 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.144584 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.14 04:15:00.144937 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.145267 [ 194 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.146003 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.146758 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.146813 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.148011 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.14 04:15:00.148264 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 53 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010412 sec., 8818.031110013757 rows/sec., 670.71 KiB/sec. 2024.05.14 04:15:00.148462 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:15:00.148592 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:15:00.148850 [ 52 ] {} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.14 04:15:00.148922 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} executeQuery: Read 7 rows, 9.67 KiB in 0.004832 sec., 1448.6754966887415 rows/sec., 1.95 MiB/sec. 2024.05.14 04:15:00.149007 [ 52 ] {} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.149154 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.149496 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.149569 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143): 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.14 04:15:00.149593 [ 3 ] {bd354137-4453-4f0e-80e8-9ccf121278ac} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.14 04:15:00.149675 [ 3 ] {} HTTP-Session: 1a189246-efb3-4a60-a8c7-5e5db165c3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.149930 [ 186 ] {eceb4515-b054-4108-bd78-791836cbd143::all_1_6_1} oximeter.measurements_cumulativeu64 (eceb4515-b054-4108-bd78-791836cbd143) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:15:00.149959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46248, User-Agent: (none), Length: 1512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.14 04:15:00.150150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.14 04:15:00.150164 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.150202 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.14 04:15:00.150203 [ 3 ] {} HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46248 2024.05.14 04:15:00.150288 [ 3 ] {} HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.150315 [ 3 ] {} HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.150390 [ 3 ] {} HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.14 04:15:00.150625 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.150660 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} executeQuery: (from [fd00:1122:3344:101::d]:46248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.14 04:15:00.150704 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.150754 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.14 04:15:00.151058 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.151424 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.151801 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.151920 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} ParallelParsingInputFormat: Parallel parsing is used 2024.05.14 04:15:00.152181 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.152683 [ 192 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::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.14 04:15:00.153174 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.153245 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.154044 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.14 04:15:00.155092 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:15:00.155399 [ 52 ] {} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.14 04:15:00.155495 [ 52 ] {} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.14 04:15:00.155486 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} executeQuery: Read 10 rows, 645.00 B in 0.0049 sec., 2040.8163265306123 rows/sec., 128.55 KiB/sec. 2024.05.14 04:15:00.155581 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2024.05.14 04:15:00.156113 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} DynamicQueryHandler: Done processing query 2024.05.14 04:15:00.156142 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::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.14 04:15:00.156305 [ 3 ] {f38666be-c293-4c23-be06-a3d4aa595d16} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.14 04:15:00.156336 [ 3 ] {} HTTP-Session: a80ccb9a-894e-4b96-92fe-26e292d91db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.14 04:15:00.156813 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.14 04:15:00.156879 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.05.14 04:15:00.156913 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 6 columns (6 merged, 0 gathered) in 0.007583505 sec., 25581.838477063047 rows/sec., 34.52 MiB/sec. 2024.05.14 04:15:00.157064 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.157187 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.157285 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.157505 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.157609 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.14 04:15:00.157666 [ 186 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2024.05.14 04:15:00.159021 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388): 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.14 04:15:00.159232 [ 187 ] {09928621-9c87-4157-8dc9-56bf2d5b5388::all_1_11_2} oximeter.measurements_histogramf64 (09928621-9c87-4157-8dc9-56bf2d5b5388) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.14 04:15:00.159441 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.05.14 04:15:00.159797 [ 189 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.004007251 sec., 12976.476891514907 rows/sec., 817.37 KiB/sec. 2024.05.14 04:15:00.159962 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.14 04:15:00.160491 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc): 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.14 04:15:00.160581 [ 203 ] {906d6861-2715-406b-9070-bd8757f5e7fc::all_1_6_1} oximeter.measurements_u64 (906d6861-2715-406b-9070-bd8757f5e7fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.14 04:15:00.160677 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.