[ May 31 00:14:26 Enabled. ] [ May 31 00:14:26 Rereading configuration. ] [ May 31 00:14:29 Rereading configuration. ] [ May 31 00:14:37 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 31 00:14:37 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.31 00:14:38.040870 [ 1 ] {} Application: Will watch for the process with pid 24372 2024.05.31 00:14:38.041532 [ 1 ] {} Application: Forked a child process to watch 2024.05.31 00:14:38.527474 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 24372 2024.05.31 00:14:38.528525 [ 1 ] {} Application: starting up 2024.05.31 00:14:38.529559 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.31 00:14:38.638953 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.31 00:14:38.670365 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.31 00:14:38.670450 [ 1 ] {} Application: Initializing DateLUT. 2024.05.31 00:14:38.670484 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.31 00:14:38.670609 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.31 00:14:38.671541 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.31 00:14:38.673797 [ 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.31 00:14:38.674580 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.31 00:14:38.675867 [ 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.31 00:14:38.675985 [ 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.31 00:14:38.676008 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.31 00:14:38.676271 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.31 00:14:38.677505 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.31 00:14:38.685401 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.31 00:14:38.686735 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.31 00:14:38.688843 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.31 00:14:38.688983 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.31 00:14:38.691262 [ 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.31 00:14:38.691717 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.31 00:14:38.697241 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.31 00:14:38.697926 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.31 00:14:38.699617 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.31 00:14:38.700032 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.31 00:14:38.700420 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.31 00:14:38.700780 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.31 00:14:38.702687 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.31 00:14:38.702717 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.31 00:14:38.702795 [ 121 ] {} DNSResolver: Updating DNS cache 2024.05.31 00:14:38.702980 [ 121 ] {} DNSResolver: Updated DNS cache 2024.05.31 00:14:38.717291 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.31 00:14:38.717355 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000183345 sec 2024.05.31 00:14:38.717395 [ 1 ] {} ReferentialDeps: No tables 2024.05.31 00:14:38.717407 [ 1 ] {} LoadingDeps: No tables 2024.05.31 00:14:38.718600 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.31 00:14:38.719715 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.31 00:14:38.719766 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.31 00:14:38.719798 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.31 00:14:38.719839 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.31 00:14:38.719853 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.31 00:14:38.719910 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.31 00:14:38.719923 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.31 00:14:38.719963 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.31 00:14:38.720020 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.31 00:14:38.720034 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.31 00:14:38.720071 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.31 00:14:38.720111 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.31 00:14:38.720144 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.31 00:14:38.720184 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.31 00:14:38.720225 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.31 00:14:38.720254 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.31 00:14:38.720293 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.31 00:14:38.760669 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.31 00:14:38.764855 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.31 00:14:38.764918 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.0843e-05 sec 2024.05.31 00:14:38.764935 [ 1 ] {} ReferentialDeps: No tables 2024.05.31 00:14:38.764979 [ 1 ] {} LoadingDeps: No tables 2024.05.31 00:14:38.765004 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.31 00:14:38.765226 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.31 00:14:38.765293 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.31 00:14:38.765307 [ 1 ] {} Application: Loaded metadata. 2024.05.31 00:14:38.765344 [ 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.31 00:14:38.765355 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.31 00:14:38.821891 [ 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.31 00:14:39.033946 [ 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.31 00:14:39.034045 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.31 00:14:39.089775 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.31 00:14:39.090033 [ 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.21 MiB 2024.05.31 00:14:39.091009 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3291e-05 sec. 2024.05.31 00:14:39.091405 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.31 00:14:39.091491 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.31 00:14:39.091545 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.31 00:14:39.091590 [ 1 ] {} Application: Ready for connections. 2024.05.31 00:14:39.092523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.092771 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.092836 [ 3 ] {} HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.092870 [ 3 ] {} HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.092916 [ 3 ] {} HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.093033 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.31 00:14:39.093070 [ 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.31 00:14:39.093144 [ 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.31 00:14:39.093236 [ 3 ] {} HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.094483 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} executeQuery: (from [fd00:1122:3344:101::d]:43561) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.31 00:14:39.132758 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43561) (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.31 00:14:39.133156 [ 3 ] {4747f749-15f4-4f1a-a652-0ac6ca6c44ef} 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.31 00:14:39.134955 [ 3 ] {} HTTP-Session: 07229c31-892b-4eeb-a53a-ea87dbc32ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.135390 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.135466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.135577 [ 3 ] {} HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.135645 [ 3 ] {} HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.135659 [ 3 ] {} HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.135731 [ 3 ] {} HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.137195 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} executeQuery: (from [fd00:1122:3344:101::d]:43561) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.31 00:14:39.137373 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.31 00:14:39.139729 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.31 00:14:39.143079 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:39.149694 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.149801 [ 3 ] {3fdb4194-7943-4f63-8deb-35278a1d8825} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:39.149879 [ 3 ] {} HTTP-Session: af7c71b4-4cdc-448a-9dfa-c650d21fcfc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.156179 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.156265 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.156313 [ 3 ] {} HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.156330 [ 3 ] {} HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.156368 [ 3 ] {} HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.156430 [ 3 ] {} HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.156596 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} executeQuery: (from [fd00:1122:3344:101::d]:43561) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.31 00:14:39.156972 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43561) (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.31 00:14:39.157236 [ 3 ] {c992d2b2-68a6-459c-a7ca-3b93b8928d2d} 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.31 00:14:39.157521 [ 3 ] {} HTTP-Session: fc91af9f-262b-4271-aedf-6d3b408229b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.160512 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.160624 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.160652 [ 3 ] {} HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.160700 [ 3 ] {} HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.160747 [ 3 ] {} HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.160779 [ 3 ] {} HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.160978 [ 3 ] {266eccba-aeef-426b-bc89-dc0319c100fa} executeQuery: (from [fd00:1122:3344:101::d]:43561) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.31 00:14:39.161170 [ 3 ] {266eccba-aeef-426b-bc89-dc0319c100fa} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.161199 [ 3 ] {} HTTP-Session: 6c02db77-67cd-4c52-94e9-28530356a832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.161382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.161466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.161514 [ 3 ] {} HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.161533 [ 3 ] {} HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.161577 [ 3 ] {} HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.161638 [ 3 ] {} HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.161807 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} executeQuery: (from [fd00:1122:3344:101::d]:43561) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.31 00:14:39.161870 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.31 00:14:39.163889 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.31 00:14:39.163959 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1912e-05 sec 2024.05.31 00:14:39.163974 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} ReferentialDeps: No tables 2024.05.31 00:14:39.164018 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} LoadingDeps: No tables 2024.05.31 00:14:39.164040 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} DatabaseAtomic (oximeter): Starting up tables. 2024.05.31 00:14:39.164198 [ 3 ] {8e6f2ba1-a30a-4f00-9860-7c369640726b} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.164221 [ 3 ] {} HTTP-Session: a32d4cde-c7bb-4021-8e57-7004f163aee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.164401 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.164481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.164501 [ 3 ] {} HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.164555 [ 3 ] {} HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.164615 [ 3 ] {} HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.164645 [ 3 ] {} HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.164814 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.164892 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.31 00:14:39.169646 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.31 00:14:39.170966 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): Loading data parts 2024.05.31 00:14:39.171347 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): There are no data parts 2024.05.31 00:14:39.174025 [ 3 ] {40162dd7-f58e-443a-a321-692f154ed290} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.174050 [ 3 ] {} HTTP-Session: 5a66ea2d-4bdf-49c5-80b1-e14272146477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.174249 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.174324 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.174379 [ 3 ] {} HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.174395 [ 3 ] {} HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.174434 [ 3 ] {} HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.174497 [ 3 ] {} HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.174693 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.174800 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.31 00:14:39.182076 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} oximeter.measurements_bool (2ca9deb4-ea96-4939-b5fb-27d9eef25de3): Loading data parts 2024.05.31 00:14:39.182242 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} oximeter.measurements_bool (2ca9deb4-ea96-4939-b5fb-27d9eef25de3): There are no data parts 2024.05.31 00:14:39.183597 [ 3 ] {0571ec5f-7b1b-40f1-a895-60882224afbe} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.183622 [ 3 ] {} HTTP-Session: 140aa473-354b-4fa4-9893-fd4b83177e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.183811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.183888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.183930 [ 3 ] {} HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.183947 [ 3 ] {} HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.183993 [ 3 ] {} HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.184053 [ 3 ] {} HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.184259 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.184334 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.31 00:14:39.186250 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} oximeter.measurements_i8 (25d6b1d7-9190-48da-a33c-ca101c8add4d): Loading data parts 2024.05.31 00:14:39.186418 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} oximeter.measurements_i8 (25d6b1d7-9190-48da-a33c-ca101c8add4d): There are no data parts 2024.05.31 00:14:39.187898 [ 3 ] {3d5b08ad-b674-4523-a0ad-2c9348e6d614} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.187959 [ 3 ] {} HTTP-Session: 4c978fc9-1a31-4d6f-b33e-86cf6feeb749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.188075 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.188150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.188199 [ 3 ] {} HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.188214 [ 3 ] {} HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.188253 [ 3 ] {} HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.188311 [ 3 ] {} HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.188481 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.188586 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.31 00:14:39.190347 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} oximeter.measurements_u8 (ca03b35e-d0b1-4c20-8f4c-b9d62d4a6783): Loading data parts 2024.05.31 00:14:39.190538 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} oximeter.measurements_u8 (ca03b35e-d0b1-4c20-8f4c-b9d62d4a6783): There are no data parts 2024.05.31 00:14:39.191953 [ 3 ] {295faff5-db57-4543-b073-486bd5953726} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.191977 [ 3 ] {} HTTP-Session: d1973ba1-ffce-40fe-bdd1-655be6d9ee79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.192125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.192206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.192256 [ 3 ] {} HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.192273 [ 3 ] {} HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.192314 [ 3 ] {} HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.192370 [ 3 ] {} HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.192570 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.192644 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.31 00:14:39.194367 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} oximeter.measurements_i16 (56bcd866-9a43-4d40-bef1-e9e2a9791105): Loading data parts 2024.05.31 00:14:39.194522 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} oximeter.measurements_i16 (56bcd866-9a43-4d40-bef1-e9e2a9791105): There are no data parts 2024.05.31 00:14:39.195885 [ 3 ] {404fff32-eddd-42fd-aba3-09b4b997d858} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.195943 [ 3 ] {} HTTP-Session: f1404013-a8bc-48f3-81b9-6d14e76698e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.196055 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.196131 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.196181 [ 3 ] {} HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.196196 [ 3 ] {} HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.196235 [ 3 ] {} HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.196294 [ 3 ] {} HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.196464 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.196566 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.31 00:14:39.198289 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} oximeter.measurements_u16 (5cea1147-309f-4799-9826-6890fa69d64e): Loading data parts 2024.05.31 00:14:39.198556 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} oximeter.measurements_u16 (5cea1147-309f-4799-9826-6890fa69d64e): There are no data parts 2024.05.31 00:14:39.199850 [ 3 ] {b45702cb-39d6-4726-8696-d955d0eb6a17} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.199910 [ 3 ] {} HTTP-Session: eb708e6d-8bbc-4d65-89af-28976a3f3cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.200037 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.200237 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.200287 [ 3 ] {} HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.200345 [ 3 ] {} HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.200359 [ 3 ] {} HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.200424 [ 3 ] {} HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.200692 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.200802 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.31 00:14:39.203928 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} oximeter.measurements_i32 (19086c35-f31e-4166-bf39-ae1e69e88240): Loading data parts 2024.05.31 00:14:39.204099 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} oximeter.measurements_i32 (19086c35-f31e-4166-bf39-ae1e69e88240): There are no data parts 2024.05.31 00:14:39.206674 [ 3 ] {422a2c94-5da2-4c4d-8709-618551e872b4} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.206734 [ 3 ] {} HTTP-Session: e7f23bef-33b0-4498-bdd9-523a1eebce4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.206854 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.206939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.207027 [ 3 ] {} HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.207043 [ 3 ] {} HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.207097 [ 3 ] {} HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.207150 [ 3 ] {} HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.207351 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.207431 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.31 00:14:39.209095 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} oximeter.measurements_u32 (b98d2c98-7967-4085-8dee-afa429959be3): Loading data parts 2024.05.31 00:14:39.209281 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} oximeter.measurements_u32 (b98d2c98-7967-4085-8dee-afa429959be3): There are no data parts 2024.05.31 00:14:39.210562 [ 3 ] {405c21b7-4da8-4fc9-a62f-5d96231dd2b7} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.210618 [ 3 ] {} HTTP-Session: 21626669-3c76-423b-8864-daf0f1a8d7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.210742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.210822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.210877 [ 3 ] {} HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.210924 [ 3 ] {} HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.210937 [ 3 ] {} HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.210996 [ 3 ] {} HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.211201 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.211307 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.31 00:14:39.214361 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): Loading data parts 2024.05.31 00:14:39.214552 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): There are no data parts 2024.05.31 00:14:39.216117 [ 3 ] {3df9840f-46ad-4f5f-b2c7-65c5214ebb22} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.216176 [ 3 ] {} HTTP-Session: 8f35f3d3-aed2-40e4-b6df-3aa0ce9863d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.216308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.216415 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.216436 [ 3 ] {} HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.216486 [ 3 ] {} HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.216501 [ 3 ] {} HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.216562 [ 3 ] {} HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.216767 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.216845 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.31 00:14:39.218987 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} oximeter.measurements_u64 (e044b586-7b31-42b2-8ece-366d4d3e6a5e): Loading data parts 2024.05.31 00:14:39.219181 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} oximeter.measurements_u64 (e044b586-7b31-42b2-8ece-366d4d3e6a5e): There are no data parts 2024.05.31 00:14:39.220503 [ 3 ] {18ce5ce7-4e24-4308-91bb-f4d5fb0cf089} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.220564 [ 3 ] {} HTTP-Session: 56ebfec1-011e-45a9-8042-cfcf1f7a7220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.220725 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.220771 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.220819 [ 3 ] {} HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.220867 [ 3 ] {} HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.220879 [ 3 ] {} HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.220937 [ 3 ] {} HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.221134 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.221241 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.31 00:14:39.223252 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} oximeter.measurements_f32 (0dc53d8a-615a-41ce-9642-833ade9f04b1): Loading data parts 2024.05.31 00:14:39.223441 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} oximeter.measurements_f32 (0dc53d8a-615a-41ce-9642-833ade9f04b1): There are no data parts 2024.05.31 00:14:39.224735 [ 3 ] {c71a4e0f-c7a5-4718-be39-b64e22d33af1} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.224759 [ 3 ] {} HTTP-Session: bb00149e-2ad6-43ff-82b5-3a9442205e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.224874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.224988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.225008 [ 3 ] {} HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.225054 [ 3 ] {} HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.225097 [ 3 ] {} HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.225126 [ 3 ] {} HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.225321 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.225427 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.31 00:14:39.227396 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): Loading data parts 2024.05.31 00:14:39.227613 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): There are no data parts 2024.05.31 00:14:39.230596 [ 3 ] {78d26b36-f552-40af-938f-ec6717f1469c} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.230656 [ 3 ] {} HTTP-Session: e76aa4bf-2c93-45f8-8b07-70ea55f36444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.230805 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.230881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.230902 [ 3 ] {} HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.230947 [ 3 ] {} HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.230960 [ 3 ] {} HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.231018 [ 3 ] {} HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.231214 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.231317 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.31 00:14:39.233148 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} oximeter.measurements_string (58b5c1de-0536-457a-b5ed-775fcbf42d4a): Loading data parts 2024.05.31 00:14:39.233338 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} oximeter.measurements_string (58b5c1de-0536-457a-b5ed-775fcbf42d4a): There are no data parts 2024.05.31 00:14:39.234669 [ 3 ] {87c924ec-d81e-4cb4-a7f8-2152991465a8} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.234695 [ 3 ] {} HTTP-Session: 913ba51b-cf9a-48cb-af1c-2206049ee02f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.234840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.234918 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.234936 [ 3 ] {} HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.234984 [ 3 ] {} HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.235028 [ 3 ] {} HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.235057 [ 3 ] {} HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.235257 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.235365 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.31 00:14:39.237399 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} oximeter.measurements_bytes (92ddbee1-4e0c-4258-a121-fd5de55a4436): Loading data parts 2024.05.31 00:14:39.237553 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} oximeter.measurements_bytes (92ddbee1-4e0c-4258-a121-fd5de55a4436): There are no data parts 2024.05.31 00:14:39.239732 [ 3 ] {92e5e012-3cfd-4b50-b28c-39a1bc6bf327} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.239763 [ 3 ] {} HTTP-Session: 391cd0ba-366e-4905-ad76-053861fb2b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.239924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.240074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.240130 [ 3 ] {} HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.240152 [ 3 ] {} HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.240207 [ 3 ] {} HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.240244 [ 3 ] {} HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.240480 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.240556 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.31 00:14:39.242837 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} oximeter.measurements_cumulativei64 (0d646dae-3751-4e06-8ea7-5845a97bbe14): Loading data parts 2024.05.31 00:14:39.243026 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} oximeter.measurements_cumulativei64 (0d646dae-3751-4e06-8ea7-5845a97bbe14): There are no data parts 2024.05.31 00:14:39.244850 [ 3 ] {b13fba20-a510-4ef8-be77-20645ddb3eba} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.244912 [ 3 ] {} HTTP-Session: 64cb8b02-9ef8-4592-8895-8678189df1ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.245036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.245148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.245169 [ 3 ] {} HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.245218 [ 3 ] {} HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.245234 [ 3 ] {} HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.245306 [ 3 ] {} HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.245527 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.245650 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.31 00:14:39.248715 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} oximeter.measurements_cumulativeu64 (b1c8eb12-4c2f-4487-9616-7812cf612270): Loading data parts 2024.05.31 00:14:39.248932 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} oximeter.measurements_cumulativeu64 (b1c8eb12-4c2f-4487-9616-7812cf612270): There are no data parts 2024.05.31 00:14:39.251295 [ 3 ] {a656f3ff-202e-4047-9848-67b62d48daa2} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.251322 [ 3 ] {} HTTP-Session: 0ee041e7-f06b-4603-bb7d-a2a14579a9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.251480 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.251559 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.251580 [ 3 ] {} HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.251628 [ 3 ] {} HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.251669 [ 3 ] {} HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.251701 [ 3 ] {} HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.251918 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.252031 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.31 00:14:39.253844 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} oximeter.measurements_cumulativef32 (b48aaeaa-1885-43a9-bdbd-1b6ae48ef7c7): Loading data parts 2024.05.31 00:14:39.254043 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} oximeter.measurements_cumulativef32 (b48aaeaa-1885-43a9-bdbd-1b6ae48ef7c7): There are no data parts 2024.05.31 00:14:39.255281 [ 3 ] {f40d3c72-a0b7-4ca2-9ca1-81eadfe77bc2} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.255341 [ 3 ] {} HTTP-Session: 85fd2989-63c2-4b9a-8091-a269c1035ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.255456 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.255541 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.255656 [ 3 ] {} HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.255703 [ 3 ] {} HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.255716 [ 3 ] {} HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.255778 [ 3 ] {} HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.256002 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.256114 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.31 00:14:39.257986 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} oximeter.measurements_cumulativef64 (6874d417-451c-421e-bbe4-1813bbc0b92f): Loading data parts 2024.05.31 00:14:39.258193 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} oximeter.measurements_cumulativef64 (6874d417-451c-421e-bbe4-1813bbc0b92f): There are no data parts 2024.05.31 00:14:39.259669 [ 3 ] {58111c6f-a266-484e-b4e5-d355c5c4a7a7} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.259695 [ 3 ] {} HTTP-Session: 4d510300-68d0-4d91-98a3-d0e5f71341ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.259839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.259920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.259939 [ 3 ] {} HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.259986 [ 3 ] {} HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.260031 [ 3 ] {} HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.260060 [ 3 ] {} HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.260278 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.260403 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.31 00:14:39.263664 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} oximeter.measurements_histogrami8 (611715b5-94cb-4011-8160-ab96c81f4ee9): Loading data parts 2024.05.31 00:14:39.263831 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} oximeter.measurements_histogrami8 (611715b5-94cb-4011-8160-ab96c81f4ee9): There are no data parts 2024.05.31 00:14:39.267051 [ 3 ] {d46c80c1-8896-447b-bcc0-6667e264cd53} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.267078 [ 3 ] {} HTTP-Session: 7bb3abff-c37f-4392-92ff-46d9ff3778b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.267252 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.267339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.267400 [ 3 ] {} HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.267416 [ 3 ] {} HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.267462 [ 3 ] {} HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.267495 [ 3 ] {} HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.267727 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.267844 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.31 00:14:39.269748 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} oximeter.measurements_histogramu8 (79787055-7cb9-4ce7-8052-b3514a5a226b): Loading data parts 2024.05.31 00:14:39.269949 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} oximeter.measurements_histogramu8 (79787055-7cb9-4ce7-8052-b3514a5a226b): There are no data parts 2024.05.31 00:14:39.271333 [ 3 ] {d54af4c9-9166-4336-8d1e-9bc4a8b65b59} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.271426 [ 3 ] {} HTTP-Session: b4af0898-b08b-4831-819c-681de6c2a8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.271547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.271633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.271685 [ 3 ] {} HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.271733 [ 3 ] {} HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.271746 [ 3 ] {} HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.271804 [ 3 ] {} HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.272030 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.272141 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.31 00:14:39.273925 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} oximeter.measurements_histogrami16 (376d0e50-0a90-4df0-b860-437243d18103): Loading data parts 2024.05.31 00:14:39.274118 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} oximeter.measurements_histogrami16 (376d0e50-0a90-4df0-b860-437243d18103): There are no data parts 2024.05.31 00:14:39.275393 [ 3 ] {204dd5c6-5642-4dbd-8e92-c956f0812063} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.275420 [ 3 ] {} HTTP-Session: 2fe0bbe2-fefc-4e3d-870a-a78ce2fd1092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.275580 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.275660 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.275680 [ 3 ] {} HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.275727 [ 3 ] {} HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.275772 [ 3 ] {} HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.275805 [ 3 ] {} HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.276034 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.276152 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.31 00:14:39.278406 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} oximeter.measurements_histogramu16 (bad093c8-cb1d-47a5-b46c-d3d33deef18f): Loading data parts 2024.05.31 00:14:39.278548 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} oximeter.measurements_histogramu16 (bad093c8-cb1d-47a5-b46c-d3d33deef18f): There are no data parts 2024.05.31 00:14:39.282089 [ 3 ] {9950fb61-dfd2-474a-b944-af37fcd3c4fb} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.282153 [ 3 ] {} HTTP-Session: eb854914-c745-428a-8010-46802ec8f0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.282277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.282355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.282407 [ 3 ] {} HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.282422 [ 3 ] {} HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.282465 [ 3 ] {} HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.282534 [ 3 ] {} HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.282720 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.282839 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.31 00:14:39.284765 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} oximeter.measurements_histogrami32 (748c29b0-2438-4a29-8786-739060d1ade4): Loading data parts 2024.05.31 00:14:39.285034 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} oximeter.measurements_histogrami32 (748c29b0-2438-4a29-8786-739060d1ade4): There are no data parts 2024.05.31 00:14:39.287576 [ 3 ] {21b01115-4e04-4791-8469-e2a22aabe743} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.287636 [ 3 ] {} HTTP-Session: 2564d823-27c7-4508-8787-1b5b57fbe56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.287789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.287869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.287890 [ 3 ] {} HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.287956 [ 3 ] {} HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.287970 [ 3 ] {} HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.288038 [ 3 ] {} HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.288273 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.288386 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.31 00:14:39.290408 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} oximeter.measurements_histogramu32 (f2324cb2-0dd2-4c9b-9681-a6a8a9b9049b): Loading data parts 2024.05.31 00:14:39.290562 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} oximeter.measurements_histogramu32 (f2324cb2-0dd2-4c9b-9681-a6a8a9b9049b): There are no data parts 2024.05.31 00:14:39.292395 [ 3 ] {9d675fba-f647-47a5-ad47-f0780a073346} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.292420 [ 3 ] {} HTTP-Session: 1b01a6d2-7ff1-4ee1-9553-05e675f07944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.292573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.292689 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.292740 [ 3 ] {} HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.292758 [ 3 ] {} HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.292805 [ 3 ] {} HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.292865 [ 3 ] {} HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.293088 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.293205 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.31 00:14:39.295276 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} oximeter.measurements_histogrami64 (1f8f5a63-db94-48b6-b137-f1207d3d192d): Loading data parts 2024.05.31 00:14:39.295458 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} oximeter.measurements_histogrami64 (1f8f5a63-db94-48b6-b137-f1207d3d192d): There are no data parts 2024.05.31 00:14:39.297402 [ 3 ] {dbc23fad-164e-4ae0-8605-acc082690cdb} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.297427 [ 3 ] {} HTTP-Session: 700b706a-cf75-4946-9f6a-56be67ff8a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.297534 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.297704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.297725 [ 3 ] {} HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.297776 [ 3 ] {} HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.297792 [ 3 ] {} HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.297857 [ 3 ] {} HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.298075 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.298192 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.31 00:14:39.301348 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} oximeter.measurements_histogramu64 (d47b757a-bd19-4e4c-8759-154a9da187c1): Loading data parts 2024.05.31 00:14:39.301512 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} oximeter.measurements_histogramu64 (d47b757a-bd19-4e4c-8759-154a9da187c1): There are no data parts 2024.05.31 00:14:39.305436 [ 3 ] {087cfa55-6331-44a0-9727-0327cebf475b} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.305462 [ 3 ] {} HTTP-Session: 48aefaf3-290d-467a-b0fd-31d30ca9be45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.305616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.305695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.305747 [ 3 ] {} HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.305763 [ 3 ] {} HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.305805 [ 3 ] {} HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.305867 [ 3 ] {} HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.306053 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.306165 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.31 00:14:39.308218 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} oximeter.measurements_histogramf32 (c2620641-9786-478a-80cf-ecc5f1a79f1c): Loading data parts 2024.05.31 00:14:39.308404 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} oximeter.measurements_histogramf32 (c2620641-9786-478a-80cf-ecc5f1a79f1c): There are no data parts 2024.05.31 00:14:39.310315 [ 3 ] {02151fb2-91cb-449f-a2df-3d6fa02968eb} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.310376 [ 3 ] {} HTTP-Session: 8060693f-a9fc-4395-9490-8944e89592d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.310593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.310641 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.310697 [ 3 ] {} HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.310749 [ 3 ] {} HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.310763 [ 3 ] {} HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.310826 [ 3 ] {} HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.311053 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.311165 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.31 00:14:39.314794 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): Loading data parts 2024.05.31 00:14:39.314993 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): There are no data parts 2024.05.31 00:14:39.316597 [ 3 ] {f5be77ed-258f-4b10-bd39-946e5d8fd24c} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.316626 [ 3 ] {} HTTP-Session: 9ce6abf3-5ace-4353-be11-8f19a84f7ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.316815 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.316897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.316915 [ 3 ] {} HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.316967 [ 3 ] {} HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.317013 [ 3 ] {} HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.317043 [ 3 ] {} HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.317220 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.317328 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.31 00:14:39.320737 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} oximeter.fields_bool (c722cdb3-923d-41ea-875a-d28ad618194c): Loading data parts 2024.05.31 00:14:39.320943 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} oximeter.fields_bool (c722cdb3-923d-41ea-875a-d28ad618194c): There are no data parts 2024.05.31 00:14:39.323249 [ 3 ] {5bc2c573-cb14-4601-8b4c-73f2146b924b} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.323306 [ 3 ] {} HTTP-Session: 1061ccaa-dbf1-460b-8d64-96098b84a8ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.323461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.323509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.323565 [ 3 ] {} HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.323614 [ 3 ] {} HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.323628 [ 3 ] {} HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.323688 [ 3 ] {} HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.323865 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.323943 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.31 00:14:39.325901 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} oximeter.fields_i8 (4cc19bad-f574-4ef0-aa8e-219b8f7b73eb): Loading data parts 2024.05.31 00:14:39.326063 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} oximeter.fields_i8 (4cc19bad-f574-4ef0-aa8e-219b8f7b73eb): There are no data parts 2024.05.31 00:14:39.327432 [ 3 ] {859bb65a-ec4f-4a60-b628-50d81ec20f42} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.327500 [ 3 ] {} HTTP-Session: 513ade0c-6684-4954-b7e8-ae1ffd8345da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.327623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.327697 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.327747 [ 3 ] {} HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.327763 [ 3 ] {} HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.327872 [ 3 ] {} HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.327935 [ 3 ] {} HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.328075 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.328178 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.31 00:14:39.329870 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} oximeter.fields_u8 (43282278-bcf0-48cc-af5c-f80a2211a7ff): Loading data parts 2024.05.31 00:14:39.330029 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} oximeter.fields_u8 (43282278-bcf0-48cc-af5c-f80a2211a7ff): There are no data parts 2024.05.31 00:14:39.331771 [ 3 ] {96d8b6d9-ca46-4288-b319-9d861c85962f} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.331797 [ 3 ] {} HTTP-Session: 6718781d-ff51-41c1-a4ee-58b8f1fff7f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.331962 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.332053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.332075 [ 3 ] {} HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.332130 [ 3 ] {} HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.332179 [ 3 ] {} HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.332211 [ 3 ] {} HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.332387 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.332493 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.31 00:14:39.334325 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} oximeter.fields_i16 (1af21052-5aad-40da-81eb-d8f3b034e825): Loading data parts 2024.05.31 00:14:39.334476 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} oximeter.fields_i16 (1af21052-5aad-40da-81eb-d8f3b034e825): There are no data parts 2024.05.31 00:14:39.336621 [ 3 ] {1f4a70a1-bd21-4582-ba27-2e87bbc88636} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.336646 [ 3 ] {} HTTP-Session: 80d90e25-b1bf-463a-beed-e9c26c025a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.336856 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.336938 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.336959 [ 3 ] {} HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.337009 [ 3 ] {} HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.337053 [ 3 ] {} HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.337084 [ 3 ] {} HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.337263 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.337367 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.31 00:14:39.340525 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} oximeter.fields_u16 (7999e73d-8c52-4a6c-bd29-9efe50df2d3c): Loading data parts 2024.05.31 00:14:39.340736 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} oximeter.fields_u16 (7999e73d-8c52-4a6c-bd29-9efe50df2d3c): There are no data parts 2024.05.31 00:14:39.342183 [ 3 ] {699d29f4-5e9b-4724-bd2b-f19ca453e045} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.342208 [ 3 ] {} HTTP-Session: 6d9f92b3-ad98-4ef0-ad7f-8d325ee2b5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.342360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.342440 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.342458 [ 3 ] {} HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.342505 [ 3 ] {} HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.342551 [ 3 ] {} HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.342581 [ 3 ] {} HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.342751 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.342888 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.31 00:14:39.344402 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} oximeter.fields_i32 (23b80404-b71a-4f90-a819-67c7718cb3b3): Loading data parts 2024.05.31 00:14:39.344618 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} oximeter.fields_i32 (23b80404-b71a-4f90-a819-67c7718cb3b3): There are no data parts 2024.05.31 00:14:39.345848 [ 3 ] {19ffb380-cefb-47c4-a61d-a838a3b9fe9f} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.345909 [ 3 ] {} HTTP-Session: 44e45501-d547-4f0f-a2ef-897b69cd42bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.346066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.346115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.346166 [ 3 ] {} HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.346217 [ 3 ] {} HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.346231 [ 3 ] {} HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.346293 [ 3 ] {} HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.346470 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.346544 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.31 00:14:39.348322 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): Loading data parts 2024.05.31 00:14:39.348479 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): There are no data parts 2024.05.31 00:14:39.349971 [ 3 ] {96ba7eb4-091f-48cc-89f6-c2410d2a133e} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.350025 [ 3 ] {} HTTP-Session: 08308e34-9184-4f4b-9f0b-8949372087ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.350138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.350226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.350283 [ 3 ] {} HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.350299 [ 3 ] {} HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.350349 [ 3 ] {} HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.350417 [ 3 ] {} HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.350590 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.350666 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.31 00:14:39.353258 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): Loading data parts 2024.05.31 00:14:39.353416 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): There are no data parts 2024.05.31 00:14:39.355960 [ 3 ] {03789774-8bcd-4bcc-afd0-0a451aeee5ed} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.355986 [ 3 ] {} HTTP-Session: b4ffbb49-f476-4171-9aa5-9907e44bd776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.356135 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.356216 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.356267 [ 3 ] {} HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.356284 [ 3 ] {} HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.356332 [ 3 ] {} HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.356393 [ 3 ] {} HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.356569 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.356648 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.31 00:14:39.358443 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} oximeter.fields_u64 (561e05ea-046c-467f-906a-ebf4564b6049): Loading data parts 2024.05.31 00:14:39.358607 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} oximeter.fields_u64 (561e05ea-046c-467f-906a-ebf4564b6049): There are no data parts 2024.05.31 00:14:39.359794 [ 3 ] {551969eb-655c-481f-9638-3e7bbdfa4418} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.359820 [ 3 ] {} HTTP-Session: 76d333b0-add0-4322-8e05-d66041b25cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.360008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.360157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.360179 [ 3 ] {} HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.360195 [ 3 ] {} HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.360245 [ 3 ] {} HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.360278 [ 3 ] {} HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.360416 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.360491 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.31 00:14:39.361987 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} oximeter.fields_ipaddr (344d19af-b4cd-4c0c-86b0-d4edfba73a90): Loading data parts 2024.05.31 00:14:39.362192 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} oximeter.fields_ipaddr (344d19af-b4cd-4c0c-86b0-d4edfba73a90): There are no data parts 2024.05.31 00:14:39.363470 [ 3 ] {9bce11fb-3961-4def-846a-016847655c95} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.363497 [ 3 ] {} HTTP-Session: 1eec6e4b-84c5-44e4-ae1e-3487135aa129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.363616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.363665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.363683 [ 3 ] {} HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.363699 [ 3 ] {} HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.363713 [ 3 ] {} HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.363742 [ 3 ] {} HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.363879 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.363917 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.31 00:14:39.365595 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): Loading data parts 2024.05.31 00:14:39.365749 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): There are no data parts 2024.05.31 00:14:39.367245 [ 3 ] {94ae077a-21a7-42c6-9a00-7bcd550ddb17} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.367271 [ 3 ] {} HTTP-Session: a6b7da2b-a0c0-42fd-b424-8e8aba1614ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.367385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.367434 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.367453 [ 3 ] {} HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.367470 [ 3 ] {} HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.367484 [ 3 ] {} HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.367513 [ 3 ] {} HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.367652 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} executeQuery: (from [fd00:1122:3344:101::d]:43561) 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.31 00:14:39.367690 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.31 00:14:39.370263 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): Loading data parts 2024.05.31 00:14:39.370437 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): There are no data parts 2024.05.31 00:14:39.372419 [ 3 ] {711d390f-8ba9-49b7-b819-677bcb7eecd2} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.372446 [ 3 ] {} HTTP-Session: b532354c-8b35-4dcb-85b1-cae8c743e2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.372561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.372613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.372633 [ 3 ] {} HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.372650 [ 3 ] {} HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.372665 [ 3 ] {} HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.372695 [ 3 ] {} HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.372910 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} executeQuery: (from [fd00:1122:3344:101::d]:43561) /* 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.31 00:14:39.372971 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.31 00:14:39.374829 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): Loading data parts 2024.05.31 00:14:39.375002 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): There are no data parts 2024.05.31 00:14:39.376942 [ 3 ] {457284b2-f261-40cb-8411-32c18b36ad6a} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.376968 [ 3 ] {} HTTP-Session: d810e4a0-b3ad-45c9-8370-0427eedfb560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.377130 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43561, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:39.377180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:39.377200 [ 3 ] {} HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43561 2024.05.31 00:14:39.377216 [ 3 ] {} HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.377231 [ 3 ] {} HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:39.377261 [ 3 ] {} HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:39.377427 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} executeQuery: (from [fd00:1122:3344:101::d]:43561) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.31 00:14:39.379388 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.31 00:14:39.383771 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:39.383808 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2024.05.31 00:14:39.389188 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:39.390571 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} oximeter.version (78bdad75-7f0c-46d6-9dff-594a8d137898): 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.31 00:14:39.390850 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} executeQuery: Read 1 rows, 16.00 B in 0.013504 sec., 74.0521327014218 rows/sec., 1.16 KiB/sec. 2024.05.31 00:14:39.391023 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} DynamicQueryHandler: Done processing query 2024.05.31 00:14:39.391048 [ 3 ] {e4eec21e-2162-4bce-b9d6-c43f7c175949} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.31 00:14:39.391064 [ 3 ] {} HTTP-Session: 2e246e04-8cfe-4e79-be3a-d77c201227b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:40.000196 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.62 MiB, peak 165.76 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 13.04 MiB 2024.05.31 00:14:53.703073 [ 107 ] {} DNSResolver: Updating DNS cache 2024.05.31 00:14:53.703686 [ 107 ] {} DNSResolver: Updated DNS cache 2024.05.31 00:14:59.409636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.409775 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.409804 [ 3 ] {} HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.409829 [ 3 ] {} HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.409844 [ 3 ] {} HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.409894 [ 3 ] {} HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.410127 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.31 00:14:59.412435 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.412650 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:59.417824 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.417861 [ 3 ] {34b45bc7-d54d-4793-97e9-d27ccc53afbf} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:59.417881 [ 3 ] {} HTTP-Session: f355fa77-9b72-4aaf-bf37-493858e456d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.437026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.437133 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.437160 [ 3 ] {} HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.437185 [ 3 ] {} HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.437201 [ 3 ] {} HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.437248 [ 3 ] {} HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.437470 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} executeQuery: (from [fd00:1122:3344:101::d]:60368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.31 00:14:59.460183 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.460287 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:59.463483 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.463515 [ 3 ] {ef813dbe-e688-45a0-8cb2-2c4b74980fce} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:59.463533 [ 3 ] {} HTTP-Session: 5cbafd34-9f55-4770-b8e2-dfc26f4c260a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.463998 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.464063 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.464085 [ 3 ] {} HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.464108 [ 3 ] {} HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.464122 [ 3 ] {} HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.464168 [ 3 ] {} HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.464332 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} executeQuery: (from [fd00:1122:3344:101::d]:60368) 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.31 00:14:59.464788 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.464840 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:59.465810 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.465838 [ 3 ] {9383537a-a0df-4809-856f-d2c78f0deb4a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:59.465855 [ 3 ] {} HTTP-Session: af3b9dc4-28ae-4e0d-bb97-6cc1f5fd05ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.466125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.466176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.466196 [ 3 ] {} HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.466214 [ 3 ] {} HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.466229 [ 3 ] {} HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.466261 [ 3 ] {} HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.466388 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} executeQuery: (from [fd00:1122:3344:101::d]:60368) 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.31 00:14:59.466709 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.466762 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:59.467691 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.467718 [ 3 ] {3b1d6475-7459-41c5-a4c3-55a840d6941e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:59.467738 [ 3 ] {} HTTP-Session: 7e0860fb-a82b-4bb6-8256-e24910979893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.468718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.468768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.468787 [ 3 ] {} HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.468804 [ 3 ] {} HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.468818 [ 3 ] {} HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.468850 [ 3 ] {} HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.468973 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} executeQuery: (from [fd00:1122:3344:101::d]:60368) 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.31 00:14:59.469295 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.469348 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.31 00:14:59.470258 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.470284 [ 3 ] {6bc54ca3-b736-4e08-9523-06315e1f5aea} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.31 00:14:59.470300 [ 3 ] {} HTTP-Session: 6b624888-215e-4a47-9771-83f21b9adac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.470459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.470508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.470527 [ 3 ] {} HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.470545 [ 3 ] {} HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.470559 [ 3 ] {} HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.470590 [ 3 ] {} HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.470699 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.470744 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.31 00:14:59.474784 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.485274 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.485337 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.490312 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.490681 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} oximeter.timeseries_schema (e3bce6b9-1e33-42c8-af41-adc2d119ee78): 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.31 00:14:59.490848 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} executeQuery: Read 5 rows, 549.00 B in 0.020178 sec., 247.794627812469 rows/sec., 26.57 KiB/sec. 2024.05.31 00:14:59.491204 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.491235 [ 3 ] {28154db8-34d5-475c-acb4-e151d21b31a4} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.31 00:14:59.491256 [ 3 ] {} HTTP-Session: 36e3b62d-911f-416a-a3f4-0ff89635e34b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.491413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.491481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.491503 [ 3 ] {} HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.491526 [ 3 ] {} HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.491540 [ 3 ] {} HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.491584 [ 3 ] {} HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.491721 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.491779 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.31 00:14:59.491942 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.503778 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.503833 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.504219 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.504565 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} oximeter.fields_i64 (89edef7e-9a17-4149-85b3-f4d14e0e2cde): 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.31 00:14:59.504740 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} executeQuery: Read 19 rows, 1.54 KiB in 0.013056 sec., 1455.2696078431372 rows/sec., 117.96 KiB/sec. 2024.05.31 00:14:59.505003 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.505036 [ 3 ] {a4502f1c-93c2-4576-80e2-13d26e318462} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.31 00:14:59.505055 [ 3 ] {} HTTP-Session: e32afa37-d3ff-4c40-9b83-e59a33cc54ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.505283 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 8762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.505354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.505375 [ 3 ] {} HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.505396 [ 3 ] {} HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.505411 [ 3 ] {} HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.505458 [ 3 ] {} HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.505605 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.505657 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.31 00:14:59.505794 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.508124 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.508165 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.508489 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.508794 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} oximeter.fields_string (b56e662b-3378-4d8f-bfd0-c84089533f5c): 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.31 00:14:59.508940 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} executeQuery: Read 58 rows, 5.20 KiB in 0.003378 sec., 17169.923031379516 rows/sec., 1.50 MiB/sec. 2024.05.31 00:14:59.509208 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.509234 [ 3 ] {5fe6e5c6-ddf3-497e-aec5-4f9f4d4aca0f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.31 00:14:59.509250 [ 3 ] {} HTTP-Session: 5fb62554-5c89-4506-885c-88d09b009393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.509390 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.509441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.509461 [ 3 ] {} HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.509478 [ 3 ] {} HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.509492 [ 3 ] {} HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.509524 [ 3 ] {} HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.509621 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.509666 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2024.05.31 00:14:59.509812 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.514378 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.514417 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.514734 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.515054 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} oximeter.fields_u32 (6314d608-1ab6-469e-99a6-0283cb02f768): 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.31 00:14:59.515200 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} executeQuery: Read 1 rows, 68.00 B in 0.005595 sec., 178.73100983020552 rows/sec., 11.87 KiB/sec. 2024.05.31 00:14:59.515385 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.515410 [ 3 ] {fa01fa52-cdbb-479f-96c8-db655b3200b7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.31 00:14:59.515426 [ 3 ] {} HTTP-Session: c73adfe5-38ca-4c50-b688-ea6038e99699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.515589 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 5486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.515638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.515657 [ 3 ] {} HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.515675 [ 3 ] {} HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.515689 [ 3 ] {} HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.515720 [ 3 ] {} HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.515827 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.515869 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.31 00:14:59.516550 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.519321 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.519356 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.521808 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.522190 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} oximeter.fields_uuid (8f797fb4-a173-4a10-8b5c-5320f3524b2d): 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.31 00:14:59.522337 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} executeQuery: Read 32 rows, 2.58 KiB in 0.006534 sec., 4897.459442913989 rows/sec., 394.27 KiB/sec. 2024.05.31 00:14:59.522593 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.522620 [ 3 ] {85c25798-ffdd-470c-acb1-a11c8edbd9f5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.31 00:14:59.522636 [ 3 ] {} HTTP-Session: f7463751-bac6-4451-a9ab-e0d0ce521185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.522770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.522820 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.522840 [ 3 ] {} HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.522857 [ 3 ] {} HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.522871 [ 3 ] {} HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.522903 [ 3 ] {} HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.523000 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.523068 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2024.05.31 00:14:59.523234 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.525437 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.525472 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.534288 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.534642 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} oximeter.measurements_f64 (e020aab5-36fc-4ccc-a1fd-2d8e56b765a3): 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.31 00:14:59.534811 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} executeQuery: Read 1 rows, 65.00 B in 0.011826 sec., 84.5594452900389 rows/sec., 5.37 KiB/sec. 2024.05.31 00:14:59.535029 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.535056 [ 3 ] {348190c5-52b2-413c-8b89-f49a453dd160} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.31 00:14:59.535072 [ 3 ] {} HTTP-Session: fbc0d0b6-c690-4dd1-a849-5b3c34adda42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.535314 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 20365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.535375 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.535397 [ 3 ] {} HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.535417 [ 3 ] {} HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.535432 [ 3 ] {} HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.535470 [ 3 ] {} HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.535682 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.535737 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.31 00:14:59.535912 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.536392 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.536430 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.540775 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.541128 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} oximeter.measurements_histogramf64 (482d61b7-3e14-469f-8908-873566317d01): 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.31 00:14:59.541282 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} executeQuery: Read 19 rows, 26.25 KiB in 0.00572 sec., 3321.6783216783215 rows/sec., 4.48 MiB/sec. 2024.05.31 00:14:59.541482 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.541507 [ 3 ] {90e76a90-990e-4971-83ce-2a93737b1918} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.31 00:14:59.541529 [ 3 ] {} HTTP-Session: 0df57df1-3e2d-4577-9adb-4492622d8272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.541705 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60368, User-Agent: (none), Length: 3404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.31 00:14:59.541765 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.31 00:14:59.541785 [ 3 ] {} HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Authenticating user 'default' from [fd00:1122:3344:101::d]:60368 2024.05.31 00:14:59.541805 [ 3 ] {} HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.541821 [ 3 ] {} HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.31 00:14:59.541854 [ 3 ] {} HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.31 00:14:59.541962 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} executeQuery: (from [fd00:1122:3344:101::d]:60368) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.31 00:14:59.542010 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.31 00:14:59.542140 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.31 00:14:59.542542 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.31 00:14:59.542576 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2024.05.31 00:14:59.543055 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.31 00:14:59.543386 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} oximeter.measurements_i64 (054a52d9-2c08-4e73-aeba-62bd31442709): 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.31 00:14:59.543535 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} executeQuery: Read 21 rows, 1.57 KiB in 0.001596 sec., 13157.894736842105 rows/sec., 982.68 KiB/sec. 2024.05.31 00:14:59.543724 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} DynamicQueryHandler: Done processing query 2024.05.31 00:14:59.543749 [ 3 ] {6c74f4db-02ad-4992-bb75-1843fb6b886b} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.31 00:14:59.543766 [ 3 ] {} HTTP-Session: 017ea132-f9c4-451c-a4cf-c71fa38a690b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db