| 1 | [ Oct 9 04:56:29 Enabled. ] | ||
| 2 | [ Oct 9 04:56:29 Rereading configuration. ] | ||
| 3 | [ Oct 9 04:56:31 Rereading configuration. ] | ||
| 4 | [ Oct 9 04:56:36 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Oct 9 04:56:36 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.10.09 04:56:36.860457 [ 1 ] {} <Information> Application: Will watch for the process with pid 23083 | ||
| 29 | 2024.10.09 04:56:36.861050 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.10.09 04:56:37.044190 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23083 | ||
| 31 | 2024.10.09 04:56:37.044888 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.10.09 04:56:37.045589 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.10.09 04:56:37.134586 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.10.09 04:56:37.174779 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.10.09 04:56:37.174837 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.10.09 04:56:37.174853 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.10.09 04:56:37.174931 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.10.09 04:56:37.175364 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.10.09 04:56:37.176959 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.10.09 04:56:37.177583 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.10.09 04:56:37.178373 [ 1 ] {} <Information> 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) | ||
| 44 | 2024.10.09 04:56:37.178395 [ 1 ] {} <Information> 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) | ||
| 45 | 2024.10.09 04:56:37.178410 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.10.09 04:56:37.178593 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.10.09 04:56:37.179631 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.10.09 04:56:37.185392 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.10.09 04:56:37.186226 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.10.09 04:56:37.187549 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.10.09 04:56:37.187616 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.10.09 04:56:37.189159 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.10.09 04:56:37.189470 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.10.09 04:56:37.193770 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.10.09 04:56:37.194059 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.10.09 04:56:37.195699 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.10.09 04:56:37.196089 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.10.09 04:56:37.196439 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.10.09 04:56:37.196865 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.10.09 04:56:37.198280 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.10.09 04:56:37.198306 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.10.09 04:56:37.198364 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.10.09 04:56:37.198467 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.10.09 04:56:37.208386 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.10.09 04:56:37.208408 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150815 sec | ||
| 68 | 2024.10.09 04:56:37.208451 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.10.09 04:56:37.208466 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.10.09 04:56:37.209610 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.10.09 04:56:37.210680 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.10.09 04:56:37.223950 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.10.09 04:56:37.223995 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.10.09 04:56:37.224016 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.10.09 04:56:37.224029 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.10.09 04:56:37.224061 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.10.09 04:56:37.224079 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.10.09 04:56:37.224091 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.10.09 04:56:37.224122 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.10.09 04:56:37.224139 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.10.09 04:56:37.224152 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.10.09 04:56:37.224163 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.10.09 04:56:37.224202 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.10.09 04:56:37.224215 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.10.09 04:56:37.224227 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.10.09 04:56:37.224260 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.10.09 04:56:37.224272 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.10.09 04:56:37.251944 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.10.09 04:56:37.256542 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.10.09 04:56:37.256574 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5082e-05 sec | ||
| 91 | 2024.10.09 04:56:37.256591 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.10.09 04:56:37.256605 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.10.09 04:56:37.256633 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.10.09 04:56:37.256869 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.10.09 04:56:37.256920 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.10.09 04:56:37.256937 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.10.09 04:56:37.256952 [ 1 ] {} <Information> 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). | ||
| 98 | 2024.10.09 04:56:37.256974 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.10.09 04:56:37.262099 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.10.09 04:56:37.262310 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 92.00 MiB | ||
| 101 | 2024.10.09 04:56:37.263248 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3811e-05 sec. | ||
| 102 | 2024.10.09 04:56:37.263678 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.10.09 04:56:37.263777 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.10.09 04:56:37.263795 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.10.09 04:56:37.784597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 106 | 2024.10.09 04:56:37.784780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 107 | 2024.10.09 04:56:37.784810 [ 3 ] {} <Debug> HTTP-Session: 42359ab6-186c-475b-8a83-0c78a40bcb56 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 108 | 2024.10.09 04:56:37.784852 [ 3 ] {} <Debug> HTTP-Session: 42359ab6-186c-475b-8a83-0c78a40bcb56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.10.09 04:56:37.784865 [ 3 ] {} <Debug> HTTP-Session: 42359ab6-186c-475b-8a83-0c78a40bcb56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.10.09 04:56:37.784948 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.10.09 04:56:37.784988 [ 3 ] {} <Trace> 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 | ||
| 112 | 2024.10.09 04:56:37.785005 [ 3 ] {} <Trace> 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 | ||
| 113 | 2024.10.09 04:56:37.785051 [ 3 ] {} <Trace> HTTP-Session: 42359ab6-186c-475b-8a83-0c78a40bcb56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 114 | 2024.10.09 04:56:37.786130 [ 3 ] {8b3c7cb0-ea8a-4200-a863-8e09cb5524fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 115 | 2024.10.09 04:56:37.820729 [ 3 ] {8b3c7cb0-ea8a-4200-a863-8e09cb5524fe} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59951) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 116 | |||
| 117 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 118 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 119 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 120 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 121 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 122 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 123 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 124 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 125 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 126 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 127 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 139 | |||
| 140 | 2024.10.09 04:56:37.820968 [ 3 ] {8b3c7cb0-ea8a-4200-a863-8e09cb5524fe} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 141 | |||
| 142 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 149 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 150 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 151 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 152 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 164 | (version 23.8.7.1) | ||
| 165 | 2024.10.09 04:56:37.822396 [ 3 ] {} <Debug> HTTP-Session: 42359ab6-186c-475b-8a83-0c78a40bcb56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2024.10.09 04:56:37.822856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 167 | 2024.10.09 04:56:37.822923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 168 | 2024.10.09 04:56:37.822951 [ 3 ] {} <Debug> HTTP-Session: e3e568f8-6e42-4124-b928-17b3a7f179b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 169 | 2024.10.09 04:56:37.822970 [ 3 ] {} <Debug> HTTP-Session: e3e568f8-6e42-4124-b928-17b3a7f179b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.10.09 04:56:37.822984 [ 3 ] {} <Debug> HTTP-Session: e3e568f8-6e42-4124-b928-17b3a7f179b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.10.09 04:56:37.823033 [ 3 ] {} <Trace> HTTP-Session: e3e568f8-6e42-4124-b928-17b3a7f179b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 172 | 2024.10.09 04:56:37.823184 [ 3 ] {c478098a-b852-44ba-8962-fbab4e05933f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 173 | 2024.10.09 04:56:37.823421 [ 3 ] {c478098a-b852-44ba-8962-fbab4e05933f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59951) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 174 | |||
| 175 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 179 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 180 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 181 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 197 | |||
| 198 | 2024.10.09 04:56:37.823538 [ 3 ] {c478098a-b852-44ba-8962-fbab4e05933f} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 222 | (version 23.8.7.1) | ||
| 223 | 2024.10.09 04:56:37.823671 [ 3 ] {} <Debug> HTTP-Session: e3e568f8-6e42-4124-b928-17b3a7f179b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.10.09 04:56:37.824431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 225 | 2024.10.09 04:56:37.824485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 226 | 2024.10.09 04:56:37.824503 [ 3 ] {} <Debug> HTTP-Session: f4dfcdf8-78ac-4305-aa0a-49ee53b70079 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 227 | 2024.10.09 04:56:37.824518 [ 3 ] {} <Debug> HTTP-Session: f4dfcdf8-78ac-4305-aa0a-49ee53b70079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.10.09 04:56:37.824537 [ 3 ] {} <Debug> HTTP-Session: f4dfcdf8-78ac-4305-aa0a-49ee53b70079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2024.10.09 04:56:37.824566 [ 3 ] {} <Trace> HTTP-Session: f4dfcdf8-78ac-4305-aa0a-49ee53b70079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 230 | 2024.10.09 04:56:37.825704 [ 3 ] {a8b1f24d-2ac3-458c-9b24-23b314ff12bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 231 | 2024.10.09 04:56:37.826395 [ 3 ] {a8b1f24d-2ac3-458c-9b24-23b314ff12bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 232 | 2024.10.09 04:56:37.826417 [ 3 ] {} <Debug> HTTP-Session: f4dfcdf8-78ac-4305-aa0a-49ee53b70079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.10.09 04:56:37.827219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 234 | 2024.10.09 04:56:37.827272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 235 | 2024.10.09 04:56:37.827291 [ 3 ] {} <Debug> HTTP-Session: dd426e70-fcc7-4566-9c56-e65fd979f032 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 236 | 2024.10.09 04:56:37.827306 [ 3 ] {} <Debug> HTTP-Session: dd426e70-fcc7-4566-9c56-e65fd979f032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2024.10.09 04:56:37.827325 [ 3 ] {} <Debug> HTTP-Session: dd426e70-fcc7-4566-9c56-e65fd979f032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.10.09 04:56:37.827353 [ 3 ] {} <Trace> HTTP-Session: dd426e70-fcc7-4566-9c56-e65fd979f032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 239 | 2024.10.09 04:56:37.827437 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 240 | 2024.10.09 04:56:37.827522 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 241 | 2024.10.09 04:56:37.830156 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 242 | 2024.10.09 04:56:37.830212 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.6783e-05 sec | ||
| 243 | 2024.10.09 04:56:37.830239 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Trace> ReferentialDeps: No tables | ||
| 244 | 2024.10.09 04:56:37.830261 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Trace> LoadingDeps: No tables | ||
| 245 | 2024.10.09 04:56:37.830300 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 246 | 2024.10.09 04:56:37.830515 [ 3 ] {e8cdfdbf-eb1d-47b1-bd72-f98bd0f4c5de} <Debug> DynamicQueryHandler: Done processing query | ||
| 247 | 2024.10.09 04:56:37.830536 [ 3 ] {} <Debug> HTTP-Session: dd426e70-fcc7-4566-9c56-e65fd979f032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 248 | 2024.10.09 04:56:37.830638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 249 | 2024.10.09 04:56:37.830691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 250 | 2024.10.09 04:56:37.830709 [ 3 ] {} <Debug> HTTP-Session: 8194d325-b4b9-4120-b756-7eb02d8c6872 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 251 | 2024.10.09 04:56:37.830725 [ 3 ] {} <Debug> HTTP-Session: 8194d325-b4b9-4120-b756-7eb02d8c6872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.10.09 04:56:37.830741 [ 3 ] {} <Debug> HTTP-Session: 8194d325-b4b9-4120-b756-7eb02d8c6872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2024.10.09 04:56:37.830772 [ 3 ] {} <Trace> HTTP-Session: 8194d325-b4b9-4120-b756-7eb02d8c6872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 254 | 2024.10.09 04:56:37.830906 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) /* The version table contains metadata about the `oximeter` database */ | ||
| 255 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 256 | 2024.10.09 04:56:37.830953 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 257 | 2024.10.09 04:56:37.838314 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 258 | 2024.10.09 04:56:37.839613 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Debug> oximeter.version (98df0a66-574f-4d5d-a741-c8485e1400b7): Loading data parts | ||
| 259 | 2024.10.09 04:56:37.840116 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Debug> oximeter.version (98df0a66-574f-4d5d-a741-c8485e1400b7): There are no data parts | ||
| 260 | 2024.10.09 04:56:37.845867 [ 3 ] {44a2bd87-a9ce-4bc9-951f-a4e3b2e26a32} <Debug> DynamicQueryHandler: Done processing query | ||
| 261 | 2024.10.09 04:56:37.845893 [ 3 ] {} <Debug> HTTP-Session: 8194d325-b4b9-4120-b756-7eb02d8c6872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2024.10.09 04:56:37.846022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 263 | 2024.10.09 04:56:37.846069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 264 | 2024.10.09 04:56:37.846093 [ 3 ] {} <Debug> HTTP-Session: a073e895-a259-46df-8f06-35bfbc847f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 265 | 2024.10.09 04:56:37.846112 [ 3 ] {} <Debug> HTTP-Session: a073e895-a259-46df-8f06-35bfbc847f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2024.10.09 04:56:37.846125 [ 3 ] {} <Debug> HTTP-Session: a073e895-a259-46df-8f06-35bfbc847f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 267 | 2024.10.09 04:56:37.846159 [ 3 ] {} <Trace> HTTP-Session: a073e895-a259-46df-8f06-35bfbc847f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.10.09 04:56:37.846338 [ 3 ] {2c70e36f-e400-4fb7-8e5f-c9d7b8be907a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) /* The measurement tables contain all individual samples from each timeseries. | ||
| 269 | * | ||
| 270 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 271 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 272 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 273 | * by all samples from the same timeseries. | ||
| 274 | * | ||
| 275 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 276 | * and then uses that to index quickly into the measurements tables. | ||
| 277 | */ | ||
| 278 | 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) | ||
| 279 | 2024.10.09 04:56:37.846393 [ 3 ] {2c70e36f-e400-4fb7-8e5f-c9d7b8be907a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 280 | 2024.10.09 04:56:37.853064 [ 3 ] {2c70e36f-e400-4fb7-8e5f-c9d7b8be907a} <Debug> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Loading data parts | ||
| 281 | 2024.10.09 04:56:37.853271 [ 3 ] {2c70e36f-e400-4fb7-8e5f-c9d7b8be907a} <Debug> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): There are no data parts | ||
| 282 | 2024.10.09 04:56:37.855848 [ 3 ] {2c70e36f-e400-4fb7-8e5f-c9d7b8be907a} <Debug> DynamicQueryHandler: Done processing query | ||
| 283 | 2024.10.09 04:56:37.855873 [ 3 ] {} <Debug> HTTP-Session: a073e895-a259-46df-8f06-35bfbc847f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 284 | 2024.10.09 04:56:37.855969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 285 | 2024.10.09 04:56:37.856024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 286 | 2024.10.09 04:56:37.856045 [ 3 ] {} <Debug> HTTP-Session: 2676f6c4-18cd-43d6-9658-4e6555d8ff0b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 287 | 2024.10.09 04:56:37.856061 [ 3 ] {} <Debug> HTTP-Session: 2676f6c4-18cd-43d6-9658-4e6555d8ff0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 288 | 2024.10.09 04:56:37.856080 [ 3 ] {} <Debug> HTTP-Session: 2676f6c4-18cd-43d6-9658-4e6555d8ff0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.10.09 04:56:37.856110 [ 3 ] {} <Trace> HTTP-Session: 2676f6c4-18cd-43d6-9658-4e6555d8ff0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2024.10.09 04:56:37.856283 [ 3 ] {2d561ca8-e58d-44bf-b447-1f4a11fa1479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 291 | 2024.10.09 04:56:37.856330 [ 3 ] {2d561ca8-e58d-44bf-b447-1f4a11fa1479} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2024.10.09 04:56:37.858126 [ 3 ] {2d561ca8-e58d-44bf-b447-1f4a11fa1479} <Debug> oximeter.measurements_i8 (5bdb1773-d861-430a-a767-afe49c2e651a): Loading data parts | ||
| 293 | 2024.10.09 04:56:37.858279 [ 3 ] {2d561ca8-e58d-44bf-b447-1f4a11fa1479} <Debug> oximeter.measurements_i8 (5bdb1773-d861-430a-a767-afe49c2e651a): There are no data parts | ||
| 294 | 2024.10.09 04:56:37.862785 [ 3 ] {2d561ca8-e58d-44bf-b447-1f4a11fa1479} <Debug> DynamicQueryHandler: Done processing query | ||
| 295 | 2024.10.09 04:56:37.862825 [ 3 ] {} <Debug> HTTP-Session: 2676f6c4-18cd-43d6-9658-4e6555d8ff0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 296 | 2024.10.09 04:56:37.862965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 297 | 2024.10.09 04:56:37.863021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 298 | 2024.10.09 04:56:37.863055 [ 3 ] {} <Debug> HTTP-Session: 65d05eb4-7df8-4deb-baf2-8ad2ba795974 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 299 | 2024.10.09 04:56:37.863075 [ 3 ] {} <Debug> HTTP-Session: 65d05eb4-7df8-4deb-baf2-8ad2ba795974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 300 | 2024.10.09 04:56:37.863091 [ 3 ] {} <Debug> HTTP-Session: 65d05eb4-7df8-4deb-baf2-8ad2ba795974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 301 | 2024.10.09 04:56:37.863134 [ 3 ] {} <Trace> HTTP-Session: 65d05eb4-7df8-4deb-baf2-8ad2ba795974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.10.09 04:56:37.863343 [ 3 ] {6c435f0e-6750-4a5f-977b-bc855fc9819e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 303 | 2024.10.09 04:56:37.863404 [ 3 ] {6c435f0e-6750-4a5f-977b-bc855fc9819e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 304 | 2024.10.09 04:56:37.865406 [ 3 ] {6c435f0e-6750-4a5f-977b-bc855fc9819e} <Debug> oximeter.measurements_u8 (c42f581c-10fc-4a84-bbba-122da33284d4): Loading data parts | ||
| 305 | 2024.10.09 04:56:37.865572 [ 3 ] {6c435f0e-6750-4a5f-977b-bc855fc9819e} <Debug> oximeter.measurements_u8 (c42f581c-10fc-4a84-bbba-122da33284d4): There are no data parts | ||
| 306 | 2024.10.09 04:56:37.868136 [ 3 ] {6c435f0e-6750-4a5f-977b-bc855fc9819e} <Debug> DynamicQueryHandler: Done processing query | ||
| 307 | 2024.10.09 04:56:37.868167 [ 3 ] {} <Debug> HTTP-Session: 65d05eb4-7df8-4deb-baf2-8ad2ba795974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.10.09 04:56:37.868283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 309 | 2024.10.09 04:56:37.868354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 310 | 2024.10.09 04:56:37.868376 [ 3 ] {} <Debug> HTTP-Session: 2e348fa0-f596-4b29-984f-58cdeaaa20ea Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 311 | 2024.10.09 04:56:37.868395 [ 3 ] {} <Debug> HTTP-Session: 2e348fa0-f596-4b29-984f-58cdeaaa20ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.10.09 04:56:37.868425 [ 3 ] {} <Debug> HTTP-Session: 2e348fa0-f596-4b29-984f-58cdeaaa20ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2024.10.09 04:56:37.868459 [ 3 ] {} <Trace> HTTP-Session: 2e348fa0-f596-4b29-984f-58cdeaaa20ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2024.10.09 04:56:37.868636 [ 3 ] {4b37c656-3616-4ece-8c28-43aac4dae35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 315 | 2024.10.09 04:56:37.868679 [ 3 ] {4b37c656-3616-4ece-8c28-43aac4dae35c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 316 | 2024.10.09 04:56:37.870515 [ 3 ] {4b37c656-3616-4ece-8c28-43aac4dae35c} <Debug> oximeter.measurements_i16 (fc385cd3-350f-4057-9b93-62da9e4ef10d): Loading data parts | ||
| 317 | 2024.10.09 04:56:37.870669 [ 3 ] {4b37c656-3616-4ece-8c28-43aac4dae35c} <Debug> oximeter.measurements_i16 (fc385cd3-350f-4057-9b93-62da9e4ef10d): There are no data parts | ||
| 318 | 2024.10.09 04:56:37.875118 [ 3 ] {4b37c656-3616-4ece-8c28-43aac4dae35c} <Debug> DynamicQueryHandler: Done processing query | ||
| 319 | 2024.10.09 04:56:37.875156 [ 3 ] {} <Debug> HTTP-Session: 2e348fa0-f596-4b29-984f-58cdeaaa20ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 320 | 2024.10.09 04:56:37.875279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 321 | 2024.10.09 04:56:37.875325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 322 | 2024.10.09 04:56:37.875352 [ 3 ] {} <Debug> HTTP-Session: 3108506f-d7cc-4808-860c-5ededa0c218c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 323 | 2024.10.09 04:56:37.875368 [ 3 ] {} <Debug> HTTP-Session: 3108506f-d7cc-4808-860c-5ededa0c218c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.10.09 04:56:37.875381 [ 3 ] {} <Debug> HTTP-Session: 3108506f-d7cc-4808-860c-5ededa0c218c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2024.10.09 04:56:37.875416 [ 3 ] {} <Trace> HTTP-Session: 3108506f-d7cc-4808-860c-5ededa0c218c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2024.10.09 04:56:37.875587 [ 3 ] {3d2cf4fb-0e34-4428-abeb-9eb0b1f5f3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 327 | 2024.10.09 04:56:37.875639 [ 3 ] {3d2cf4fb-0e34-4428-abeb-9eb0b1f5f3c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 328 | 2024.10.09 04:56:37.877741 [ 3 ] {3d2cf4fb-0e34-4428-abeb-9eb0b1f5f3c2} <Debug> oximeter.measurements_u16 (78c5d0ba-e066-470c-bd16-098ad9d9fa9a): Loading data parts | ||
| 329 | 2024.10.09 04:56:37.877907 [ 3 ] {3d2cf4fb-0e34-4428-abeb-9eb0b1f5f3c2} <Debug> oximeter.measurements_u16 (78c5d0ba-e066-470c-bd16-098ad9d9fa9a): There are no data parts | ||
| 330 | 2024.10.09 04:56:37.880499 [ 3 ] {3d2cf4fb-0e34-4428-abeb-9eb0b1f5f3c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 331 | 2024.10.09 04:56:37.880547 [ 3 ] {} <Debug> HTTP-Session: 3108506f-d7cc-4808-860c-5ededa0c218c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.10.09 04:56:37.880784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 333 | 2024.10.09 04:56:37.880892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 334 | 2024.10.09 04:56:37.880931 [ 3 ] {} <Debug> HTTP-Session: 4c47f0ba-c2de-4abf-afff-a9361b7d836a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 335 | 2024.10.09 04:56:37.880971 [ 3 ] {} <Debug> HTTP-Session: 4c47f0ba-c2de-4abf-afff-a9361b7d836a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.10.09 04:56:37.881004 [ 3 ] {} <Debug> HTTP-Session: 4c47f0ba-c2de-4abf-afff-a9361b7d836a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 337 | 2024.10.09 04:56:37.881063 [ 3 ] {} <Trace> HTTP-Session: 4c47f0ba-c2de-4abf-afff-a9361b7d836a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2024.10.09 04:56:37.881419 [ 3 ] {a0b922df-498a-4dd2-924f-9dab0bc14b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 339 | 2024.10.09 04:56:37.881502 [ 3 ] {a0b922df-498a-4dd2-924f-9dab0bc14b36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 340 | 2024.10.09 04:56:37.883460 [ 3 ] {a0b922df-498a-4dd2-924f-9dab0bc14b36} <Debug> oximeter.measurements_i32 (a72488ce-2421-448c-931b-ee6b6752769c): Loading data parts | ||
| 341 | 2024.10.09 04:56:37.883613 [ 3 ] {a0b922df-498a-4dd2-924f-9dab0bc14b36} <Debug> oximeter.measurements_i32 (a72488ce-2421-448c-931b-ee6b6752769c): There are no data parts | ||
| 342 | 2024.10.09 04:56:37.888408 [ 3 ] {a0b922df-498a-4dd2-924f-9dab0bc14b36} <Debug> DynamicQueryHandler: Done processing query | ||
| 343 | 2024.10.09 04:56:37.888486 [ 3 ] {} <Debug> HTTP-Session: 4c47f0ba-c2de-4abf-afff-a9361b7d836a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2024.10.09 04:56:37.888736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 345 | 2024.10.09 04:56:37.888845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 346 | 2024.10.09 04:56:37.888880 [ 3 ] {} <Debug> HTTP-Session: aa4d6c08-afbe-42b4-9b10-d01d895dab3b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 347 | 2024.10.09 04:56:37.888899 [ 3 ] {} <Debug> HTTP-Session: aa4d6c08-afbe-42b4-9b10-d01d895dab3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.10.09 04:56:37.888913 [ 3 ] {} <Debug> HTTP-Session: aa4d6c08-afbe-42b4-9b10-d01d895dab3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 349 | 2024.10.09 04:56:37.888948 [ 3 ] {} <Trace> HTTP-Session: aa4d6c08-afbe-42b4-9b10-d01d895dab3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2024.10.09 04:56:37.889118 [ 3 ] {748793b8-8e32-469e-85e8-4907352b36a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 351 | 2024.10.09 04:56:37.889172 [ 3 ] {748793b8-8e32-469e-85e8-4907352b36a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 352 | 2024.10.09 04:56:37.891320 [ 3 ] {748793b8-8e32-469e-85e8-4907352b36a2} <Debug> oximeter.measurements_u32 (8fffe818-9a7a-43d6-b049-490a85c3fcc9): Loading data parts | ||
| 353 | 2024.10.09 04:56:37.891530 [ 3 ] {748793b8-8e32-469e-85e8-4907352b36a2} <Debug> oximeter.measurements_u32 (8fffe818-9a7a-43d6-b049-490a85c3fcc9): There are no data parts | ||
| 354 | 2024.10.09 04:56:37.894366 [ 3 ] {748793b8-8e32-469e-85e8-4907352b36a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 355 | 2024.10.09 04:56:37.894414 [ 3 ] {} <Debug> HTTP-Session: aa4d6c08-afbe-42b4-9b10-d01d895dab3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.10.09 04:56:37.894559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 357 | 2024.10.09 04:56:37.894615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 358 | 2024.10.09 04:56:37.894635 [ 3 ] {} <Debug> HTTP-Session: dd1d1d67-1446-41ca-bed1-d40eeb05e653 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 359 | 2024.10.09 04:56:37.894657 [ 3 ] {} <Debug> HTTP-Session: dd1d1d67-1446-41ca-bed1-d40eeb05e653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.10.09 04:56:37.894670 [ 3 ] {} <Debug> HTTP-Session: dd1d1d67-1446-41ca-bed1-d40eeb05e653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.10.09 04:56:37.894700 [ 3 ] {} <Trace> HTTP-Session: dd1d1d67-1446-41ca-bed1-d40eeb05e653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.10.09 04:56:37.894880 [ 3 ] {8f053ae0-f3f5-455b-a0ac-c50bd44ea53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 363 | 2024.10.09 04:56:37.894928 [ 3 ] {8f053ae0-f3f5-455b-a0ac-c50bd44ea53d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 364 | 2024.10.09 04:56:37.896694 [ 3 ] {8f053ae0-f3f5-455b-a0ac-c50bd44ea53d} <Debug> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): Loading data parts | ||
| 365 | 2024.10.09 04:56:37.896844 [ 3 ] {8f053ae0-f3f5-455b-a0ac-c50bd44ea53d} <Debug> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): There are no data parts | ||
| 366 | 2024.10.09 04:56:37.901520 [ 3 ] {8f053ae0-f3f5-455b-a0ac-c50bd44ea53d} <Debug> DynamicQueryHandler: Done processing query | ||
| 367 | 2024.10.09 04:56:37.901555 [ 3 ] {} <Debug> HTTP-Session: dd1d1d67-1446-41ca-bed1-d40eeb05e653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.10.09 04:56:37.901665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 369 | 2024.10.09 04:56:37.901716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 370 | 2024.10.09 04:56:37.901739 [ 3 ] {} <Debug> HTTP-Session: a04a0db8-405b-4aa1-9c89-557498a46be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 371 | 2024.10.09 04:56:37.901755 [ 3 ] {} <Debug> HTTP-Session: a04a0db8-405b-4aa1-9c89-557498a46be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.10.09 04:56:37.901768 [ 3 ] {} <Debug> HTTP-Session: a04a0db8-405b-4aa1-9c89-557498a46be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 373 | 2024.10.09 04:56:37.901806 [ 3 ] {} <Trace> HTTP-Session: a04a0db8-405b-4aa1-9c89-557498a46be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2024.10.09 04:56:37.901973 [ 3 ] {f1edf32d-855b-4f9f-9dde-442ce3790de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 375 | 2024.10.09 04:56:37.902025 [ 3 ] {f1edf32d-855b-4f9f-9dde-442ce3790de3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 376 | 2024.10.09 04:56:37.904018 [ 3 ] {f1edf32d-855b-4f9f-9dde-442ce3790de3} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Loading data parts | ||
| 377 | 2024.10.09 04:56:37.904180 [ 3 ] {f1edf32d-855b-4f9f-9dde-442ce3790de3} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): There are no data parts | ||
| 378 | 2024.10.09 04:56:37.906773 [ 3 ] {f1edf32d-855b-4f9f-9dde-442ce3790de3} <Debug> DynamicQueryHandler: Done processing query | ||
| 379 | 2024.10.09 04:56:37.906803 [ 3 ] {} <Debug> HTTP-Session: a04a0db8-405b-4aa1-9c89-557498a46be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.10.09 04:56:37.906949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 381 | 2024.10.09 04:56:37.907011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 382 | 2024.10.09 04:56:37.907035 [ 3 ] {} <Debug> HTTP-Session: f813453b-2656-4796-a587-8244842d3002 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 383 | 2024.10.09 04:56:37.907064 [ 3 ] {} <Debug> HTTP-Session: f813453b-2656-4796-a587-8244842d3002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.10.09 04:56:37.907080 [ 3 ] {} <Debug> HTTP-Session: f813453b-2656-4796-a587-8244842d3002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 385 | 2024.10.09 04:56:37.907117 [ 3 ] {} <Trace> HTTP-Session: f813453b-2656-4796-a587-8244842d3002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2024.10.09 04:56:37.907332 [ 3 ] {f614e28a-68fc-4896-b33f-52de185c73f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 387 | 2024.10.09 04:56:37.907394 [ 3 ] {f614e28a-68fc-4896-b33f-52de185c73f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 388 | 2024.10.09 04:56:37.909219 [ 3 ] {f614e28a-68fc-4896-b33f-52de185c73f4} <Debug> oximeter.measurements_f32 (c4ada72d-c30b-4bbd-8ff1-8888829b2b5c): Loading data parts | ||
| 389 | 2024.10.09 04:56:37.909414 [ 3 ] {f614e28a-68fc-4896-b33f-52de185c73f4} <Debug> oximeter.measurements_f32 (c4ada72d-c30b-4bbd-8ff1-8888829b2b5c): There are no data parts | ||
| 390 | 2024.10.09 04:56:37.914160 [ 3 ] {f614e28a-68fc-4896-b33f-52de185c73f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 391 | 2024.10.09 04:56:37.914221 [ 3 ] {} <Debug> HTTP-Session: f813453b-2656-4796-a587-8244842d3002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2024.10.09 04:56:37.914407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 393 | 2024.10.09 04:56:37.914540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 394 | 2024.10.09 04:56:37.914585 [ 3 ] {} <Debug> HTTP-Session: d24f63b6-4a5b-49e6-bf1c-52c7f5584b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 395 | 2024.10.09 04:56:37.914621 [ 3 ] {} <Debug> HTTP-Session: d24f63b6-4a5b-49e6-bf1c-52c7f5584b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.10.09 04:56:37.914668 [ 3 ] {} <Debug> HTTP-Session: d24f63b6-4a5b-49e6-bf1c-52c7f5584b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 397 | 2024.10.09 04:56:37.914746 [ 3 ] {} <Trace> HTTP-Session: d24f63b6-4a5b-49e6-bf1c-52c7f5584b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2024.10.09 04:56:37.914981 [ 3 ] {37cb3d41-2d0a-4e12-aecf-af926902dd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 399 | 2024.10.09 04:56:37.915032 [ 3 ] {37cb3d41-2d0a-4e12-aecf-af926902dd48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 400 | 2024.10.09 04:56:37.917018 [ 3 ] {37cb3d41-2d0a-4e12-aecf-af926902dd48} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Loading data parts | ||
| 401 | 2024.10.09 04:56:37.917178 [ 3 ] {37cb3d41-2d0a-4e12-aecf-af926902dd48} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): There are no data parts | ||
| 402 | 2024.10.09 04:56:37.920004 [ 3 ] {37cb3d41-2d0a-4e12-aecf-af926902dd48} <Debug> DynamicQueryHandler: Done processing query | ||
| 403 | 2024.10.09 04:56:37.920056 [ 3 ] {} <Debug> HTTP-Session: d24f63b6-4a5b-49e6-bf1c-52c7f5584b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2024.10.09 04:56:37.920277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 405 | 2024.10.09 04:56:37.920368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 406 | 2024.10.09 04:56:37.920406 [ 3 ] {} <Debug> HTTP-Session: 38b984a1-b8ae-4c7c-b6ff-54c456e673df Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 407 | 2024.10.09 04:56:37.920464 [ 3 ] {} <Debug> HTTP-Session: 38b984a1-b8ae-4c7c-b6ff-54c456e673df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.10.09 04:56:37.920495 [ 3 ] {} <Debug> HTTP-Session: 38b984a1-b8ae-4c7c-b6ff-54c456e673df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2024.10.09 04:56:37.920564 [ 3 ] {} <Trace> HTTP-Session: 38b984a1-b8ae-4c7c-b6ff-54c456e673df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 410 | 2024.10.09 04:56:37.920924 [ 3 ] {674e23e1-9736-49bb-9d4a-d911c5c1e0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 411 | 2024.10.09 04:56:37.920976 [ 3 ] {674e23e1-9736-49bb-9d4a-d911c5c1e0af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 412 | 2024.10.09 04:56:37.922891 [ 3 ] {674e23e1-9736-49bb-9d4a-d911c5c1e0af} <Debug> oximeter.measurements_string (55ee2641-7810-45fe-b09a-a6fc3c2fd410): Loading data parts | ||
| 413 | 2024.10.09 04:56:37.923047 [ 3 ] {674e23e1-9736-49bb-9d4a-d911c5c1e0af} <Debug> oximeter.measurements_string (55ee2641-7810-45fe-b09a-a6fc3c2fd410): There are no data parts | ||
| 414 | 2024.10.09 04:56:37.927642 [ 3 ] {674e23e1-9736-49bb-9d4a-d911c5c1e0af} <Debug> DynamicQueryHandler: Done processing query | ||
| 415 | 2024.10.09 04:56:37.927689 [ 3 ] {} <Debug> HTTP-Session: 38b984a1-b8ae-4c7c-b6ff-54c456e673df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2024.10.09 04:56:37.927870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 417 | 2024.10.09 04:56:37.927982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 418 | 2024.10.09 04:56:37.928019 [ 3 ] {} <Debug> HTTP-Session: 41e782af-63ae-4e29-8ad1-c1de8d4e55a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 419 | 2024.10.09 04:56:37.928050 [ 3 ] {} <Debug> HTTP-Session: 41e782af-63ae-4e29-8ad1-c1de8d4e55a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.10.09 04:56:37.928093 [ 3 ] {} <Debug> HTTP-Session: 41e782af-63ae-4e29-8ad1-c1de8d4e55a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2024.10.09 04:56:37.928151 [ 3 ] {} <Trace> HTTP-Session: 41e782af-63ae-4e29-8ad1-c1de8d4e55a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.10.09 04:56:37.928488 [ 3 ] {4ffcf1d1-ec47-49ea-855e-b23d423816bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 423 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 424 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 425 | * a string isn't palatable for a few reasons. | ||
| 426 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 427 | * details. | ||
| 428 | */ | ||
| 429 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 430 | 2024.10.09 04:56:37.928548 [ 3 ] {4ffcf1d1-ec47-49ea-855e-b23d423816bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 431 | 2024.10.09 04:56:37.930583 [ 3 ] {4ffcf1d1-ec47-49ea-855e-b23d423816bd} <Debug> oximeter.measurements_bytes (157864d6-6840-4539-aa26-175f9b95030d): Loading data parts | ||
| 432 | 2024.10.09 04:56:37.930731 [ 3 ] {4ffcf1d1-ec47-49ea-855e-b23d423816bd} <Debug> oximeter.measurements_bytes (157864d6-6840-4539-aa26-175f9b95030d): There are no data parts | ||
| 433 | 2024.10.09 04:56:37.933283 [ 3 ] {4ffcf1d1-ec47-49ea-855e-b23d423816bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 434 | 2024.10.09 04:56:37.933308 [ 3 ] {} <Debug> HTTP-Session: 41e782af-63ae-4e29-8ad1-c1de8d4e55a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 435 | 2024.10.09 04:56:37.933431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 436 | 2024.10.09 04:56:37.933488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 437 | 2024.10.09 04:56:37.933507 [ 3 ] {} <Debug> HTTP-Session: c5225b3c-b977-42f9-b1f9-c242326c83ed Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 438 | 2024.10.09 04:56:37.933522 [ 3 ] {} <Debug> HTTP-Session: c5225b3c-b977-42f9-b1f9-c242326c83ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.10.09 04:56:37.933543 [ 3 ] {} <Debug> HTTP-Session: c5225b3c-b977-42f9-b1f9-c242326c83ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 440 | 2024.10.09 04:56:37.933573 [ 3 ] {} <Trace> HTTP-Session: c5225b3c-b977-42f9-b1f9-c242326c83ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.10.09 04:56:37.933750 [ 3 ] {a74fb7c3-dad6-4596-abbc-6404d1301e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 442 | 2024.10.09 04:56:37.933803 [ 3 ] {a74fb7c3-dad6-4596-abbc-6404d1301e7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 443 | 2024.10.09 04:56:37.935623 [ 3 ] {a74fb7c3-dad6-4596-abbc-6404d1301e7d} <Debug> oximeter.measurements_cumulativei64 (d05e7efe-d257-47c8-8cf6-8794f08719a2): Loading data parts | ||
| 444 | 2024.10.09 04:56:37.935772 [ 3 ] {a74fb7c3-dad6-4596-abbc-6404d1301e7d} <Debug> oximeter.measurements_cumulativei64 (d05e7efe-d257-47c8-8cf6-8794f08719a2): There are no data parts | ||
| 445 | 2024.10.09 04:56:37.940334 [ 3 ] {a74fb7c3-dad6-4596-abbc-6404d1301e7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 446 | 2024.10.09 04:56:37.940386 [ 3 ] {} <Debug> HTTP-Session: c5225b3c-b977-42f9-b1f9-c242326c83ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 447 | 2024.10.09 04:56:37.940519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 448 | 2024.10.09 04:56:37.940577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 449 | 2024.10.09 04:56:37.940607 [ 3 ] {} <Debug> HTTP-Session: 097039e6-123f-494d-b51c-c1d97956fa54 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 450 | 2024.10.09 04:56:37.940623 [ 3 ] {} <Debug> HTTP-Session: 097039e6-123f-494d-b51c-c1d97956fa54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 451 | 2024.10.09 04:56:37.940636 [ 3 ] {} <Debug> HTTP-Session: 097039e6-123f-494d-b51c-c1d97956fa54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2024.10.09 04:56:37.940678 [ 3 ] {} <Trace> HTTP-Session: 097039e6-123f-494d-b51c-c1d97956fa54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2024.10.09 04:56:37.940858 [ 3 ] {e56ddc93-568e-4a3c-8aba-7d61f415a3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 454 | 2024.10.09 04:56:37.940921 [ 3 ] {e56ddc93-568e-4a3c-8aba-7d61f415a3cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 455 | 2024.10.09 04:56:37.942947 [ 3 ] {e56ddc93-568e-4a3c-8aba-7d61f415a3cc} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Loading data parts | ||
| 456 | 2024.10.09 04:56:37.943121 [ 3 ] {e56ddc93-568e-4a3c-8aba-7d61f415a3cc} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): There are no data parts | ||
| 457 | 2024.10.09 04:56:37.945901 [ 3 ] {e56ddc93-568e-4a3c-8aba-7d61f415a3cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.10.09 04:56:37.945951 [ 3 ] {} <Debug> HTTP-Session: 097039e6-123f-494d-b51c-c1d97956fa54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.10.09 04:56:37.946172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.10.09 04:56:37.946265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 461 | 2024.10.09 04:56:37.946301 [ 3 ] {} <Debug> HTTP-Session: 6f99b4ed-1cdd-4581-ac9d-c36378145a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 462 | 2024.10.09 04:56:37.946360 [ 3 ] {} <Debug> HTTP-Session: 6f99b4ed-1cdd-4581-ac9d-c36378145a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.10.09 04:56:37.946388 [ 3 ] {} <Debug> HTTP-Session: 6f99b4ed-1cdd-4581-ac9d-c36378145a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.10.09 04:56:37.946452 [ 3 ] {} <Trace> HTTP-Session: 6f99b4ed-1cdd-4581-ac9d-c36378145a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.10.09 04:56:37.946882 [ 3 ] {44bf5851-7977-47c1-964c-9b2c5754ef69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 466 | 2024.10.09 04:56:37.946950 [ 3 ] {44bf5851-7977-47c1-964c-9b2c5754ef69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 467 | 2024.10.09 04:56:37.948792 [ 3 ] {44bf5851-7977-47c1-964c-9b2c5754ef69} <Debug> oximeter.measurements_cumulativef32 (54cd5105-86ba-4462-a1fe-b8b393235012): Loading data parts | ||
| 468 | 2024.10.09 04:56:37.948948 [ 3 ] {44bf5851-7977-47c1-964c-9b2c5754ef69} <Debug> oximeter.measurements_cumulativef32 (54cd5105-86ba-4462-a1fe-b8b393235012): There are no data parts | ||
| 469 | 2024.10.09 04:56:37.953520 [ 3 ] {44bf5851-7977-47c1-964c-9b2c5754ef69} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.10.09 04:56:37.953570 [ 3 ] {} <Debug> HTTP-Session: 6f99b4ed-1cdd-4581-ac9d-c36378145a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.10.09 04:56:37.953753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.10.09 04:56:37.953874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 473 | 2024.10.09 04:56:37.953914 [ 3 ] {} <Debug> HTTP-Session: e9089a48-467c-43dd-9097-1372b7582b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 474 | 2024.10.09 04:56:37.953945 [ 3 ] {} <Debug> HTTP-Session: e9089a48-467c-43dd-9097-1372b7582b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.10.09 04:56:37.953996 [ 3 ] {} <Debug> HTTP-Session: e9089a48-467c-43dd-9097-1372b7582b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.10.09 04:56:37.954055 [ 3 ] {} <Trace> HTTP-Session: e9089a48-467c-43dd-9097-1372b7582b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.10.09 04:56:37.954435 [ 3 ] {54f63fe6-826e-406f-b037-7ecdf1581471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
| 478 | 2024.10.09 04:56:37.954520 [ 3 ] {54f63fe6-826e-406f-b037-7ecdf1581471} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 479 | 2024.10.09 04:56:37.956557 [ 3 ] {54f63fe6-826e-406f-b037-7ecdf1581471} <Debug> oximeter.measurements_cumulativef64 (dbfb86b5-ad2c-4881-9e37-a50ef25c9a63): Loading data parts | ||
| 480 | 2024.10.09 04:56:37.956752 [ 3 ] {54f63fe6-826e-406f-b037-7ecdf1581471} <Debug> oximeter.measurements_cumulativef64 (dbfb86b5-ad2c-4881-9e37-a50ef25c9a63): There are no data parts | ||
| 481 | 2024.10.09 04:56:37.959807 [ 3 ] {54f63fe6-826e-406f-b037-7ecdf1581471} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.10.09 04:56:37.959838 [ 3 ] {} <Debug> HTTP-Session: e9089a48-467c-43dd-9097-1372b7582b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.10.09 04:56:37.959957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.10.09 04:56:37.960039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 485 | 2024.10.09 04:56:37.960063 [ 3 ] {} <Debug> HTTP-Session: 6d9cc5d8-0c95-4c1e-869e-643b83170218 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 486 | 2024.10.09 04:56:37.960082 [ 3 ] {} <Debug> HTTP-Session: 6d9cc5d8-0c95-4c1e-869e-643b83170218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.10.09 04:56:37.960109 [ 3 ] {} <Debug> HTTP-Session: 6d9cc5d8-0c95-4c1e-869e-643b83170218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.10.09 04:56:37.960155 [ 3 ] {} <Trace> HTTP-Session: 6d9cc5d8-0c95-4c1e-869e-643b83170218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.10.09 04:56:37.960461 [ 3 ] {313a3e50-06f8-4fa0-bd1c-9ae073c67a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 490 | * NOTE: Array types cannot be Nullable, see | ||
| 491 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 492 | * for more details. | ||
| 493 | * | ||
| 494 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 495 | * is unfortunate, and at this point relies on the fact that an | ||
| 496 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 497 | * to figure out another way to represent missing samples here. | ||
| 498 | */ | ||
| 499 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 500 | 2024.10.09 04:56:37.960535 [ 3 ] {313a3e50-06f8-4fa0-bd1c-9ae073c67a81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 501 | 2024.10.09 04:56:37.962671 [ 3 ] {313a3e50-06f8-4fa0-bd1c-9ae073c67a81} <Debug> oximeter.measurements_histogrami8 (0c4f57a0-d757-498a-9871-7099fa558a74): Loading data parts | ||
| 502 | 2024.10.09 04:56:37.962852 [ 3 ] {313a3e50-06f8-4fa0-bd1c-9ae073c67a81} <Debug> oximeter.measurements_histogrami8 (0c4f57a0-d757-498a-9871-7099fa558a74): There are no data parts | ||
| 503 | 2024.10.09 04:56:37.967451 [ 3 ] {313a3e50-06f8-4fa0-bd1c-9ae073c67a81} <Debug> DynamicQueryHandler: Done processing query | ||
| 504 | 2024.10.09 04:56:37.967477 [ 3 ] {} <Debug> HTTP-Session: 6d9cc5d8-0c95-4c1e-869e-643b83170218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 505 | 2024.10.09 04:56:37.967620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 506 | 2024.10.09 04:56:37.967680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 507 | 2024.10.09 04:56:37.967699 [ 3 ] {} <Debug> HTTP-Session: bf9527c5-9437-448e-b5ef-a4264782c505 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 508 | 2024.10.09 04:56:37.967733 [ 3 ] {} <Debug> HTTP-Session: bf9527c5-9437-448e-b5ef-a4264782c505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2024.10.09 04:56:37.967747 [ 3 ] {} <Debug> HTTP-Session: bf9527c5-9437-448e-b5ef-a4264782c505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.10.09 04:56:37.967776 [ 3 ] {} <Trace> HTTP-Session: bf9527c5-9437-448e-b5ef-a4264782c505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2024.10.09 04:56:37.968040 [ 3 ] {fe090bae-2789-4109-b8a6-f167801f070c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 512 | 2024.10.09 04:56:37.968116 [ 3 ] {fe090bae-2789-4109-b8a6-f167801f070c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 513 | 2024.10.09 04:56:37.970480 [ 3 ] {fe090bae-2789-4109-b8a6-f167801f070c} <Debug> oximeter.measurements_histogramu8 (4769d985-bf9f-4dc8-86ac-da59d732c767): Loading data parts | ||
| 514 | 2024.10.09 04:56:37.970650 [ 3 ] {fe090bae-2789-4109-b8a6-f167801f070c} <Debug> oximeter.measurements_histogramu8 (4769d985-bf9f-4dc8-86ac-da59d732c767): There are no data parts | ||
| 515 | 2024.10.09 04:56:37.973346 [ 3 ] {fe090bae-2789-4109-b8a6-f167801f070c} <Debug> DynamicQueryHandler: Done processing query | ||
| 516 | 2024.10.09 04:56:37.973394 [ 3 ] {} <Debug> HTTP-Session: bf9527c5-9437-448e-b5ef-a4264782c505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2024.10.09 04:56:37.973532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 518 | 2024.10.09 04:56:37.973599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 519 | 2024.10.09 04:56:37.973619 [ 3 ] {} <Debug> HTTP-Session: 7978c7ee-ece2-4a18-a9dc-2e85c1173c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 520 | 2024.10.09 04:56:37.973634 [ 3 ] {} <Debug> HTTP-Session: 7978c7ee-ece2-4a18-a9dc-2e85c1173c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 521 | 2024.10.09 04:56:37.973647 [ 3 ] {} <Debug> HTTP-Session: 7978c7ee-ece2-4a18-a9dc-2e85c1173c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 522 | 2024.10.09 04:56:37.973697 [ 3 ] {} <Trace> HTTP-Session: 7978c7ee-ece2-4a18-a9dc-2e85c1173c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2024.10.09 04:56:37.973943 [ 3 ] {b08f4b2a-d49f-499b-9d35-3c232c902de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2024.10.09 04:56:37.974020 [ 3 ] {b08f4b2a-d49f-499b-9d35-3c232c902de8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 525 | 2024.10.09 04:56:37.976144 [ 3 ] {b08f4b2a-d49f-499b-9d35-3c232c902de8} <Debug> oximeter.measurements_histogrami16 (8868b3ce-96d5-4ddb-827f-75d446f483f7): Loading data parts | ||
| 526 | 2024.10.09 04:56:37.976389 [ 3 ] {b08f4b2a-d49f-499b-9d35-3c232c902de8} <Debug> oximeter.measurements_histogrami16 (8868b3ce-96d5-4ddb-827f-75d446f483f7): There are no data parts | ||
| 527 | 2024.10.09 04:56:37.981231 [ 3 ] {b08f4b2a-d49f-499b-9d35-3c232c902de8} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.10.09 04:56:37.981281 [ 3 ] {} <Debug> HTTP-Session: 7978c7ee-ece2-4a18-a9dc-2e85c1173c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.10.09 04:56:37.981533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.10.09 04:56:37.981641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 531 | 2024.10.09 04:56:37.981684 [ 3 ] {} <Debug> HTTP-Session: d965ae35-ad56-431a-b896-98b69aabce9a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 532 | 2024.10.09 04:56:37.981760 [ 3 ] {} <Debug> HTTP-Session: d965ae35-ad56-431a-b896-98b69aabce9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.10.09 04:56:37.981792 [ 3 ] {} <Debug> HTTP-Session: d965ae35-ad56-431a-b896-98b69aabce9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.10.09 04:56:37.981862 [ 3 ] {} <Trace> HTTP-Session: d965ae35-ad56-431a-b896-98b69aabce9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.10.09 04:56:37.982137 [ 3 ] {8eef4d7d-e2f9-423a-b417-edef96cff9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 536 | 2024.10.09 04:56:37.982215 [ 3 ] {8eef4d7d-e2f9-423a-b417-edef96cff9ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 537 | 2024.10.09 04:56:37.984503 [ 3 ] {8eef4d7d-e2f9-423a-b417-edef96cff9ed} <Debug> oximeter.measurements_histogramu16 (2106b25b-9cb7-43bb-a759-ad0daffc1095): Loading data parts | ||
| 538 | 2024.10.09 04:56:37.984656 [ 3 ] {8eef4d7d-e2f9-423a-b417-edef96cff9ed} <Debug> oximeter.measurements_histogramu16 (2106b25b-9cb7-43bb-a759-ad0daffc1095): There are no data parts | ||
| 539 | 2024.10.09 04:56:37.987524 [ 3 ] {8eef4d7d-e2f9-423a-b417-edef96cff9ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.10.09 04:56:37.987550 [ 3 ] {} <Debug> HTTP-Session: d965ae35-ad56-431a-b896-98b69aabce9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.10.09 04:56:37.987676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.10.09 04:56:37.987749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 543 | 2024.10.09 04:56:37.987768 [ 3 ] {} <Debug> HTTP-Session: ceb2b9c4-3c39-44d7-abf1-7731ce54e28f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 544 | 2024.10.09 04:56:37.987784 [ 3 ] {} <Debug> HTTP-Session: ceb2b9c4-3c39-44d7-abf1-7731ce54e28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.10.09 04:56:37.987808 [ 3 ] {} <Debug> HTTP-Session: ceb2b9c4-3c39-44d7-abf1-7731ce54e28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.10.09 04:56:37.987848 [ 3 ] {} <Trace> HTTP-Session: ceb2b9c4-3c39-44d7-abf1-7731ce54e28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.10.09 04:56:37.988093 [ 3 ] {ef965a0f-1f00-4a7c-a99f-9122bcd468e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 548 | 2024.10.09 04:56:37.988168 [ 3 ] {ef965a0f-1f00-4a7c-a99f-9122bcd468e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 549 | 2024.10.09 04:56:37.990301 [ 3 ] {ef965a0f-1f00-4a7c-a99f-9122bcd468e1} <Debug> oximeter.measurements_histogrami32 (333cb61e-2f24-461c-9103-3c86686dcba5): Loading data parts | ||
| 550 | 2024.10.09 04:56:37.990491 [ 3 ] {ef965a0f-1f00-4a7c-a99f-9122bcd468e1} <Debug> oximeter.measurements_histogrami32 (333cb61e-2f24-461c-9103-3c86686dcba5): There are no data parts | ||
| 551 | 2024.10.09 04:56:37.995072 [ 3 ] {ef965a0f-1f00-4a7c-a99f-9122bcd468e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.10.09 04:56:37.995098 [ 3 ] {} <Debug> HTTP-Session: ceb2b9c4-3c39-44d7-abf1-7731ce54e28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.10.09 04:56:37.995275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.10.09 04:56:37.995322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 555 | 2024.10.09 04:56:37.995341 [ 3 ] {} <Debug> HTTP-Session: 583a0338-2cd2-474e-8508-8ac21e73801e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 556 | 2024.10.09 04:56:37.995379 [ 3 ] {} <Debug> HTTP-Session: 583a0338-2cd2-474e-8508-8ac21e73801e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.10.09 04:56:37.995392 [ 3 ] {} <Debug> HTTP-Session: 583a0338-2cd2-474e-8508-8ac21e73801e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.10.09 04:56:37.995421 [ 3 ] {} <Trace> HTTP-Session: 583a0338-2cd2-474e-8508-8ac21e73801e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.10.09 04:56:37.995689 [ 3 ] {e58e445c-f078-4b44-a0be-d1637e4060d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 560 | 2024.10.09 04:56:37.995767 [ 3 ] {e58e445c-f078-4b44-a0be-d1637e4060d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 561 | 2024.10.09 04:56:37.998070 [ 3 ] {e58e445c-f078-4b44-a0be-d1637e4060d0} <Debug> oximeter.measurements_histogramu32 (fd92e46d-9f58-45d3-905d-36ff4ad28b63): Loading data parts | ||
| 562 | 2024.10.09 04:56:37.998222 [ 3 ] {e58e445c-f078-4b44-a0be-d1637e4060d0} <Debug> oximeter.measurements_histogramu32 (fd92e46d-9f58-45d3-905d-36ff4ad28b63): There are no data parts | ||
| 563 | 2024.10.09 04:56:38.000138 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 120.10 MiB, peak 120.11 MiB, free memory in arenas 0.00 B, will set to 130.16 MiB (RSS), difference: 10.06 MiB | ||
| 564 | 2024.10.09 04:56:38.000943 [ 3 ] {e58e445c-f078-4b44-a0be-d1637e4060d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 565 | 2024.10.09 04:56:38.000974 [ 3 ] {} <Debug> HTTP-Session: 583a0338-2cd2-474e-8508-8ac21e73801e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 566 | 2024.10.09 04:56:38.001123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 567 | 2024.10.09 04:56:38.001178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 568 | 2024.10.09 04:56:38.001200 [ 3 ] {} <Debug> HTTP-Session: 31f384b2-3df0-47de-b442-18f9561651e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 569 | 2024.10.09 04:56:38.001245 [ 3 ] {} <Debug> HTTP-Session: 31f384b2-3df0-47de-b442-18f9561651e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.10.09 04:56:38.001261 [ 3 ] {} <Debug> HTTP-Session: 31f384b2-3df0-47de-b442-18f9561651e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 571 | 2024.10.09 04:56:38.001298 [ 3 ] {} <Trace> HTTP-Session: 31f384b2-3df0-47de-b442-18f9561651e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2024.10.09 04:56:38.001600 [ 3 ] {9c742864-3584-4a87-a424-6c8664c66007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 573 | 2024.10.09 04:56:38.001679 [ 3 ] {9c742864-3584-4a87-a424-6c8664c66007} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 574 | 2024.10.09 04:56:38.003847 [ 3 ] {9c742864-3584-4a87-a424-6c8664c66007} <Debug> oximeter.measurements_histogrami64 (2ac1069c-e1f7-4e90-b4a7-70c0b93f6c33): Loading data parts | ||
| 575 | 2024.10.09 04:56:38.004035 [ 3 ] {9c742864-3584-4a87-a424-6c8664c66007} <Debug> oximeter.measurements_histogrami64 (2ac1069c-e1f7-4e90-b4a7-70c0b93f6c33): There are no data parts | ||
| 576 | 2024.10.09 04:56:38.008891 [ 3 ] {9c742864-3584-4a87-a424-6c8664c66007} <Debug> DynamicQueryHandler: Done processing query | ||
| 577 | 2024.10.09 04:56:38.008940 [ 3 ] {} <Debug> HTTP-Session: 31f384b2-3df0-47de-b442-18f9561651e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2024.10.09 04:56:38.009148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 579 | 2024.10.09 04:56:38.009280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 580 | 2024.10.09 04:56:38.009317 [ 3 ] {} <Debug> HTTP-Session: 71fe9cb5-bbf5-43a3-ad68-37ad3704267f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 581 | 2024.10.09 04:56:38.009347 [ 3 ] {} <Debug> HTTP-Session: 71fe9cb5-bbf5-43a3-ad68-37ad3704267f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.10.09 04:56:38.009392 [ 3 ] {} <Debug> HTTP-Session: 71fe9cb5-bbf5-43a3-ad68-37ad3704267f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2024.10.09 04:56:38.009464 [ 3 ] {} <Trace> HTTP-Session: 71fe9cb5-bbf5-43a3-ad68-37ad3704267f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 584 | 2024.10.09 04:56:38.009737 [ 3 ] {25af5dfe-ffab-462f-b9a5-fbd830b4fa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 585 | 2024.10.09 04:56:38.009815 [ 3 ] {25af5dfe-ffab-462f-b9a5-fbd830b4fa7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 586 | 2024.10.09 04:56:38.012182 [ 3 ] {25af5dfe-ffab-462f-b9a5-fbd830b4fa7e} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Loading data parts | ||
| 587 | 2024.10.09 04:56:38.012384 [ 3 ] {25af5dfe-ffab-462f-b9a5-fbd830b4fa7e} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): There are no data parts | ||
| 588 | 2024.10.09 04:56:38.015017 [ 3 ] {25af5dfe-ffab-462f-b9a5-fbd830b4fa7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 589 | 2024.10.09 04:56:38.015044 [ 3 ] {} <Debug> HTTP-Session: 71fe9cb5-bbf5-43a3-ad68-37ad3704267f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 590 | 2024.10.09 04:56:38.015177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 591 | 2024.10.09 04:56:38.015225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 592 | 2024.10.09 04:56:38.015244 [ 3 ] {} <Debug> HTTP-Session: 0bc7c8e2-c0ad-4095-b74f-73f5055f0590 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 593 | 2024.10.09 04:56:38.015285 [ 3 ] {} <Debug> HTTP-Session: 0bc7c8e2-c0ad-4095-b74f-73f5055f0590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.10.09 04:56:38.015299 [ 3 ] {} <Debug> HTTP-Session: 0bc7c8e2-c0ad-4095-b74f-73f5055f0590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 595 | 2024.10.09 04:56:38.015329 [ 3 ] {} <Trace> HTTP-Session: 0bc7c8e2-c0ad-4095-b74f-73f5055f0590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 596 | 2024.10.09 04:56:38.015595 [ 3 ] {2155d79e-9fa7-4a82-95b5-2bc58d62496f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 597 | 2024.10.09 04:56:38.015673 [ 3 ] {2155d79e-9fa7-4a82-95b5-2bc58d62496f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 598 | 2024.10.09 04:56:38.017749 [ 3 ] {2155d79e-9fa7-4a82-95b5-2bc58d62496f} <Debug> oximeter.measurements_histogramf32 (c38446d8-b67f-45c7-9d46-27f6be2ad48b): Loading data parts | ||
| 599 | 2024.10.09 04:56:38.017902 [ 3 ] {2155d79e-9fa7-4a82-95b5-2bc58d62496f} <Debug> oximeter.measurements_histogramf32 (c38446d8-b67f-45c7-9d46-27f6be2ad48b): There are no data parts | ||
| 600 | 2024.10.09 04:56:38.022754 [ 3 ] {2155d79e-9fa7-4a82-95b5-2bc58d62496f} <Debug> DynamicQueryHandler: Done processing query | ||
| 601 | 2024.10.09 04:56:38.022805 [ 3 ] {} <Debug> HTTP-Session: 0bc7c8e2-c0ad-4095-b74f-73f5055f0590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2024.10.09 04:56:38.023026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 603 | 2024.10.09 04:56:38.023162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 604 | 2024.10.09 04:56:38.023200 [ 3 ] {} <Debug> HTTP-Session: ca30b2d5-3ae0-4157-8fa3-b10c8f88b55d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 605 | 2024.10.09 04:56:38.023231 [ 3 ] {} <Debug> HTTP-Session: ca30b2d5-3ae0-4157-8fa3-b10c8f88b55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.10.09 04:56:38.023290 [ 3 ] {} <Debug> HTTP-Session: ca30b2d5-3ae0-4157-8fa3-b10c8f88b55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.10.09 04:56:38.023350 [ 3 ] {} <Trace> HTTP-Session: ca30b2d5-3ae0-4157-8fa3-b10c8f88b55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 608 | 2024.10.09 04:56:38.023675 [ 3 ] {7373ae5a-d160-4502-ac04-82dbbbf28261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 609 | 2024.10.09 04:56:38.023766 [ 3 ] {7373ae5a-d160-4502-ac04-82dbbbf28261} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 610 | 2024.10.09 04:56:38.026085 [ 3 ] {7373ae5a-d160-4502-ac04-82dbbbf28261} <Debug> oximeter.measurements_histogramf64 (6288cb8d-fb91-4c46-871d-5ab87a10f93e): Loading data parts | ||
| 611 | 2024.10.09 04:56:38.026250 [ 3 ] {7373ae5a-d160-4502-ac04-82dbbbf28261} <Debug> oximeter.measurements_histogramf64 (6288cb8d-fb91-4c46-871d-5ab87a10f93e): There are no data parts | ||
| 612 | 2024.10.09 04:56:38.028928 [ 3 ] {7373ae5a-d160-4502-ac04-82dbbbf28261} <Debug> DynamicQueryHandler: Done processing query | ||
| 613 | 2024.10.09 04:56:38.028959 [ 3 ] {} <Debug> HTTP-Session: ca30b2d5-3ae0-4157-8fa3-b10c8f88b55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2024.10.09 04:56:38.029134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 615 | 2024.10.09 04:56:38.029191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 616 | 2024.10.09 04:56:38.029229 [ 3 ] {} <Debug> HTTP-Session: f7e539b0-2204-4bfe-a488-8e780324169f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 617 | 2024.10.09 04:56:38.029263 [ 3 ] {} <Debug> HTTP-Session: f7e539b0-2204-4bfe-a488-8e780324169f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.10.09 04:56:38.029280 [ 3 ] {} <Debug> HTTP-Session: f7e539b0-2204-4bfe-a488-8e780324169f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2024.10.09 04:56:38.029316 [ 3 ] {} <Trace> HTTP-Session: f7e539b0-2204-4bfe-a488-8e780324169f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 620 | 2024.10.09 04:56:38.029536 [ 3 ] {064fa063-2ab7-434c-89d5-2508e88bc8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) /* The field tables store named dimensions of each timeseries. | ||
| 621 | * | ||
| 622 | * As with the measurement tables, there is one field table for each field data | ||
| 623 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 624 | * this behavior **must not** be relied upon for query correctness. | ||
| 625 | * | ||
| 626 | * The index for the fields differs from the measurements, however. Rows are | ||
| 627 | * sorted by timeseries name, then field name, field value, and finally | ||
| 628 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 629 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 630 | * usually then used to look up measurements. | ||
| 631 | * | ||
| 632 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 633 | * timeseries name and then key, since it would improve lookups where one | ||
| 634 | * already has the key. Realistically though, these tables are quite small and | ||
| 635 | * so performance benefits will be low in absolute terms. | ||
| 636 | * | ||
| 637 | * TTL: We use a materialized column to expire old field table records. This | ||
| 638 | * column is generated automatically by the database whenever a new row is | ||
| 639 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 640 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 641 | * record will remain during a deduplication, which will have the last | ||
| 642 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 643 | * measurement tables. | ||
| 644 | */ | ||
| 645 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 646 | 2024.10.09 04:56:38.029610 [ 3 ] {064fa063-2ab7-434c-89d5-2508e88bc8ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 647 | 2024.10.09 04:56:38.031696 [ 3 ] {064fa063-2ab7-434c-89d5-2508e88bc8ee} <Debug> oximeter.fields_bool (c9041a41-663f-4869-9cda-8b8961ac50d4): Loading data parts | ||
| 648 | 2024.10.09 04:56:38.031856 [ 3 ] {064fa063-2ab7-434c-89d5-2508e88bc8ee} <Debug> oximeter.fields_bool (c9041a41-663f-4869-9cda-8b8961ac50d4): There are no data parts | ||
| 649 | 2024.10.09 04:56:38.036555 [ 3 ] {064fa063-2ab7-434c-89d5-2508e88bc8ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 650 | 2024.10.09 04:56:38.036581 [ 3 ] {} <Debug> HTTP-Session: f7e539b0-2204-4bfe-a488-8e780324169f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2024.10.09 04:56:38.036699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 652 | 2024.10.09 04:56:38.036776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 653 | 2024.10.09 04:56:38.036795 [ 3 ] {} <Debug> HTTP-Session: 9dca9101-83fb-4f74-8b2f-21c9b6a4e1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 654 | 2024.10.09 04:56:38.036811 [ 3 ] {} <Debug> HTTP-Session: 9dca9101-83fb-4f74-8b2f-21c9b6a4e1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.10.09 04:56:38.036837 [ 3 ] {} <Debug> HTTP-Session: 9dca9101-83fb-4f74-8b2f-21c9b6a4e1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.10.09 04:56:38.036878 [ 3 ] {} <Trace> HTTP-Session: 9dca9101-83fb-4f74-8b2f-21c9b6a4e1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 657 | 2024.10.09 04:56:38.037051 [ 3 ] {6dfd07e4-a7a9-4ae8-a641-0ae400505de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 658 | 2024.10.09 04:56:38.037118 [ 3 ] {6dfd07e4-a7a9-4ae8-a641-0ae400505de6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 659 | 2024.10.09 04:56:38.039206 [ 3 ] {6dfd07e4-a7a9-4ae8-a641-0ae400505de6} <Debug> oximeter.fields_i8 (d8262c3f-7328-433c-beb7-3d4485e4cbfd): Loading data parts | ||
| 660 | 2024.10.09 04:56:38.039389 [ 3 ] {6dfd07e4-a7a9-4ae8-a641-0ae400505de6} <Debug> oximeter.fields_i8 (d8262c3f-7328-433c-beb7-3d4485e4cbfd): There are no data parts | ||
| 661 | 2024.10.09 04:56:38.041949 [ 3 ] {6dfd07e4-a7a9-4ae8-a641-0ae400505de6} <Debug> DynamicQueryHandler: Done processing query | ||
| 662 | 2024.10.09 04:56:38.041975 [ 3 ] {} <Debug> HTTP-Session: 9dca9101-83fb-4f74-8b2f-21c9b6a4e1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.10.09 04:56:38.042126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 664 | 2024.10.09 04:56:38.042174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 665 | 2024.10.09 04:56:38.042192 [ 3 ] {} <Debug> HTTP-Session: 35be5d51-e8cd-4cf4-8499-ef39a978bc20 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 666 | 2024.10.09 04:56:38.042235 [ 3 ] {} <Debug> HTTP-Session: 35be5d51-e8cd-4cf4-8499-ef39a978bc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.10.09 04:56:38.042249 [ 3 ] {} <Debug> HTTP-Session: 35be5d51-e8cd-4cf4-8499-ef39a978bc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2024.10.09 04:56:38.042278 [ 3 ] {} <Trace> HTTP-Session: 35be5d51-e8cd-4cf4-8499-ef39a978bc20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 669 | 2024.10.09 04:56:38.042475 [ 3 ] {cf6afd15-63ea-4a6a-84a3-2f6b749c90fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 670 | 2024.10.09 04:56:38.042544 [ 3 ] {cf6afd15-63ea-4a6a-84a3-2f6b749c90fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 671 | 2024.10.09 04:56:38.044427 [ 3 ] {cf6afd15-63ea-4a6a-84a3-2f6b749c90fe} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Loading data parts | ||
| 672 | 2024.10.09 04:56:38.044586 [ 3 ] {cf6afd15-63ea-4a6a-84a3-2f6b749c90fe} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): There are no data parts | ||
| 673 | 2024.10.09 04:56:38.049344 [ 3 ] {cf6afd15-63ea-4a6a-84a3-2f6b749c90fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 674 | 2024.10.09 04:56:38.049395 [ 3 ] {} <Debug> HTTP-Session: 35be5d51-e8cd-4cf4-8499-ef39a978bc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 675 | 2024.10.09 04:56:38.049570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 676 | 2024.10.09 04:56:38.049646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 677 | 2024.10.09 04:56:38.049665 [ 3 ] {} <Debug> HTTP-Session: 3ab84eb1-a598-4048-a5c5-9ad48f9fa497 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 678 | 2024.10.09 04:56:38.049681 [ 3 ] {} <Debug> HTTP-Session: 3ab84eb1-a598-4048-a5c5-9ad48f9fa497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2024.10.09 04:56:38.049730 [ 3 ] {} <Debug> HTTP-Session: 3ab84eb1-a598-4048-a5c5-9ad48f9fa497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2024.10.09 04:56:38.049759 [ 3 ] {} <Trace> HTTP-Session: 3ab84eb1-a598-4048-a5c5-9ad48f9fa497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 681 | 2024.10.09 04:56:38.049931 [ 3 ] {2812c7bf-9b36-4d78-89ab-288b8135ec3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 682 | 2024.10.09 04:56:38.050001 [ 3 ] {2812c7bf-9b36-4d78-89ab-288b8135ec3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 683 | 2024.10.09 04:56:38.052119 [ 3 ] {2812c7bf-9b36-4d78-89ab-288b8135ec3b} <Debug> oximeter.fields_i16 (873304da-3e9c-44db-b320-59b3489d658a): Loading data parts | ||
| 684 | 2024.10.09 04:56:38.052287 [ 3 ] {2812c7bf-9b36-4d78-89ab-288b8135ec3b} <Debug> oximeter.fields_i16 (873304da-3e9c-44db-b320-59b3489d658a): There are no data parts | ||
| 685 | 2024.10.09 04:56:38.054873 [ 3 ] {2812c7bf-9b36-4d78-89ab-288b8135ec3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 686 | 2024.10.09 04:56:38.054904 [ 3 ] {} <Debug> HTTP-Session: 3ab84eb1-a598-4048-a5c5-9ad48f9fa497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.10.09 04:56:38.055083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 688 | 2024.10.09 04:56:38.055139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 689 | 2024.10.09 04:56:38.055188 [ 3 ] {} <Debug> HTTP-Session: d26df2a3-9615-40f0-bd57-825087c803dc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 690 | 2024.10.09 04:56:38.055207 [ 3 ] {} <Debug> HTTP-Session: d26df2a3-9615-40f0-bd57-825087c803dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.10.09 04:56:38.055223 [ 3 ] {} <Debug> HTTP-Session: d26df2a3-9615-40f0-bd57-825087c803dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.10.09 04:56:38.055273 [ 3 ] {} <Trace> HTTP-Session: d26df2a3-9615-40f0-bd57-825087c803dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 693 | 2024.10.09 04:56:38.055485 [ 3 ] {b763a42b-382f-4e00-907e-67108de1a095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 694 | 2024.10.09 04:56:38.055542 [ 3 ] {b763a42b-382f-4e00-907e-67108de1a095} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 695 | 2024.10.09 04:56:38.057413 [ 3 ] {b763a42b-382f-4e00-907e-67108de1a095} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Loading data parts | ||
| 696 | 2024.10.09 04:56:38.057560 [ 3 ] {b763a42b-382f-4e00-907e-67108de1a095} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): There are no data parts | ||
| 697 | 2024.10.09 04:56:38.062167 [ 3 ] {b763a42b-382f-4e00-907e-67108de1a095} <Debug> DynamicQueryHandler: Done processing query | ||
| 698 | 2024.10.09 04:56:38.062192 [ 3 ] {} <Debug> HTTP-Session: d26df2a3-9615-40f0-bd57-825087c803dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.10.09 04:56:38.062321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 700 | 2024.10.09 04:56:38.062384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 701 | 2024.10.09 04:56:38.062403 [ 3 ] {} <Debug> HTTP-Session: dfdd0015-73da-44d2-ad73-81aaab261804 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 702 | 2024.10.09 04:56:38.062419 [ 3 ] {} <Debug> HTTP-Session: dfdd0015-73da-44d2-ad73-81aaab261804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.10.09 04:56:38.062447 [ 3 ] {} <Debug> HTTP-Session: dfdd0015-73da-44d2-ad73-81aaab261804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.10.09 04:56:38.062477 [ 3 ] {} <Trace> HTTP-Session: dfdd0015-73da-44d2-ad73-81aaab261804 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 705 | 2024.10.09 04:56:38.062662 [ 3 ] {85a5b44a-d557-4043-9d92-8242127dbce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 706 | 2024.10.09 04:56:38.062706 [ 3 ] {85a5b44a-d557-4043-9d92-8242127dbce2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 707 | 2024.10.09 04:56:38.064825 [ 3 ] {85a5b44a-d557-4043-9d92-8242127dbce2} <Debug> oximeter.fields_i32 (1f004c21-b5d9-48f6-bb6f-6820aed03750): Loading data parts | ||
| 708 | 2024.10.09 04:56:38.064986 [ 3 ] {85a5b44a-d557-4043-9d92-8242127dbce2} <Debug> oximeter.fields_i32 (1f004c21-b5d9-48f6-bb6f-6820aed03750): There are no data parts | ||
| 709 | 2024.10.09 04:56:38.067721 [ 3 ] {85a5b44a-d557-4043-9d92-8242127dbce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 710 | 2024.10.09 04:56:38.067762 [ 3 ] {} <Debug> HTTP-Session: dfdd0015-73da-44d2-ad73-81aaab261804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 711 | 2024.10.09 04:56:38.067888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 712 | 2024.10.09 04:56:38.067934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 713 | 2024.10.09 04:56:38.067968 [ 3 ] {} <Debug> HTTP-Session: 325e40a4-8d4d-40d9-b205-bb0594916a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 714 | 2024.10.09 04:56:38.067984 [ 3 ] {} <Debug> HTTP-Session: 325e40a4-8d4d-40d9-b205-bb0594916a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.10.09 04:56:38.067997 [ 3 ] {} <Debug> HTTP-Session: 325e40a4-8d4d-40d9-b205-bb0594916a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 716 | 2024.10.09 04:56:38.068040 [ 3 ] {} <Trace> HTTP-Session: 325e40a4-8d4d-40d9-b205-bb0594916a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 717 | 2024.10.09 04:56:38.068210 [ 3 ] {0ba3d250-f91d-409d-8ea4-28b6077571da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 718 | 2024.10.09 04:56:38.068269 [ 3 ] {0ba3d250-f91d-409d-8ea4-28b6077571da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 719 | 2024.10.09 04:56:38.070155 [ 3 ] {0ba3d250-f91d-409d-8ea4-28b6077571da} <Debug> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Loading data parts | ||
| 720 | 2024.10.09 04:56:38.070334 [ 3 ] {0ba3d250-f91d-409d-8ea4-28b6077571da} <Debug> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): There are no data parts | ||
| 721 | 2024.10.09 04:56:38.075211 [ 3 ] {0ba3d250-f91d-409d-8ea4-28b6077571da} <Debug> DynamicQueryHandler: Done processing query | ||
| 722 | 2024.10.09 04:56:38.075262 [ 3 ] {} <Debug> HTTP-Session: 325e40a4-8d4d-40d9-b205-bb0594916a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 723 | 2024.10.09 04:56:38.075460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 724 | 2024.10.09 04:56:38.075555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 725 | 2024.10.09 04:56:38.075574 [ 3 ] {} <Debug> HTTP-Session: 263fcb96-0b76-4da6-9a7b-0dde0c793455 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 726 | 2024.10.09 04:56:38.075603 [ 3 ] {} <Debug> HTTP-Session: 263fcb96-0b76-4da6-9a7b-0dde0c793455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2024.10.09 04:56:38.075617 [ 3 ] {} <Debug> HTTP-Session: 263fcb96-0b76-4da6-9a7b-0dde0c793455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.10.09 04:56:38.075646 [ 3 ] {} <Trace> HTTP-Session: 263fcb96-0b76-4da6-9a7b-0dde0c793455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2024.10.09 04:56:38.075831 [ 3 ] {684126cb-eb84-469b-ad39-9a3c132ed96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 730 | 2024.10.09 04:56:38.075888 [ 3 ] {684126cb-eb84-469b-ad39-9a3c132ed96d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 731 | 2024.10.09 04:56:38.078022 [ 3 ] {684126cb-eb84-469b-ad39-9a3c132ed96d} <Debug> oximeter.fields_i64 (21b8a75a-b005-4c4a-8257-c80e9af9548b): Loading data parts | ||
| 732 | 2024.10.09 04:56:38.078167 [ 3 ] {684126cb-eb84-469b-ad39-9a3c132ed96d} <Debug> oximeter.fields_i64 (21b8a75a-b005-4c4a-8257-c80e9af9548b): There are no data parts | ||
| 733 | 2024.10.09 04:56:38.080888 [ 3 ] {684126cb-eb84-469b-ad39-9a3c132ed96d} <Debug> DynamicQueryHandler: Done processing query | ||
| 734 | 2024.10.09 04:56:38.080937 [ 3 ] {} <Debug> HTTP-Session: 263fcb96-0b76-4da6-9a7b-0dde0c793455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2024.10.09 04:56:38.081075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 736 | 2024.10.09 04:56:38.081142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 737 | 2024.10.09 04:56:38.081166 [ 3 ] {} <Debug> HTTP-Session: 5cb88aed-72ef-448c-a58f-5406c74dcdec Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 738 | 2024.10.09 04:56:38.081187 [ 3 ] {} <Debug> HTTP-Session: 5cb88aed-72ef-448c-a58f-5406c74dcdec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2024.10.09 04:56:38.081204 [ 3 ] {} <Debug> HTTP-Session: 5cb88aed-72ef-448c-a58f-5406c74dcdec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2024.10.09 04:56:38.081249 [ 3 ] {} <Trace> HTTP-Session: 5cb88aed-72ef-448c-a58f-5406c74dcdec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 741 | 2024.10.09 04:56:38.081461 [ 3 ] {b3336c00-f665-4672-8900-529a4b454ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 742 | 2024.10.09 04:56:38.081515 [ 3 ] {b3336c00-f665-4672-8900-529a4b454ba7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 743 | 2024.10.09 04:56:38.083423 [ 3 ] {b3336c00-f665-4672-8900-529a4b454ba7} <Debug> oximeter.fields_u64 (5184e5c9-b780-49f7-ad9b-6dc82d9f95b1): Loading data parts | ||
| 744 | 2024.10.09 04:56:38.083580 [ 3 ] {b3336c00-f665-4672-8900-529a4b454ba7} <Debug> oximeter.fields_u64 (5184e5c9-b780-49f7-ad9b-6dc82d9f95b1): There are no data parts | ||
| 745 | 2024.10.09 04:56:38.088259 [ 3 ] {b3336c00-f665-4672-8900-529a4b454ba7} <Debug> DynamicQueryHandler: Done processing query | ||
| 746 | 2024.10.09 04:56:38.088287 [ 3 ] {} <Debug> HTTP-Session: 5cb88aed-72ef-448c-a58f-5406c74dcdec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2024.10.09 04:56:38.088427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 748 | 2024.10.09 04:56:38.088475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 749 | 2024.10.09 04:56:38.088495 [ 3 ] {} <Debug> HTTP-Session: 9fe15d42-1c96-4008-82c3-1707bcae79d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 750 | 2024.10.09 04:56:38.088510 [ 3 ] {} <Debug> HTTP-Session: 9fe15d42-1c96-4008-82c3-1707bcae79d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.10.09 04:56:38.088524 [ 3 ] {} <Debug> HTTP-Session: 9fe15d42-1c96-4008-82c3-1707bcae79d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.10.09 04:56:38.088554 [ 3 ] {} <Trace> HTTP-Session: 9fe15d42-1c96-4008-82c3-1707bcae79d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2024.10.09 04:56:38.088726 [ 3 ] {cd202f55-bca0-4432-8c4c-f6b43ce34aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 754 | 2024.10.09 04:56:38.088769 [ 3 ] {cd202f55-bca0-4432-8c4c-f6b43ce34aa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 755 | 2024.10.09 04:56:38.090981 [ 3 ] {cd202f55-bca0-4432-8c4c-f6b43ce34aa2} <Debug> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Loading data parts | ||
| 756 | 2024.10.09 04:56:38.091142 [ 3 ] {cd202f55-bca0-4432-8c4c-f6b43ce34aa2} <Debug> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): There are no data parts | ||
| 757 | 2024.10.09 04:56:38.093921 [ 3 ] {cd202f55-bca0-4432-8c4c-f6b43ce34aa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 758 | 2024.10.09 04:56:38.093952 [ 3 ] {} <Debug> HTTP-Session: 9fe15d42-1c96-4008-82c3-1707bcae79d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 759 | 2024.10.09 04:56:38.094095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 760 | 2024.10.09 04:56:38.094153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 761 | 2024.10.09 04:56:38.094177 [ 3 ] {} <Debug> HTTP-Session: 11bb28d5-fbb5-4dc2-89f2-a663de74a5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 762 | 2024.10.09 04:56:38.094196 [ 3 ] {} <Debug> HTTP-Session: 11bb28d5-fbb5-4dc2-89f2-a663de74a5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 763 | 2024.10.09 04:56:38.094214 [ 3 ] {} <Debug> HTTP-Session: 11bb28d5-fbb5-4dc2-89f2-a663de74a5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.10.09 04:56:38.094250 [ 3 ] {} <Trace> HTTP-Session: 11bb28d5-fbb5-4dc2-89f2-a663de74a5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 765 | 2024.10.09 04:56:38.094461 [ 3 ] {ca01a532-4c66-4619-9cdb-af360546e22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 766 | 2024.10.09 04:56:38.094506 [ 3 ] {ca01a532-4c66-4619-9cdb-af360546e22a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 767 | 2024.10.09 04:56:38.098606 [ 3 ] {ca01a532-4c66-4619-9cdb-af360546e22a} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Loading data parts | ||
| 768 | 2024.10.09 04:56:38.098935 [ 3 ] {ca01a532-4c66-4619-9cdb-af360546e22a} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): There are no data parts | ||
| 769 | 2024.10.09 04:56:38.102091 [ 3 ] {ca01a532-4c66-4619-9cdb-af360546e22a} <Debug> DynamicQueryHandler: Done processing query | ||
| 770 | 2024.10.09 04:56:38.102125 [ 3 ] {} <Debug> HTTP-Session: 11bb28d5-fbb5-4dc2-89f2-a663de74a5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 771 | 2024.10.09 04:56:38.102277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 772 | 2024.10.09 04:56:38.102337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 773 | 2024.10.09 04:56:38.102361 [ 3 ] {} <Debug> HTTP-Session: 689cd6ee-676d-4443-824a-d18dc7785535 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 774 | 2024.10.09 04:56:38.102381 [ 3 ] {} <Debug> HTTP-Session: 689cd6ee-676d-4443-824a-d18dc7785535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2024.10.09 04:56:38.102400 [ 3 ] {} <Debug> HTTP-Session: 689cd6ee-676d-4443-824a-d18dc7785535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 776 | 2024.10.09 04:56:38.102438 [ 3 ] {} <Trace> HTTP-Session: 689cd6ee-676d-4443-824a-d18dc7785535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2024.10.09 04:56:38.102621 [ 3 ] {1c2592fd-fcab-4858-8500-94ba16d386f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 778 | 2024.10.09 04:56:38.102666 [ 3 ] {1c2592fd-fcab-4858-8500-94ba16d386f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 779 | 2024.10.09 04:56:38.107676 [ 3 ] {1c2592fd-fcab-4858-8500-94ba16d386f5} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Loading data parts | ||
| 780 | 2024.10.09 04:56:38.107853 [ 3 ] {1c2592fd-fcab-4858-8500-94ba16d386f5} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): There are no data parts | ||
| 781 | 2024.10.09 04:56:38.109562 [ 3 ] {1c2592fd-fcab-4858-8500-94ba16d386f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 782 | 2024.10.09 04:56:38.109589 [ 3 ] {} <Debug> HTTP-Session: 689cd6ee-676d-4443-824a-d18dc7785535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 783 | 2024.10.09 04:56:38.109727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 784 | 2024.10.09 04:56:38.109776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 785 | 2024.10.09 04:56:38.109796 [ 3 ] {} <Debug> HTTP-Session: 03bb2917-af71-4776-9167-964eb33c6292 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 786 | 2024.10.09 04:56:38.109812 [ 3 ] {} <Debug> HTTP-Session: 03bb2917-af71-4776-9167-964eb33c6292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 787 | 2024.10.09 04:56:38.109826 [ 3 ] {} <Debug> HTTP-Session: 03bb2917-af71-4776-9167-964eb33c6292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 788 | 2024.10.09 04:56:38.109855 [ 3 ] {} <Trace> HTTP-Session: 03bb2917-af71-4776-9167-964eb33c6292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2024.10.09 04:56:38.110066 [ 3 ] {d21944ab-1808-4a64-a603-0dc5942570f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) /* The timeseries schema table stores the extracted schema for the samples | ||
| 790 | * oximeter collects. | ||
| 791 | */ | ||
| 792 | 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) | ||
| 793 | 2024.10.09 04:56:38.110127 [ 3 ] {d21944ab-1808-4a64-a603-0dc5942570f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 794 | 2024.10.09 04:56:38.113098 [ 3 ] {d21944ab-1808-4a64-a603-0dc5942570f2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Loading data parts | ||
| 795 | 2024.10.09 04:56:38.113269 [ 3 ] {d21944ab-1808-4a64-a603-0dc5942570f2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): There are no data parts | ||
| 796 | 2024.10.09 04:56:38.114854 [ 3 ] {d21944ab-1808-4a64-a603-0dc5942570f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.10.09 04:56:38.114881 [ 3 ] {} <Debug> HTTP-Session: 03bb2917-af71-4776-9167-964eb33c6292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.10.09 04:56:38.115016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.10.09 04:56:38.115065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.10.09 04:56:38.115085 [ 3 ] {} <Debug> HTTP-Session: 80775cf7-bd52-4211-965a-df10059951cf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
| 801 | 2024.10.09 04:56:38.115101 [ 3 ] {} <Debug> HTTP-Session: 80775cf7-bd52-4211-965a-df10059951cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.10.09 04:56:38.115115 [ 3 ] {} <Debug> HTTP-Session: 80775cf7-bd52-4211-965a-df10059951cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.10.09 04:56:38.115145 [ 3 ] {} <Trace> HTTP-Session: 80775cf7-bd52-4211-965a-df10059951cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.10.09 04:56:38.115307 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 805 | 2024.10.09 04:56:38.116475 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 806 | 2024.10.09 04:56:38.124843 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Trace> oximeter.version (98df0a66-574f-4d5d-a741-c8485e1400b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 807 | 2024.10.09 04:56:38.124881 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 808 | 2024.10.09 04:56:38.129136 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 809 | 2024.10.09 04:56:38.130133 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Trace> oximeter.version (98df0a66-574f-4d5d-a741-c8485e1400b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 810 | 2024.10.09 04:56:38.130399 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015164 sec., 65.94566077552096 rows/sec., 1.03 KiB/sec. | ||
| 811 | 2024.10.09 04:56:38.130562 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.10.09 04:56:38.130587 [ 3 ] {810c50e1-5228-4541-8c8e-a7456921cf76} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 813 | 2024.10.09 04:56:38.130603 [ 3 ] {} <Debug> HTTP-Session: 80775cf7-bd52-4211-965a-df10059951cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 814 | 2024.10.09 04:56:39.000146 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 130.95 MiB, peak 136.08 MiB, free memory in arenas 0.00 B, will set to 133.72 MiB (RSS), difference: 2.77 MiB | ||
| 815 | 2024.10.09 04:56:47.225399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 816 | 2024.10.09 04:56:47.225504 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 817 | 2024.10.09 04:56:47.232548 [ 242 ] {} <Debug> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Loading data parts | ||
| 818 | 2024.10.09 04:56:47.232753 [ 242 ] {} <Debug> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): There are no data parts | ||
| 819 | 2024.10.09 04:56:47.243802 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.10.09 04:56:47.243847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 821 | 2024.10.09 04:56:47.246274 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 822 | 2024.10.09 04:56:47.247544 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2024.10.09 04:56:47.248043 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 824 | 2024.10.09 04:56:48.000192 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.06 MiB, peak 138.06 MiB, free memory in arenas 0.00 B, will set to 135.00 MiB (RSS), difference: -3.06 MiB | ||
| 825 | 2024.10.09 04:56:52.198521 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 826 | 2024.10.09 04:56:52.198583 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 827 | 2024.10.09 04:56:53.132366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 828 | 2024.10.09 04:56:53.132477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 829 | 2024.10.09 04:56:53.132501 [ 3 ] {} <Debug> HTTP-Session: 5c9ac132-6f3a-440a-a846-5c71f2a3b83f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 830 | 2024.10.09 04:56:53.132525 [ 3 ] {} <Debug> HTTP-Session: 5c9ac132-6f3a-440a-a846-5c71f2a3b83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 831 | 2024.10.09 04:56:53.132540 [ 3 ] {} <Debug> HTTP-Session: 5c9ac132-6f3a-440a-a846-5c71f2a3b83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 832 | 2024.10.09 04:56:53.132590 [ 3 ] {} <Trace> HTTP-Session: 5c9ac132-6f3a-440a-a846-5c71f2a3b83f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2024.10.09 04:56:53.132812 [ 3 ] {178a5ae9-02e1-4a7e-a9a4-66e1b81fa75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 834 | 2024.10.09 04:56:53.133235 [ 3 ] {178a5ae9-02e1-4a7e-a9a4-66e1b81fa75a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2024.10.09 04:56:53.133463 [ 3 ] {178a5ae9-02e1-4a7e-a9a4-66e1b81fa75a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2024.10.09 04:56:53.139794 [ 3 ] {178a5ae9-02e1-4a7e-a9a4-66e1b81fa75a} <Debug> DynamicQueryHandler: Done processing query | ||
| 837 | 2024.10.09 04:56:53.139825 [ 3 ] {178a5ae9-02e1-4a7e-a9a4-66e1b81fa75a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 838 | 2024.10.09 04:56:53.139843 [ 3 ] {} <Debug> HTTP-Session: 5c9ac132-6f3a-440a-a846-5c71f2a3b83f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 839 | 2024.10.09 04:56:53.141972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 840 | 2024.10.09 04:56:53.142034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 841 | 2024.10.09 04:56:53.142055 [ 3 ] {} <Debug> HTTP-Session: ae2ba72f-27a0-4c3a-a276-a2376a935afd Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 842 | 2024.10.09 04:56:53.142075 [ 3 ] {} <Debug> HTTP-Session: ae2ba72f-27a0-4c3a-a276-a2376a935afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.10.09 04:56:53.142090 [ 3 ] {} <Debug> HTTP-Session: ae2ba72f-27a0-4c3a-a276-a2376a935afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 844 | 2024.10.09 04:56:53.142128 [ 3 ] {} <Trace> HTTP-Session: ae2ba72f-27a0-4c3a-a276-a2376a935afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.10.09 04:56:53.142297 [ 3 ] {5d5c38e7-baf5-4c4e-86b3-9ef663cb4dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 846 | 2024.10.09 04:56:53.145988 [ 3 ] {5d5c38e7-baf5-4c4e-86b3-9ef663cb4dfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.10.09 04:56:53.146049 [ 3 ] {5d5c38e7-baf5-4c4e-86b3-9ef663cb4dfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2024.10.09 04:56:53.147178 [ 3 ] {5d5c38e7-baf5-4c4e-86b3-9ef663cb4dfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 849 | 2024.10.09 04:56:53.147206 [ 3 ] {5d5c38e7-baf5-4c4e-86b3-9ef663cb4dfd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 850 | 2024.10.09 04:56:53.147224 [ 3 ] {} <Debug> HTTP-Session: ae2ba72f-27a0-4c3a-a276-a2376a935afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 851 | 2024.10.09 04:56:53.147616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 852 | 2024.10.09 04:56:53.147670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 853 | 2024.10.09 04:56:53.147690 [ 3 ] {} <Debug> HTTP-Session: 91ad73e2-4cba-46b5-bddd-b61f41fe2860 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 854 | 2024.10.09 04:56:53.147708 [ 3 ] {} <Debug> HTTP-Session: 91ad73e2-4cba-46b5-bddd-b61f41fe2860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.10.09 04:56:53.147722 [ 3 ] {} <Debug> HTTP-Session: 91ad73e2-4cba-46b5-bddd-b61f41fe2860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.10.09 04:56:53.147757 [ 3 ] {} <Trace> HTTP-Session: 91ad73e2-4cba-46b5-bddd-b61f41fe2860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2024.10.09 04:56:53.147890 [ 3 ] {1a8aa830-5aae-4518-9aef-16ac07c28f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 858 | 2024.10.09 04:56:53.148258 [ 3 ] {1a8aa830-5aae-4518-9aef-16ac07c28f3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 859 | 2024.10.09 04:56:53.148310 [ 3 ] {1a8aa830-5aae-4518-9aef-16ac07c28f3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 860 | 2024.10.09 04:56:53.149343 [ 3 ] {1a8aa830-5aae-4518-9aef-16ac07c28f3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 861 | 2024.10.09 04:56:53.149368 [ 3 ] {1a8aa830-5aae-4518-9aef-16ac07c28f3f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 862 | 2024.10.09 04:56:53.149385 [ 3 ] {} <Debug> HTTP-Session: 91ad73e2-4cba-46b5-bddd-b61f41fe2860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 863 | 2024.10.09 04:56:53.149629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 864 | 2024.10.09 04:56:53.149678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 865 | 2024.10.09 04:56:53.149697 [ 3 ] {} <Debug> HTTP-Session: 4179a055-34d3-4df3-811b-bde16eba0fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 866 | 2024.10.09 04:56:53.149714 [ 3 ] {} <Debug> HTTP-Session: 4179a055-34d3-4df3-811b-bde16eba0fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.10.09 04:56:53.149728 [ 3 ] {} <Debug> HTTP-Session: 4179a055-34d3-4df3-811b-bde16eba0fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.10.09 04:56:53.149759 [ 3 ] {} <Trace> HTTP-Session: 4179a055-34d3-4df3-811b-bde16eba0fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.10.09 04:56:53.149881 [ 3 ] {e098c09a-1cec-4136-9552-9997dc742aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 870 | 2024.10.09 04:56:53.150212 [ 3 ] {e098c09a-1cec-4136-9552-9997dc742aa4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2024.10.09 04:56:53.150266 [ 3 ] {e098c09a-1cec-4136-9552-9997dc742aa4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2024.10.09 04:56:53.151163 [ 3 ] {e098c09a-1cec-4136-9552-9997dc742aa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 873 | 2024.10.09 04:56:53.151189 [ 3 ] {e098c09a-1cec-4136-9552-9997dc742aa4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 874 | 2024.10.09 04:56:53.151205 [ 3 ] {} <Debug> HTTP-Session: 4179a055-34d3-4df3-811b-bde16eba0fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 875 | 2024.10.09 04:56:53.151420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 876 | 2024.10.09 04:56:53.151470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 877 | 2024.10.09 04:56:53.151488 [ 3 ] {} <Debug> HTTP-Session: 6fc37a39-de43-44e8-a52e-906b72352fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 878 | 2024.10.09 04:56:53.151505 [ 3 ] {} <Debug> HTTP-Session: 6fc37a39-de43-44e8-a52e-906b72352fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.10.09 04:56:53.151519 [ 3 ] {} <Debug> HTTP-Session: 6fc37a39-de43-44e8-a52e-906b72352fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 880 | 2024.10.09 04:56:53.151551 [ 3 ] {} <Trace> HTTP-Session: 6fc37a39-de43-44e8-a52e-906b72352fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 881 | 2024.10.09 04:56:53.151676 [ 3 ] {19837647-a564-4c6f-861a-f570fc743447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 882 | 2024.10.09 04:56:53.152002 [ 3 ] {19837647-a564-4c6f-861a-f570fc743447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 883 | 2024.10.09 04:56:53.152056 [ 3 ] {19837647-a564-4c6f-861a-f570fc743447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 884 | 2024.10.09 04:56:53.153074 [ 3 ] {19837647-a564-4c6f-861a-f570fc743447} <Debug> DynamicQueryHandler: Done processing query | ||
| 885 | 2024.10.09 04:56:53.153101 [ 3 ] {19837647-a564-4c6f-861a-f570fc743447} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 886 | 2024.10.09 04:56:53.153118 [ 3 ] {} <Debug> HTTP-Session: 6fc37a39-de43-44e8-a52e-906b72352fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 887 | 2024.10.09 04:56:53.153324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 888 | 2024.10.09 04:56:53.153370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 889 | 2024.10.09 04:56:53.153389 [ 3 ] {} <Debug> HTTP-Session: 534f3cd7-7054-4e7c-aade-a31a6015ae12 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 890 | 2024.10.09 04:56:53.153405 [ 3 ] {} <Debug> HTTP-Session: 534f3cd7-7054-4e7c-aade-a31a6015ae12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 891 | 2024.10.09 04:56:53.153421 [ 3 ] {} <Debug> HTTP-Session: 534f3cd7-7054-4e7c-aade-a31a6015ae12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 892 | 2024.10.09 04:56:53.153452 [ 3 ] {} <Trace> HTTP-Session: 534f3cd7-7054-4e7c-aade-a31a6015ae12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 893 | 2024.10.09 04:56:53.153574 [ 3 ] {9b6f0cc6-0656-4527-927f-87de6fd43aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 894 | 2024.10.09 04:56:53.153899 [ 3 ] {9b6f0cc6-0656-4527-927f-87de6fd43aec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 895 | 2024.10.09 04:56:53.153952 [ 3 ] {9b6f0cc6-0656-4527-927f-87de6fd43aec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 896 | 2024.10.09 04:56:53.154863 [ 3 ] {9b6f0cc6-0656-4527-927f-87de6fd43aec} <Debug> DynamicQueryHandler: Done processing query | ||
| 897 | 2024.10.09 04:56:53.154889 [ 3 ] {9b6f0cc6-0656-4527-927f-87de6fd43aec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 898 | 2024.10.09 04:56:53.154906 [ 3 ] {} <Debug> HTTP-Session: 534f3cd7-7054-4e7c-aade-a31a6015ae12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 899 | 2024.10.09 04:56:53.155131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 900 | 2024.10.09 04:56:53.155178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 901 | 2024.10.09 04:56:53.155200 [ 3 ] {} <Debug> HTTP-Session: bd3bec9d-6dae-406c-8c96-9bfbfd76f4e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 902 | 2024.10.09 04:56:53.155217 [ 3 ] {} <Debug> HTTP-Session: bd3bec9d-6dae-406c-8c96-9bfbfd76f4e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 903 | 2024.10.09 04:56:53.155232 [ 3 ] {} <Debug> HTTP-Session: bd3bec9d-6dae-406c-8c96-9bfbfd76f4e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 904 | 2024.10.09 04:56:53.155263 [ 3 ] {} <Trace> HTTP-Session: bd3bec9d-6dae-406c-8c96-9bfbfd76f4e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2024.10.09 04:56:53.155397 [ 3 ] {890258aa-e5d4-4bb8-8569-886a4820704c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 906 | 2024.10.09 04:56:53.155729 [ 3 ] {890258aa-e5d4-4bb8-8569-886a4820704c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 907 | 2024.10.09 04:56:53.155780 [ 3 ] {890258aa-e5d4-4bb8-8569-886a4820704c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 908 | 2024.10.09 04:56:53.156718 [ 3 ] {890258aa-e5d4-4bb8-8569-886a4820704c} <Debug> DynamicQueryHandler: Done processing query | ||
| 909 | 2024.10.09 04:56:53.156743 [ 3 ] {890258aa-e5d4-4bb8-8569-886a4820704c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 910 | 2024.10.09 04:56:53.156760 [ 3 ] {} <Debug> HTTP-Session: bd3bec9d-6dae-406c-8c96-9bfbfd76f4e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 911 | 2024.10.09 04:56:53.156964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 912 | 2024.10.09 04:56:53.157014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 913 | 2024.10.09 04:56:53.157034 [ 3 ] {} <Debug> HTTP-Session: 49bad13c-fa26-41bb-8816-4f973c6a827e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 914 | 2024.10.09 04:56:53.157051 [ 3 ] {} <Debug> HTTP-Session: 49bad13c-fa26-41bb-8816-4f973c6a827e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 915 | 2024.10.09 04:56:53.157065 [ 3 ] {} <Debug> HTTP-Session: 49bad13c-fa26-41bb-8816-4f973c6a827e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 916 | 2024.10.09 04:56:53.157096 [ 3 ] {} <Trace> HTTP-Session: 49bad13c-fa26-41bb-8816-4f973c6a827e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2024.10.09 04:56:53.157222 [ 3 ] {183f5d8b-bbb6-4b77-87d1-27f741070fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 918 | 2024.10.09 04:56:53.157555 [ 3 ] {183f5d8b-bbb6-4b77-87d1-27f741070fcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 919 | 2024.10.09 04:56:53.157608 [ 3 ] {183f5d8b-bbb6-4b77-87d1-27f741070fcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 920 | 2024.10.09 04:56:53.158532 [ 3 ] {183f5d8b-bbb6-4b77-87d1-27f741070fcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 921 | 2024.10.09 04:56:53.158557 [ 3 ] {183f5d8b-bbb6-4b77-87d1-27f741070fcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 922 | 2024.10.09 04:56:53.158573 [ 3 ] {} <Debug> HTTP-Session: 49bad13c-fa26-41bb-8816-4f973c6a827e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 923 | 2024.10.09 04:56:53.158807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 924 | 2024.10.09 04:56:53.158854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 925 | 2024.10.09 04:56:53.158874 [ 3 ] {} <Debug> HTTP-Session: 7450a770-98ef-4d7e-88c3-cf7385e12c4d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 926 | 2024.10.09 04:56:53.158890 [ 3 ] {} <Debug> HTTP-Session: 7450a770-98ef-4d7e-88c3-cf7385e12c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 927 | 2024.10.09 04:56:53.158905 [ 3 ] {} <Debug> HTTP-Session: 7450a770-98ef-4d7e-88c3-cf7385e12c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 928 | 2024.10.09 04:56:53.158934 [ 3 ] {} <Trace> HTTP-Session: 7450a770-98ef-4d7e-88c3-cf7385e12c4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 929 | 2024.10.09 04:56:53.159060 [ 3 ] {539f7535-4ef5-4945-8a6d-be5123ead2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 930 | 2024.10.09 04:56:53.159400 [ 3 ] {539f7535-4ef5-4945-8a6d-be5123ead2e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 931 | 2024.10.09 04:56:53.159453 [ 3 ] {539f7535-4ef5-4945-8a6d-be5123ead2e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 932 | 2024.10.09 04:56:53.160468 [ 3 ] {539f7535-4ef5-4945-8a6d-be5123ead2e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 933 | 2024.10.09 04:56:53.160495 [ 3 ] {539f7535-4ef5-4945-8a6d-be5123ead2e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 934 | 2024.10.09 04:56:53.160511 [ 3 ] {} <Debug> HTTP-Session: 7450a770-98ef-4d7e-88c3-cf7385e12c4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.10.09 04:56:53.160750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 936 | 2024.10.09 04:56:53.160798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 937 | 2024.10.09 04:56:53.160818 [ 3 ] {} <Debug> HTTP-Session: 2b97369f-c1ab-4228-9a84-af8c1cbe9cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 938 | 2024.10.09 04:56:53.160835 [ 3 ] {} <Debug> HTTP-Session: 2b97369f-c1ab-4228-9a84-af8c1cbe9cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 939 | 2024.10.09 04:56:53.160848 [ 3 ] {} <Debug> HTTP-Session: 2b97369f-c1ab-4228-9a84-af8c1cbe9cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 940 | 2024.10.09 04:56:53.160879 [ 3 ] {} <Trace> HTTP-Session: 2b97369f-c1ab-4228-9a84-af8c1cbe9cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 941 | 2024.10.09 04:56:53.161012 [ 3 ] {3c30b686-e6ff-48f9-9744-2d1af458bd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 942 | 2024.10.09 04:56:53.161478 [ 3 ] {3c30b686-e6ff-48f9-9744-2d1af458bd75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 943 | 2024.10.09 04:56:53.161533 [ 3 ] {3c30b686-e6ff-48f9-9744-2d1af458bd75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 944 | 2024.10.09 04:56:53.162591 [ 3 ] {3c30b686-e6ff-48f9-9744-2d1af458bd75} <Debug> DynamicQueryHandler: Done processing query | ||
| 945 | 2024.10.09 04:56:53.162616 [ 3 ] {3c30b686-e6ff-48f9-9744-2d1af458bd75} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 946 | 2024.10.09 04:56:53.162633 [ 3 ] {} <Debug> HTTP-Session: 2b97369f-c1ab-4228-9a84-af8c1cbe9cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.10.09 04:56:53.162853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.10.09 04:56:53.162901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.10.09 04:56:53.162922 [ 3 ] {} <Debug> HTTP-Session: bc9be2f7-1bc3-4b6f-8b56-8203d891e7c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 950 | 2024.10.09 04:56:53.162938 [ 3 ] {} <Debug> HTTP-Session: bc9be2f7-1bc3-4b6f-8b56-8203d891e7c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.10.09 04:56:53.162953 [ 3 ] {} <Debug> HTTP-Session: bc9be2f7-1bc3-4b6f-8b56-8203d891e7c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.10.09 04:56:53.162984 [ 3 ] {} <Trace> HTTP-Session: bc9be2f7-1bc3-4b6f-8b56-8203d891e7c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.10.09 04:56:53.163113 [ 3 ] {fc058b8a-9b8f-46cd-b78c-ddc47fb55477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 954 | 2024.10.09 04:56:53.163463 [ 3 ] {fc058b8a-9b8f-46cd-b78c-ddc47fb55477} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 955 | 2024.10.09 04:56:53.163516 [ 3 ] {fc058b8a-9b8f-46cd-b78c-ddc47fb55477} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 956 | 2024.10.09 04:56:53.164469 [ 3 ] {fc058b8a-9b8f-46cd-b78c-ddc47fb55477} <Debug> DynamicQueryHandler: Done processing query | ||
| 957 | 2024.10.09 04:56:53.164494 [ 3 ] {fc058b8a-9b8f-46cd-b78c-ddc47fb55477} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 958 | 2024.10.09 04:56:53.164511 [ 3 ] {} <Debug> HTTP-Session: bc9be2f7-1bc3-4b6f-8b56-8203d891e7c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 959 | 2024.10.09 04:56:53.164719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 960 | 2024.10.09 04:56:53.164767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 961 | 2024.10.09 04:56:53.164786 [ 3 ] {} <Debug> HTTP-Session: 0aa70992-6027-4d8b-b5f5-d5ed7cb3d72c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 962 | 2024.10.09 04:56:53.164802 [ 3 ] {} <Debug> HTTP-Session: 0aa70992-6027-4d8b-b5f5-d5ed7cb3d72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 963 | 2024.10.09 04:56:53.164815 [ 3 ] {} <Debug> HTTP-Session: 0aa70992-6027-4d8b-b5f5-d5ed7cb3d72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.10.09 04:56:53.164845 [ 3 ] {} <Trace> HTTP-Session: 0aa70992-6027-4d8b-b5f5-d5ed7cb3d72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 965 | 2024.10.09 04:56:53.164975 [ 3 ] {6d009d2d-d4ef-43e0-ad38-10c9d776467c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 966 | 2024.10.09 04:56:53.165325 [ 3 ] {6d009d2d-d4ef-43e0-ad38-10c9d776467c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 967 | 2024.10.09 04:56:53.165377 [ 3 ] {6d009d2d-d4ef-43e0-ad38-10c9d776467c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 968 | 2024.10.09 04:56:53.166346 [ 3 ] {6d009d2d-d4ef-43e0-ad38-10c9d776467c} <Debug> DynamicQueryHandler: Done processing query | ||
| 969 | 2024.10.09 04:56:53.166372 [ 3 ] {6d009d2d-d4ef-43e0-ad38-10c9d776467c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 970 | 2024.10.09 04:56:53.166388 [ 3 ] {} <Debug> HTTP-Session: 0aa70992-6027-4d8b-b5f5-d5ed7cb3d72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 971 | 2024.10.09 04:56:53.166637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 972 | 2024.10.09 04:56:53.166685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 973 | 2024.10.09 04:56:53.166703 [ 3 ] {} <Debug> HTTP-Session: ed1e94f4-47f7-43c5-b29f-7b26a86fe1be Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 974 | 2024.10.09 04:56:53.166719 [ 3 ] {} <Debug> HTTP-Session: ed1e94f4-47f7-43c5-b29f-7b26a86fe1be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 975 | 2024.10.09 04:56:53.166732 [ 3 ] {} <Debug> HTTP-Session: ed1e94f4-47f7-43c5-b29f-7b26a86fe1be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 976 | 2024.10.09 04:56:53.166763 [ 3 ] {} <Trace> HTTP-Session: ed1e94f4-47f7-43c5-b29f-7b26a86fe1be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2024.10.09 04:56:53.166894 [ 3 ] {2d7e40a5-6bf2-43d3-afab-721b6eb22ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 978 | 2024.10.09 04:56:53.167243 [ 3 ] {2d7e40a5-6bf2-43d3-afab-721b6eb22ff0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 979 | 2024.10.09 04:56:53.167296 [ 3 ] {2d7e40a5-6bf2-43d3-afab-721b6eb22ff0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 980 | 2024.10.09 04:56:53.168214 [ 3 ] {2d7e40a5-6bf2-43d3-afab-721b6eb22ff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 981 | 2024.10.09 04:56:53.168238 [ 3 ] {2d7e40a5-6bf2-43d3-afab-721b6eb22ff0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 982 | 2024.10.09 04:56:53.168255 [ 3 ] {} <Debug> HTTP-Session: ed1e94f4-47f7-43c5-b29f-7b26a86fe1be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 983 | 2024.10.09 04:56:53.168455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 984 | 2024.10.09 04:56:53.168503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 985 | 2024.10.09 04:56:53.168521 [ 3 ] {} <Debug> HTTP-Session: 15da9884-198e-479a-a7bd-8c058bf917bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 986 | 2024.10.09 04:56:53.168537 [ 3 ] {} <Debug> HTTP-Session: 15da9884-198e-479a-a7bd-8c058bf917bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 987 | 2024.10.09 04:56:53.168551 [ 3 ] {} <Debug> HTTP-Session: 15da9884-198e-479a-a7bd-8c058bf917bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.10.09 04:56:53.168580 [ 3 ] {} <Trace> HTTP-Session: 15da9884-198e-479a-a7bd-8c058bf917bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 989 | 2024.10.09 04:56:53.168710 [ 3 ] {e015b65c-8f2a-4be2-a30e-d3af76ffec05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 990 | 2024.10.09 04:56:53.169061 [ 3 ] {e015b65c-8f2a-4be2-a30e-d3af76ffec05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 991 | 2024.10.09 04:56:53.169112 [ 3 ] {e015b65c-8f2a-4be2-a30e-d3af76ffec05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 992 | 2024.10.09 04:56:53.170122 [ 3 ] {e015b65c-8f2a-4be2-a30e-d3af76ffec05} <Debug> DynamicQueryHandler: Done processing query | ||
| 993 | 2024.10.09 04:56:53.170146 [ 3 ] {e015b65c-8f2a-4be2-a30e-d3af76ffec05} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 994 | 2024.10.09 04:56:53.170162 [ 3 ] {} <Debug> HTTP-Session: 15da9884-198e-479a-a7bd-8c058bf917bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 995 | 2024.10.09 04:56:53.170961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 996 | 2024.10.09 04:56:53.171009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 997 | 2024.10.09 04:56:53.171027 [ 3 ] {} <Debug> HTTP-Session: 0a061ad1-6a78-4ec8-ba74-8e3e970cc72a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 998 | 2024.10.09 04:56:53.171043 [ 3 ] {} <Debug> HTTP-Session: 0a061ad1-6a78-4ec8-ba74-8e3e970cc72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 999 | 2024.10.09 04:56:53.171057 [ 3 ] {} <Debug> HTTP-Session: 0a061ad1-6a78-4ec8-ba74-8e3e970cc72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1000 | 2024.10.09 04:56:53.171086 [ 3 ] {} <Trace> HTTP-Session: 0a061ad1-6a78-4ec8-ba74-8e3e970cc72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1001 | 2024.10.09 04:56:53.171217 [ 3 ] {4d49b26a-7600-4ca3-8368-885c7d90c2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1002 | 2024.10.09 04:56:53.171575 [ 3 ] {4d49b26a-7600-4ca3-8368-885c7d90c2f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1003 | 2024.10.09 04:56:53.171627 [ 3 ] {4d49b26a-7600-4ca3-8368-885c7d90c2f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1004 | 2024.10.09 04:56:53.172616 [ 3 ] {4d49b26a-7600-4ca3-8368-885c7d90c2f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1005 | 2024.10.09 04:56:53.172651 [ 3 ] {4d49b26a-7600-4ca3-8368-885c7d90c2f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1006 | 2024.10.09 04:56:53.172684 [ 3 ] {} <Debug> HTTP-Session: 0a061ad1-6a78-4ec8-ba74-8e3e970cc72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1007 | 2024.10.09 04:56:53.172922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1008 | 2024.10.09 04:56:53.172973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1009 | 2024.10.09 04:56:53.172992 [ 3 ] {} <Debug> HTTP-Session: 8d17d353-a1b1-484c-9952-ae69d86bf31f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1010 | 2024.10.09 04:56:53.173008 [ 3 ] {} <Debug> HTTP-Session: 8d17d353-a1b1-484c-9952-ae69d86bf31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1011 | 2024.10.09 04:56:53.173022 [ 3 ] {} <Debug> HTTP-Session: 8d17d353-a1b1-484c-9952-ae69d86bf31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1012 | 2024.10.09 04:56:53.173052 [ 3 ] {} <Trace> HTTP-Session: 8d17d353-a1b1-484c-9952-ae69d86bf31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1013 | 2024.10.09 04:56:53.173188 [ 3 ] {85858838-c0ce-472b-99f5-e8d60864c7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1014 | 2024.10.09 04:56:53.173549 [ 3 ] {85858838-c0ce-472b-99f5-e8d60864c7ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2024.10.09 04:56:53.173601 [ 3 ] {85858838-c0ce-472b-99f5-e8d60864c7ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2024.10.09 04:56:53.174542 [ 3 ] {85858838-c0ce-472b-99f5-e8d60864c7ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 1017 | 2024.10.09 04:56:53.174566 [ 3 ] {85858838-c0ce-472b-99f5-e8d60864c7ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1018 | 2024.10.09 04:56:53.174582 [ 3 ] {} <Debug> HTTP-Session: 8d17d353-a1b1-484c-9952-ae69d86bf31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.10.09 04:56:53.174794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1020 | 2024.10.09 04:56:53.174841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1021 | 2024.10.09 04:56:53.174859 [ 3 ] {} <Debug> HTTP-Session: 0fd9c00a-8875-447e-958a-7bca4adbf677 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1022 | 2024.10.09 04:56:53.174874 [ 3 ] {} <Debug> HTTP-Session: 0fd9c00a-8875-447e-958a-7bca4adbf677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1023 | 2024.10.09 04:56:53.174888 [ 3 ] {} <Debug> HTTP-Session: 0fd9c00a-8875-447e-958a-7bca4adbf677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1024 | 2024.10.09 04:56:53.174917 [ 3 ] {} <Trace> HTTP-Session: 0fd9c00a-8875-447e-958a-7bca4adbf677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2024.10.09 04:56:53.175048 [ 3 ] {326d73bf-e997-48d8-b7fc-08ce1b800ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1026 | 2024.10.09 04:56:53.175412 [ 3 ] {326d73bf-e997-48d8-b7fc-08ce1b800ed7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1027 | 2024.10.09 04:56:53.175463 [ 3 ] {326d73bf-e997-48d8-b7fc-08ce1b800ed7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1028 | 2024.10.09 04:56:53.176485 [ 3 ] {326d73bf-e997-48d8-b7fc-08ce1b800ed7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1029 | 2024.10.09 04:56:53.176511 [ 3 ] {326d73bf-e997-48d8-b7fc-08ce1b800ed7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1030 | 2024.10.09 04:56:53.176527 [ 3 ] {} <Debug> HTTP-Session: 0fd9c00a-8875-447e-958a-7bca4adbf677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.10.09 04:56:53.176755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1032 | 2024.10.09 04:56:53.176802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1033 | 2024.10.09 04:56:53.176821 [ 3 ] {} <Debug> HTTP-Session: 0d7b63c7-aba9-4bff-89b1-84e760e30f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1034 | 2024.10.09 04:56:53.176836 [ 3 ] {} <Debug> HTTP-Session: 0d7b63c7-aba9-4bff-89b1-84e760e30f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1035 | 2024.10.09 04:56:53.176850 [ 3 ] {} <Debug> HTTP-Session: 0d7b63c7-aba9-4bff-89b1-84e760e30f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.10.09 04:56:53.176879 [ 3 ] {} <Trace> HTTP-Session: 0d7b63c7-aba9-4bff-89b1-84e760e30f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2024.10.09 04:56:53.177011 [ 3 ] {de25c1fc-ab80-4b09-968e-ee7ead5753be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1038 | 2024.10.09 04:56:53.177379 [ 3 ] {de25c1fc-ab80-4b09-968e-ee7ead5753be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1039 | 2024.10.09 04:56:53.177430 [ 3 ] {de25c1fc-ab80-4b09-968e-ee7ead5753be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1040 | 2024.10.09 04:56:53.178386 [ 3 ] {de25c1fc-ab80-4b09-968e-ee7ead5753be} <Debug> DynamicQueryHandler: Done processing query | ||
| 1041 | 2024.10.09 04:56:53.178411 [ 3 ] {de25c1fc-ab80-4b09-968e-ee7ead5753be} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1042 | 2024.10.09 04:56:53.178427 [ 3 ] {} <Debug> HTTP-Session: 0d7b63c7-aba9-4bff-89b1-84e760e30f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1043 | 2024.10.09 04:56:53.179144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1044 | 2024.10.09 04:56:53.179190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1045 | 2024.10.09 04:56:53.179209 [ 3 ] {} <Debug> HTTP-Session: c6adf171-117f-4c01-a7cd-05f1378060bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1046 | 2024.10.09 04:56:53.179225 [ 3 ] {} <Debug> HTTP-Session: c6adf171-117f-4c01-a7cd-05f1378060bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.10.09 04:56:53.179239 [ 3 ] {} <Debug> HTTP-Session: c6adf171-117f-4c01-a7cd-05f1378060bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.10.09 04:56:53.179270 [ 3 ] {} <Trace> HTTP-Session: c6adf171-117f-4c01-a7cd-05f1378060bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1049 | 2024.10.09 04:56:53.179390 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1050 | 2024.10.09 04:56:53.179435 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1051 | 2024.10.09 04:56:53.179629 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1052 | 2024.10.09 04:56:53.182260 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2024.10.09 04:56:53.182309 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1054 | 2024.10.09 04:56:53.183072 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1055 | 2024.10.09 04:56:53.183642 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2024.10.09 04:56:53.183803 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.004453 sec., 4042.218728946777 rows/sec., 565.37 KiB/sec. | ||
| 1057 | 2024.10.09 04:56:53.183987 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Debug> DynamicQueryHandler: Done processing query | ||
| 1058 | 2024.10.09 04:56:53.184011 [ 3 ] {2020265e-9f71-4e09-bf3a-d5dc2a41b427} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1059 | 2024.10.09 04:56:53.184027 [ 3 ] {} <Debug> HTTP-Session: c6adf171-117f-4c01-a7cd-05f1378060bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1060 | 2024.10.09 04:56:53.184152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1061 | 2024.10.09 04:56:53.184200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1062 | 2024.10.09 04:56:53.184218 [ 3 ] {} <Debug> HTTP-Session: 01512cf6-c076-4795-acbf-70bb3b01a64b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1063 | 2024.10.09 04:56:53.184234 [ 3 ] {} <Debug> HTTP-Session: 01512cf6-c076-4795-acbf-70bb3b01a64b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1064 | 2024.10.09 04:56:53.184248 [ 3 ] {} <Debug> HTTP-Session: 01512cf6-c076-4795-acbf-70bb3b01a64b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1065 | 2024.10.09 04:56:53.184278 [ 3 ] {} <Trace> HTTP-Session: 01512cf6-c076-4795-acbf-70bb3b01a64b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1066 | 2024.10.09 04:56:53.184381 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1067 | 2024.10.09 04:56:53.184423 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1068 | 2024.10.09 04:56:53.184657 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1069 | 2024.10.09 04:56:53.187655 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1070 | 2024.10.09 04:56:53.187689 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1071 | 2024.10.09 04:56:53.188204 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1072 | 2024.10.09 04:56:53.188783 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1073 | 2024.10.09 04:56:53.188903 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.004553 sec., 6589.062156819679 rows/sec., 526.78 KiB/sec. | ||
| 1074 | 2024.10.09 04:56:53.189075 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1075 | 2024.10.09 04:56:53.189098 [ 3 ] {f20752c8-255c-4184-ba6c-26fb140b566c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1076 | 2024.10.09 04:56:53.189114 [ 3 ] {} <Debug> HTTP-Session: 01512cf6-c076-4795-acbf-70bb3b01a64b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1077 | 2024.10.09 04:56:53.189246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 6150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1078 | 2024.10.09 04:56:53.189294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1079 | 2024.10.09 04:56:53.189313 [ 3 ] {} <Debug> HTTP-Session: 07a6e798-c748-45cd-a6b7-6b248b691d10 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1080 | 2024.10.09 04:56:53.189328 [ 3 ] {} <Debug> HTTP-Session: 07a6e798-c748-45cd-a6b7-6b248b691d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1081 | 2024.10.09 04:56:53.189342 [ 3 ] {} <Debug> HTTP-Session: 07a6e798-c748-45cd-a6b7-6b248b691d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1082 | 2024.10.09 04:56:53.189371 [ 3 ] {} <Trace> HTTP-Session: 07a6e798-c748-45cd-a6b7-6b248b691d10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2024.10.09 04:56:53.189476 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1084 | 2024.10.09 04:56:53.189518 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1085 | 2024.10.09 04:56:53.189741 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1086 | 2024.10.09 04:56:53.190137 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1087 | 2024.10.09 04:56:53.190173 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1088 | 2024.10.09 04:56:53.190687 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1089 | 2024.10.09 04:56:53.191282 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1090 | 2024.10.09 04:56:53.191411 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001962 sec., 18348.623853211007 rows/sec., 1.43 MiB/sec. | ||
| 1091 | 2024.10.09 04:56:53.191700 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1092 | 2024.10.09 04:56:53.191724 [ 3 ] {add95e9c-41c1-40ca-9979-73da2a9ba8d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1093 | 2024.10.09 04:56:53.191740 [ 3 ] {} <Debug> HTTP-Session: 07a6e798-c748-45cd-a6b7-6b248b691d10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1094 | 2024.10.09 04:56:53.191856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 6172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1095 | 2024.10.09 04:56:53.191903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1096 | 2024.10.09 04:56:53.191921 [ 3 ] {} <Debug> HTTP-Session: 67f533ce-440e-4344-8384-abc9c3d80e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1097 | 2024.10.09 04:56:53.191937 [ 3 ] {} <Debug> HTTP-Session: 67f533ce-440e-4344-8384-abc9c3d80e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1098 | 2024.10.09 04:56:53.191950 [ 3 ] {} <Debug> HTTP-Session: 67f533ce-440e-4344-8384-abc9c3d80e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1099 | 2024.10.09 04:56:53.191980 [ 3 ] {} <Trace> HTTP-Session: 67f533ce-440e-4344-8384-abc9c3d80e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2024.10.09 04:56:53.192088 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1101 | 2024.10.09 04:56:53.192135 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1102 | 2024.10.09 04:56:53.192321 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1103 | 2024.10.09 04:56:53.194664 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1104 | 2024.10.09 04:56:53.194698 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1105 | 2024.10.09 04:56:53.195197 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1106 | 2024.10.09 04:56:53.195816 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1107 | 2024.10.09 04:56:53.195941 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00389 sec., 8226.221079691517 rows/sec., 586.69 KiB/sec. | ||
| 1108 | 2024.10.09 04:56:53.196110 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Debug> DynamicQueryHandler: Done processing query | ||
| 1109 | 2024.10.09 04:56:53.196134 [ 3 ] {15e34147-00e7-4ee6-b30b-aaba9798c598} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1110 | 2024.10.09 04:56:53.196149 [ 3 ] {} <Debug> HTTP-Session: 67f533ce-440e-4344-8384-abc9c3d80e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1111 | 2024.10.09 04:56:53.196277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1112 | 2024.10.09 04:56:53.196324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1113 | 2024.10.09 04:56:53.196344 [ 3 ] {} <Debug> HTTP-Session: 412b0692-7c50-4f2b-be1d-db6a9336a3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1114 | 2024.10.09 04:56:53.196360 [ 3 ] {} <Debug> HTTP-Session: 412b0692-7c50-4f2b-be1d-db6a9336a3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.10.09 04:56:53.196373 [ 3 ] {} <Debug> HTTP-Session: 412b0692-7c50-4f2b-be1d-db6a9336a3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1116 | 2024.10.09 04:56:53.196403 [ 3 ] {} <Trace> HTTP-Session: 412b0692-7c50-4f2b-be1d-db6a9336a3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2024.10.09 04:56:53.196503 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1118 | 2024.10.09 04:56:53.196546 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1119 | 2024.10.09 04:56:53.196672 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1120 | 2024.10.09 04:56:53.196955 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1121 | 2024.10.09 04:56:53.196989 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1122 | 2024.10.09 04:56:53.197534 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1123 | 2024.10.09 04:56:53.198149 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1124 | 2024.10.09 04:56:53.198274 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Debug> executeQuery: Read 14 rows, 993.00 B in 0.001802 sec., 7769.145394006659 rows/sec., 538.14 KiB/sec. | ||
| 1125 | 2024.10.09 04:56:53.198442 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Debug> DynamicQueryHandler: Done processing query | ||
| 1126 | 2024.10.09 04:56:53.198467 [ 3 ] {b7b12807-0614-4801-8f9c-5ff817400629} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1127 | 2024.10.09 04:56:53.198483 [ 3 ] {} <Debug> HTTP-Session: 412b0692-7c50-4f2b-be1d-db6a9336a3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1128 | 2024.10.09 04:56:54.001141 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.52 MiB, peak 141.66 MiB, free memory in arenas 0.00 B, will set to 137.71 MiB (RSS), difference: 1.19 MiB | ||
| 1129 | 2024.10.09 04:56:57.249276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 1130 | 2024.10.09 04:56:57.253082 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2024.10.09 04:56:57.253136 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1132 | 2024.10.09 04:56:57.254762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1133 | 2024.10.09 04:56:57.256033 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2024.10.09 04:56:57.256542 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 1135 | 2024.10.09 04:56:58.000313 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.73 MiB, peak 141.66 MiB, free memory in arenas 0.00 B, will set to 137.76 MiB (RSS), difference: 4.03 MiB | ||
| 1136 | 2024.10.09 04:56:58.135423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1137 | 2024.10.09 04:56:58.135544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1138 | 2024.10.09 04:56:58.135571 [ 3 ] {} <Debug> HTTP-Session: 1d3c1ace-8f02-4eb8-a5e8-b9109561cd6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1139 | 2024.10.09 04:56:58.135595 [ 3 ] {} <Debug> HTTP-Session: 1d3c1ace-8f02-4eb8-a5e8-b9109561cd6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.10.09 04:56:58.135610 [ 3 ] {} <Debug> HTTP-Session: 1d3c1ace-8f02-4eb8-a5e8-b9109561cd6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1141 | 2024.10.09 04:56:58.135661 [ 3 ] {} <Trace> HTTP-Session: 1d3c1ace-8f02-4eb8-a5e8-b9109561cd6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.10.09 04:56:58.135852 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1143 | 2024.10.09 04:56:58.135919 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1144 | 2024.10.09 04:56:58.136253 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1145 | 2024.10.09 04:56:58.136727 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1146 | 2024.10.09 04:56:58.136767 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1147 | 2024.10.09 04:56:58.137302 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1148 | 2024.10.09 04:56:58.138029 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1149 | 2024.10.09 04:56:58.138183 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00239 sec., 12552.301255230124 rows/sec., 1003.53 KiB/sec. | ||
| 1150 | 2024.10.09 04:56:58.138404 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1151 | 2024.10.09 04:56:58.138431 [ 3 ] {a324ce83-680a-40f4-8482-61aeea36b08a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1152 | 2024.10.09 04:56:58.138448 [ 3 ] {} <Debug> HTTP-Session: 1d3c1ace-8f02-4eb8-a5e8-b9109561cd6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1153 | 2024.10.09 04:56:58.138580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 6150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1154 | 2024.10.09 04:56:58.138634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1155 | 2024.10.09 04:56:58.138654 [ 3 ] {} <Debug> HTTP-Session: 0784d4a8-5ac9-4630-b35e-c0e28c13f035 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1156 | 2024.10.09 04:56:58.138672 [ 3 ] {} <Debug> HTTP-Session: 0784d4a8-5ac9-4630-b35e-c0e28c13f035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.10.09 04:56:58.138686 [ 3 ] {} <Debug> HTTP-Session: 0784d4a8-5ac9-4630-b35e-c0e28c13f035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.10.09 04:56:58.138721 [ 3 ] {} <Trace> HTTP-Session: 0784d4a8-5ac9-4630-b35e-c0e28c13f035 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.10.09 04:56:58.138838 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1160 | 2024.10.09 04:56:58.138882 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1161 | 2024.10.09 04:56:58.139129 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1162 | 2024.10.09 04:56:58.139579 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1163 | 2024.10.09 04:56:58.139621 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1164 | 2024.10.09 04:56:58.140181 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1165 | 2024.10.09 04:56:58.140939 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1166 | 2024.10.09 04:56:58.141104 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002289 sec., 15727.391874180867 rows/sec., 1.23 MiB/sec. | ||
| 1167 | 2024.10.09 04:56:58.141391 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1168 | 2024.10.09 04:56:58.141416 [ 3 ] {0a187eee-2c31-49f8-a12c-f0bebf11fcd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1169 | 2024.10.09 04:56:58.141432 [ 3 ] {} <Debug> HTTP-Session: 0784d4a8-5ac9-4630-b35e-c0e28c13f035 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1170 | 2024.10.09 04:56:58.141639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1171 | 2024.10.09 04:56:58.141689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1172 | 2024.10.09 04:56:58.141708 [ 3 ] {} <Debug> HTTP-Session: ae03a597-6b76-4375-adbc-ed9e0a523a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1173 | 2024.10.09 04:56:58.141725 [ 3 ] {} <Debug> HTTP-Session: ae03a597-6b76-4375-adbc-ed9e0a523a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1174 | 2024.10.09 04:56:58.141739 [ 3 ] {} <Debug> HTTP-Session: ae03a597-6b76-4375-adbc-ed9e0a523a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1175 | 2024.10.09 04:56:58.141770 [ 3 ] {} <Trace> HTTP-Session: ae03a597-6b76-4375-adbc-ed9e0a523a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1176 | 2024.10.09 04:56:58.141892 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1177 | 2024.10.09 04:56:58.141943 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1178 | 2024.10.09 04:56:58.142108 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1179 | 2024.10.09 04:56:58.142530 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2024.10.09 04:56:58.142568 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1181 | 2024.10.09 04:56:58.143144 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1182 | 2024.10.09 04:56:58.144038 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2024.10.09 04:56:58.144233 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.002376 sec., 25252.52525252525 rows/sec., 1.77 MiB/sec. | ||
| 1184 | 2024.10.09 04:56:58.144450 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1185 | 2024.10.09 04:56:58.144484 [ 3 ] {d4ba33f7-9f80-42db-8586-7672ddf40ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1186 | 2024.10.09 04:56:58.144507 [ 3 ] {} <Debug> HTTP-Session: ae03a597-6b76-4375-adbc-ed9e0a523a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1187 | 2024.10.09 04:56:58.144660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1188 | 2024.10.09 04:56:58.144725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1189 | 2024.10.09 04:56:58.144754 [ 3 ] {} <Debug> HTTP-Session: 83120d94-724e-4bfa-8f71-3c1804756f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1190 | 2024.10.09 04:56:58.144778 [ 3 ] {} <Debug> HTTP-Session: 83120d94-724e-4bfa-8f71-3c1804756f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1191 | 2024.10.09 04:56:58.144801 [ 3 ] {} <Debug> HTTP-Session: 83120d94-724e-4bfa-8f71-3c1804756f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1192 | 2024.10.09 04:56:58.144843 [ 3 ] {} <Trace> HTTP-Session: 83120d94-724e-4bfa-8f71-3c1804756f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2024.10.09 04:56:58.145033 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1194 | 2024.10.09 04:56:58.145093 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1195 | 2024.10.09 04:56:58.145271 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1196 | 2024.10.09 04:56:58.145632 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1197 | 2024.10.09 04:56:58.145676 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 1198 | 2024.10.09 04:56:58.146358 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1199 | 2024.10.09 04:56:58.147200 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1200 | 2024.10.09 04:56:58.147391 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.002404 sec., 12479.20133111481 rows/sec., 846.98 KiB/sec. | ||
| 1201 | 2024.10.09 04:56:58.147608 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1202 | 2024.10.09 04:56:58.147642 [ 3 ] {fb743061-0c14-462c-a5da-95fe73f0dc5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1203 | 2024.10.09 04:56:58.147666 [ 3 ] {} <Debug> HTTP-Session: 83120d94-724e-4bfa-8f71-3c1804756f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1204 | 2024.10.09 04:57:03.131061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1205 | 2024.10.09 04:57:03.131202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1206 | 2024.10.09 04:57:03.131233 [ 3 ] {} <Debug> HTTP-Session: b022a2a4-8be3-4d36-b64b-db7364eecd5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1207 | 2024.10.09 04:57:03.131261 [ 3 ] {} <Debug> HTTP-Session: b022a2a4-8be3-4d36-b64b-db7364eecd5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1208 | 2024.10.09 04:57:03.131278 [ 3 ] {} <Debug> HTTP-Session: b022a2a4-8be3-4d36-b64b-db7364eecd5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1209 | 2024.10.09 04:57:03.131333 [ 3 ] {} <Trace> HTTP-Session: b022a2a4-8be3-4d36-b64b-db7364eecd5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2024.10.09 04:57:03.131575 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1211 | 2024.10.09 04:57:03.134024 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1212 | 2024.10.09 04:57:03.134115 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1213 | 2024.10.09 04:57:03.134466 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1214 | 2024.10.09 04:57:03.138597 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1215 | 2024.10.09 04:57:03.138955 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1216 | 2024.10.09 04:57:03.144141 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1217 | 2024.10.09 04:57:03.144211 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1218 | 2024.10.09 04:57:03.144234 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1219 | 2024.10.09 04:57:03.146319 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1220 | 2024.10.09 04:57:03.146353 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1221 | 2024.10.09 04:57:03.164163 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.032683 sec., 550.7450356454426 rows/sec., 22.53 KiB/sec. | ||
| 1222 | 2024.10.09 04:57:03.164534 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1223 | 2024.10.09 04:57:03.164564 [ 3 ] {db4c9762-ed5a-4f9d-a471-18a3f408318f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1224 | 2024.10.09 04:57:03.164583 [ 3 ] {} <Debug> HTTP-Session: b022a2a4-8be3-4d36-b64b-db7364eecd5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1225 | 2024.10.09 04:57:03.164965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1226 | 2024.10.09 04:57:03.165039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1227 | 2024.10.09 04:57:03.165062 [ 3 ] {} <Debug> HTTP-Session: 1b6ba945-4204-4cd2-a28c-daceadf47c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1228 | 2024.10.09 04:57:03.165085 [ 3 ] {} <Debug> HTTP-Session: 1b6ba945-4204-4cd2-a28c-daceadf47c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1229 | 2024.10.09 04:57:03.165100 [ 3 ] {} <Debug> HTTP-Session: 1b6ba945-4204-4cd2-a28c-daceadf47c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1230 | 2024.10.09 04:57:03.165145 [ 3 ] {} <Trace> HTTP-Session: 1b6ba945-4204-4cd2-a28c-daceadf47c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1231 | 2024.10.09 04:57:03.165341 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1232 | 2024.10.09 04:57:03.165667 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1233 | 2024.10.09 04:57:03.165713 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1234 | 2024.10.09 04:57:03.166011 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1235 | 2024.10.09 04:57:03.166089 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1236 | 2024.10.09 04:57:03.166260 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1237 | 2024.10.09 04:57:03.166299 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1238 | 2024.10.09 04:57:03.166326 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1239 | 2024.10.09 04:57:03.166345 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1240 | 2024.10.09 04:57:03.166392 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1241 | 2024.10.09 04:57:03.166416 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1242 | 2024.10.09 04:57:03.167322 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002075 sec., 8674.698795180722 rows/sec., 354.86 KiB/sec. | ||
| 1243 | 2024.10.09 04:57:03.167621 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1244 | 2024.10.09 04:57:03.167651 [ 3 ] {169c3ebd-d4bb-4b28-9af5-a3ddfdcd49cc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1245 | 2024.10.09 04:57:03.167676 [ 3 ] {} <Debug> HTTP-Session: 1b6ba945-4204-4cd2-a28c-daceadf47c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1246 | 2024.10.09 04:57:03.168274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1247 | 2024.10.09 04:57:03.168328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1248 | 2024.10.09 04:57:03.168349 [ 3 ] {} <Debug> HTTP-Session: c35a4f6d-82c0-4f59-85bf-d75a56f41bde Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1249 | 2024.10.09 04:57:03.168366 [ 3 ] {} <Debug> HTTP-Session: c35a4f6d-82c0-4f59-85bf-d75a56f41bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1250 | 2024.10.09 04:57:03.168380 [ 3 ] {} <Debug> HTTP-Session: c35a4f6d-82c0-4f59-85bf-d75a56f41bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1251 | 2024.10.09 04:57:03.168412 [ 3 ] {} <Trace> HTTP-Session: c35a4f6d-82c0-4f59-85bf-d75a56f41bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1252 | 2024.10.09 04:57:03.168558 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1253 | 2024.10.09 04:57:03.168828 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1254 | 2024.10.09 04:57:03.168871 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1255 | 2024.10.09 04:57:03.169138 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1256 | 2024.10.09 04:57:03.169205 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1257 | 2024.10.09 04:57:03.169348 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1258 | 2024.10.09 04:57:03.169381 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1259 | 2024.10.09 04:57:03.169406 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1260 | 2024.10.09 04:57:03.169425 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1261 | 2024.10.09 04:57:03.169469 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1262 | 2024.10.09 04:57:03.169491 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1263 | 2024.10.09 04:57:03.170360 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001869 sec., 9630.818619582664 rows/sec., 393.97 KiB/sec. | ||
| 1264 | 2024.10.09 04:57:03.170597 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> DynamicQueryHandler: Done processing query | ||
| 1265 | 2024.10.09 04:57:03.170623 [ 3 ] {3069bd1f-37b9-428a-a02a-633eea1ea577} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1266 | 2024.10.09 04:57:03.170640 [ 3 ] {} <Debug> HTTP-Session: c35a4f6d-82c0-4f59-85bf-d75a56f41bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1267 | 2024.10.09 04:57:03.170908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1268 | 2024.10.09 04:57:03.170958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1269 | 2024.10.09 04:57:03.170978 [ 3 ] {} <Debug> HTTP-Session: 1f274da1-e79d-4ad4-9f69-fea1ac58d3c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1270 | 2024.10.09 04:57:03.170997 [ 3 ] {} <Debug> HTTP-Session: 1f274da1-e79d-4ad4-9f69-fea1ac58d3c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1271 | 2024.10.09 04:57:03.171012 [ 3 ] {} <Debug> HTTP-Session: 1f274da1-e79d-4ad4-9f69-fea1ac58d3c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.10.09 04:57:03.171043 [ 3 ] {} <Trace> HTTP-Session: 1f274da1-e79d-4ad4-9f69-fea1ac58d3c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2024.10.09 04:57:03.171185 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1274 | 2024.10.09 04:57:03.171452 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1275 | 2024.10.09 04:57:03.171494 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1276 | 2024.10.09 04:57:03.171757 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1277 | 2024.10.09 04:57:03.171822 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1278 | 2024.10.09 04:57:03.171965 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1279 | 2024.10.09 04:57:03.171998 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1280 | 2024.10.09 04:57:03.172021 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1281 | 2024.10.09 04:57:03.172038 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1282 | 2024.10.09 04:57:03.172081 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1283 | 2024.10.09 04:57:03.172104 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1284 | 2024.10.09 04:57:03.173002 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001882 sec., 9564.293304994686 rows/sec., 391.25 KiB/sec. | ||
| 1285 | 2024.10.09 04:57:03.173245 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> DynamicQueryHandler: Done processing query | ||
| 1286 | 2024.10.09 04:57:03.173270 [ 3 ] {9e1b32d7-4ddf-4921-9a8f-dc903b921946} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1287 | 2024.10.09 04:57:03.173286 [ 3 ] {} <Debug> HTTP-Session: 1f274da1-e79d-4ad4-9f69-fea1ac58d3c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1288 | 2024.10.09 04:57:03.173493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1289 | 2024.10.09 04:57:03.173542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1290 | 2024.10.09 04:57:03.173563 [ 3 ] {} <Debug> HTTP-Session: dce2add6-23d4-482f-9eb5-f12ed9cb3d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1291 | 2024.10.09 04:57:03.173580 [ 3 ] {} <Debug> HTTP-Session: dce2add6-23d4-482f-9eb5-f12ed9cb3d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1292 | 2024.10.09 04:57:03.173595 [ 3 ] {} <Debug> HTTP-Session: dce2add6-23d4-482f-9eb5-f12ed9cb3d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1293 | 2024.10.09 04:57:03.173626 [ 3 ] {} <Trace> HTTP-Session: dce2add6-23d4-482f-9eb5-f12ed9cb3d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2024.10.09 04:57:03.173769 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1295 | 2024.10.09 04:57:03.174063 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1296 | 2024.10.09 04:57:03.174113 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1297 | 2024.10.09 04:57:03.174387 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1298 | 2024.10.09 04:57:03.174454 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1299 | 2024.10.09 04:57:03.174596 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1300 | 2024.10.09 04:57:03.174630 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2024.10.09 04:57:03.174654 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1302 | 2024.10.09 04:57:03.174672 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1303 | 2024.10.09 04:57:03.174715 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1304 | 2024.10.09 04:57:03.174738 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1305 | 2024.10.09 04:57:03.175573 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00187 sec., 9625.668449197861 rows/sec., 393.76 KiB/sec. | ||
| 1306 | 2024.10.09 04:57:03.175819 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> DynamicQueryHandler: Done processing query | ||
| 1307 | 2024.10.09 04:57:03.175845 [ 3 ] {a480bdd3-009f-4d87-8f76-841ba3c1b082} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1308 | 2024.10.09 04:57:03.175866 [ 3 ] {} <Debug> HTTP-Session: dce2add6-23d4-482f-9eb5-f12ed9cb3d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1309 | 2024.10.09 04:57:03.176122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1310 | 2024.10.09 04:57:03.176173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1311 | 2024.10.09 04:57:03.176193 [ 3 ] {} <Debug> HTTP-Session: 5451a5c4-b906-468f-a973-7942299df7c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1312 | 2024.10.09 04:57:03.176211 [ 3 ] {} <Debug> HTTP-Session: 5451a5c4-b906-468f-a973-7942299df7c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1313 | 2024.10.09 04:57:03.176225 [ 3 ] {} <Debug> HTTP-Session: 5451a5c4-b906-468f-a973-7942299df7c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1314 | 2024.10.09 04:57:03.176258 [ 3 ] {} <Trace> HTTP-Session: 5451a5c4-b906-468f-a973-7942299df7c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1315 | 2024.10.09 04:57:03.176403 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1316 | 2024.10.09 04:57:03.176673 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1317 | 2024.10.09 04:57:03.176717 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1318 | 2024.10.09 04:57:03.176987 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1319 | 2024.10.09 04:57:03.177051 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1320 | 2024.10.09 04:57:03.177189 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1321 | 2024.10.09 04:57:03.177223 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1322 | 2024.10.09 04:57:03.177246 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1323 | 2024.10.09 04:57:03.177263 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1324 | 2024.10.09 04:57:03.177306 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1325 | 2024.10.09 04:57:03.177329 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1326 | 2024.10.09 04:57:03.178210 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001872 sec., 9615.384615384615 rows/sec., 393.34 KiB/sec. | ||
| 1327 | 2024.10.09 04:57:03.178448 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> DynamicQueryHandler: Done processing query | ||
| 1328 | 2024.10.09 04:57:03.178472 [ 3 ] {9be36dd2-8ed5-4ee6-9dda-05d037990903} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1329 | 2024.10.09 04:57:03.178489 [ 3 ] {} <Debug> HTTP-Session: 5451a5c4-b906-468f-a973-7942299df7c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1330 | 2024.10.09 04:57:03.178706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1331 | 2024.10.09 04:57:03.178754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1332 | 2024.10.09 04:57:03.178774 [ 3 ] {} <Debug> HTTP-Session: 5a48e444-8902-4c66-be80-16975032072e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1333 | 2024.10.09 04:57:03.178790 [ 3 ] {} <Debug> HTTP-Session: 5a48e444-8902-4c66-be80-16975032072e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1334 | 2024.10.09 04:57:03.178804 [ 3 ] {} <Debug> HTTP-Session: 5a48e444-8902-4c66-be80-16975032072e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.10.09 04:57:03.178835 [ 3 ] {} <Trace> HTTP-Session: 5a48e444-8902-4c66-be80-16975032072e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2024.10.09 04:57:03.178977 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1337 | 2024.10.09 04:57:03.179245 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1338 | 2024.10.09 04:57:03.179288 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1339 | 2024.10.09 04:57:03.179567 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1340 | 2024.10.09 04:57:03.179732 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1341 | 2024.10.09 04:57:03.179873 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1342 | 2024.10.09 04:57:03.179909 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1343 | 2024.10.09 04:57:03.179932 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1344 | 2024.10.09 04:57:03.179951 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1345 | 2024.10.09 04:57:03.179994 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1346 | 2024.10.09 04:57:03.180105 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1347 | 2024.10.09 04:57:03.180993 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002082 sec., 8645.533141210375 rows/sec., 353.66 KiB/sec. | ||
| 1348 | 2024.10.09 04:57:03.181228 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1349 | 2024.10.09 04:57:03.181253 [ 3 ] {287c489b-4511-4b32-9b4c-02a6b71c0ef4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1350 | 2024.10.09 04:57:03.181270 [ 3 ] {} <Debug> HTTP-Session: 5a48e444-8902-4c66-be80-16975032072e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1351 | 2024.10.09 04:57:03.181517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1352 | 2024.10.09 04:57:03.181567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1353 | 2024.10.09 04:57:03.181587 [ 3 ] {} <Debug> HTTP-Session: f5cb1ddb-ed06-4789-bb7f-541a2ac1d721 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1354 | 2024.10.09 04:57:03.181605 [ 3 ] {} <Debug> HTTP-Session: f5cb1ddb-ed06-4789-bb7f-541a2ac1d721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1355 | 2024.10.09 04:57:03.181620 [ 3 ] {} <Debug> HTTP-Session: f5cb1ddb-ed06-4789-bb7f-541a2ac1d721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.10.09 04:57:03.181651 [ 3 ] {} <Trace> HTTP-Session: f5cb1ddb-ed06-4789-bb7f-541a2ac1d721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1357 | 2024.10.09 04:57:03.181795 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1358 | 2024.10.09 04:57:03.182066 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1359 | 2024.10.09 04:57:03.182111 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1360 | 2024.10.09 04:57:03.182388 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1361 | 2024.10.09 04:57:03.182452 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1362 | 2024.10.09 04:57:03.182591 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1363 | 2024.10.09 04:57:03.182625 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1364 | 2024.10.09 04:57:03.182649 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1365 | 2024.10.09 04:57:03.182666 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1366 | 2024.10.09 04:57:03.182708 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1367 | 2024.10.09 04:57:03.182732 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1368 | 2024.10.09 04:57:03.183452 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001724 sec., 10440.835266821345 rows/sec., 427.10 KiB/sec. | ||
| 1369 | 2024.10.09 04:57:03.183685 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1370 | 2024.10.09 04:57:03.183709 [ 3 ] {ba49701a-a980-48ae-b239-5c852d99cce2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1371 | 2024.10.09 04:57:03.183726 [ 3 ] {} <Debug> HTTP-Session: f5cb1ddb-ed06-4789-bb7f-541a2ac1d721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1372 | 2024.10.09 04:57:03.183942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1373 | 2024.10.09 04:57:03.183992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1374 | 2024.10.09 04:57:03.184012 [ 3 ] {} <Debug> HTTP-Session: e8065e00-ff37-4c4d-a9e2-465729b9d805 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1375 | 2024.10.09 04:57:03.184029 [ 3 ] {} <Debug> HTTP-Session: e8065e00-ff37-4c4d-a9e2-465729b9d805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1376 | 2024.10.09 04:57:03.184044 [ 3 ] {} <Debug> HTTP-Session: e8065e00-ff37-4c4d-a9e2-465729b9d805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1377 | 2024.10.09 04:57:03.184075 [ 3 ] {} <Trace> HTTP-Session: e8065e00-ff37-4c4d-a9e2-465729b9d805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1378 | 2024.10.09 04:57:03.184222 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1379 | 2024.10.09 04:57:03.184490 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1380 | 2024.10.09 04:57:03.184535 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1381 | 2024.10.09 04:57:03.184813 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1382 | 2024.10.09 04:57:03.184878 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1383 | 2024.10.09 04:57:03.185017 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1384 | 2024.10.09 04:57:03.185050 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1385 | 2024.10.09 04:57:03.185073 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1386 | 2024.10.09 04:57:03.185094 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1387 | 2024.10.09 04:57:03.185141 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1388 | 2024.10.09 04:57:03.185168 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1389 | 2024.10.09 04:57:03.186088 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001935 sec., 9302.32558139535 rows/sec., 380.53 KiB/sec. | ||
| 1390 | 2024.10.09 04:57:03.186327 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> DynamicQueryHandler: Done processing query | ||
| 1391 | 2024.10.09 04:57:03.186354 [ 3 ] {24dfeea4-8914-4801-a1ba-26b244a46a30} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1392 | 2024.10.09 04:57:03.186373 [ 3 ] {} <Debug> HTTP-Session: e8065e00-ff37-4c4d-a9e2-465729b9d805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1393 | 2024.10.09 04:57:03.186618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1394 | 2024.10.09 04:57:03.186667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1395 | 2024.10.09 04:57:03.186688 [ 3 ] {} <Debug> HTTP-Session: 8a7f0a5f-d33f-48bd-808c-0d42b8645eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1396 | 2024.10.09 04:57:03.186704 [ 3 ] {} <Debug> HTTP-Session: 8a7f0a5f-d33f-48bd-808c-0d42b8645eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.10.09 04:57:03.186719 [ 3 ] {} <Debug> HTTP-Session: 8a7f0a5f-d33f-48bd-808c-0d42b8645eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.10.09 04:57:03.186753 [ 3 ] {} <Trace> HTTP-Session: 8a7f0a5f-d33f-48bd-808c-0d42b8645eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2024.10.09 04:57:03.186898 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1400 | 2024.10.09 04:57:03.187175 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1401 | 2024.10.09 04:57:03.187220 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1402 | 2024.10.09 04:57:03.187502 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1403 | 2024.10.09 04:57:03.187567 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1404 | 2024.10.09 04:57:03.187706 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1405 | 2024.10.09 04:57:03.187740 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1406 | 2024.10.09 04:57:03.187764 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1407 | 2024.10.09 04:57:03.187782 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1408 | 2024.10.09 04:57:03.187825 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1409 | 2024.10.09 04:57:03.187848 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1410 | 2024.10.09 04:57:03.188692 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001847 sec., 9745.533297238766 rows/sec., 398.66 KiB/sec. | ||
| 1411 | 2024.10.09 04:57:03.188948 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1412 | 2024.10.09 04:57:03.188974 [ 3 ] {041b6f0e-aaee-461c-ac02-8d0bf2581d1c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1413 | 2024.10.09 04:57:03.188991 [ 3 ] {} <Debug> HTTP-Session: 8a7f0a5f-d33f-48bd-808c-0d42b8645eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1414 | 2024.10.09 04:57:03.189257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1415 | 2024.10.09 04:57:03.189309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1416 | 2024.10.09 04:57:03.189330 [ 3 ] {} <Debug> HTTP-Session: 00760e1d-aa95-4827-95c2-070cf8e4a402 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1417 | 2024.10.09 04:57:03.189349 [ 3 ] {} <Debug> HTTP-Session: 00760e1d-aa95-4827-95c2-070cf8e4a402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1418 | 2024.10.09 04:57:03.189367 [ 3 ] {} <Debug> HTTP-Session: 00760e1d-aa95-4827-95c2-070cf8e4a402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1419 | 2024.10.09 04:57:03.189399 [ 3 ] {} <Trace> HTTP-Session: 00760e1d-aa95-4827-95c2-070cf8e4a402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1420 | 2024.10.09 04:57:03.189592 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1421 | 2024.10.09 04:57:03.189875 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1422 | 2024.10.09 04:57:03.189921 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1423 | 2024.10.09 04:57:03.190206 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1424 | 2024.10.09 04:57:03.190276 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1425 | 2024.10.09 04:57:03.190430 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1426 | 2024.10.09 04:57:03.190465 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1427 | 2024.10.09 04:57:03.190488 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1428 | 2024.10.09 04:57:03.190506 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2024.10.09 04:57:03.190550 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1430 | 2024.10.09 04:57:03.190575 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1431 | 2024.10.09 04:57:03.191474 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001952 sec., 9221.311475409837 rows/sec., 377.22 KiB/sec. | ||
| 1432 | 2024.10.09 04:57:03.191714 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1433 | 2024.10.09 04:57:03.191741 [ 3 ] {14f8da0c-b354-484a-9a6c-40cdbfd74a7d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1434 | 2024.10.09 04:57:03.191758 [ 3 ] {} <Debug> HTTP-Session: 00760e1d-aa95-4827-95c2-070cf8e4a402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1435 | 2024.10.09 04:57:03.196178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1436 | 2024.10.09 04:57:03.196238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1437 | 2024.10.09 04:57:03.196259 [ 3 ] {} <Debug> HTTP-Session: 65b355d3-bd9a-47e3-affc-21dc37792373 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1438 | 2024.10.09 04:57:03.196277 [ 3 ] {} <Debug> HTTP-Session: 65b355d3-bd9a-47e3-affc-21dc37792373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1439 | 2024.10.09 04:57:03.196291 [ 3 ] {} <Debug> HTTP-Session: 65b355d3-bd9a-47e3-affc-21dc37792373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.10.09 04:57:03.196323 [ 3 ] {} <Trace> HTTP-Session: 65b355d3-bd9a-47e3-affc-21dc37792373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1441 | 2024.10.09 04:57:03.196477 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1442 | 2024.10.09 04:57:03.196757 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1443 | 2024.10.09 04:57:03.196802 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1444 | 2024.10.09 04:57:03.197088 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1445 | 2024.10.09 04:57:03.197155 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1446 | 2024.10.09 04:57:03.197297 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1447 | 2024.10.09 04:57:03.197331 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1448 | 2024.10.09 04:57:03.197356 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1449 | 2024.10.09 04:57:03.197373 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1450 | 2024.10.09 04:57:03.197416 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1451 | 2024.10.09 04:57:03.197439 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1452 | 2024.10.09 04:57:03.198289 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001883 sec., 9559.214020180563 rows/sec., 391.04 KiB/sec. | ||
| 1453 | 2024.10.09 04:57:03.198531 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1454 | 2024.10.09 04:57:03.198559 [ 3 ] {b85d9068-6f80-483a-a515-9f785f161fa7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1455 | 2024.10.09 04:57:03.198577 [ 3 ] {} <Debug> HTTP-Session: 65b355d3-bd9a-47e3-affc-21dc37792373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1456 | 2024.10.09 04:57:03.201195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1457 | 2024.10.09 04:57:03.201244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1458 | 2024.10.09 04:57:03.201265 [ 3 ] {} <Debug> HTTP-Session: 1e58a3ac-cc7b-48a2-9abc-2115d1e6f0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1459 | 2024.10.09 04:57:03.201282 [ 3 ] {} <Debug> HTTP-Session: 1e58a3ac-cc7b-48a2-9abc-2115d1e6f0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1460 | 2024.10.09 04:57:03.201297 [ 3 ] {} <Debug> HTTP-Session: 1e58a3ac-cc7b-48a2-9abc-2115d1e6f0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.10.09 04:57:03.201329 [ 3 ] {} <Trace> HTTP-Session: 1e58a3ac-cc7b-48a2-9abc-2115d1e6f0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1462 | 2024.10.09 04:57:03.201505 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1463 | 2024.10.09 04:57:03.201845 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1464 | 2024.10.09 04:57:03.201901 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1465 | 2024.10.09 04:57:03.202264 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1466 | 2024.10.09 04:57:03.202346 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1467 | 2024.10.09 04:57:03.202496 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1468 | 2024.10.09 04:57:03.202531 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1469 | 2024.10.09 04:57:03.202555 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1470 | 2024.10.09 04:57:03.202572 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1471 | 2024.10.09 04:57:03.202615 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1472 | 2024.10.09 04:57:03.202638 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1473 | 2024.10.09 04:57:03.203528 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002088 sec., 8620.689655172413 rows/sec., 352.65 KiB/sec. | ||
| 1474 | 2024.10.09 04:57:03.203764 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1475 | 2024.10.09 04:57:03.203789 [ 3 ] {dd087e2b-9a10-4cc8-a9e1-c8d08688fdbf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1476 | 2024.10.09 04:57:03.203807 [ 3 ] {} <Debug> HTTP-Session: 1e58a3ac-cc7b-48a2-9abc-2115d1e6f0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1477 | 2024.10.09 04:57:03.205639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1478 | 2024.10.09 04:57:03.205691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1479 | 2024.10.09 04:57:03.205710 [ 3 ] {} <Debug> HTTP-Session: 0af9497d-4641-4a8a-ab2a-1fdd24b5929e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1480 | 2024.10.09 04:57:03.205728 [ 3 ] {} <Debug> HTTP-Session: 0af9497d-4641-4a8a-ab2a-1fdd24b5929e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1481 | 2024.10.09 04:57:03.205743 [ 3 ] {} <Debug> HTTP-Session: 0af9497d-4641-4a8a-ab2a-1fdd24b5929e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.10.09 04:57:03.205774 [ 3 ] {} <Trace> HTTP-Session: 0af9497d-4641-4a8a-ab2a-1fdd24b5929e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2024.10.09 04:57:03.205898 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1484 | 2024.10.09 04:57:03.205943 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1485 | 2024.10.09 04:57:03.206110 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1486 | 2024.10.09 04:57:03.206433 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2024.10.09 04:57:03.206472 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1488 | 2024.10.09 04:57:03.207110 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1489 | 2024.10.09 04:57:03.207666 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2024.10.09 04:57:03.207836 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Debug> executeQuery: Read 13 rows, 2.21 KiB in 0.001977 sec., 6575.619625695498 rows/sec., 1.09 MiB/sec. | ||
| 1491 | 2024.10.09 04:57:03.208001 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1492 | 2024.10.09 04:57:03.208026 [ 3 ] {47ce8c50-4245-4464-952b-73b08c6bf4fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1493 | 2024.10.09 04:57:03.208042 [ 3 ] {} <Debug> HTTP-Session: 0af9497d-4641-4a8a-ab2a-1fdd24b5929e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.10.09 04:57:03.208333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 27368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1495 | 2024.10.09 04:57:03.208381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1496 | 2024.10.09 04:57:03.208403 [ 3 ] {} <Debug> HTTP-Session: f292ca60-e809-470c-9fea-e61e42ee82a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1497 | 2024.10.09 04:57:03.208420 [ 3 ] {} <Debug> HTTP-Session: f292ca60-e809-470c-9fea-e61e42ee82a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1498 | 2024.10.09 04:57:03.208434 [ 3 ] {} <Debug> HTTP-Session: f292ca60-e809-470c-9fea-e61e42ee82a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.10.09 04:57:03.208465 [ 3 ] {} <Trace> HTTP-Session: f292ca60-e809-470c-9fea-e61e42ee82a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2024.10.09 04:57:03.208610 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1501 | 2024.10.09 04:57:03.208655 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1502 | 2024.10.09 04:57:03.208916 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1503 | 2024.10.09 04:57:03.209404 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1504 | 2024.10.09 04:57:03.209444 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1505 | 2024.10.09 04:57:03.209936 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1506 | 2024.10.09 04:57:03.210557 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1507 | 2024.10.09 04:57:03.210693 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Debug> executeQuery: Read 179 rows, 16.48 KiB in 0.002145 sec., 83449.88344988345 rows/sec., 7.50 MiB/sec. | ||
| 1508 | 2024.10.09 04:57:03.210885 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1509 | 2024.10.09 04:57:03.210910 [ 3 ] {6778404b-7ed0-45e0-89f9-9b8e0a03820e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1510 | 2024.10.09 04:57:03.210927 [ 3 ] {} <Debug> HTTP-Session: f292ca60-e809-470c-9fea-e61e42ee82a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.10.09 04:57:03.211051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1512 | 2024.10.09 04:57:03.211102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1513 | 2024.10.09 04:57:03.211123 [ 3 ] {} <Debug> HTTP-Session: 0562c874-07a2-4bff-b224-a5fa6177769f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1514 | 2024.10.09 04:57:03.211139 [ 3 ] {} <Debug> HTTP-Session: 0562c874-07a2-4bff-b224-a5fa6177769f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1515 | 2024.10.09 04:57:03.211153 [ 3 ] {} <Debug> HTTP-Session: 0562c874-07a2-4bff-b224-a5fa6177769f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1516 | 2024.10.09 04:57:03.211183 [ 3 ] {} <Trace> HTTP-Session: 0562c874-07a2-4bff-b224-a5fa6177769f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1517 | 2024.10.09 04:57:03.211280 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1518 | 2024.10.09 04:57:03.211322 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1519 | 2024.10.09 04:57:03.211546 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1520 | 2024.10.09 04:57:03.214251 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2024.10.09 04:57:03.214287 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1522 | 2024.10.09 04:57:03.214813 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1523 | 2024.10.09 04:57:03.215492 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2024.10.09 04:57:03.215647 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004381 sec., 1826.0671079662177 rows/sec., 137.31 KiB/sec. | ||
| 1525 | 2024.10.09 04:57:03.215921 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Debug> DynamicQueryHandler: Done processing query | ||
| 1526 | 2024.10.09 04:57:03.215948 [ 3 ] {12ad5068-6f6c-4334-9ec7-1e350958f930} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1527 | 2024.10.09 04:57:03.215965 [ 3 ] {} <Debug> HTTP-Session: 0562c874-07a2-4bff-b224-a5fa6177769f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.10.09 04:57:03.216080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1529 | 2024.10.09 04:57:03.216128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1530 | 2024.10.09 04:57:03.216148 [ 3 ] {} <Debug> HTTP-Session: 254d59e1-f6d6-4d9a-b14d-852aea6fc84e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1531 | 2024.10.09 04:57:03.216166 [ 3 ] {} <Debug> HTTP-Session: 254d59e1-f6d6-4d9a-b14d-852aea6fc84e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1532 | 2024.10.09 04:57:03.216181 [ 3 ] {} <Debug> HTTP-Session: 254d59e1-f6d6-4d9a-b14d-852aea6fc84e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1533 | 2024.10.09 04:57:03.216213 [ 3 ] {} <Trace> HTTP-Session: 254d59e1-f6d6-4d9a-b14d-852aea6fc84e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2024.10.09 04:57:03.216313 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1535 | 2024.10.09 04:57:03.216357 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1536 | 2024.10.09 04:57:03.216601 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1537 | 2024.10.09 04:57:03.218964 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2024.10.09 04:57:03.219002 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1539 | 2024.10.09 04:57:03.219482 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1540 | 2024.10.09 04:57:03.220164 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1541 | 2024.10.09 04:57:03.220323 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004037 sec., 3467.9217240525145 rows/sec., 242.87 KiB/sec. | ||
| 1542 | 2024.10.09 04:57:03.220499 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1543 | 2024.10.09 04:57:03.220525 [ 3 ] {4f749160-82e7-4725-afaf-2d4d208a2b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1544 | 2024.10.09 04:57:03.220543 [ 3 ] {} <Debug> HTTP-Session: 254d59e1-f6d6-4d9a-b14d-852aea6fc84e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.10.09 04:57:03.220669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1546 | 2024.10.09 04:57:03.220719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1547 | 2024.10.09 04:57:03.220739 [ 3 ] {} <Debug> HTTP-Session: 18b357a2-e6f9-4c99-b952-61b0c9bca628 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1548 | 2024.10.09 04:57:03.220755 [ 3 ] {} <Debug> HTTP-Session: 18b357a2-e6f9-4c99-b952-61b0c9bca628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1549 | 2024.10.09 04:57:03.220770 [ 3 ] {} <Debug> HTTP-Session: 18b357a2-e6f9-4c99-b952-61b0c9bca628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1550 | 2024.10.09 04:57:03.220801 [ 3 ] {} <Trace> HTTP-Session: 18b357a2-e6f9-4c99-b952-61b0c9bca628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1551 | 2024.10.09 04:57:03.220903 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1552 | 2024.10.09 04:57:03.220958 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1553 | 2024.10.09 04:57:03.221183 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1554 | 2024.10.09 04:57:03.221517 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1555 | 2024.10.09 04:57:03.221556 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1556 | 2024.10.09 04:57:03.222037 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1557 | 2024.10.09 04:57:03.222686 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1558 | 2024.10.09 04:57:03.222842 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00196 sec., 3061.2244897959185 rows/sec., 180.86 KiB/sec. | ||
| 1559 | 2024.10.09 04:57:03.223116 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Debug> DynamicQueryHandler: Done processing query | ||
| 1560 | 2024.10.09 04:57:03.223142 [ 3 ] {7f5d3a41-a967-444d-ad4e-7c98005f9872} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1561 | 2024.10.09 04:57:03.223158 [ 3 ] {} <Debug> HTTP-Session: 18b357a2-e6f9-4c99-b952-61b0c9bca628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.10.09 04:57:03.223460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 58391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1563 | 2024.10.09 04:57:03.223511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1564 | 2024.10.09 04:57:03.223531 [ 3 ] {} <Debug> HTTP-Session: 05b5da4b-67d4-4039-80b6-311b0bf67eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1565 | 2024.10.09 04:57:03.223547 [ 3 ] {} <Debug> HTTP-Session: 05b5da4b-67d4-4039-80b6-311b0bf67eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1566 | 2024.10.09 04:57:03.223562 [ 3 ] {} <Debug> HTTP-Session: 05b5da4b-67d4-4039-80b6-311b0bf67eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1567 | 2024.10.09 04:57:03.223593 [ 3 ] {} <Trace> HTTP-Session: 05b5da4b-67d4-4039-80b6-311b0bf67eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1568 | 2024.10.09 04:57:03.223784 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1569 | 2024.10.09 04:57:03.223829 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1570 | 2024.10.09 04:57:03.224073 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1571 | 2024.10.09 04:57:03.224585 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2024.10.09 04:57:03.224623 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1573 | 2024.10.09 04:57:03.225124 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1574 | 2024.10.09 04:57:03.225786 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1575 | 2024.10.09 04:57:03.225945 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.002253 sec., 160674.6560142033 rows/sec., 11.31 MiB/sec. | ||
| 1576 | 2024.10.09 04:57:03.226107 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1577 | 2024.10.09 04:57:03.226132 [ 3 ] {a230ae9b-2a3e-42ec-b8b5-dc9f1c326fee} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
| 1578 | 2024.10.09 04:57:03.226148 [ 3 ] {} <Debug> HTTP-Session: 05b5da4b-67d4-4039-80b6-311b0bf67eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1579 | 2024.10.09 04:57:03.226277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1580 | 2024.10.09 04:57:03.226324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1581 | 2024.10.09 04:57:03.226344 [ 3 ] {} <Debug> HTTP-Session: 8f0cb85c-7fd7-4f56-a4ee-71c15123c2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1582 | 2024.10.09 04:57:03.226361 [ 3 ] {} <Debug> HTTP-Session: 8f0cb85c-7fd7-4f56-a4ee-71c15123c2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1583 | 2024.10.09 04:57:03.226376 [ 3 ] {} <Debug> HTTP-Session: 8f0cb85c-7fd7-4f56-a4ee-71c15123c2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1584 | 2024.10.09 04:57:03.226406 [ 3 ] {} <Trace> HTTP-Session: 8f0cb85c-7fd7-4f56-a4ee-71c15123c2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2024.10.09 04:57:03.226506 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1586 | 2024.10.09 04:57:03.226549 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1587 | 2024.10.09 04:57:03.226673 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1588 | 2024.10.09 04:57:03.226934 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1589 | 2024.10.09 04:57:03.226970 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1590 | 2024.10.09 04:57:03.227468 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1591 | 2024.10.09 04:57:03.228084 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1592 | 2024.10.09 04:57:03.228240 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001755 sec., 3418.8034188034185 rows/sec., 178.62 KiB/sec. | ||
| 1593 | 2024.10.09 04:57:03.228521 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Debug> DynamicQueryHandler: Done processing query | ||
| 1594 | 2024.10.09 04:57:03.228547 [ 3 ] {5c0282bb-46af-454e-86cb-ce7aaa8b3e89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1595 | 2024.10.09 04:57:03.228564 [ 3 ] {} <Debug> HTTP-Session: 8f0cb85c-7fd7-4f56-a4ee-71c15123c2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1596 | 2024.10.09 04:57:03.228767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 25557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1597 | 2024.10.09 04:57:03.228816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1598 | 2024.10.09 04:57:03.228837 [ 3 ] {} <Debug> HTTP-Session: 17cd53fc-45c0-439a-8b0b-530ce1abf345 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1599 | 2024.10.09 04:57:03.228853 [ 3 ] {} <Debug> HTTP-Session: 17cd53fc-45c0-439a-8b0b-530ce1abf345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1600 | 2024.10.09 04:57:03.228868 [ 3 ] {} <Debug> HTTP-Session: 17cd53fc-45c0-439a-8b0b-530ce1abf345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1601 | 2024.10.09 04:57:03.228899 [ 3 ] {} <Trace> HTTP-Session: 17cd53fc-45c0-439a-8b0b-530ce1abf345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1602 | 2024.10.09 04:57:03.229040 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1603 | 2024.10.09 04:57:03.229088 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1604 | 2024.10.09 04:57:03.229252 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1605 | 2024.10.09 04:57:03.229613 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2024.10.09 04:57:03.229649 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1607 | 2024.10.09 04:57:03.230144 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1608 | 2024.10.09 04:57:03.230785 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1609 | 2024.10.09 04:57:03.230967 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001982 sec., 69122.0988900101 rows/sec., 4.52 MiB/sec. | ||
| 1610 | 2024.10.09 04:57:03.231279 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Debug> DynamicQueryHandler: Done processing query | ||
| 1611 | 2024.10.09 04:57:03.231305 [ 3 ] {54911195-e47d-4f45-acc0-0bc65dc2d072} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1612 | 2024.10.09 04:57:03.231321 [ 3 ] {} <Debug> HTTP-Session: 17cd53fc-45c0-439a-8b0b-530ce1abf345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1613 | 2024.10.09 04:57:03.231435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1614 | 2024.10.09 04:57:03.231484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1615 | 2024.10.09 04:57:03.231505 [ 3 ] {} <Debug> HTTP-Session: 3a7be1d3-afc9-4518-bf20-53c276b875e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1616 | 2024.10.09 04:57:03.231522 [ 3 ] {} <Debug> HTTP-Session: 3a7be1d3-afc9-4518-bf20-53c276b875e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1617 | 2024.10.09 04:57:03.231537 [ 3 ] {} <Debug> HTTP-Session: 3a7be1d3-afc9-4518-bf20-53c276b875e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1618 | 2024.10.09 04:57:03.231568 [ 3 ] {} <Trace> HTTP-Session: 3a7be1d3-afc9-4518-bf20-53c276b875e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2024.10.09 04:57:03.231664 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1620 | 2024.10.09 04:57:03.233575 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1621 | 2024.10.09 04:57:03.233751 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1622 | 2024.10.09 04:57:03.236083 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1623 | 2024.10.09 04:57:03.236126 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1624 | 2024.10.09 04:57:03.239408 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1625 | 2024.10.09 04:57:03.240097 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1626 | 2024.10.09 04:57:03.240257 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.008605 sec., 116.21150493898897 rows/sec., 7.83 KiB/sec. | ||
| 1627 | 2024.10.09 04:57:03.240525 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1628 | 2024.10.09 04:57:03.240549 [ 3 ] {f5553366-49c9-46eb-b260-f1287c33aba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1629 | 2024.10.09 04:57:03.240567 [ 3 ] {} <Debug> HTTP-Session: 3a7be1d3-afc9-4518-bf20-53c276b875e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1630 | 2024.10.09 04:57:03.240765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1631 | 2024.10.09 04:57:03.240831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1632 | 2024.10.09 04:57:03.240859 [ 3 ] {} <Debug> HTTP-Session: 1ff68d97-4b34-47ed-a572-6e311c41d2ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1633 | 2024.10.09 04:57:03.240888 [ 3 ] {} <Debug> HTTP-Session: 1ff68d97-4b34-47ed-a572-6e311c41d2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.10.09 04:57:03.240911 [ 3 ] {} <Debug> HTTP-Session: 1ff68d97-4b34-47ed-a572-6e311c41d2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1635 | 2024.10.09 04:57:03.240954 [ 3 ] {} <Trace> HTTP-Session: 1ff68d97-4b34-47ed-a572-6e311c41d2ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1636 | 2024.10.09 04:57:03.241164 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1637 | 2024.10.09 04:57:03.242231 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1638 | 2024.10.09 04:57:03.242771 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1639 | 2024.10.09 04:57:03.243318 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1640 | 2024.10.09 04:57:03.243358 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1641 | 2024.10.09 04:57:03.246170 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1642 | 2024.10.09 04:57:03.246960 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1643 | 2024.10.09 04:57:03.247166 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006106 sec., 1310.1867016049787 rows/sec., 2.35 MiB/sec. | ||
| 1644 | 2024.10.09 04:57:03.247531 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Debug> DynamicQueryHandler: Done processing query | ||
| 1645 | 2024.10.09 04:57:03.247556 [ 3 ] {bc00feaa-326f-46f8-b897-ca61a2fd8559} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1646 | 2024.10.09 04:57:03.247573 [ 3 ] {} <Debug> HTTP-Session: 1ff68d97-4b34-47ed-a572-6e311c41d2ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1647 | 2024.10.09 04:57:03.247702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1648 | 2024.10.09 04:57:03.247754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1649 | 2024.10.09 04:57:03.247774 [ 3 ] {} <Debug> HTTP-Session: 03c5491b-c085-4959-94ad-078c0b28d054 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1650 | 2024.10.09 04:57:03.247791 [ 3 ] {} <Debug> HTTP-Session: 03c5491b-c085-4959-94ad-078c0b28d054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1651 | 2024.10.09 04:57:03.247805 [ 3 ] {} <Debug> HTTP-Session: 03c5491b-c085-4959-94ad-078c0b28d054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1652 | 2024.10.09 04:57:03.247836 [ 3 ] {} <Trace> HTTP-Session: 03c5491b-c085-4959-94ad-078c0b28d054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2024.10.09 04:57:03.247955 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1654 | 2024.10.09 04:57:03.248002 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1655 | 2024.10.09 04:57:03.248135 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1656 | 2024.10.09 04:57:03.248425 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1657 | 2024.10.09 04:57:03.248462 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1658 | 2024.10.09 04:57:03.248998 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1659 | 2024.10.09 04:57:03.249746 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1660 | 2024.10.09 04:57:03.249910 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001995 sec., 26065.16290726817 rows/sec., 1.58 MiB/sec. | ||
| 1661 | 2024.10.09 04:57:03.250073 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1662 | 2024.10.09 04:57:03.250098 [ 3 ] {f1182a42-94e8-4787-b632-734e723f9ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1663 | 2024.10.09 04:57:03.250115 [ 3 ] {} <Debug> HTTP-Session: 03c5491b-c085-4959-94ad-078c0b28d054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1664 | 2024.10.09 04:57:07.198616 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1665 | 2024.10.09 04:57:07.198678 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1666 | 2024.10.09 04:57:07.257683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 192 | ||
| 1667 | 2024.10.09 04:57:07.262818 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1668 | 2024.10.09 04:57:07.262872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1669 | 2024.10.09 04:57:07.264406 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1670 | 2024.10.09 04:57:07.265387 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1671 | 2024.10.09 04:57:07.266347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 192 | ||
| 1672 | 2024.10.09 04:57:08.133565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1673 | 2024.10.09 04:57:08.133691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1674 | 2024.10.09 04:57:08.133720 [ 3 ] {} <Debug> HTTP-Session: e941c310-eb36-4806-b143-3be108b40851 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1675 | 2024.10.09 04:57:08.133748 [ 3 ] {} <Debug> HTTP-Session: e941c310-eb36-4806-b143-3be108b40851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1676 | 2024.10.09 04:57:08.133766 [ 3 ] {} <Debug> HTTP-Session: e941c310-eb36-4806-b143-3be108b40851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1677 | 2024.10.09 04:57:08.133819 [ 3 ] {} <Trace> HTTP-Session: e941c310-eb36-4806-b143-3be108b40851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2024.10.09 04:57:08.134093 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1679 | 2024.10.09 04:57:08.134550 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2024.10.09 04:57:08.134599 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1681 | 2024.10.09 04:57:08.134939 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2024.10.09 04:57:08.135018 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2024.10.09 04:57:08.135191 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1684 | 2024.10.09 04:57:08.135284 [ 253 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2024.10.09 04:57:08.135344 [ 250 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.10.09 04:57:08.135463 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1687 | 2024.10.09 04:57:08.135493 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2024.10.09 04:57:08.139776 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2024.10.09 04:57:08.142067 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1690 | 2024.10.09 04:57:08.142137 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1691 | 2024.10.09 04:57:08.142184 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1692 | 2024.10.09 04:57:08.144254 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.010291 sec., 3012.340880380915 rows/sec., 113.68 KiB/sec. | ||
| 1693 | 2024.10.09 04:57:08.144602 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1694 | 2024.10.09 04:57:08.144628 [ 3 ] {1861b6b1-f924-4eba-9d2e-3cd3169d34a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1695 | 2024.10.09 04:57:08.144645 [ 3 ] {} <Debug> HTTP-Session: e941c310-eb36-4806-b143-3be108b40851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1696 | 2024.10.09 04:57:08.144878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1697 | 2024.10.09 04:57:08.144928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1698 | 2024.10.09 04:57:08.144948 [ 3 ] {} <Debug> HTTP-Session: 6ae7acb5-b2e9-4dad-a200-c732e0bb4048 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1699 | 2024.10.09 04:57:08.144965 [ 3 ] {} <Debug> HTTP-Session: 6ae7acb5-b2e9-4dad-a200-c732e0bb4048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1700 | 2024.10.09 04:57:08.144979 [ 3 ] {} <Debug> HTTP-Session: 6ae7acb5-b2e9-4dad-a200-c732e0bb4048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.10.09 04:57:08.145011 [ 3 ] {} <Trace> HTTP-Session: 6ae7acb5-b2e9-4dad-a200-c732e0bb4048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2024.10.09 04:57:08.145162 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1703 | 2024.10.09 04:57:08.145450 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1704 | 2024.10.09 04:57:08.145496 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1705 | 2024.10.09 04:57:08.145797 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1706 | 2024.10.09 04:57:08.145862 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1707 | 2024.10.09 04:57:08.146001 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1708 | 2024.10.09 04:57:08.146103 [ 255 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1709 | 2024.10.09 04:57:08.146115 [ 256 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1710 | 2024.10.09 04:57:08.146226 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1711 | 2024.10.09 04:57:08.146253 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1712 | 2024.10.09 04:57:08.146334 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1713 | 2024.10.09 04:57:08.146354 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1714 | 2024.10.09 04:57:08.146392 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1715 | 2024.10.09 04:57:08.146434 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1716 | 2024.10.09 04:57:08.147746 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002658 sec., 11662.90443942814 rows/sec., 440.15 KiB/sec. | ||
| 1717 | 2024.10.09 04:57:08.148060 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1718 | 2024.10.09 04:57:08.148085 [ 3 ] {0153f29f-3382-453a-8591-6ab4c1037f6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1719 | 2024.10.09 04:57:08.148102 [ 3 ] {} <Debug> HTTP-Session: 6ae7acb5-b2e9-4dad-a200-c732e0bb4048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1720 | 2024.10.09 04:57:08.148439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1721 | 2024.10.09 04:57:08.148489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1722 | 2024.10.09 04:57:08.148509 [ 3 ] {} <Debug> HTTP-Session: 3993ada7-4230-40ef-9716-ac03e7c532e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1723 | 2024.10.09 04:57:08.148526 [ 3 ] {} <Debug> HTTP-Session: 3993ada7-4230-40ef-9716-ac03e7c532e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1724 | 2024.10.09 04:57:08.148539 [ 3 ] {} <Debug> HTTP-Session: 3993ada7-4230-40ef-9716-ac03e7c532e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.10.09 04:57:08.148570 [ 3 ] {} <Trace> HTTP-Session: 3993ada7-4230-40ef-9716-ac03e7c532e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1726 | 2024.10.09 04:57:08.148719 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1727 | 2024.10.09 04:57:08.149006 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1728 | 2024.10.09 04:57:08.149051 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1729 | 2024.10.09 04:57:08.149354 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1730 | 2024.10.09 04:57:08.149417 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1731 | 2024.10.09 04:57:08.149555 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1732 | 2024.10.09 04:57:08.149653 [ 253 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1733 | 2024.10.09 04:57:08.149697 [ 251 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1734 | 2024.10.09 04:57:08.149847 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1735 | 2024.10.09 04:57:08.149876 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1736 | 2024.10.09 04:57:08.149956 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1737 | 2024.10.09 04:57:08.149976 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1738 | 2024.10.09 04:57:08.150016 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1739 | 2024.10.09 04:57:08.150058 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1740 | 2024.10.09 04:57:08.151501 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002856 sec., 10854.341736694678 rows/sec., 409.64 KiB/sec. | ||
| 1741 | 2024.10.09 04:57:08.151783 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1742 | 2024.10.09 04:57:08.151808 [ 3 ] {3397be4c-bd42-4b69-945a-2efe60af952d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1743 | 2024.10.09 04:57:08.151825 [ 3 ] {} <Debug> HTTP-Session: 3993ada7-4230-40ef-9716-ac03e7c532e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1744 | 2024.10.09 04:57:08.157860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1745 | 2024.10.09 04:57:08.157920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1746 | 2024.10.09 04:57:08.157945 [ 3 ] {} <Debug> HTTP-Session: be249af2-17b5-42ad-904f-e24ae36220d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1747 | 2024.10.09 04:57:08.157965 [ 3 ] {} <Debug> HTTP-Session: be249af2-17b5-42ad-904f-e24ae36220d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1748 | 2024.10.09 04:57:08.157982 [ 3 ] {} <Debug> HTTP-Session: be249af2-17b5-42ad-904f-e24ae36220d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1749 | 2024.10.09 04:57:08.158020 [ 3 ] {} <Trace> HTTP-Session: be249af2-17b5-42ad-904f-e24ae36220d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.10.09 04:57:08.158147 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1751 | 2024.10.09 04:57:08.158203 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1752 | 2024.10.09 04:57:08.158403 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1753 | 2024.10.09 04:57:08.158697 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1754 | 2024.10.09 04:57:08.158736 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1755 | 2024.10.09 04:57:08.159215 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1756 | 2024.10.09 04:57:08.159529 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1757 | 2024.10.09 04:57:08.159682 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001573 sec., 1907.1837253655435 rows/sec., 173.83 KiB/sec. | ||
| 1758 | 2024.10.09 04:57:08.159972 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Debug> DynamicQueryHandler: Done processing query | ||
| 1759 | 2024.10.09 04:57:08.159996 [ 3 ] {f833c43a-8053-4744-b425-42551bcc6157} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1760 | 2024.10.09 04:57:08.160012 [ 3 ] {} <Debug> HTTP-Session: be249af2-17b5-42ad-904f-e24ae36220d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1761 | 2024.10.09 04:57:08.160213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1762 | 2024.10.09 04:57:08.160262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1763 | 2024.10.09 04:57:08.160283 [ 3 ] {} <Debug> HTTP-Session: df95b9db-107b-4f2d-b21b-f1cab6cb5ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1764 | 2024.10.09 04:57:08.160299 [ 3 ] {} <Debug> HTTP-Session: df95b9db-107b-4f2d-b21b-f1cab6cb5ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1765 | 2024.10.09 04:57:08.160312 [ 3 ] {} <Debug> HTTP-Session: df95b9db-107b-4f2d-b21b-f1cab6cb5ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1766 | 2024.10.09 04:57:08.160342 [ 3 ] {} <Trace> HTTP-Session: df95b9db-107b-4f2d-b21b-f1cab6cb5ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2024.10.09 04:57:08.160466 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1768 | 2024.10.09 04:57:08.160509 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1769 | 2024.10.09 04:57:08.160761 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1770 | 2024.10.09 04:57:08.161110 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2024.10.09 04:57:08.161146 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1772 | 2024.10.09 04:57:08.161596 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1773 | 2024.10.09 04:57:08.161958 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2024.10.09 04:57:08.162123 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001701 sec., 64667.84244562022 rows/sec., 5.43 MiB/sec. | ||
| 1775 | 2024.10.09 04:57:08.162424 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Debug> DynamicQueryHandler: Done processing query | ||
| 1776 | 2024.10.09 04:57:08.162448 [ 3 ] {361ced69-77d6-4ccf-b515-d1d129474107} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1777 | 2024.10.09 04:57:08.162464 [ 3 ] {} <Debug> HTTP-Session: df95b9db-107b-4f2d-b21b-f1cab6cb5ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1778 | 2024.10.09 04:57:08.162624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1779 | 2024.10.09 04:57:08.162673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1780 | 2024.10.09 04:57:08.162692 [ 3 ] {} <Debug> HTTP-Session: 63df933c-d9da-4704-953d-92237cd5314a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1781 | 2024.10.09 04:57:08.162708 [ 3 ] {} <Debug> HTTP-Session: 63df933c-d9da-4704-953d-92237cd5314a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1782 | 2024.10.09 04:57:08.162722 [ 3 ] {} <Debug> HTTP-Session: 63df933c-d9da-4704-953d-92237cd5314a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1783 | 2024.10.09 04:57:08.162752 [ 3 ] {} <Trace> HTTP-Session: 63df933c-d9da-4704-953d-92237cd5314a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2024.10.09 04:57:08.162853 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1785 | 2024.10.09 04:57:08.162896 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1786 | 2024.10.09 04:57:08.163140 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1787 | 2024.10.09 04:57:08.163421 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1788 | 2024.10.09 04:57:08.163458 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1789 | 2024.10.09 04:57:08.163806 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1790 | 2024.10.09 04:57:08.164157 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1791 | 2024.10.09 04:57:08.164314 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001491 sec., 18108.651911468813 rows/sec., 1.33 MiB/sec. | ||
| 1792 | 2024.10.09 04:57:08.164473 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1793 | 2024.10.09 04:57:08.164497 [ 3 ] {dd60f130-3a33-42f4-b1c7-d1639084daa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1794 | 2024.10.09 04:57:08.164513 [ 3 ] {} <Debug> HTTP-Session: 63df933c-d9da-4704-953d-92237cd5314a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1795 | 2024.10.09 04:57:08.164672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1796 | 2024.10.09 04:57:08.164720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1797 | 2024.10.09 04:57:08.164739 [ 3 ] {} <Debug> HTTP-Session: 0d52e475-55fe-4927-ae78-b8448eb322e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1798 | 2024.10.09 04:57:08.164756 [ 3 ] {} <Debug> HTTP-Session: 0d52e475-55fe-4927-ae78-b8448eb322e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1799 | 2024.10.09 04:57:08.164769 [ 3 ] {} <Debug> HTTP-Session: 0d52e475-55fe-4927-ae78-b8448eb322e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1800 | 2024.10.09 04:57:08.164799 [ 3 ] {} <Trace> HTTP-Session: 0d52e475-55fe-4927-ae78-b8448eb322e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1801 | 2024.10.09 04:57:08.164920 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1802 | 2024.10.09 04:57:08.164961 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1803 | 2024.10.09 04:57:08.165180 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1804 | 2024.10.09 04:57:08.165498 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2024.10.09 04:57:08.165535 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1806 | 2024.10.09 04:57:08.165878 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1807 | 2024.10.09 04:57:08.166232 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2024.10.09 04:57:08.166392 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001511 sec., 66843.15023163467 rows/sec., 5.23 MiB/sec. | ||
| 1809 | 2024.10.09 04:57:08.166694 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Debug> DynamicQueryHandler: Done processing query | ||
| 1810 | 2024.10.09 04:57:08.166718 [ 3 ] {01f33007-8436-4dba-afcd-d0e879706134} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1811 | 2024.10.09 04:57:08.166734 [ 3 ] {} <Debug> HTTP-Session: 0d52e475-55fe-4927-ae78-b8448eb322e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1812 | 2024.10.09 04:57:08.166930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 22987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1813 | 2024.10.09 04:57:08.166978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1814 | 2024.10.09 04:57:08.166997 [ 3 ] {} <Debug> HTTP-Session: 0ecae32b-6f39-40ad-bbb7-425af3b801fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1815 | 2024.10.09 04:57:08.167014 [ 3 ] {} <Debug> HTTP-Session: 0ecae32b-6f39-40ad-bbb7-425af3b801fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1816 | 2024.10.09 04:57:08.167027 [ 3 ] {} <Debug> HTTP-Session: 0ecae32b-6f39-40ad-bbb7-425af3b801fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1817 | 2024.10.09 04:57:08.167058 [ 3 ] {} <Trace> HTTP-Session: 0ecae32b-6f39-40ad-bbb7-425af3b801fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.10.09 04:57:08.167189 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1819 | 2024.10.09 04:57:08.167235 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1820 | 2024.10.09 04:57:08.167402 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1821 | 2024.10.09 04:57:08.167710 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1822 | 2024.10.09 04:57:08.167747 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1823 | 2024.10.09 04:57:08.168120 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1824 | 2024.10.09 04:57:08.168459 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1825 | 2024.10.09 04:57:08.168617 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.001478 sec., 81190.79837618403 rows/sec., 5.66 MiB/sec. | ||
| 1826 | 2024.10.09 04:57:08.168924 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Debug> DynamicQueryHandler: Done processing query | ||
| 1827 | 2024.10.09 04:57:08.168948 [ 3 ] {8526e54f-0c0c-44f1-8098-6dde43f2b625} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1828 | 2024.10.09 04:57:08.168964 [ 3 ] {} <Debug> HTTP-Session: 0ecae32b-6f39-40ad-bbb7-425af3b801fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1829 | 2024.10.09 04:57:08.169205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1830 | 2024.10.09 04:57:08.169253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1831 | 2024.10.09 04:57:08.169273 [ 3 ] {} <Debug> HTTP-Session: 3b32c5e4-ed50-41ba-bd83-54494db4ba20 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1832 | 2024.10.09 04:57:08.169289 [ 3 ] {} <Debug> HTTP-Session: 3b32c5e4-ed50-41ba-bd83-54494db4ba20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1833 | 2024.10.09 04:57:08.169303 [ 3 ] {} <Debug> HTTP-Session: 3b32c5e4-ed50-41ba-bd83-54494db4ba20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1834 | 2024.10.09 04:57:08.169332 [ 3 ] {} <Trace> HTTP-Session: 3b32c5e4-ed50-41ba-bd83-54494db4ba20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2024.10.09 04:57:08.169618 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1836 | 2024.10.09 04:57:08.169689 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1837 | 2024.10.09 04:57:08.170126 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1838 | 2024.10.09 04:57:08.170648 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2024.10.09 04:57:08.170685 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1840 | 2024.10.09 04:57:08.171304 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1841 | 2024.10.09 04:57:08.171707 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2024.10.09 04:57:08.171911 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002492 sec., 10834.670947030498 rows/sec., 19.42 MiB/sec. | ||
| 1843 | 2024.10.09 04:57:08.172228 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 1844 | 2024.10.09 04:57:08.172252 [ 3 ] {1b4eea77-c3fb-4b8b-9cff-909a3bf440ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1845 | 2024.10.09 04:57:08.172268 [ 3 ] {} <Debug> HTTP-Session: 3b32c5e4-ed50-41ba-bd83-54494db4ba20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1846 | 2024.10.09 04:57:08.172397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1847 | 2024.10.09 04:57:08.172446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1848 | 2024.10.09 04:57:08.172465 [ 3 ] {} <Debug> HTTP-Session: d38dc869-cbde-434a-864d-2a557ac9ed26 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1849 | 2024.10.09 04:57:08.172481 [ 3 ] {} <Debug> HTTP-Session: d38dc869-cbde-434a-864d-2a557ac9ed26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1850 | 2024.10.09 04:57:08.172495 [ 3 ] {} <Debug> HTTP-Session: d38dc869-cbde-434a-864d-2a557ac9ed26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1851 | 2024.10.09 04:57:08.172524 [ 3 ] {} <Trace> HTTP-Session: d38dc869-cbde-434a-864d-2a557ac9ed26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1852 | 2024.10.09 04:57:08.172623 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1853 | 2024.10.09 04:57:08.172668 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1854 | 2024.10.09 04:57:08.172793 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1855 | 2024.10.09 04:57:08.173026 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2024.10.09 04:57:08.173062 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1857 | 2024.10.09 04:57:08.173424 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1858 | 2024.10.09 04:57:08.173738 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Trace> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2024.10.09 04:57:08.173881 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001279 sec., 14073.494917904613 rows/sec., 1.04 MiB/sec. | ||
| 1860 | 2024.10.09 04:57:08.174032 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1861 | 2024.10.09 04:57:08.174056 [ 3 ] {1df623fe-fb50-49bf-8e9e-a8d8d60f62d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1862 | 2024.10.09 04:57:08.174071 [ 3 ] {} <Debug> HTTP-Session: d38dc869-cbde-434a-864d-2a557ac9ed26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1863 | 2024.10.09 04:57:08.174186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1864 | 2024.10.09 04:57:08.174235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1865 | 2024.10.09 04:57:08.174254 [ 3 ] {} <Debug> HTTP-Session: b4132c04-59fd-4514-af74-4ad939aed32a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1866 | 2024.10.09 04:57:08.174270 [ 3 ] {} <Debug> HTTP-Session: b4132c04-59fd-4514-af74-4ad939aed32a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1867 | 2024.10.09 04:57:08.174284 [ 3 ] {} <Debug> HTTP-Session: b4132c04-59fd-4514-af74-4ad939aed32a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2024.10.09 04:57:08.174314 [ 3 ] {} <Trace> HTTP-Session: b4132c04-59fd-4514-af74-4ad939aed32a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2024.10.09 04:57:08.174420 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1870 | 2024.10.09 04:57:08.174464 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1871 | 2024.10.09 04:57:08.174590 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1872 | 2024.10.09 04:57:08.174911 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1873 | 2024.10.09 04:57:08.174948 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1874 | 2024.10.09 04:57:08.175297 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1875 | 2024.10.09 04:57:08.175618 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2024.10.09 04:57:08.175776 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001383 sec., 34707.158351409984 rows/sec., 2.33 MiB/sec. | ||
| 1877 | 2024.10.09 04:57:08.176048 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1878 | 2024.10.09 04:57:08.176072 [ 3 ] {14cc64e1-eacf-429a-b949-a086390cb9a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1879 | 2024.10.09 04:57:08.176088 [ 3 ] {} <Debug> HTTP-Session: b4132c04-59fd-4514-af74-4ad939aed32a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1880 | 2024.10.09 04:57:13.145735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1881 | 2024.10.09 04:57:13.145870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1882 | 2024.10.09 04:57:13.145896 [ 3 ] {} <Debug> HTTP-Session: 3461b89c-93a8-4922-9ba0-4f809d54e2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1883 | 2024.10.09 04:57:13.145921 [ 3 ] {} <Debug> HTTP-Session: 3461b89c-93a8-4922-9ba0-4f809d54e2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1884 | 2024.10.09 04:57:13.145936 [ 3 ] {} <Debug> HTTP-Session: 3461b89c-93a8-4922-9ba0-4f809d54e2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1885 | 2024.10.09 04:57:13.145985 [ 3 ] {} <Trace> HTTP-Session: 3461b89c-93a8-4922-9ba0-4f809d54e2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.10.09 04:57:13.146219 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1887 | 2024.10.09 04:57:13.146314 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1888 | 2024.10.09 04:57:13.146651 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1889 | 2024.10.09 04:57:13.147266 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2024.10.09 04:57:13.147312 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1891 | 2024.10.09 04:57:13.147788 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1892 | 2024.10.09 04:57:13.148177 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2024.10.09 04:57:13.148326 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002204 sec., 93012.70417422868 rows/sec., 8.19 MiB/sec. | ||
| 1894 | 2024.10.09 04:57:13.148581 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1895 | 2024.10.09 04:57:13.148634 [ 3 ] {c7a5614c-e2c3-4394-b335-1f967fe93ac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1896 | 2024.10.09 04:57:13.148651 [ 3 ] {} <Debug> HTTP-Session: 3461b89c-93a8-4922-9ba0-4f809d54e2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1897 | 2024.10.09 04:57:13.148826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1898 | 2024.10.09 04:57:13.148884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1899 | 2024.10.09 04:57:13.148904 [ 3 ] {} <Debug> HTTP-Session: e782f085-5b9b-4873-81cd-59b793345656 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1900 | 2024.10.09 04:57:13.148922 [ 3 ] {} <Debug> HTTP-Session: e782f085-5b9b-4873-81cd-59b793345656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1901 | 2024.10.09 04:57:13.148937 [ 3 ] {} <Debug> HTTP-Session: e782f085-5b9b-4873-81cd-59b793345656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1902 | 2024.10.09 04:57:13.148971 [ 3 ] {} <Trace> HTTP-Session: e782f085-5b9b-4873-81cd-59b793345656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1903 | 2024.10.09 04:57:13.149081 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1904 | 2024.10.09 04:57:13.149129 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1905 | 2024.10.09 04:57:13.149369 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1906 | 2024.10.09 04:57:13.149715 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2024.10.09 04:57:13.149751 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1908 | 2024.10.09 04:57:13.150113 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1909 | 2024.10.09 04:57:13.150484 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2024.10.09 04:57:13.150616 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 383.89 KiB/sec. | ||
| 1911 | 2024.10.09 04:57:13.150796 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1912 | 2024.10.09 04:57:13.150822 [ 3 ] {3a5692bd-f58c-420e-b208-87eaf88c9cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1913 | 2024.10.09 04:57:13.150838 [ 3 ] {} <Debug> HTTP-Session: e782f085-5b9b-4873-81cd-59b793345656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1914 | 2024.10.09 04:57:13.150963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1915 | 2024.10.09 04:57:13.151013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1916 | 2024.10.09 04:57:13.151033 [ 3 ] {} <Debug> HTTP-Session: e9728010-96ae-4954-abc0-96abd47176dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1917 | 2024.10.09 04:57:13.151049 [ 3 ] {} <Debug> HTTP-Session: e9728010-96ae-4954-abc0-96abd47176dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1918 | 2024.10.09 04:57:13.151063 [ 3 ] {} <Debug> HTTP-Session: e9728010-96ae-4954-abc0-96abd47176dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1919 | 2024.10.09 04:57:13.151096 [ 3 ] {} <Trace> HTTP-Session: e9728010-96ae-4954-abc0-96abd47176dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1920 | 2024.10.09 04:57:13.151197 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1921 | 2024.10.09 04:57:13.151240 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1922 | 2024.10.09 04:57:13.151464 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1923 | 2024.10.09 04:57:13.151764 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1924 | 2024.10.09 04:57:13.151800 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1925 | 2024.10.09 04:57:13.152159 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1926 | 2024.10.09 04:57:13.152533 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1927 | 2024.10.09 04:57:13.152657 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001489 sec., 9402.283411685694 rows/sec., 658.47 KiB/sec. | ||
| 1928 | 2024.10.09 04:57:13.152819 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Debug> DynamicQueryHandler: Done processing query | ||
| 1929 | 2024.10.09 04:57:13.152845 [ 3 ] {e554bfd9-0700-425c-89fb-740cfb29b879} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1930 | 2024.10.09 04:57:13.152861 [ 3 ] {} <Debug> HTTP-Session: e9728010-96ae-4954-abc0-96abd47176dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1931 | 2024.10.09 04:57:13.152979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1932 | 2024.10.09 04:57:13.153028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1933 | 2024.10.09 04:57:13.153047 [ 3 ] {} <Debug> HTTP-Session: 1d2da531-f992-4abc-9b68-57deaaa087af Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1934 | 2024.10.09 04:57:13.153063 [ 3 ] {} <Debug> HTTP-Session: 1d2da531-f992-4abc-9b68-57deaaa087af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1935 | 2024.10.09 04:57:13.153077 [ 3 ] {} <Debug> HTTP-Session: 1d2da531-f992-4abc-9b68-57deaaa087af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1936 | 2024.10.09 04:57:13.153108 [ 3 ] {} <Trace> HTTP-Session: 1d2da531-f992-4abc-9b68-57deaaa087af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1937 | 2024.10.09 04:57:13.153210 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1938 | 2024.10.09 04:57:13.153255 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1939 | 2024.10.09 04:57:13.153479 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1940 | 2024.10.09 04:57:13.153776 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2024.10.09 04:57:13.153819 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1942 | 2024.10.09 04:57:13.154157 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1943 | 2024.10.09 04:57:13.154516 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2024.10.09 04:57:13.154650 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 242.47 KiB/sec. | ||
| 1945 | 2024.10.09 04:57:13.154931 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1946 | 2024.10.09 04:57:13.154956 [ 3 ] {c28b1a70-5a95-40b4-95dd-2739b000f8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1947 | 2024.10.09 04:57:13.154972 [ 3 ] {} <Debug> HTTP-Session: 1d2da531-f992-4abc-9b68-57deaaa087af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1948 | 2024.10.09 04:57:13.155260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1949 | 2024.10.09 04:57:13.155308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1950 | 2024.10.09 04:57:13.155328 [ 3 ] {} <Debug> HTTP-Session: a81333cd-3757-48e4-be16-c93e5df9161c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1951 | 2024.10.09 04:57:13.155344 [ 3 ] {} <Debug> HTTP-Session: a81333cd-3757-48e4-be16-c93e5df9161c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1952 | 2024.10.09 04:57:13.155358 [ 3 ] {} <Debug> HTTP-Session: a81333cd-3757-48e4-be16-c93e5df9161c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1953 | 2024.10.09 04:57:13.155388 [ 3 ] {} <Trace> HTTP-Session: a81333cd-3757-48e4-be16-c93e5df9161c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1954 | 2024.10.09 04:57:13.155583 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1955 | 2024.10.09 04:57:13.155627 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1956 | 2024.10.09 04:57:13.155870 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1957 | 2024.10.09 04:57:13.156514 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1958 | 2024.10.09 04:57:13.156552 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1959 | 2024.10.09 04:57:13.156923 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1960 | 2024.10.09 04:57:13.157273 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1961 | 2024.10.09 04:57:13.157408 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001935 sec., 201550.3875968992 rows/sec., 14.29 MiB/sec. | ||
| 1962 | 2024.10.09 04:57:13.157585 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Debug> DynamicQueryHandler: Done processing query | ||
| 1963 | 2024.10.09 04:57:13.157610 [ 3 ] {957c4b74-bed2-47a8-a8b2-321bf9f1c007} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1964 | 2024.10.09 04:57:13.157626 [ 3 ] {} <Debug> HTTP-Session: a81333cd-3757-48e4-be16-c93e5df9161c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1965 | 2024.10.09 04:57:13.157766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1966 | 2024.10.09 04:57:13.157816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1967 | 2024.10.09 04:57:13.157837 [ 3 ] {} <Debug> HTTP-Session: e64cabb7-3b2e-47b5-8e23-7946e482cb9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1968 | 2024.10.09 04:57:13.157853 [ 3 ] {} <Debug> HTTP-Session: e64cabb7-3b2e-47b5-8e23-7946e482cb9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1969 | 2024.10.09 04:57:13.157866 [ 3 ] {} <Debug> HTTP-Session: e64cabb7-3b2e-47b5-8e23-7946e482cb9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1970 | 2024.10.09 04:57:13.157897 [ 3 ] {} <Trace> HTTP-Session: e64cabb7-3b2e-47b5-8e23-7946e482cb9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2024.10.09 04:57:13.157993 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1972 | 2024.10.09 04:57:13.158040 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1973 | 2024.10.09 04:57:13.158170 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1974 | 2024.10.09 04:57:13.158441 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2024.10.09 04:57:13.158478 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1976 | 2024.10.09 04:57:13.158854 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1977 | 2024.10.09 04:57:13.159178 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2024.10.09 04:57:13.159299 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
| 1979 | 2024.10.09 04:57:13.159452 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Debug> DynamicQueryHandler: Done processing query | ||
| 1980 | 2024.10.09 04:57:13.159477 [ 3 ] {8cac8498-bec2-4413-8623-90a46da5f270} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1981 | 2024.10.09 04:57:13.159493 [ 3 ] {} <Debug> HTTP-Session: e64cabb7-3b2e-47b5-8e23-7946e482cb9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1982 | 2024.10.09 04:57:13.159750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1983 | 2024.10.09 04:57:13.159799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1984 | 2024.10.09 04:57:13.159819 [ 3 ] {} <Debug> HTTP-Session: 21304018-9f1f-4f82-bff4-b7e1562c9108 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 1985 | 2024.10.09 04:57:13.159835 [ 3 ] {} <Debug> HTTP-Session: 21304018-9f1f-4f82-bff4-b7e1562c9108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1986 | 2024.10.09 04:57:13.159849 [ 3 ] {} <Debug> HTTP-Session: 21304018-9f1f-4f82-bff4-b7e1562c9108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1987 | 2024.10.09 04:57:13.159880 [ 3 ] {} <Trace> HTTP-Session: 21304018-9f1f-4f82-bff4-b7e1562c9108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1988 | 2024.10.09 04:57:13.160065 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1989 | 2024.10.09 04:57:13.160112 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1990 | 2024.10.09 04:57:13.160253 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1991 | 2024.10.09 04:57:13.160713 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2024.10.09 04:57:13.160750 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 1993 | 2024.10.09 04:57:13.161135 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1994 | 2024.10.09 04:57:13.161466 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2024.10.09 04:57:13.161596 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
| 1996 | 2024.10.09 04:57:13.161812 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Debug> DynamicQueryHandler: Done processing query | ||
| 1997 | 2024.10.09 04:57:13.161837 [ 3 ] {2d6df5af-53a7-4461-8f4f-fffbd7510824} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1998 | 2024.10.09 04:57:13.161853 [ 3 ] {} <Debug> HTTP-Session: 21304018-9f1f-4f82-bff4-b7e1562c9108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1999 | 2024.10.09 04:57:13.161975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2000 | 2024.10.09 04:57:13.162024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2001 | 2024.10.09 04:57:13.162044 [ 3 ] {} <Debug> HTTP-Session: 69c9191c-a9f7-4337-a2bc-2ffd7964743e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2002 | 2024.10.09 04:57:13.162060 [ 3 ] {} <Debug> HTTP-Session: 69c9191c-a9f7-4337-a2bc-2ffd7964743e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2003 | 2024.10.09 04:57:13.162074 [ 3 ] {} <Debug> HTTP-Session: 69c9191c-a9f7-4337-a2bc-2ffd7964743e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2004 | 2024.10.09 04:57:13.162104 [ 3 ] {} <Trace> HTTP-Session: 69c9191c-a9f7-4337-a2bc-2ffd7964743e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2024.10.09 04:57:13.162197 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2006 | 2024.10.09 04:57:13.162243 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2007 | 2024.10.09 04:57:13.162376 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2008 | 2024.10.09 04:57:13.162651 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2009 | 2024.10.09 04:57:13.162685 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2010 | 2024.10.09 04:57:13.163039 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2011 | 2024.10.09 04:57:13.163363 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2024.10.09 04:57:13.163483 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
| 2013 | 2024.10.09 04:57:13.163650 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Debug> DynamicQueryHandler: Done processing query | ||
| 2014 | 2024.10.09 04:57:13.163675 [ 3 ] {bb388036-42fc-4361-bb0c-a3bf3893d337} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2015 | 2024.10.09 04:57:13.163690 [ 3 ] {} <Debug> HTTP-Session: 69c9191c-a9f7-4337-a2bc-2ffd7964743e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2016 | 2024.10.09 04:57:13.163819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2017 | 2024.10.09 04:57:13.163867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2018 | 2024.10.09 04:57:13.163887 [ 3 ] {} <Debug> HTTP-Session: 15668cd3-107b-4da5-b390-5f0da90598a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2019 | 2024.10.09 04:57:13.163903 [ 3 ] {} <Debug> HTTP-Session: 15668cd3-107b-4da5-b390-5f0da90598a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2020 | 2024.10.09 04:57:13.163916 [ 3 ] {} <Debug> HTTP-Session: 15668cd3-107b-4da5-b390-5f0da90598a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2021 | 2024.10.09 04:57:13.163946 [ 3 ] {} <Trace> HTTP-Session: 15668cd3-107b-4da5-b390-5f0da90598a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2022 | 2024.10.09 04:57:13.164116 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2023 | 2024.10.09 04:57:13.164181 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2024 | 2024.10.09 04:57:13.164594 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2025 | 2024.10.09 04:57:13.165105 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2024.10.09 04:57:13.165140 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2027 | 2024.10.09 04:57:13.165740 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2028 | 2024.10.09 04:57:13.166147 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2029 | 2024.10.09 04:57:13.166315 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002277 sec., 3513.394817742644 rows/sec., 6.30 MiB/sec. | ||
| 2030 | 2024.10.09 04:57:13.166709 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2031 | 2024.10.09 04:57:13.166734 [ 3 ] {2ae5a612-612d-4f32-bc6e-f385db3e3fa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2032 | 2024.10.09 04:57:13.166750 [ 3 ] {} <Debug> HTTP-Session: 15668cd3-107b-4da5-b390-5f0da90598a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.10.09 04:57:13.166881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2034 | 2024.10.09 04:57:13.166929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2035 | 2024.10.09 04:57:13.166948 [ 3 ] {} <Debug> HTTP-Session: ca17d5a1-f898-4f9b-bce8-a349b8aaaa90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2036 | 2024.10.09 04:57:13.166964 [ 3 ] {} <Debug> HTTP-Session: ca17d5a1-f898-4f9b-bce8-a349b8aaaa90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2037 | 2024.10.09 04:57:13.166978 [ 3 ] {} <Debug> HTTP-Session: ca17d5a1-f898-4f9b-bce8-a349b8aaaa90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2038 | 2024.10.09 04:57:13.167008 [ 3 ] {} <Trace> HTTP-Session: ca17d5a1-f898-4f9b-bce8-a349b8aaaa90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2039 | 2024.10.09 04:57:13.167123 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2040 | 2024.10.09 04:57:13.167170 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2041 | 2024.10.09 04:57:13.167303 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2042 | 2024.10.09 04:57:13.167631 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2024.10.09 04:57:13.167667 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2044 | 2024.10.09 04:57:13.168034 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2045 | 2024.10.09 04:57:13.168355 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2024.10.09 04:57:13.168485 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
| 2047 | 2024.10.09 04:57:13.168653 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 2048 | 2024.10.09 04:57:13.168678 [ 3 ] {fed1bcdb-c77c-4a9c-81f7-ea8cc5fd0bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2049 | 2024.10.09 04:57:13.168694 [ 3 ] {} <Debug> HTTP-Session: ca17d5a1-f898-4f9b-bce8-a349b8aaaa90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2050 | 2024.10.09 04:57:17.267546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 234 | ||
| 2051 | 2024.10.09 04:57:17.270509 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.10.09 04:57:17.270552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2053 | 2024.10.09 04:57:17.272495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2054 | 2024.10.09 04:57:17.273466 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2055 | 2024.10.09 04:57:17.273979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
| 2056 | 2024.10.09 04:57:18.140992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2057 | 2024.10.09 04:57:18.141114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2058 | 2024.10.09 04:57:18.141144 [ 3 ] {} <Debug> HTTP-Session: d6c5d48f-4331-4603-ab57-c3f4fc88c435 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2059 | 2024.10.09 04:57:18.141172 [ 3 ] {} <Debug> HTTP-Session: d6c5d48f-4331-4603-ab57-c3f4fc88c435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2060 | 2024.10.09 04:57:18.141190 [ 3 ] {} <Debug> HTTP-Session: d6c5d48f-4331-4603-ab57-c3f4fc88c435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2061 | 2024.10.09 04:57:18.141245 [ 3 ] {} <Trace> HTTP-Session: d6c5d48f-4331-4603-ab57-c3f4fc88c435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2062 | 2024.10.09 04:57:18.141482 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2063 | 2024.10.09 04:57:18.141559 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2064 | 2024.10.09 04:57:18.141943 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2065 | 2024.10.09 04:57:18.142474 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2024.10.09 04:57:18.142518 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2067 | 2024.10.09 04:57:18.142960 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2068 | 2024.10.09 04:57:18.143368 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2024.10.09 04:57:18.143547 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002147 sec., 51234.28039124359 rows/sec., 4.31 MiB/sec. | ||
| 2070 | 2024.10.09 04:57:18.143556 [ 88 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2071 | 2024.10.09 04:57:18.143681 [ 88 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2072 | 2024.10.09 04:57:18.143736 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2073 | 2024.10.09 04:57:18.143873 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Debug> DynamicQueryHandler: Done processing query | ||
| 2074 | 2024.10.09 04:57:18.143927 [ 3 ] {7908ccf6-0b27-4678-bf28-f23d3d805292} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2075 | 2024.10.09 04:57:18.143946 [ 3 ] {} <Debug> HTTP-Session: d6c5d48f-4331-4603-ab57-c3f4fc88c435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.10.09 04:57:18.144116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2077 | 2024.10.09 04:57:18.144172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2078 | 2024.10.09 04:57:18.144193 [ 3 ] {} <Debug> HTTP-Session: 48fc1470-7b0d-4e47-b311-df79c06d8fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2079 | 2024.10.09 04:57:18.144211 [ 3 ] {} <Debug> HTTP-Session: 48fc1470-7b0d-4e47-b311-df79c06d8fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.10.09 04:57:18.144226 [ 3 ] {} <Debug> HTTP-Session: 48fc1470-7b0d-4e47-b311-df79c06d8fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2081 | 2024.10.09 04:57:18.144261 [ 3 ] {} <Trace> HTTP-Session: 48fc1470-7b0d-4e47-b311-df79c06d8fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.10.09 04:57:18.144381 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2083 | 2024.10.09 04:57:18.144431 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2084 | 2024.10.09 04:57:18.144683 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2085 | 2024.10.09 04:57:18.145042 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.10.09 04:57:18.145081 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2087 | 2024.10.09 04:57:18.145447 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2088 | 2024.10.09 04:57:18.145813 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.10.09 04:57:18.145980 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001629 sec., 16574.585635359115 rows/sec., 1.22 MiB/sec. | ||
| 2090 | 2024.10.09 04:57:18.146205 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Debug> DynamicQueryHandler: Done processing query | ||
| 2091 | 2024.10.09 04:57:18.146232 [ 3 ] {e071e784-5ae0-489f-8a32-124ad9e63a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2092 | 2024.10.09 04:57:18.146248 [ 3 ] {} <Debug> HTTP-Session: 48fc1470-7b0d-4e47-b311-df79c06d8fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2093 | 2024.10.09 04:57:18.146427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.10.09 04:57:18.146478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2095 | 2024.10.09 04:57:18.146498 [ 3 ] {} <Debug> HTTP-Session: 44eef433-cda1-44a5-9054-913ccf4e593a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2096 | 2024.10.09 04:57:18.146515 [ 3 ] {} <Debug> HTTP-Session: 44eef433-cda1-44a5-9054-913ccf4e593a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.10.09 04:57:18.146529 [ 3 ] {} <Debug> HTTP-Session: 44eef433-cda1-44a5-9054-913ccf4e593a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.10.09 04:57:18.146562 [ 3 ] {} <Trace> HTTP-Session: 44eef433-cda1-44a5-9054-913ccf4e593a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.10.09 04:57:18.146688 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2100 | 2024.10.09 04:57:18.146733 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2101 | 2024.10.09 04:57:18.146962 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2102 | 2024.10.09 04:57:18.147324 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.10.09 04:57:18.147363 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2104 | 2024.10.09 04:57:18.147726 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2105 | 2024.10.09 04:57:18.147998 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2106 | 2024.10.09 04:57:18.148237 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.10.09 04:57:18.148428 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2108 | 2024.10.09 04:57:18.148539 [ 88 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2109 | 2024.10.09 04:57:18.148567 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001916 sec., 47494.78079331942 rows/sec., 3.71 MiB/sec. | ||
| 2110 | 2024.10.09 04:57:18.148601 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 2111 | 2024.10.09 04:57:18.148629 [ 88 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2024.10.09 04:57:18.148738 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2113 | 2024.10.09 04:57:18.149211 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Debug> DynamicQueryHandler: Done processing query | ||
| 2114 | 2024.10.09 04:57:18.149229 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 2115 | 2024.10.09 04:57:18.149315 [ 3 ] {67a29e07-d10a-4bc9-b315-cb53e5fcb502} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2116 | 2024.10.09 04:57:18.149428 [ 3 ] {} <Debug> HTTP-Session: 44eef433-cda1-44a5-9054-913ccf4e593a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.10.09 04:57:18.149459 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2118 | 2024.10.09 04:57:18.149732 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 179 rows starting from the beginning of the part | ||
| 2119 | 2024.10.09 04:57:18.149885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2120 | 2024.10.09 04:57:18.150126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2121 | 2024.10.09 04:57:18.150241 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
| 2122 | 2024.10.09 04:57:18.150301 [ 3 ] {} <Debug> HTTP-Session: 402f8698-d932-44af-9f81-89d5e48dbaad Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2123 | 2024.10.09 04:57:18.150398 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2124 | 2024.10.09 04:57:18.150396 [ 3 ] {} <Debug> HTTP-Session: 402f8698-d932-44af-9f81-89d5e48dbaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2125 | 2024.10.09 04:57:18.150508 [ 3 ] {} <Debug> HTTP-Session: 402f8698-d932-44af-9f81-89d5e48dbaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2126 | 2024.10.09 04:57:18.150611 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 2127 | 2024.10.09 04:57:18.150694 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part | ||
| 2128 | 2024.10.09 04:57:18.150712 [ 3 ] {} <Trace> HTTP-Session: 402f8698-d932-44af-9f81-89d5e48dbaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2129 | 2024.10.09 04:57:18.151178 [ 202 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
| 2130 | 2024.10.09 04:57:18.151195 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 2131 | 2024.10.09 04:57:18.151336 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2132 | 2024.10.09 04:57:18.151709 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2133 | 2024.10.09 04:57:18.151914 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 2134 | 2024.10.09 04:57:18.152645 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 101 rows starting from the beginning of the part | ||
| 2135 | 2024.10.09 04:57:18.153243 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 2136 | 2024.10.09 04:57:18.153753 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 91 rows starting from the beginning of the part | ||
| 2137 | 2024.10.09 04:57:18.154668 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2138 | 2024.10.09 04:57:18.156578 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2024.10.09 04:57:18.156666 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2140 | 2024.10.09 04:57:18.158765 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2141 | 2024.10.09 04:57:18.159339 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 5 columns (5 merged, 0 gathered) in 0.010399519 sec., 97696.82617051808 rows/sec., 7.47 MiB/sec. | ||
| 2142 | 2024.10.09 04:57:18.159393 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.015544976 sec., 42714.765207743 rows/sec., 3.85 MiB/sec. | ||
| 2143 | 2024.10.09 04:57:18.159591 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2144 | 2024.10.09 04:57:18.159732 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2145 | 2024.10.09 04:57:18.160057 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2146 | 2024.10.09 04:57:18.160640 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.009595 sec., 16675.351745700886 rows/sec., 1.16 MiB/sec. | ||
| 2147 | 2024.10.09 04:57:18.161142 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2148 | 2024.10.09 04:57:18.161406 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2024.10.09 04:57:18.161502 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2150 | 2024.10.09 04:57:18.161571 [ 3 ] {48fbf621-9c21-4131-ac23-fdd43007365e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2151 | 2024.10.09 04:57:18.161639 [ 3 ] {} <Debug> HTTP-Session: 402f8698-d932-44af-9f81-89d5e48dbaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2152 | 2024.10.09 04:57:18.161701 [ 191 ] {f0532510-5495-42af-af35-2105db47f503::all_1_6_1} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2153 | 2024.10.09 04:57:18.161717 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2024.10.09 04:57:18.161828 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2155 | 2024.10.09 04:57:18.161957 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2156 | 2024.10.09 04:57:18.162030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2157 | 2024.10.09 04:57:18.162171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2158 | 2024.10.09 04:57:18.162261 [ 3 ] {} <Debug> HTTP-Session: e10a461f-67c0-4ecc-b7d2-5623dda3e972 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2159 | 2024.10.09 04:57:18.162265 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2160 | 2024.10.09 04:57:18.162292 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2024.10.09 04:57:18.162309 [ 3 ] {} <Debug> HTTP-Session: e10a461f-67c0-4ecc-b7d2-5623dda3e972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2162 | 2024.10.09 04:57:18.162385 [ 3 ] {} <Debug> HTTP-Session: e10a461f-67c0-4ecc-b7d2-5623dda3e972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2163 | 2024.10.09 04:57:18.162515 [ 3 ] {} <Trace> HTTP-Session: e10a461f-67c0-4ecc-b7d2-5623dda3e972 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2024.10.09 04:57:18.162644 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2165 | 2024.10.09 04:57:18.162659 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_6_1} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2166 | 2024.10.09 04:57:18.162737 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 2167 | 2024.10.09 04:57:18.162901 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2168 | 2024.10.09 04:57:18.163011 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 2169 | 2024.10.09 04:57:18.163094 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part | ||
| 2170 | 2024.10.09 04:57:18.163170 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part | ||
| 2171 | 2024.10.09 04:57:18.163414 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 2172 | 2024.10.09 04:57:18.163453 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2173 | 2024.10.09 04:57:18.163584 [ 191 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 2174 | 2024.10.09 04:57:18.163668 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2175 | 2024.10.09 04:57:18.164269 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2176 | 2024.10.09 04:57:18.164963 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2024.10.09 04:57:18.165002 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2178 | 2024.10.09 04:57:18.165697 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2179 | 2024.10.09 04:57:18.166210 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2024.10.09 04:57:18.166478 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003746 sec., 7207.688200747463 rows/sec., 12.92 MiB/sec. | ||
| 2181 | 2024.10.09 04:57:18.166875 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Debug> DynamicQueryHandler: Done processing query | ||
| 2182 | 2024.10.09 04:57:18.166908 [ 3 ] {6c65eb7e-12d3-469f-87ba-0b254915a423} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2183 | 2024.10.09 04:57:18.166934 [ 3 ] {} <Debug> HTTP-Session: e10a461f-67c0-4ecc-b7d2-5623dda3e972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2184 | 2024.10.09 04:57:18.167085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2185 | 2024.10.09 04:57:18.167155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2186 | 2024.10.09 04:57:18.167176 [ 3 ] {} <Debug> HTTP-Session: b5bdcd3f-4d01-4554-82c4-0daba9673a70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2187 | 2024.10.09 04:57:18.167193 [ 3 ] {} <Debug> HTTP-Session: b5bdcd3f-4d01-4554-82c4-0daba9673a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2188 | 2024.10.09 04:57:18.167210 [ 3 ] {} <Debug> HTTP-Session: b5bdcd3f-4d01-4554-82c4-0daba9673a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2189 | 2024.10.09 04:57:18.167244 [ 3 ] {} <Trace> HTTP-Session: b5bdcd3f-4d01-4554-82c4-0daba9673a70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2024.10.09 04:57:18.167425 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2191 | 2024.10.09 04:57:18.167499 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2192 | 2024.10.09 04:57:18.167536 [ 202 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 5 columns (5 merged, 0 gathered) in 0.005436837 sec., 137212.13271613623 rows/sec., 9.34 MiB/sec. | ||
| 2193 | 2024.10.09 04:57:18.167760 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2194 | 2024.10.09 04:57:18.167856 [ 202 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2195 | 2024.10.09 04:57:18.168564 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2024.10.09 04:57:18.168613 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2197 | 2024.10.09 04:57:18.168864 [ 202 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2198 | 2024.10.09 04:57:18.169063 [ 202 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2199 | 2024.10.09 04:57:18.169228 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2200 | 2024.10.09 04:57:18.169378 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2201 | 2024.10.09 04:57:18.169729 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2024.10.09 04:57:18.169867 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002526 sec., 23752.96912114014 rows/sec., 1.60 MiB/sec. | ||
| 2203 | 2024.10.09 04:57:18.169879 [ 87 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2204 | 2024.10.09 04:57:18.169933 [ 87 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.10.09 04:57:18.169963 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2206 | 2024.10.09 04:57:18.170056 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2207 | 2024.10.09 04:57:18.170069 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2208 | 2024.10.09 04:57:18.170100 [ 3 ] {12e08fcb-bd3d-4be0-b8ce-56eb276492a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2209 | 2024.10.09 04:57:18.170119 [ 3 ] {} <Debug> HTTP-Session: b5bdcd3f-4d01-4554-82c4-0daba9673a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2210 | 2024.10.09 04:57:18.170182 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2211 | 2024.10.09 04:57:18.170210 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2212 | 2024.10.09 04:57:18.170266 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 2213 | 2024.10.09 04:57:18.170365 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 2214 | 2024.10.09 04:57:18.170624 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part | ||
| 2215 | 2024.10.09 04:57:18.170747 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 2216 | 2024.10.09 04:57:18.170891 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 2217 | 2024.10.09 04:57:18.171872 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 4 columns (4 merged, 0 gathered) in 0.00186112 sec., 153670.90784044017 rows/sec., 9.97 MiB/sec. | ||
| 2218 | 2024.10.09 04:57:18.172032 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2219 | 2024.10.09 04:57:18.172418 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2024.10.09 04:57:18.172489 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_6_1} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2221 | 2024.10.09 04:57:18.172554 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2222 | 2024.10.09 04:57:19.634506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2223 | 2024.10.09 04:57:19.634663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2224 | 2024.10.09 04:57:19.634704 [ 3 ] {} <Debug> HTTP-Session: 9c4bef8a-732a-4ff3-b1f8-638d5e54e283 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2225 | 2024.10.09 04:57:19.634742 [ 3 ] {} <Debug> HTTP-Session: 9c4bef8a-732a-4ff3-b1f8-638d5e54e283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2226 | 2024.10.09 04:57:19.634769 [ 3 ] {} <Debug> HTTP-Session: 9c4bef8a-732a-4ff3-b1f8-638d5e54e283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2227 | 2024.10.09 04:57:19.634844 [ 3 ] {} <Trace> HTTP-Session: 9c4bef8a-732a-4ff3-b1f8-638d5e54e283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2228 | 2024.10.09 04:57:19.635150 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2229 | 2024.10.09 04:57:19.635561 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2230 | 2024.10.09 04:57:19.635613 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2231 | 2024.10.09 04:57:19.635965 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2232 | 2024.10.09 04:57:19.636047 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2233 | 2024.10.09 04:57:19.636227 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2234 | 2024.10.09 04:57:19.636402 [ 255 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2235 | 2024.10.09 04:57:19.636434 [ 254 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2236 | 2024.10.09 04:57:19.636437 [ 251 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2237 | 2024.10.09 04:57:19.636610 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2238 | 2024.10.09 04:57:19.636643 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2239 | 2024.10.09 04:57:19.636764 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2240 | 2024.10.09 04:57:19.636789 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2241 | 2024.10.09 04:57:19.636835 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2242 | 2024.10.09 04:57:19.636883 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2243 | 2024.10.09 04:57:19.636928 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2244 | 2024.10.09 04:57:19.638932 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003908 sec., 8700.102354145343 rows/sec., 334.85 KiB/sec. | ||
| 2245 | 2024.10.09 04:57:19.639302 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2246 | 2024.10.09 04:57:19.639330 [ 3 ] {f9481ad4-9114-474f-8394-1f262549db8c} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2247 | 2024.10.09 04:57:19.639348 [ 3 ] {} <Debug> HTTP-Session: 9c4bef8a-732a-4ff3-b1f8-638d5e54e283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2248 | 2024.10.09 04:57:19.639631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2249 | 2024.10.09 04:57:19.639684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2250 | 2024.10.09 04:57:19.639704 [ 3 ] {} <Debug> HTTP-Session: 3044a4af-0054-48b0-890d-6391ca047569 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2251 | 2024.10.09 04:57:19.639721 [ 3 ] {} <Debug> HTTP-Session: 3044a4af-0054-48b0-890d-6391ca047569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2252 | 2024.10.09 04:57:19.639736 [ 3 ] {} <Debug> HTTP-Session: 3044a4af-0054-48b0-890d-6391ca047569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2253 | 2024.10.09 04:57:19.639771 [ 3 ] {} <Trace> HTTP-Session: 3044a4af-0054-48b0-890d-6391ca047569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2254 | 2024.10.09 04:57:19.639934 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2255 | 2024.10.09 04:57:19.640235 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2256 | 2024.10.09 04:57:19.640284 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2257 | 2024.10.09 04:57:19.640602 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2258 | 2024.10.09 04:57:19.640670 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2259 | 2024.10.09 04:57:19.640816 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2260 | 2024.10.09 04:57:19.640960 [ 260 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2261 | 2024.10.09 04:57:19.640992 [ 262 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2262 | 2024.10.09 04:57:19.640972 [ 261 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2263 | 2024.10.09 04:57:19.641147 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2264 | 2024.10.09 04:57:19.641173 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2265 | 2024.10.09 04:57:19.641284 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2266 | 2024.10.09 04:57:19.641306 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2267 | 2024.10.09 04:57:19.641347 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2268 | 2024.10.09 04:57:19.641393 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2269 | 2024.10.09 04:57:19.641435 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2270 | 2024.10.09 04:57:19.643152 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003298 sec., 10309.278350515464 rows/sec., 396.78 KiB/sec. | ||
| 2271 | 2024.10.09 04:57:19.643471 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2272 | 2024.10.09 04:57:19.643497 [ 3 ] {61ae9ec0-b04b-4233-b5b5-4cd4563b53eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2273 | 2024.10.09 04:57:19.643515 [ 3 ] {} <Debug> HTTP-Session: 3044a4af-0054-48b0-890d-6391ca047569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2274 | 2024.10.09 04:57:19.643866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2275 | 2024.10.09 04:57:19.643918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2276 | 2024.10.09 04:57:19.643939 [ 3 ] {} <Debug> HTTP-Session: b45461d6-48c6-4600-9ff4-d3c4b031cf09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2277 | 2024.10.09 04:57:19.643958 [ 3 ] {} <Debug> HTTP-Session: b45461d6-48c6-4600-9ff4-d3c4b031cf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2278 | 2024.10.09 04:57:19.643972 [ 3 ] {} <Debug> HTTP-Session: b45461d6-48c6-4600-9ff4-d3c4b031cf09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2279 | 2024.10.09 04:57:19.644005 [ 3 ] {} <Trace> HTTP-Session: b45461d6-48c6-4600-9ff4-d3c4b031cf09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2024.10.09 04:57:19.644162 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2281 | 2024.10.09 04:57:19.644460 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2282 | 2024.10.09 04:57:19.644510 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2283 | 2024.10.09 04:57:19.644827 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2284 | 2024.10.09 04:57:19.644894 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2285 | 2024.10.09 04:57:19.645039 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2286 | 2024.10.09 04:57:19.645206 [ 255 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2287 | 2024.10.09 04:57:19.645213 [ 254 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2288 | 2024.10.09 04:57:19.645236 [ 251 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2289 | 2024.10.09 04:57:19.645390 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2290 | 2024.10.09 04:57:19.645420 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2291 | 2024.10.09 04:57:19.645529 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2292 | 2024.10.09 04:57:19.645551 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2293 | 2024.10.09 04:57:19.645593 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2294 | 2024.10.09 04:57:19.645635 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2295 | 2024.10.09 04:57:19.645678 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2296 | 2024.10.09 04:57:19.647405 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003321 sec., 10237.880156579344 rows/sec., 394.04 KiB/sec. | ||
| 2297 | 2024.10.09 04:57:19.647740 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> DynamicQueryHandler: Done processing query | ||
| 2298 | 2024.10.09 04:57:19.647766 [ 3 ] {d59bde5d-0dfa-4db3-affe-64fad5a84107} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2299 | 2024.10.09 04:57:19.647784 [ 3 ] {} <Debug> HTTP-Session: b45461d6-48c6-4600-9ff4-d3c4b031cf09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.10.09 04:57:19.648040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2301 | 2024.10.09 04:57:19.648089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2302 | 2024.10.09 04:57:19.648109 [ 3 ] {} <Debug> HTTP-Session: 07d19bea-2e4d-4e43-a02b-82e3ab7de211 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2303 | 2024.10.09 04:57:19.648125 [ 3 ] {} <Debug> HTTP-Session: 07d19bea-2e4d-4e43-a02b-82e3ab7de211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2304 | 2024.10.09 04:57:19.648139 [ 3 ] {} <Debug> HTTP-Session: 07d19bea-2e4d-4e43-a02b-82e3ab7de211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2305 | 2024.10.09 04:57:19.648171 [ 3 ] {} <Trace> HTTP-Session: 07d19bea-2e4d-4e43-a02b-82e3ab7de211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2024.10.09 04:57:19.648328 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2307 | 2024.10.09 04:57:19.648622 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2308 | 2024.10.09 04:57:19.648670 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2309 | 2024.10.09 04:57:19.648991 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2310 | 2024.10.09 04:57:19.649057 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2311 | 2024.10.09 04:57:19.649199 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2312 | 2024.10.09 04:57:19.649308 [ 262 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2313 | 2024.10.09 04:57:19.649332 [ 251 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2314 | 2024.10.09 04:57:19.649355 [ 254 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2315 | 2024.10.09 04:57:19.649468 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2316 | 2024.10.09 04:57:19.649498 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2317 | 2024.10.09 04:57:19.649607 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2318 | 2024.10.09 04:57:19.649629 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2319 | 2024.10.09 04:57:19.649670 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2320 | 2024.10.09 04:57:19.649715 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2321 | 2024.10.09 04:57:19.649757 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2322 | 2024.10.09 04:57:19.651398 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003151 sec., 10790.225325293557 rows/sec., 415.29 KiB/sec. | ||
| 2323 | 2024.10.09 04:57:19.651714 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2324 | 2024.10.09 04:57:19.651740 [ 3 ] {e61d56c7-162a-4538-bf19-68a7f30ae2a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2325 | 2024.10.09 04:57:19.651756 [ 3 ] {} <Debug> HTTP-Session: 07d19bea-2e4d-4e43-a02b-82e3ab7de211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2326 | 2024.10.09 04:57:19.651985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2327 | 2024.10.09 04:57:19.652035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2328 | 2024.10.09 04:57:19.652055 [ 3 ] {} <Debug> HTTP-Session: 19a18d58-6bb4-49d4-b0f3-dca84c0f5f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2329 | 2024.10.09 04:57:19.652071 [ 3 ] {} <Debug> HTTP-Session: 19a18d58-6bb4-49d4-b0f3-dca84c0f5f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2330 | 2024.10.09 04:57:19.652085 [ 3 ] {} <Debug> HTTP-Session: 19a18d58-6bb4-49d4-b0f3-dca84c0f5f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2331 | 2024.10.09 04:57:19.652116 [ 3 ] {} <Trace> HTTP-Session: 19a18d58-6bb4-49d4-b0f3-dca84c0f5f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2024.10.09 04:57:19.652272 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2333 | 2024.10.09 04:57:19.652572 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2334 | 2024.10.09 04:57:19.652622 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2335 | 2024.10.09 04:57:19.652941 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2336 | 2024.10.09 04:57:19.653007 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2337 | 2024.10.09 04:57:19.653150 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2338 | 2024.10.09 04:57:19.653240 [ 255 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2339 | 2024.10.09 04:57:19.653305 [ 254 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2340 | 2024.10.09 04:57:19.653310 [ 260 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2341 | 2024.10.09 04:57:19.653447 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2342 | 2024.10.09 04:57:19.653477 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2343 | 2024.10.09 04:57:19.653585 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2344 | 2024.10.09 04:57:19.653608 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2345 | 2024.10.09 04:57:19.653648 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2346 | 2024.10.09 04:57:19.653694 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2347 | 2024.10.09 04:57:19.653736 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2348 | 2024.10.09 04:57:19.655361 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003168 sec., 10732.323232323233 rows/sec., 413.07 KiB/sec. | ||
| 2349 | 2024.10.09 04:57:19.655697 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> DynamicQueryHandler: Done processing query | ||
| 2350 | 2024.10.09 04:57:19.655723 [ 3 ] {e6c7e56d-5a70-4bd9-a101-2f7778beeb67} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2351 | 2024.10.09 04:57:19.655740 [ 3 ] {} <Debug> HTTP-Session: 19a18d58-6bb4-49d4-b0f3-dca84c0f5f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2352 | 2024.10.09 04:57:19.656020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2353 | 2024.10.09 04:57:19.656071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2354 | 2024.10.09 04:57:19.656092 [ 3 ] {} <Debug> HTTP-Session: 02919a97-d3a7-43ed-9069-58410c9f47c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2355 | 2024.10.09 04:57:19.656109 [ 3 ] {} <Debug> HTTP-Session: 02919a97-d3a7-43ed-9069-58410c9f47c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2356 | 2024.10.09 04:57:19.656124 [ 3 ] {} <Debug> HTTP-Session: 02919a97-d3a7-43ed-9069-58410c9f47c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2357 | 2024.10.09 04:57:19.656155 [ 3 ] {} <Trace> HTTP-Session: 02919a97-d3a7-43ed-9069-58410c9f47c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2024.10.09 04:57:19.656315 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2359 | 2024.10.09 04:57:19.656617 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2360 | 2024.10.09 04:57:19.656666 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2361 | 2024.10.09 04:57:19.656991 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2362 | 2024.10.09 04:57:19.657058 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2363 | 2024.10.09 04:57:19.657200 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2364 | 2024.10.09 04:57:19.657351 [ 254 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2365 | 2024.10.09 04:57:19.657352 [ 255 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2366 | 2024.10.09 04:57:19.657374 [ 251 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2367 | 2024.10.09 04:57:19.657512 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2368 | 2024.10.09 04:57:19.657543 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2369 | 2024.10.09 04:57:19.657650 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2370 | 2024.10.09 04:57:19.657679 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2371 | 2024.10.09 04:57:19.657723 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2372 | 2024.10.09 04:57:19.657769 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2373 | 2024.10.09 04:57:19.657813 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2374 | 2024.10.09 04:57:19.659471 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003238 sec., 10500.308832612724 rows/sec., 404.14 KiB/sec. | ||
| 2375 | 2024.10.09 04:57:19.659797 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> DynamicQueryHandler: Done processing query | ||
| 2376 | 2024.10.09 04:57:19.659823 [ 3 ] {ebd526df-639c-4ad4-bea2-fbdc8e34c789} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2377 | 2024.10.09 04:57:19.659843 [ 3 ] {} <Debug> HTTP-Session: 02919a97-d3a7-43ed-9069-58410c9f47c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2378 | 2024.10.09 04:57:19.745445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2379 | 2024.10.09 04:57:19.745512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2380 | 2024.10.09 04:57:19.745534 [ 3 ] {} <Debug> HTTP-Session: 43280286-4c0d-4cd4-b230-b548100f5b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2381 | 2024.10.09 04:57:19.745553 [ 3 ] {} <Debug> HTTP-Session: 43280286-4c0d-4cd4-b230-b548100f5b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2382 | 2024.10.09 04:57:19.745567 [ 3 ] {} <Debug> HTTP-Session: 43280286-4c0d-4cd4-b230-b548100f5b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2383 | 2024.10.09 04:57:19.745605 [ 3 ] {} <Trace> HTTP-Session: 43280286-4c0d-4cd4-b230-b548100f5b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2024.10.09 04:57:19.745746 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2385 | 2024.10.09 04:57:19.745804 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2386 | 2024.10.09 04:57:19.745998 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2387 | 2024.10.09 04:57:19.746377 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2024.10.09 04:57:19.746448 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2389 | 2024.10.09 04:57:19.746967 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2390 | 2024.10.09 04:57:19.747295 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2024.10.09 04:57:19.747460 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001756 sec., 3416.8564920273348 rows/sec., 760.78 KiB/sec. | ||
| 2392 | 2024.10.09 04:57:19.747789 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Debug> DynamicQueryHandler: Done processing query | ||
| 2393 | 2024.10.09 04:57:19.747815 [ 3 ] {89b704fe-430d-4934-8935-51c052ccf915} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2394 | 2024.10.09 04:57:19.747831 [ 3 ] {} <Debug> HTTP-Session: 43280286-4c0d-4cd4-b230-b548100f5b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2395 | 2024.10.09 04:57:19.748261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 193888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2396 | 2024.10.09 04:57:19.748313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2397 | 2024.10.09 04:57:19.748358 [ 3 ] {} <Debug> HTTP-Session: c7fa4327-67ca-4a4c-8b4d-0348fd595f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2398 | 2024.10.09 04:57:19.748376 [ 3 ] {} <Debug> HTTP-Session: c7fa4327-67ca-4a4c-8b4d-0348fd595f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2399 | 2024.10.09 04:57:19.748390 [ 3 ] {} <Debug> HTTP-Session: c7fa4327-67ca-4a4c-8b4d-0348fd595f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2400 | 2024.10.09 04:57:19.748422 [ 3 ] {} <Trace> HTTP-Session: c7fa4327-67ca-4a4c-8b4d-0348fd595f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2024.10.09 04:57:19.749380 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2402 | 2024.10.09 04:57:19.749427 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2403 | 2024.10.09 04:57:19.749691 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2404 | 2024.10.09 04:57:19.750951 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2024.10.09 04:57:19.750989 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2406 | 2024.10.09 04:57:19.751548 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2407 | 2024.10.09 04:57:19.751933 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.10.09 04:57:19.752092 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Debug> executeQuery: Read 1329 rows, 113.46 KiB in 0.003538 sec., 375635.95251554553 rows/sec., 31.32 MiB/sec. | ||
| 2409 | 2024.10.09 04:57:19.752302 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Debug> DynamicQueryHandler: Done processing query | ||
| 2410 | 2024.10.09 04:57:19.752328 [ 3 ] {97ceab57-ed2a-4fe4-8bfd-35d81f0e3a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 2411 | 2024.10.09 04:57:19.752345 [ 3 ] {} <Debug> HTTP-Session: c7fa4327-67ca-4a4c-8b4d-0348fd595f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.10.09 04:57:19.752585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2413 | 2024.10.09 04:57:19.752635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2414 | 2024.10.09 04:57:19.752655 [ 3 ] {} <Debug> HTTP-Session: a4fab71b-02b7-43ea-99d3-167401caaa7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2415 | 2024.10.09 04:57:19.752671 [ 3 ] {} <Debug> HTTP-Session: a4fab71b-02b7-43ea-99d3-167401caaa7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2416 | 2024.10.09 04:57:19.752686 [ 3 ] {} <Debug> HTTP-Session: a4fab71b-02b7-43ea-99d3-167401caaa7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2417 | 2024.10.09 04:57:19.752716 [ 3 ] {} <Trace> HTTP-Session: a4fab71b-02b7-43ea-99d3-167401caaa7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2418 | 2024.10.09 04:57:19.752940 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2419 | 2024.10.09 04:57:19.752984 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2420 | 2024.10.09 04:57:19.753214 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2421 | 2024.10.09 04:57:19.753664 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2024.10.09 04:57:19.753701 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2423 | 2024.10.09 04:57:19.754073 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2424 | 2024.10.09 04:57:19.754451 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2425 | 2024.10.09 04:57:19.754609 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001809 sec., 133775.5666113875 rows/sec., 9.06 MiB/sec. | ||
| 2426 | 2024.10.09 04:57:19.754784 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2427 | 2024.10.09 04:57:19.754809 [ 3 ] {617e80d8-8015-4350-8462-93c303d03b4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2428 | 2024.10.09 04:57:19.754826 [ 3 ] {} <Debug> HTTP-Session: a4fab71b-02b7-43ea-99d3-167401caaa7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2429 | 2024.10.09 04:57:19.754962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2430 | 2024.10.09 04:57:19.755012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2431 | 2024.10.09 04:57:19.755032 [ 3 ] {} <Debug> HTTP-Session: 5e1cbf42-9077-4cd1-93bb-d4462901af65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2432 | 2024.10.09 04:57:19.755048 [ 3 ] {} <Debug> HTTP-Session: 5e1cbf42-9077-4cd1-93bb-d4462901af65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2433 | 2024.10.09 04:57:19.755063 [ 3 ] {} <Debug> HTTP-Session: 5e1cbf42-9077-4cd1-93bb-d4462901af65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2434 | 2024.10.09 04:57:19.755094 [ 3 ] {} <Trace> HTTP-Session: 5e1cbf42-9077-4cd1-93bb-d4462901af65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.10.09 04:57:19.755191 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2436 | 2024.10.09 04:57:19.755235 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2437 | 2024.10.09 04:57:19.755466 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2438 | 2024.10.09 04:57:19.755774 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2024.10.09 04:57:19.755811 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2440 | 2024.10.09 04:57:19.756162 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2441 | 2024.10.09 04:57:19.756523 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2024.10.09 04:57:19.756685 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 234.14 KiB/sec. | ||
| 2443 | 2024.10.09 04:57:19.756976 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2444 | 2024.10.09 04:57:19.757001 [ 3 ] {d4aa072b-bf48-43cf-b36b-75fbf6dd10a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2445 | 2024.10.09 04:57:19.757018 [ 3 ] {} <Debug> HTTP-Session: 5e1cbf42-9077-4cd1-93bb-d4462901af65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2446 | 2024.10.09 04:57:19.757248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 136763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2447 | 2024.10.09 04:57:19.757297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2448 | 2024.10.09 04:57:19.757318 [ 3 ] {} <Debug> HTTP-Session: 3363d040-46f9-4962-b6d6-8e3eae505f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2449 | 2024.10.09 04:57:19.757335 [ 3 ] {} <Debug> HTTP-Session: 3363d040-46f9-4962-b6d6-8e3eae505f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2450 | 2024.10.09 04:57:19.757349 [ 3 ] {} <Debug> HTTP-Session: 3363d040-46f9-4962-b6d6-8e3eae505f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2451 | 2024.10.09 04:57:19.757380 [ 3 ] {} <Trace> HTTP-Session: 3363d040-46f9-4962-b6d6-8e3eae505f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2024.10.09 04:57:19.757669 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2453 | 2024.10.09 04:57:19.757714 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2454 | 2024.10.09 04:57:19.757964 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2455 | 2024.10.09 04:57:19.758761 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2024.10.09 04:57:19.758799 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2457 | 2024.10.09 04:57:19.759261 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2458 | 2024.10.09 04:57:19.759639 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2024.10.09 04:57:19.759806 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.00232 sec., 361206.8965517241 rows/sec., 26.09 MiB/sec. | ||
| 2460 | 2024.10.09 04:57:19.759976 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Debug> DynamicQueryHandler: Done processing query | ||
| 2461 | 2024.10.09 04:57:19.760001 [ 3 ] {e199eb3c-5f22-42b5-8f11-fb7594588783} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 2462 | 2024.10.09 04:57:19.760018 [ 3 ] {} <Debug> HTTP-Session: 3363d040-46f9-4962-b6d6-8e3eae505f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2463 | 2024.10.09 04:57:19.760188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2464 | 2024.10.09 04:57:19.760238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2465 | 2024.10.09 04:57:19.760258 [ 3 ] {} <Debug> HTTP-Session: 8d5d4876-c611-4785-910f-aa7b1bfd615b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2466 | 2024.10.09 04:57:19.760275 [ 3 ] {} <Debug> HTTP-Session: 8d5d4876-c611-4785-910f-aa7b1bfd615b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2467 | 2024.10.09 04:57:19.760288 [ 3 ] {} <Debug> HTTP-Session: 8d5d4876-c611-4785-910f-aa7b1bfd615b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.10.09 04:57:19.760319 [ 3 ] {} <Trace> HTTP-Session: 8d5d4876-c611-4785-910f-aa7b1bfd615b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2024.10.09 04:57:19.760417 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2470 | 2024.10.09 04:57:19.760462 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2471 | 2024.10.09 04:57:19.760591 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2472 | 2024.10.09 04:57:19.760871 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2473 | 2024.10.09 04:57:19.760907 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2474 | 2024.10.09 04:57:19.761263 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2475 | 2024.10.09 04:57:19.761591 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2024.10.09 04:57:19.761746 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 2477 | 2024.10.09 04:57:19.761954 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Debug> DynamicQueryHandler: Done processing query | ||
| 2478 | 2024.10.09 04:57:19.761979 [ 3 ] {30e7ce89-55d2-45f5-8045-f0830e12f958} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2479 | 2024.10.09 04:57:19.761995 [ 3 ] {} <Debug> HTTP-Session: 8d5d4876-c611-4785-910f-aa7b1bfd615b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2480 | 2024.10.09 04:57:19.762484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 432821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2481 | 2024.10.09 04:57:19.762534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2482 | 2024.10.09 04:57:19.762553 [ 3 ] {} <Debug> HTTP-Session: 93192c92-7b93-41fc-bf7c-f81947541d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2483 | 2024.10.09 04:57:19.762570 [ 3 ] {} <Debug> HTTP-Session: 93192c92-7b93-41fc-bf7c-f81947541d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2484 | 2024.10.09 04:57:19.762583 [ 3 ] {} <Debug> HTTP-Session: 93192c92-7b93-41fc-bf7c-f81947541d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2485 | 2024.10.09 04:57:19.762614 [ 3 ] {} <Trace> HTTP-Session: 93192c92-7b93-41fc-bf7c-f81947541d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2024.10.09 04:57:19.763437 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2487 | 2024.10.09 04:57:19.763487 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2488 | 2024.10.09 04:57:19.763634 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2489 | 2024.10.09 04:57:19.767189 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.10.09 04:57:19.767232 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2491 | 2024.10.09 04:57:19.768034 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2492 | 2024.10.09 04:57:19.768384 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2024.10.09 04:57:19.768536 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Debug> executeQuery: Read 2291 rows, 156.37 KiB in 0.00572 sec., 400524.4755244755 rows/sec., 26.70 MiB/sec. | ||
| 2494 | 2024.10.09 04:57:19.768707 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2495 | 2024.10.09 04:57:19.768732 [ 3 ] {f7b98bc7-4e04-4831-b3e5-adbc650cb4cf} <Debug> MemoryTracker: Peak memory usage (for query): 5.46 MiB. | ||
| 2496 | 2024.10.09 04:57:19.768748 [ 3 ] {} <Debug> HTTP-Session: 93192c92-7b93-41fc-bf7c-f81947541d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2497 | 2024.10.09 04:57:19.769080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2498 | 2024.10.09 04:57:19.769129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2499 | 2024.10.09 04:57:19.769149 [ 3 ] {} <Debug> HTTP-Session: 3b1792ec-c234-4662-bc53-a3b4428caaa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2500 | 2024.10.09 04:57:19.769166 [ 3 ] {} <Debug> HTTP-Session: 3b1792ec-c234-4662-bc53-a3b4428caaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2501 | 2024.10.09 04:57:19.769179 [ 3 ] {} <Debug> HTTP-Session: 3b1792ec-c234-4662-bc53-a3b4428caaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2502 | 2024.10.09 04:57:19.769210 [ 3 ] {} <Trace> HTTP-Session: 3b1792ec-c234-4662-bc53-a3b4428caaa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2503 | 2024.10.09 04:57:19.769303 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2504 | 2024.10.09 04:57:19.769347 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2505 | 2024.10.09 04:57:19.769478 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2506 | 2024.10.09 04:57:19.769739 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2024.10.09 04:57:19.769776 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2508 | 2024.10.09 04:57:19.770132 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2509 | 2024.10.09 04:57:19.770461 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2024.10.09 04:57:19.770623 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 2511 | 2024.10.09 04:57:19.770831 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Debug> DynamicQueryHandler: Done processing query | ||
| 2512 | 2024.10.09 04:57:19.770857 [ 3 ] {5b4df8a9-a03e-4059-b1a6-4b8e45a29588} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2513 | 2024.10.09 04:57:19.770872 [ 3 ] {} <Debug> HTTP-Session: 3b1792ec-c234-4662-bc53-a3b4428caaa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2514 | 2024.10.09 04:57:19.770981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 6094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2515 | 2024.10.09 04:57:19.771030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2516 | 2024.10.09 04:57:19.771049 [ 3 ] {} <Debug> HTTP-Session: 2f3ad423-570e-4960-8f13-99c4b0b82669 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2517 | 2024.10.09 04:57:19.771066 [ 3 ] {} <Debug> HTTP-Session: 2f3ad423-570e-4960-8f13-99c4b0b82669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.10.09 04:57:19.771080 [ 3 ] {} <Debug> HTTP-Session: 2f3ad423-570e-4960-8f13-99c4b0b82669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2519 | 2024.10.09 04:57:19.771110 [ 3 ] {} <Trace> HTTP-Session: 2f3ad423-570e-4960-8f13-99c4b0b82669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2520 | 2024.10.09 04:57:19.771218 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2521 | 2024.10.09 04:57:19.771263 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2522 | 2024.10.09 04:57:19.771393 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2523 | 2024.10.09 04:57:19.771667 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2524 | 2024.10.09 04:57:19.771703 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 2525 | 2024.10.09 04:57:19.772070 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2526 | 2024.10.09 04:57:19.772409 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2024.10.09 04:57:19.772561 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Debug> executeQuery: Read 42 rows, 2.57 KiB in 0.001376 sec., 30523.25581395349 rows/sec., 1.82 MiB/sec. | ||
| 2528 | 2024.10.09 04:57:19.772718 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2529 | 2024.10.09 04:57:19.772742 [ 3 ] {b2ef3c1f-d9cc-40bc-827b-357b31a303c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2530 | 2024.10.09 04:57:19.772758 [ 3 ] {} <Debug> HTTP-Session: 2f3ad423-570e-4960-8f13-99c4b0b82669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2531 | 2024.10.09 04:57:22.198747 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2532 | 2024.10.09 04:57:22.198821 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2533 | 2024.10.09 04:57:23.137407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2534 | 2024.10.09 04:57:23.137527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2535 | 2024.10.09 04:57:23.137557 [ 3 ] {} <Debug> HTTP-Session: 596db2a8-7088-4185-a676-bc5b99678f7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2536 | 2024.10.09 04:57:23.137584 [ 3 ] {} <Debug> HTTP-Session: 596db2a8-7088-4185-a676-bc5b99678f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2537 | 2024.10.09 04:57:23.137601 [ 3 ] {} <Debug> HTTP-Session: 596db2a8-7088-4185-a676-bc5b99678f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2538 | 2024.10.09 04:57:23.137655 [ 3 ] {} <Trace> HTTP-Session: 596db2a8-7088-4185-a676-bc5b99678f7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2539 | 2024.10.09 04:57:23.137878 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2540 | 2024.10.09 04:57:23.137953 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2541 | 2024.10.09 04:57:23.138302 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2542 | 2024.10.09 04:57:23.138807 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2024.10.09 04:57:23.138851 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2544 | 2024.10.09 04:57:23.139307 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2545 | 2024.10.09 04:57:23.139710 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2024.10.09 04:57:23.139856 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002058 sec., 34985.42274052478 rows/sec., 2.84 MiB/sec. | ||
| 2547 | 2024.10.09 04:57:23.140079 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Debug> DynamicQueryHandler: Done processing query | ||
| 2548 | 2024.10.09 04:57:23.140106 [ 3 ] {d255ca0d-1843-4bd9-8846-30f6a8b09087} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2549 | 2024.10.09 04:57:23.140123 [ 3 ] {} <Debug> HTTP-Session: 596db2a8-7088-4185-a676-bc5b99678f7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2550 | 2024.10.09 04:57:23.140282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2551 | 2024.10.09 04:57:23.140340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2552 | 2024.10.09 04:57:23.140360 [ 3 ] {} <Debug> HTTP-Session: 7ef213c8-85f4-4a6f-8713-4e57b3e555ec Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2553 | 2024.10.09 04:57:23.140378 [ 3 ] {} <Debug> HTTP-Session: 7ef213c8-85f4-4a6f-8713-4e57b3e555ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2554 | 2024.10.09 04:57:23.140392 [ 3 ] {} <Debug> HTTP-Session: 7ef213c8-85f4-4a6f-8713-4e57b3e555ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2555 | 2024.10.09 04:57:23.140427 [ 3 ] {} <Trace> HTTP-Session: 7ef213c8-85f4-4a6f-8713-4e57b3e555ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2024.10.09 04:57:23.140536 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2557 | 2024.10.09 04:57:23.140584 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2558 | 2024.10.09 04:57:23.140826 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2559 | 2024.10.09 04:57:23.141154 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2024.10.09 04:57:23.141191 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2561 | 2024.10.09 04:57:23.141544 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2562 | 2024.10.09 04:57:23.141913 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2024.10.09 04:57:23.142046 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001541 sec., 5191.434133679429 rows/sec., 390.37 KiB/sec. | ||
| 2564 | 2024.10.09 04:57:23.142211 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Debug> DynamicQueryHandler: Done processing query | ||
| 2565 | 2024.10.09 04:57:23.142237 [ 3 ] {48a56583-e9bc-4d67-a4ae-40874d124778} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2566 | 2024.10.09 04:57:23.142253 [ 3 ] {} <Debug> HTTP-Session: 7ef213c8-85f4-4a6f-8713-4e57b3e555ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2567 | 2024.10.09 04:57:23.142394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2568 | 2024.10.09 04:57:23.142442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2569 | 2024.10.09 04:57:23.142462 [ 3 ] {} <Debug> HTTP-Session: 029c2f62-7aed-4825-b164-57fccc7b46dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2570 | 2024.10.09 04:57:23.142478 [ 3 ] {} <Debug> HTTP-Session: 029c2f62-7aed-4825-b164-57fccc7b46dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2571 | 2024.10.09 04:57:23.142492 [ 3 ] {} <Debug> HTTP-Session: 029c2f62-7aed-4825-b164-57fccc7b46dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2572 | 2024.10.09 04:57:23.142523 [ 3 ] {} <Trace> HTTP-Session: 029c2f62-7aed-4825-b164-57fccc7b46dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2573 | 2024.10.09 04:57:23.142640 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2574 | 2024.10.09 04:57:23.142684 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2575 | 2024.10.09 04:57:23.142912 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2576 | 2024.10.09 04:57:23.143259 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2024.10.09 04:57:23.143295 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2578 | 2024.10.09 04:57:23.143679 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2579 | 2024.10.09 04:57:23.144047 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2024.10.09 04:57:23.144180 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00158 sec., 45569.620253164554 rows/sec., 3.56 MiB/sec. | ||
| 2581 | 2024.10.09 04:57:23.144487 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2582 | 2024.10.09 04:57:23.144513 [ 3 ] {d806df3a-55e6-49b1-ae7c-100fa6e8c6c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2583 | 2024.10.09 04:57:23.144529 [ 3 ] {} <Debug> HTTP-Session: 029c2f62-7aed-4825-b164-57fccc7b46dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2584 | 2024.10.09 04:57:23.144690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 20302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2585 | 2024.10.09 04:57:23.144740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2586 | 2024.10.09 04:57:23.144761 [ 3 ] {} <Debug> HTTP-Session: df60cf19-a35d-42cb-9b11-3bb7bb709e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2587 | 2024.10.09 04:57:23.144777 [ 3 ] {} <Debug> HTTP-Session: df60cf19-a35d-42cb-9b11-3bb7bb709e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2588 | 2024.10.09 04:57:23.144790 [ 3 ] {} <Debug> HTTP-Session: df60cf19-a35d-42cb-9b11-3bb7bb709e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2589 | 2024.10.09 04:57:23.144821 [ 3 ] {} <Trace> HTTP-Session: df60cf19-a35d-42cb-9b11-3bb7bb709e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2024.10.09 04:57:23.144955 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2591 | 2024.10.09 04:57:23.145004 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2592 | 2024.10.09 04:57:23.145175 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2593 | 2024.10.09 04:57:23.145602 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2024.10.09 04:57:23.145638 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2595 | 2024.10.09 04:57:23.146063 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2596 | 2024.10.09 04:57:23.146417 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2024.10.09 04:57:23.146548 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.00165 sec., 64242.42424242424 rows/sec., 4.47 MiB/sec. | ||
| 2598 | 2024.10.09 04:57:23.146782 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Debug> DynamicQueryHandler: Done processing query | ||
| 2599 | 2024.10.09 04:57:23.146807 [ 3 ] {5207d633-4a22-42cd-aac5-a068a6480174} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2600 | 2024.10.09 04:57:23.146823 [ 3 ] {} <Debug> HTTP-Session: df60cf19-a35d-42cb-9b11-3bb7bb709e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2601 | 2024.10.09 04:57:23.146950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2602 | 2024.10.09 04:57:23.147000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2603 | 2024.10.09 04:57:23.147020 [ 3 ] {} <Debug> HTTP-Session: 3e6aff9d-c725-4a1d-bc0e-53ff8aa0ba07 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2604 | 2024.10.09 04:57:23.147037 [ 3 ] {} <Debug> HTTP-Session: 3e6aff9d-c725-4a1d-bc0e-53ff8aa0ba07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2605 | 2024.10.09 04:57:23.147051 [ 3 ] {} <Debug> HTTP-Session: 3e6aff9d-c725-4a1d-bc0e-53ff8aa0ba07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2606 | 2024.10.09 04:57:23.147082 [ 3 ] {} <Trace> HTTP-Session: 3e6aff9d-c725-4a1d-bc0e-53ff8aa0ba07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2024.10.09 04:57:23.147329 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2608 | 2024.10.09 04:57:23.147394 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2609 | 2024.10.09 04:57:23.147816 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2610 | 2024.10.09 04:57:23.148283 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.10.09 04:57:23.148318 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2612 | 2024.10.09 04:57:23.148970 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2613 | 2024.10.09 04:57:23.149393 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.10.09 04:57:23.149539 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002383 sec., 3357.112882920688 rows/sec., 6.02 MiB/sec. | ||
| 2615 | 2024.10.09 04:57:23.149734 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Debug> DynamicQueryHandler: Done processing query | ||
| 2616 | 2024.10.09 04:57:23.149759 [ 3 ] {6c437076-47a0-448d-bdb1-a214ed373b63} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2617 | 2024.10.09 04:57:23.149775 [ 3 ] {} <Debug> HTTP-Session: 3e6aff9d-c725-4a1d-bc0e-53ff8aa0ba07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2618 | 2024.10.09 04:57:23.149897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 6113, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2619 | 2024.10.09 04:57:23.149945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2620 | 2024.10.09 04:57:23.149965 [ 3 ] {} <Debug> HTTP-Session: 85f8d9c6-f13b-45d5-894a-b0afc4379e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2621 | 2024.10.09 04:57:23.149981 [ 3 ] {} <Debug> HTTP-Session: 85f8d9c6-f13b-45d5-894a-b0afc4379e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2622 | 2024.10.09 04:57:23.149994 [ 3 ] {} <Debug> HTTP-Session: 85f8d9c6-f13b-45d5-894a-b0afc4379e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2623 | 2024.10.09 04:57:23.150025 [ 3 ] {} <Trace> HTTP-Session: 85f8d9c6-f13b-45d5-894a-b0afc4379e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2624 | 2024.10.09 04:57:23.150130 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2625 | 2024.10.09 04:57:23.150176 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2626 | 2024.10.09 04:57:23.150304 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2627 | 2024.10.09 04:57:23.150596 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.10.09 04:57:23.150631 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2629 | 2024.10.09 04:57:23.150999 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2630 | 2024.10.09 04:57:23.151334 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.10.09 04:57:23.151459 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001362 sec., 29368.575624082234 rows/sec., 1.98 MiB/sec. | ||
| 2632 | 2024.10.09 04:57:23.151622 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2633 | 2024.10.09 04:57:23.151648 [ 3 ] {9ce62c7e-5b4c-4738-af16-079f9d868acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2634 | 2024.10.09 04:57:23.151664 [ 3 ] {} <Debug> HTTP-Session: 85f8d9c6-f13b-45d5-894a-b0afc4379e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.10.09 04:57:27.275097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 288 | ||
| 2636 | 2024.10.09 04:57:27.278396 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2024.10.09 04:57:27.278443 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2638 | 2024.10.09 04:57:27.280209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2639 | 2024.10.09 04:57:27.281242 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2024.10.09 04:57:27.281857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 288 | ||
| 2641 | 2024.10.09 04:57:28.141544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2642 | 2024.10.09 04:57:28.141710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2643 | 2024.10.09 04:57:28.141755 [ 3 ] {} <Debug> HTTP-Session: 50bfc1f5-1294-4c3f-bd90-6dcbf0c5e71c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2644 | 2024.10.09 04:57:28.141796 [ 3 ] {} <Debug> HTTP-Session: 50bfc1f5-1294-4c3f-bd90-6dcbf0c5e71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2645 | 2024.10.09 04:57:28.141827 [ 3 ] {} <Debug> HTTP-Session: 50bfc1f5-1294-4c3f-bd90-6dcbf0c5e71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2646 | 2024.10.09 04:57:28.141907 [ 3 ] {} <Trace> HTTP-Session: 50bfc1f5-1294-4c3f-bd90-6dcbf0c5e71c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.10.09 04:57:28.142240 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2648 | 2024.10.09 04:57:28.142352 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2649 | 2024.10.09 04:57:28.142694 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2650 | 2024.10.09 04:57:28.143220 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2024.10.09 04:57:28.143265 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2652 | 2024.10.09 04:57:28.143714 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2653 | 2024.10.09 04:57:28.144108 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2024.10.09 04:57:28.144275 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002164 sec., 50831.79297597042 rows/sec., 4.27 MiB/sec. | ||
| 2655 | 2024.10.09 04:57:28.144531 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2656 | 2024.10.09 04:57:28.144560 [ 3 ] {779d797d-2490-43d5-8329-02631bb6d63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2657 | 2024.10.09 04:57:28.144577 [ 3 ] {} <Debug> HTTP-Session: 50bfc1f5-1294-4c3f-bd90-6dcbf0c5e71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2658 | 2024.10.09 04:57:28.144724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2659 | 2024.10.09 04:57:28.144779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2660 | 2024.10.09 04:57:28.144799 [ 3 ] {} <Debug> HTTP-Session: 8139529d-5ae5-4d9b-a77e-005cb8616bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2661 | 2024.10.09 04:57:28.144817 [ 3 ] {} <Debug> HTTP-Session: 8139529d-5ae5-4d9b-a77e-005cb8616bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2662 | 2024.10.09 04:57:28.144832 [ 3 ] {} <Debug> HTTP-Session: 8139529d-5ae5-4d9b-a77e-005cb8616bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2663 | 2024.10.09 04:57:28.144867 [ 3 ] {} <Trace> HTTP-Session: 8139529d-5ae5-4d9b-a77e-005cb8616bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2024.10.09 04:57:28.144982 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2665 | 2024.10.09 04:57:28.145030 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2666 | 2024.10.09 04:57:28.145268 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2667 | 2024.10.09 04:57:28.145621 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2024.10.09 04:57:28.145658 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2669 | 2024.10.09 04:57:28.146020 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2670 | 2024.10.09 04:57:28.146383 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2024.10.09 04:57:28.146544 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001584 sec., 17045.454545454548 rows/sec., 1.25 MiB/sec. | ||
| 2672 | 2024.10.09 04:57:28.146547 [ 72 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2673 | 2024.10.09 04:57:28.146647 [ 72 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2024.10.09 04:57:28.146703 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2675 | 2024.10.09 04:57:28.146826 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Debug> DynamicQueryHandler: Done processing query | ||
| 2676 | 2024.10.09 04:57:28.146882 [ 3 ] {7f73f481-873e-4c5f-aeb4-f7b7dd618364} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2677 | 2024.10.09 04:57:28.146931 [ 3 ] {} <Debug> HTTP-Session: 8139529d-5ae5-4d9b-a77e-005cb8616bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2678 | 2024.10.09 04:57:28.146956 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2679 | 2024.10.09 04:57:28.147118 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2680 | 2024.10.09 04:57:28.147131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2681 | 2024.10.09 04:57:28.147164 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2682 | 2024.10.09 04:57:28.147200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2683 | 2024.10.09 04:57:28.147235 [ 3 ] {} <Debug> HTTP-Session: 70a56d21-bf39-4329-b87e-ac0b7fee39a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2684 | 2024.10.09 04:57:28.147320 [ 3 ] {} <Debug> HTTP-Session: 70a56d21-bf39-4329-b87e-ac0b7fee39a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2685 | 2024.10.09 04:57:28.147376 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 2686 | 2024.10.09 04:57:28.147387 [ 3 ] {} <Debug> HTTP-Session: 70a56d21-bf39-4329-b87e-ac0b7fee39a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2687 | 2024.10.09 04:57:28.147509 [ 3 ] {} <Trace> HTTP-Session: 70a56d21-bf39-4329-b87e-ac0b7fee39a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2024.10.09 04:57:28.147649 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2689 | 2024.10.09 04:57:28.147947 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2690 | 2024.10.09 04:57:28.148028 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 2691 | 2024.10.09 04:57:28.148138 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2692 | 2024.10.09 04:57:28.148413 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2693 | 2024.10.09 04:57:28.148742 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2694 | 2024.10.09 04:57:28.149438 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2695 | 2024.10.09 04:57:28.150009 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.10.09 04:57:28.150055 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2697 | 2024.10.09 04:57:28.150614 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 5 columns (5 merged, 0 gathered) in 0.003811624 sec., 27547.313166251446 rows/sec., 2.13 MiB/sec. | ||
| 2698 | 2024.10.09 04:57:28.150704 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2699 | 2024.10.09 04:57:28.150883 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2700 | 2024.10.09 04:57:28.151684 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.10.09 04:57:28.152012 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004247 sec., 21426.889569107607 rows/sec., 1.67 MiB/sec. | ||
| 2702 | 2024.10.09 04:57:28.152122 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2024.10.09 04:57:28.152335 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_6_1} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2704 | 2024.10.09 04:57:28.152403 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2705 | 2024.10.09 04:57:28.152482 [ 3 ] {15a27454-9490-4e73-b87c-9bc9995f88c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2706 | 2024.10.09 04:57:28.152507 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2707 | 2024.10.09 04:57:28.152516 [ 3 ] {} <Debug> HTTP-Session: 70a56d21-bf39-4329-b87e-ac0b7fee39a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.10.09 04:57:28.152721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2709 | 2024.10.09 04:57:28.152772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2710 | 2024.10.09 04:57:28.152792 [ 3 ] {} <Debug> HTTP-Session: 1e2d9c30-842c-471f-9611-8cb06e97f1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2711 | 2024.10.09 04:57:28.152810 [ 3 ] {} <Debug> HTTP-Session: 1e2d9c30-842c-471f-9611-8cb06e97f1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2712 | 2024.10.09 04:57:28.152824 [ 3 ] {} <Debug> HTTP-Session: 1e2d9c30-842c-471f-9611-8cb06e97f1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2713 | 2024.10.09 04:57:28.152857 [ 3 ] {} <Trace> HTTP-Session: 1e2d9c30-842c-471f-9611-8cb06e97f1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2714 | 2024.10.09 04:57:28.153041 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2715 | 2024.10.09 04:57:28.153092 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2716 | 2024.10.09 04:57:28.153265 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2717 | 2024.10.09 04:57:28.153652 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2024.10.09 04:57:28.153689 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2719 | 2024.10.09 04:57:28.154085 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2720 | 2024.10.09 04:57:28.154433 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2024.10.09 04:57:28.154599 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 2722 | 2024.10.09 04:57:28.154770 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Debug> DynamicQueryHandler: Done processing query | ||
| 2723 | 2024.10.09 04:57:28.154795 [ 3 ] {887a19d7-115c-4cc7-8c8a-5ecb5b544042} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2724 | 2024.10.09 04:57:28.154811 [ 3 ] {} <Debug> HTTP-Session: 1e2d9c30-842c-471f-9611-8cb06e97f1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2725 | 2024.10.09 04:57:28.155027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2726 | 2024.10.09 04:57:28.155077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2727 | 2024.10.09 04:57:28.155098 [ 3 ] {} <Debug> HTTP-Session: caa71d9b-1317-48ca-bce3-4f74a5f36336 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2728 | 2024.10.09 04:57:28.155114 [ 3 ] {} <Debug> HTTP-Session: caa71d9b-1317-48ca-bce3-4f74a5f36336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2729 | 2024.10.09 04:57:28.155128 [ 3 ] {} <Debug> HTTP-Session: caa71d9b-1317-48ca-bce3-4f74a5f36336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2730 | 2024.10.09 04:57:28.155159 [ 3 ] {} <Trace> HTTP-Session: caa71d9b-1317-48ca-bce3-4f74a5f36336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2024.10.09 04:57:28.155461 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2732 | 2024.10.09 04:57:28.155527 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2733 | 2024.10.09 04:57:28.155951 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2734 | 2024.10.09 04:57:28.156571 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2024.10.09 04:57:28.156608 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2736 | 2024.10.09 04:57:28.157243 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2737 | 2024.10.09 04:57:28.157662 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2024.10.09 04:57:28.157840 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2739 | 2024.10.09 04:57:28.157856 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002606 sec., 10360.706062931697 rows/sec., 18.57 MiB/sec. | ||
| 2740 | 2024.10.09 04:57:28.157893 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2024.10.09 04:57:28.157975 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2742 | 2024.10.09 04:57:28.158431 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2743 | 2024.10.09 04:57:28.158593 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2744 | 2024.10.09 04:57:28.158634 [ 3 ] {1e1f07e7-bb77-452f-a87d-54283432052a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2745 | 2024.10.09 04:57:28.158687 [ 3 ] {} <Debug> HTTP-Session: caa71d9b-1317-48ca-bce3-4f74a5f36336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.10.09 04:57:28.158910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2747 | 2024.10.09 04:57:28.159024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2748 | 2024.10.09 04:57:28.159085 [ 3 ] {} <Debug> HTTP-Session: e55b65e0-05a4-41aa-ace5-a5e00dde3a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2749 | 2024.10.09 04:57:28.159132 [ 3 ] {} <Debug> HTTP-Session: e55b65e0-05a4-41aa-ace5-a5e00dde3a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2750 | 2024.10.09 04:57:28.159160 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2751 | 2024.10.09 04:57:28.159171 [ 3 ] {} <Debug> HTTP-Session: e55b65e0-05a4-41aa-ace5-a5e00dde3a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2752 | 2024.10.09 04:57:28.159270 [ 3 ] {} <Trace> HTTP-Session: e55b65e0-05a4-41aa-ace5-a5e00dde3a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2024.10.09 04:57:28.159335 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2754 | 2024.10.09 04:57:28.159624 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2755 | 2024.10.09 04:57:28.159844 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2756 | 2024.10.09 04:57:28.160013 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
| 2757 | 2024.10.09 04:57:28.160665 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2758 | 2024.10.09 04:57:28.160794 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2759 | 2024.10.09 04:57:28.161284 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
| 2760 | 2024.10.09 04:57:28.161837 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2761 | 2024.10.09 04:57:28.161915 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2762 | 2024.10.09 04:57:28.161928 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2763 | 2024.10.09 04:57:28.162614 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2764 | 2024.10.09 04:57:28.163318 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2765 | 2024.10.09 04:57:28.164111 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2024.10.09 04:57:28.164518 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005072 sec., 11829.652996845425 rows/sec., 816.37 KiB/sec. | ||
| 2767 | 2024.10.09 04:57:28.164874 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Debug> DynamicQueryHandler: Done processing query | ||
| 2768 | 2024.10.09 04:57:28.164933 [ 3 ] {96a426a9-052d-428f-b615-9bdd2ff47e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2769 | 2024.10.09 04:57:28.164977 [ 3 ] {} <Debug> HTTP-Session: e55b65e0-05a4-41aa-ace5-a5e00dde3a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2770 | 2024.10.09 04:57:28.166799 [ 191 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 19 columns (19 merged, 0 gathered) in 0.008692513 sec., 12079.360709612973 rows/sec., 21.65 MiB/sec. | ||
| 2771 | 2024.10.09 04:57:28.167201 [ 191 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2772 | 2024.10.09 04:57:28.167790 [ 191 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2024.10.09 04:57:28.167863 [ 191 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2774 | 2024.10.09 04:57:28.167995 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2775 | 2024.10.09 04:57:33.143945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2776 | 2024.10.09 04:57:33.144075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2777 | 2024.10.09 04:57:33.144101 [ 3 ] {} <Debug> HTTP-Session: 1a14c6b0-eefa-4849-8adf-25d6852dd94b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2778 | 2024.10.09 04:57:33.144125 [ 3 ] {} <Debug> HTTP-Session: 1a14c6b0-eefa-4849-8adf-25d6852dd94b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2779 | 2024.10.09 04:57:33.144140 [ 3 ] {} <Debug> HTTP-Session: 1a14c6b0-eefa-4849-8adf-25d6852dd94b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2780 | 2024.10.09 04:57:33.144187 [ 3 ] {} <Trace> HTTP-Session: 1a14c6b0-eefa-4849-8adf-25d6852dd94b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2024.10.09 04:57:33.144416 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2782 | 2024.10.09 04:57:33.144480 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2783 | 2024.10.09 04:57:33.144817 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2784 | 2024.10.09 04:57:33.145438 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2024.10.09 04:57:33.145482 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2786 | 2024.10.09 04:57:33.145916 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2787 | 2024.10.09 04:57:33.146312 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2024.10.09 04:57:33.146473 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002153 sec., 95215.97770552717 rows/sec., 8.39 MiB/sec. | ||
| 2789 | 2024.10.09 04:57:33.146699 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Debug> DynamicQueryHandler: Done processing query | ||
| 2790 | 2024.10.09 04:57:33.146727 [ 3 ] {f8920a3c-ea47-42b0-b38e-da95bc4af4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2791 | 2024.10.09 04:57:33.146743 [ 3 ] {} <Debug> HTTP-Session: 1a14c6b0-eefa-4849-8adf-25d6852dd94b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.10.09 04:57:33.146952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2793 | 2024.10.09 04:57:33.147005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2794 | 2024.10.09 04:57:33.147025 [ 3 ] {} <Debug> HTTP-Session: df7b007c-eabc-45f5-9aef-e4659da11690 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2795 | 2024.10.09 04:57:33.147041 [ 3 ] {} <Debug> HTTP-Session: df7b007c-eabc-45f5-9aef-e4659da11690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2796 | 2024.10.09 04:57:33.147055 [ 3 ] {} <Debug> HTTP-Session: df7b007c-eabc-45f5-9aef-e4659da11690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2797 | 2024.10.09 04:57:33.147086 [ 3 ] {} <Trace> HTTP-Session: df7b007c-eabc-45f5-9aef-e4659da11690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2024.10.09 04:57:33.147186 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2799 | 2024.10.09 04:57:33.147231 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2800 | 2024.10.09 04:57:33.147461 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2801 | 2024.10.09 04:57:33.147819 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2024.10.09 04:57:33.147857 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2803 | 2024.10.09 04:57:33.148206 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2804 | 2024.10.09 04:57:33.148575 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2024.10.09 04:57:33.148734 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001573 sec., 5085.82326764145 rows/sec., 382.43 KiB/sec. | ||
| 2806 | 2024.10.09 04:57:33.148912 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2807 | 2024.10.09 04:57:33.148937 [ 3 ] {3692aea4-bce1-4390-ae3f-cf39945313f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2808 | 2024.10.09 04:57:33.148953 [ 3 ] {} <Debug> HTTP-Session: df7b007c-eabc-45f5-9aef-e4659da11690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2809 | 2024.10.09 04:57:33.149083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2810 | 2024.10.09 04:57:33.149133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2811 | 2024.10.09 04:57:33.149153 [ 3 ] {} <Debug> HTTP-Session: dee11bf8-598e-4f23-8b18-07e40011859c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2812 | 2024.10.09 04:57:33.149169 [ 3 ] {} <Debug> HTTP-Session: dee11bf8-598e-4f23-8b18-07e40011859c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2813 | 2024.10.09 04:57:33.149184 [ 3 ] {} <Debug> HTTP-Session: dee11bf8-598e-4f23-8b18-07e40011859c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2814 | 2024.10.09 04:57:33.149214 [ 3 ] {} <Trace> HTTP-Session: dee11bf8-598e-4f23-8b18-07e40011859c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2024.10.09 04:57:33.149325 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2816 | 2024.10.09 04:57:33.149369 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2817 | 2024.10.09 04:57:33.149597 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2818 | 2024.10.09 04:57:33.149925 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.10.09 04:57:33.149963 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2820 | 2024.10.09 04:57:33.150321 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2821 | 2024.10.09 04:57:33.150688 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.10.09 04:57:33.150844 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001544 sec., 9067.357512953367 rows/sec., 635.02 KiB/sec. | ||
| 2823 | 2024.10.09 04:57:33.151021 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2824 | 2024.10.09 04:57:33.151046 [ 3 ] {ec44b78e-1ea0-4247-8ded-87f3f67144c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2825 | 2024.10.09 04:57:33.151061 [ 3 ] {} <Debug> HTTP-Session: dee11bf8-598e-4f23-8b18-07e40011859c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2826 | 2024.10.09 04:57:33.151188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2827 | 2024.10.09 04:57:33.151237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2828 | 2024.10.09 04:57:33.151256 [ 3 ] {} <Debug> HTTP-Session: 8cae112e-b470-4cc0-ab24-5e9ab33d9004 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2829 | 2024.10.09 04:57:33.151273 [ 3 ] {} <Debug> HTTP-Session: 8cae112e-b470-4cc0-ab24-5e9ab33d9004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2830 | 2024.10.09 04:57:33.151287 [ 3 ] {} <Debug> HTTP-Session: 8cae112e-b470-4cc0-ab24-5e9ab33d9004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2831 | 2024.10.09 04:57:33.151317 [ 3 ] {} <Trace> HTTP-Session: 8cae112e-b470-4cc0-ab24-5e9ab33d9004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2832 | 2024.10.09 04:57:33.151412 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2833 | 2024.10.09 04:57:33.151457 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2834 | 2024.10.09 04:57:33.151689 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2835 | 2024.10.09 04:57:33.152016 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2024.10.09 04:57:33.152053 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2837 | 2024.10.09 04:57:33.152401 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2838 | 2024.10.09 04:57:33.152770 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2839 | 2024.10.09 04:57:33.152931 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 230.04 KiB/sec. | ||
| 2840 | 2024.10.09 04:57:33.153135 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Debug> DynamicQueryHandler: Done processing query | ||
| 2841 | 2024.10.09 04:57:33.153161 [ 3 ] {f1c153b2-a4a4-4f7f-9c81-23fd5753d601} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2842 | 2024.10.09 04:57:33.153178 [ 3 ] {} <Debug> HTTP-Session: 8cae112e-b470-4cc0-ab24-5e9ab33d9004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2843 | 2024.10.09 04:57:33.153341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2844 | 2024.10.09 04:57:33.153391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2845 | 2024.10.09 04:57:33.153411 [ 3 ] {} <Debug> HTTP-Session: 0fa6e276-308c-48cf-af5c-38c53fa2c0b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2846 | 2024.10.09 04:57:33.153428 [ 3 ] {} <Debug> HTTP-Session: 0fa6e276-308c-48cf-af5c-38c53fa2c0b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2847 | 2024.10.09 04:57:33.153442 [ 3 ] {} <Debug> HTTP-Session: 0fa6e276-308c-48cf-af5c-38c53fa2c0b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2848 | 2024.10.09 04:57:33.153473 [ 3 ] {} <Trace> HTTP-Session: 0fa6e276-308c-48cf-af5c-38c53fa2c0b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2024.10.09 04:57:33.153672 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2850 | 2024.10.09 04:57:33.153717 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2851 | 2024.10.09 04:57:33.153945 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2852 | 2024.10.09 04:57:33.154493 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2853 | 2024.10.09 04:57:33.154529 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2854 | 2024.10.09 04:57:33.154901 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2855 | 2024.10.09 04:57:33.155281 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2856 | 2024.10.09 04:57:33.155406 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001841 sec., 211841.39054861487 rows/sec., 15.02 MiB/sec. | ||
| 2857 | 2024.10.09 04:57:33.155621 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Debug> DynamicQueryHandler: Done processing query | ||
| 2858 | 2024.10.09 04:57:33.155647 [ 3 ] {82c8a88a-c22c-4f1d-a24c-7fd4d2151562} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2859 | 2024.10.09 04:57:33.155663 [ 3 ] {} <Debug> HTTP-Session: 0fa6e276-308c-48cf-af5c-38c53fa2c0b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2860 | 2024.10.09 04:57:33.155867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2861 | 2024.10.09 04:57:33.155917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2862 | 2024.10.09 04:57:33.155936 [ 3 ] {} <Debug> HTTP-Session: 32d18228-d214-4e09-8e00-ee2d90e5aedc Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2863 | 2024.10.09 04:57:33.155953 [ 3 ] {} <Debug> HTTP-Session: 32d18228-d214-4e09-8e00-ee2d90e5aedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2864 | 2024.10.09 04:57:33.155968 [ 3 ] {} <Debug> HTTP-Session: 32d18228-d214-4e09-8e00-ee2d90e5aedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2865 | 2024.10.09 04:57:33.155998 [ 3 ] {} <Trace> HTTP-Session: 32d18228-d214-4e09-8e00-ee2d90e5aedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2866 | 2024.10.09 04:57:33.156095 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2867 | 2024.10.09 04:57:33.156139 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2868 | 2024.10.09 04:57:33.156277 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2869 | 2024.10.09 04:57:33.156558 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2024.10.09 04:57:33.156596 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2871 | 2024.10.09 04:57:33.156957 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2872 | 2024.10.09 04:57:33.157290 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2024.10.09 04:57:33.157455 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
| 2874 | 2024.10.09 04:57:33.157659 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2875 | 2024.10.09 04:57:33.157684 [ 3 ] {06d77082-b16f-43d6-ae64-b584f7cbadc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2876 | 2024.10.09 04:57:33.157700 [ 3 ] {} <Debug> HTTP-Session: 32d18228-d214-4e09-8e00-ee2d90e5aedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2877 | 2024.10.09 04:57:33.157854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2878 | 2024.10.09 04:57:33.157904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2879 | 2024.10.09 04:57:33.157924 [ 3 ] {} <Debug> HTTP-Session: c7492e08-930e-4114-8a9d-1a0e083cc13f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2880 | 2024.10.09 04:57:33.157941 [ 3 ] {} <Debug> HTTP-Session: c7492e08-930e-4114-8a9d-1a0e083cc13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2881 | 2024.10.09 04:57:33.157955 [ 3 ] {} <Debug> HTTP-Session: c7492e08-930e-4114-8a9d-1a0e083cc13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2882 | 2024.10.09 04:57:33.157985 [ 3 ] {} <Trace> HTTP-Session: c7492e08-930e-4114-8a9d-1a0e083cc13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2883 | 2024.10.09 04:57:33.158186 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2884 | 2024.10.09 04:57:33.158233 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2885 | 2024.10.09 04:57:33.158378 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2886 | 2024.10.09 04:57:33.158817 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.10.09 04:57:33.158854 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2888 | 2024.10.09 04:57:33.159247 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2889 | 2024.10.09 04:57:33.159590 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.10.09 04:57:33.159753 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec. | ||
| 2891 | 2024.10.09 04:57:33.159946 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2892 | 2024.10.09 04:57:33.159974 [ 3 ] {cf87f880-e5f9-47a0-8918-d1e0cf314b6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2893 | 2024.10.09 04:57:33.159991 [ 3 ] {} <Debug> HTTP-Session: c7492e08-930e-4114-8a9d-1a0e083cc13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2894 | 2024.10.09 04:57:33.160161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2895 | 2024.10.09 04:57:33.160211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2896 | 2024.10.09 04:57:33.160231 [ 3 ] {} <Debug> HTTP-Session: bf9674f9-1384-4f1b-8f50-1312f80190c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2897 | 2024.10.09 04:57:33.160247 [ 3 ] {} <Debug> HTTP-Session: bf9674f9-1384-4f1b-8f50-1312f80190c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2898 | 2024.10.09 04:57:33.160261 [ 3 ] {} <Debug> HTTP-Session: bf9674f9-1384-4f1b-8f50-1312f80190c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2899 | 2024.10.09 04:57:33.160297 [ 3 ] {} <Trace> HTTP-Session: bf9674f9-1384-4f1b-8f50-1312f80190c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2900 | 2024.10.09 04:57:33.160391 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2901 | 2024.10.09 04:57:33.160437 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2902 | 2024.10.09 04:57:33.160568 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2903 | 2024.10.09 04:57:33.160854 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2024.10.09 04:57:33.160891 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2905 | 2024.10.09 04:57:33.161248 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2906 | 2024.10.09 04:57:33.161576 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2024.10.09 04:57:33.161730 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec. | ||
| 2908 | 2024.10.09 04:57:33.161918 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 2909 | 2024.10.09 04:57:33.161943 [ 3 ] {a65eb4c0-5497-4f0a-a2f5-a645857e94ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2910 | 2024.10.09 04:57:33.161959 [ 3 ] {} <Debug> HTTP-Session: bf9674f9-1384-4f1b-8f50-1312f80190c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2911 | 2024.10.09 04:57:33.162083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2912 | 2024.10.09 04:57:33.162131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2913 | 2024.10.09 04:57:33.162151 [ 3 ] {} <Debug> HTTP-Session: 134bf493-f60a-45dc-969c-6d891a0906e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2914 | 2024.10.09 04:57:33.162167 [ 3 ] {} <Debug> HTTP-Session: 134bf493-f60a-45dc-969c-6d891a0906e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2915 | 2024.10.09 04:57:33.162181 [ 3 ] {} <Debug> HTTP-Session: 134bf493-f60a-45dc-969c-6d891a0906e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2916 | 2024.10.09 04:57:33.162211 [ 3 ] {} <Trace> HTTP-Session: 134bf493-f60a-45dc-969c-6d891a0906e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2917 | 2024.10.09 04:57:33.162380 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2918 | 2024.10.09 04:57:33.162444 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2919 | 2024.10.09 04:57:33.162866 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2920 | 2024.10.09 04:57:33.163520 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2921 | 2024.10.09 04:57:33.163557 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2922 | 2024.10.09 04:57:33.164182 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2923 | 2024.10.09 04:57:33.164603 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2924 | 2024.10.09 04:57:33.164791 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002507 sec., 3191.0650179497406 rows/sec., 5.72 MiB/sec. | ||
| 2925 | 2024.10.09 04:57:33.165019 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Debug> DynamicQueryHandler: Done processing query | ||
| 2926 | 2024.10.09 04:57:33.165043 [ 3 ] {4d6fc70f-3425-439c-8994-50e7081c4235} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2927 | 2024.10.09 04:57:33.165058 [ 3 ] {} <Debug> HTTP-Session: 134bf493-f60a-45dc-969c-6d891a0906e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2928 | 2024.10.09 04:57:33.165195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2929 | 2024.10.09 04:57:33.165244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2930 | 2024.10.09 04:57:33.165264 [ 3 ] {} <Debug> HTTP-Session: 65848f60-bc64-425f-855d-8f12d5262b82 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2931 | 2024.10.09 04:57:33.165280 [ 3 ] {} <Debug> HTTP-Session: 65848f60-bc64-425f-855d-8f12d5262b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2932 | 2024.10.09 04:57:33.165293 [ 3 ] {} <Debug> HTTP-Session: 65848f60-bc64-425f-855d-8f12d5262b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2933 | 2024.10.09 04:57:33.165323 [ 3 ] {} <Trace> HTTP-Session: 65848f60-bc64-425f-855d-8f12d5262b82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2024.10.09 04:57:33.165463 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2935 | 2024.10.09 04:57:33.165508 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2936 | 2024.10.09 04:57:33.165641 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2937 | 2024.10.09 04:57:33.165957 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2024.10.09 04:57:33.165993 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2939 | 2024.10.09 04:57:33.166353 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2940 | 2024.10.09 04:57:33.166691 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2024.10.09 04:57:33.166850 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec. | ||
| 2942 | 2024.10.09 04:57:33.167015 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 2943 | 2024.10.09 04:57:33.167040 [ 3 ] {95b1cd84-7822-4a68-aa54-077d87879fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2944 | 2024.10.09 04:57:33.167056 [ 3 ] {} <Debug> HTTP-Session: 65848f60-bc64-425f-855d-8f12d5262b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2945 | 2024.10.09 04:57:37.198873 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2946 | 2024.10.09 04:57:37.198965 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2947 | 2024.10.09 04:57:37.283030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 320 | ||
| 2948 | 2024.10.09 04:57:37.285781 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2024.10.09 04:57:37.285825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2950 | 2024.10.09 04:57:37.287370 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2951 | 2024.10.09 04:57:37.288380 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2024.10.09 04:57:37.288591 [ 60 ] {} <Debug> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2953 | 2024.10.09 04:57:37.288710 [ 60 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.10.09 04:57:37.288774 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2955 | 2024.10.09 04:57:37.289220 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2956 | 2024.10.09 04:57:37.289745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 2957 | 2024.10.09 04:57:37.290467 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2958 | 2024.10.09 04:57:37.290639 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2959 | 2024.10.09 04:57:37.291239 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2960 | 2024.10.09 04:57:37.291831 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 2961 | 2024.10.09 04:57:37.292261 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2962 | 2024.10.09 04:57:37.292796 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part | ||
| 2963 | 2024.10.09 04:57:37.293471 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 2964 | 2024.10.09 04:57:37.347393 [ 189 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.058437454 sec., 5475.940139349671 rows/sec., 4.88 MiB/sec. | ||
| 2965 | 2024.10.09 04:57:37.348361 [ 189 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2966 | 2024.10.09 04:57:37.350096 [ 189 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2024.10.09 04:57:37.350189 [ 189 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_6_1} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2968 | 2024.10.09 04:57:37.350506 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. | ||
| 2969 | 2024.10.09 04:57:38.140593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2970 | 2024.10.09 04:57:38.140714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2971 | 2024.10.09 04:57:38.140741 [ 3 ] {} <Debug> HTTP-Session: 1fd04f2f-247d-4f05-bbe8-2c22bc8f3ab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2972 | 2024.10.09 04:57:38.140765 [ 3 ] {} <Debug> HTTP-Session: 1fd04f2f-247d-4f05-bbe8-2c22bc8f3ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2973 | 2024.10.09 04:57:38.140779 [ 3 ] {} <Debug> HTTP-Session: 1fd04f2f-247d-4f05-bbe8-2c22bc8f3ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2974 | 2024.10.09 04:57:38.140829 [ 3 ] {} <Trace> HTTP-Session: 1fd04f2f-247d-4f05-bbe8-2c22bc8f3ab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2975 | 2024.10.09 04:57:38.141066 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2976 | 2024.10.09 04:57:38.141161 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2977 | 2024.10.09 04:57:38.141587 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2978 | 2024.10.09 04:57:38.142121 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2024.10.09 04:57:38.142167 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2980 | 2024.10.09 04:57:38.142633 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2981 | 2024.10.09 04:57:38.143036 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2024.10.09 04:57:38.143212 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002232 sec., 49283.1541218638 rows/sec., 4.14 MiB/sec. | ||
| 2983 | 2024.10.09 04:57:38.143224 [ 58 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2984 | 2024.10.09 04:57:38.143321 [ 58 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2985 | 2024.10.09 04:57:38.143381 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 2986 | 2024.10.09 04:57:38.143592 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Debug> DynamicQueryHandler: Done processing query | ||
| 2987 | 2024.10.09 04:57:38.143916 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2988 | 2024.10.09 04:57:38.143904 [ 3 ] {cef3d212-f8e9-4ebe-b0ce-ecf6c2d7c718} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2989 | 2024.10.09 04:57:38.144092 [ 3 ] {} <Debug> HTTP-Session: 1fd04f2f-247d-4f05-bbe8-2c22bc8f3ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2990 | 2024.10.09 04:57:38.144239 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2991 | 2024.10.09 04:57:38.144284 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 259 rows starting from the beginning of the part | ||
| 2992 | 2024.10.09 04:57:38.144455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2993 | 2024.10.09 04:57:38.144482 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part | ||
| 2994 | 2024.10.09 04:57:38.144603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2995 | 2024.10.09 04:57:38.144705 [ 3 ] {} <Debug> HTTP-Session: 53f9dab6-b57d-4f23-a62a-4c9180bb1c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 2996 | 2024.10.09 04:57:38.144784 [ 3 ] {} <Debug> HTTP-Session: 53f9dab6-b57d-4f23-a62a-4c9180bb1c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2997 | 2024.10.09 04:57:38.144800 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 2998 | 2024.10.09 04:57:38.144826 [ 3 ] {} <Debug> HTTP-Session: 53f9dab6-b57d-4f23-a62a-4c9180bb1c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2999 | 2024.10.09 04:57:38.144988 [ 3 ] {} <Trace> HTTP-Session: 53f9dab6-b57d-4f23-a62a-4c9180bb1c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3000 | 2024.10.09 04:57:38.145145 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part | ||
| 3001 | 2024.10.09 04:57:38.145435 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3002 | 2024.10.09 04:57:38.145447 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 205 rows starting from the beginning of the part | ||
| 3003 | 2024.10.09 04:57:38.145572 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3004 | 2024.10.09 04:57:38.145843 [ 189 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part | ||
| 3005 | 2024.10.09 04:57:38.146690 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3006 | 2024.10.09 04:57:38.147570 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2024.10.09 04:57:38.147637 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3008 | 2024.10.09 04:57:38.148570 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3009 | 2024.10.09 04:57:38.149520 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2085 rows, containing 5 columns (5 merged, 0 gathered) in 0.006022507 sec., 346201.3410694251 rows/sec., 30.58 MiB/sec. | ||
| 3010 | 2024.10.09 04:57:38.149676 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.10.09 04:57:38.149925 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3012 | 2024.10.09 04:57:38.149930 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004655 sec., 5800.214822771213 rows/sec., 436.15 KiB/sec. | ||
| 3013 | 2024.10.09 04:57:38.150604 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Debug> DynamicQueryHandler: Done processing query | ||
| 3014 | 2024.10.09 04:57:38.150673 [ 3 ] {da509b7d-73bb-4fef-a7cb-7aae668dc128} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3015 | 2024.10.09 04:57:38.150771 [ 3 ] {} <Debug> HTTP-Session: 53f9dab6-b57d-4f23-a62a-4c9180bb1c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3016 | 2024.10.09 04:57:38.150994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3017 | 2024.10.09 04:57:38.151093 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2024.10.09 04:57:38.151108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3019 | 2024.10.09 04:57:38.151174 [ 3 ] {} <Debug> HTTP-Session: 6c439523-9ed2-4d8c-baf7-bc18a5929444 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3020 | 2024.10.09 04:57:38.151222 [ 3 ] {} <Debug> HTTP-Session: 6c439523-9ed2-4d8c-baf7-bc18a5929444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3021 | 2024.10.09 04:57:38.151251 [ 3 ] {} <Debug> HTTP-Session: 6c439523-9ed2-4d8c-baf7-bc18a5929444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3022 | 2024.10.09 04:57:38.151271 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_11_2} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3023 | 2024.10.09 04:57:38.151311 [ 3 ] {} <Trace> HTTP-Session: 6c439523-9ed2-4d8c-baf7-bc18a5929444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2024.10.09 04:57:38.151421 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 3025 | 2024.10.09 04:57:38.151545 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3026 | 2024.10.09 04:57:38.151596 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3027 | 2024.10.09 04:57:38.151848 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3028 | 2024.10.09 04:57:38.152233 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3029 | 2024.10.09 04:57:38.152272 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3030 | 2024.10.09 04:57:38.152643 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3031 | 2024.10.09 04:57:38.153030 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3032 | 2024.10.09 04:57:38.153188 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001718 sec., 52968.568102444704 rows/sec., 4.14 MiB/sec. | ||
| 3033 | 2024.10.09 04:57:38.153197 [ 58 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3034 | 2024.10.09 04:57:38.153287 [ 58 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2024.10.09 04:57:38.153333 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3036 | 2024.10.09 04:57:38.153490 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3037 | 2024.10.09 04:57:38.153501 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3038 | 2024.10.09 04:57:38.153544 [ 3 ] {2bb7fdc1-d3c5-46e5-a8db-3ca82aea619d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3039 | 2024.10.09 04:57:38.153581 [ 3 ] {} <Debug> HTTP-Session: 6c439523-9ed2-4d8c-baf7-bc18a5929444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3040 | 2024.10.09 04:57:38.153720 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3041 | 2024.10.09 04:57:38.153763 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 427 rows starting from the beginning of the part | ||
| 3042 | 2024.10.09 04:57:38.153819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3043 | 2024.10.09 04:57:38.153967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3044 | 2024.10.09 04:57:38.154043 [ 3 ] {} <Debug> HTTP-Session: 3cc45234-94f9-49be-a40b-e8f50869bb8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3045 | 2024.10.09 04:57:38.154030 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 838 rows starting from the beginning of the part | ||
| 3046 | 2024.10.09 04:57:38.154110 [ 3 ] {} <Debug> HTTP-Session: 3cc45234-94f9-49be-a40b-e8f50869bb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3047 | 2024.10.09 04:57:38.154172 [ 3 ] {} <Debug> HTTP-Session: 3cc45234-94f9-49be-a40b-e8f50869bb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3048 | 2024.10.09 04:57:38.154298 [ 3 ] {} <Trace> HTTP-Session: 3cc45234-94f9-49be-a40b-e8f50869bb8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2024.10.09 04:57:38.154422 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 3050 | 2024.10.09 04:57:38.154699 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part | ||
| 3051 | 2024.10.09 04:57:38.154706 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3052 | 2024.10.09 04:57:38.154895 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3053 | 2024.10.09 04:57:38.155071 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 3054 | 2024.10.09 04:57:38.155458 [ 193 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 91 rows starting from the beginning of the part | ||
| 3055 | 2024.10.09 04:57:38.156006 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3056 | 2024.10.09 04:57:38.156879 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2024.10.09 04:57:38.156961 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3058 | 2024.10.09 04:57:38.157938 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3059 | 2024.10.09 04:57:38.158434 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1909 rows, containing 5 columns (5 merged, 0 gathered) in 0.004990793 sec., 382504.3434981174 rows/sec., 29.23 MiB/sec. | ||
| 3060 | 2024.10.09 04:57:38.158717 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3061 | 2024.10.09 04:57:38.158884 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2024.10.09 04:57:38.159263 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3063 | 2024.10.09 04:57:38.159391 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2024.10.09 04:57:38.159406 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004868 sec., 32867.70747740345 rows/sec., 2.29 MiB/sec. | ||
| 3065 | 2024.10.09 04:57:38.159445 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3066 | 2024.10.09 04:57:38.160617 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3067 | 2024.10.09 04:57:38.160709 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3068 | 2024.10.09 04:57:38.160812 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 3069 | 2024.10.09 04:57:38.160924 [ 3 ] {feba5970-250b-4e27-bb74-8e8da0c3d8ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3070 | 2024.10.09 04:57:38.161028 [ 3 ] {} <Debug> HTTP-Session: 3cc45234-94f9-49be-a40b-e8f50869bb8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3071 | 2024.10.09 04:57:38.161148 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_11_2} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3072 | 2024.10.09 04:57:38.161233 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3073 | 2024.10.09 04:57:38.161280 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 746 rows starting from the beginning of the part | ||
| 3074 | 2024.10.09 04:57:38.161282 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3075 | 2024.10.09 04:57:38.161468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3076 | 2024.10.09 04:57:38.161519 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2291 rows starting from the beginning of the part | ||
| 3077 | 2024.10.09 04:57:38.161707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3078 | 2024.10.09 04:57:38.161797 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 106 rows starting from the beginning of the part | ||
| 3079 | 2024.10.09 04:57:38.161818 [ 3 ] {} <Debug> HTTP-Session: b06ff5a4-bbc1-4c92-98b7-84964171c193 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3080 | 2024.10.09 04:57:38.161904 [ 3 ] {} <Debug> HTTP-Session: b06ff5a4-bbc1-4c92-98b7-84964171c193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3081 | 2024.10.09 04:57:38.162021 [ 3 ] {} <Debug> HTTP-Session: b06ff5a4-bbc1-4c92-98b7-84964171c193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3082 | 2024.10.09 04:57:38.162116 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 3083 | 2024.10.09 04:57:38.162174 [ 3 ] {} <Trace> HTTP-Session: b06ff5a4-bbc1-4c92-98b7-84964171c193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2024.10.09 04:57:38.162454 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 3085 | 2024.10.09 04:57:38.162679 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 3086 | 2024.10.09 04:57:38.163259 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3087 | 2024.10.09 04:57:38.163482 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3088 | 2024.10.09 04:57:38.165633 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3089 | 2024.10.09 04:57:38.166989 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2024.10.09 04:57:38.166998 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3700 rows, containing 5 columns (5 merged, 0 gathered) in 0.007333939 sec., 504503.78711903654 rows/sec., 33.96 MiB/sec. | ||
| 3091 | 2024.10.09 04:57:38.167041 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3092 | 2024.10.09 04:57:38.167389 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3093 | 2024.10.09 04:57:38.168457 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2024.10.09 04:57:38.168630 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3095 | 2024.10.09 04:57:38.168652 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3096 | 2024.10.09 04:57:38.168771 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 3097 | 2024.10.09 04:57:38.169192 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3098 | 2024.10.09 04:57:38.169400 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006987 sec., 3864.3194504079 rows/sec., 6.92 MiB/sec. | ||
| 3099 | 2024.10.09 04:57:38.169887 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3100 | 2024.10.09 04:57:38.169916 [ 3 ] {aa0c84f4-2897-493b-8d3b-a16502169ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3101 | 2024.10.09 04:57:38.169932 [ 3 ] {} <Debug> HTTP-Session: b06ff5a4-bbc1-4c92-98b7-84964171c193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3102 | 2024.10.09 04:57:38.170092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3103 | 2024.10.09 04:57:38.170143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3104 | 2024.10.09 04:57:38.170164 [ 3 ] {} <Debug> HTTP-Session: e790aa5e-3543-4bc9-b1b0-6133920dfa4b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3105 | 2024.10.09 04:57:38.170181 [ 3 ] {} <Debug> HTTP-Session: e790aa5e-3543-4bc9-b1b0-6133920dfa4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3106 | 2024.10.09 04:57:38.170224 [ 3 ] {} <Debug> HTTP-Session: e790aa5e-3543-4bc9-b1b0-6133920dfa4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3107 | 2024.10.09 04:57:38.170257 [ 3 ] {} <Trace> HTTP-Session: e790aa5e-3543-4bc9-b1b0-6133920dfa4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2024.10.09 04:57:38.170384 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3109 | 2024.10.09 04:57:38.170431 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3110 | 2024.10.09 04:57:38.170573 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3111 | 2024.10.09 04:57:38.170937 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3112 | 2024.10.09 04:57:38.170974 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3113 | 2024.10.09 04:57:38.171349 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3114 | 2024.10.09 04:57:38.171692 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2024.10.09 04:57:38.171871 [ 54 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3116 | 2024.10.09 04:57:38.171878 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 3117 | 2024.10.09 04:57:38.171933 [ 54 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2024.10.09 04:57:38.172002 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3119 | 2024.10.09 04:57:38.172280 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3120 | 2024.10.09 04:57:38.172383 [ 3 ] {f3c7ec1a-609b-426f-b17e-728e13fcca0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3121 | 2024.10.09 04:57:38.172463 [ 3 ] {} <Debug> HTTP-Session: e790aa5e-3543-4bc9-b1b0-6133920dfa4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3122 | 2024.10.09 04:57:38.172497 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3123 | 2024.10.09 04:57:38.172863 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3124 | 2024.10.09 04:57:38.172902 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 286 rows starting from the beginning of the part | ||
| 3125 | 2024.10.09 04:57:38.172994 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
| 3126 | 2024.10.09 04:57:38.173197 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3127 | 2024.10.09 04:57:38.173338 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 3128 | 2024.10.09 04:57:38.173505 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 3129 | 2024.10.09 04:57:38.173580 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 3130 | 2024.10.09 04:57:38.174749 [ 200 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.002622405 sec., 217357.7307852906 rows/sec., 14.13 MiB/sec. | ||
| 3131 | 2024.10.09 04:57:38.174917 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3132 | 2024.10.09 04:57:38.175298 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.10.09 04:57:38.175375 [ 195 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_11_2} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3134 | 2024.10.09 04:57:38.175451 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3135 | 2024.10.09 04:57:43.143972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3136 | 2024.10.09 04:57:43.144114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3137 | 2024.10.09 04:57:43.144143 [ 3 ] {} <Debug> HTTP-Session: b08a3cd0-8b53-438b-8ed1-5788de2c12d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3138 | 2024.10.09 04:57:43.144170 [ 3 ] {} <Debug> HTTP-Session: b08a3cd0-8b53-438b-8ed1-5788de2c12d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3139 | 2024.10.09 04:57:43.144187 [ 3 ] {} <Debug> HTTP-Session: b08a3cd0-8b53-438b-8ed1-5788de2c12d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3140 | 2024.10.09 04:57:43.144243 [ 3 ] {} <Trace> HTTP-Session: b08a3cd0-8b53-438b-8ed1-5788de2c12d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2024.10.09 04:57:43.144502 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3142 | 2024.10.09 04:57:43.144578 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3143 | 2024.10.09 04:57:43.144941 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3144 | 2024.10.09 04:57:43.145574 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2024.10.09 04:57:43.145616 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3146 | 2024.10.09 04:57:43.146064 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3147 | 2024.10.09 04:57:43.146460 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2024.10.09 04:57:43.146621 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Debug> executeQuery: Read 205 rows, 18.49 KiB in 0.002232 sec., 91845.87813620071 rows/sec., 8.09 MiB/sec. | ||
| 3149 | 2024.10.09 04:57:43.146842 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3150 | 2024.10.09 04:57:43.146869 [ 3 ] {37026483-e2d4-45f7-94e5-cd1486503bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3151 | 2024.10.09 04:57:43.146886 [ 3 ] {} <Debug> HTTP-Session: b08a3cd0-8b53-438b-8ed1-5788de2c12d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3152 | 2024.10.09 04:57:43.147054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3153 | 2024.10.09 04:57:43.147105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3154 | 2024.10.09 04:57:43.147125 [ 3 ] {} <Debug> HTTP-Session: 665dd45f-76b5-4009-b480-2e6e90c0bdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3155 | 2024.10.09 04:57:43.147142 [ 3 ] {} <Debug> HTTP-Session: 665dd45f-76b5-4009-b480-2e6e90c0bdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3156 | 2024.10.09 04:57:43.147156 [ 3 ] {} <Debug> HTTP-Session: 665dd45f-76b5-4009-b480-2e6e90c0bdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3157 | 2024.10.09 04:57:43.147188 [ 3 ] {} <Trace> HTTP-Session: 665dd45f-76b5-4009-b480-2e6e90c0bdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2024.10.09 04:57:43.147287 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3159 | 2024.10.09 04:57:43.147331 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3160 | 2024.10.09 04:57:43.147563 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3161 | 2024.10.09 04:57:43.147932 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2024.10.09 04:57:43.147969 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3163 | 2024.10.09 04:57:43.148321 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3164 | 2024.10.09 04:57:43.148693 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2024.10.09 04:57:43.148868 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001606 sec., 4981.3200498132 rows/sec., 374.57 KiB/sec. | ||
| 3166 | 2024.10.09 04:57:43.149048 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3167 | 2024.10.09 04:57:43.149073 [ 3 ] {f1a03fdc-1c73-4849-a3a2-2b305721dafa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3168 | 2024.10.09 04:57:43.149090 [ 3 ] {} <Debug> HTTP-Session: 665dd45f-76b5-4009-b480-2e6e90c0bdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3169 | 2024.10.09 04:57:43.149219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3170 | 2024.10.09 04:57:43.149269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3171 | 2024.10.09 04:57:43.149288 [ 3 ] {} <Debug> HTTP-Session: 9365f54a-51d0-4c03-955d-5ce547dba9ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3172 | 2024.10.09 04:57:43.149304 [ 3 ] {} <Debug> HTTP-Session: 9365f54a-51d0-4c03-955d-5ce547dba9ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3173 | 2024.10.09 04:57:43.149318 [ 3 ] {} <Debug> HTTP-Session: 9365f54a-51d0-4c03-955d-5ce547dba9ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3174 | 2024.10.09 04:57:43.149350 [ 3 ] {} <Trace> HTTP-Session: 9365f54a-51d0-4c03-955d-5ce547dba9ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3175 | 2024.10.09 04:57:43.149449 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3176 | 2024.10.09 04:57:43.149493 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3177 | 2024.10.09 04:57:43.149721 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3178 | 2024.10.09 04:57:43.150049 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2024.10.09 04:57:43.150087 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3180 | 2024.10.09 04:57:43.150440 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3181 | 2024.10.09 04:57:43.150803 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2024.10.09 04:57:43.150973 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec. | ||
| 3183 | 2024.10.09 04:57:43.151268 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Debug> DynamicQueryHandler: Done processing query | ||
| 3184 | 2024.10.09 04:57:43.151294 [ 3 ] {9aad4f00-a547-419c-b785-014d30518f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3185 | 2024.10.09 04:57:43.151310 [ 3 ] {} <Debug> HTTP-Session: 9365f54a-51d0-4c03-955d-5ce547dba9ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3186 | 2024.10.09 04:57:43.151431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3187 | 2024.10.09 04:57:43.151481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3188 | 2024.10.09 04:57:43.151500 [ 3 ] {} <Debug> HTTP-Session: 2c09b003-c0a3-4aa1-af8a-1ae77a36c381 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3189 | 2024.10.09 04:57:43.151516 [ 3 ] {} <Debug> HTTP-Session: 2c09b003-c0a3-4aa1-af8a-1ae77a36c381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3190 | 2024.10.09 04:57:43.151530 [ 3 ] {} <Debug> HTTP-Session: 2c09b003-c0a3-4aa1-af8a-1ae77a36c381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3191 | 2024.10.09 04:57:43.151560 [ 3 ] {} <Trace> HTTP-Session: 2c09b003-c0a3-4aa1-af8a-1ae77a36c381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2024.10.09 04:57:43.151665 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3193 | 2024.10.09 04:57:43.151710 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3194 | 2024.10.09 04:57:43.151957 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3195 | 2024.10.09 04:57:43.152270 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2024.10.09 04:57:43.152307 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3197 | 2024.10.09 04:57:43.152660 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3198 | 2024.10.09 04:57:43.153027 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2024.10.09 04:57:43.153179 [ 46 ] {} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3200 | 2024.10.09 04:57:43.153196 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 229.00 KiB/sec. | ||
| 3201 | 2024.10.09 04:57:43.153276 [ 46 ] {} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2024.10.09 04:57:43.153332 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3203 | 2024.10.09 04:57:43.153513 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Debug> DynamicQueryHandler: Done processing query | ||
| 3204 | 2024.10.09 04:57:43.153531 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3205 | 2024.10.09 04:57:43.153545 [ 3 ] {1bda6023-dca6-4012-a23e-e68b8b42a706} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3206 | 2024.10.09 04:57:43.153625 [ 3 ] {} <Debug> HTTP-Session: 2c09b003-c0a3-4aa1-af8a-1ae77a36c381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3207 | 2024.10.09 04:57:43.153787 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3208 | 2024.10.09 04:57:43.153850 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3209 | 2024.10.09 04:57:43.153881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3210 | 2024.10.09 04:57:43.154037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3211 | 2024.10.09 04:57:43.154100 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3212 | 2024.10.09 04:57:43.154131 [ 3 ] {} <Debug> HTTP-Session: 7dd7dc50-16fc-4dbd-9f92-ad9557250c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3213 | 2024.10.09 04:57:43.154204 [ 3 ] {} <Debug> HTTP-Session: 7dd7dc50-16fc-4dbd-9f92-ad9557250c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3214 | 2024.10.09 04:57:43.154258 [ 3 ] {} <Debug> HTTP-Session: 7dd7dc50-16fc-4dbd-9f92-ad9557250c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3215 | 2024.10.09 04:57:43.154390 [ 3 ] {} <Trace> HTTP-Session: 7dd7dc50-16fc-4dbd-9f92-ad9557250c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2024.10.09 04:57:43.154385 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3217 | 2024.10.09 04:57:43.154781 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3218 | 2024.10.09 04:57:43.154951 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3219 | 2024.10.09 04:57:43.155024 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3220 | 2024.10.09 04:57:43.155084 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3221 | 2024.10.09 04:57:43.156132 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3222 | 2024.10.09 04:57:43.157512 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.10.09 04:57:43.157525 [ 195 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004090984 sec., 7333.19905431065 rows/sec., 465.49 KiB/sec. | ||
| 3224 | 2024.10.09 04:57:43.157554 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3225 | 2024.10.09 04:57:43.157710 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3226 | 2024.10.09 04:57:43.158556 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3227 | 2024.10.09 04:57:43.158728 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3228 | 2024.10.09 04:57:43.159000 [ 197 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_5_1} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3229 | 2024.10.09 04:57:43.159190 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3230 | 2024.10.09 04:57:43.159361 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2024.10.09 04:57:43.159550 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004911 sec., 79413.5613927917 rows/sec., 5.63 MiB/sec. | ||
| 3232 | 2024.10.09 04:57:43.159896 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3233 | 2024.10.09 04:57:43.159922 [ 3 ] {a5609523-4c89-4959-8ec0-f5d64c115ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3234 | 2024.10.09 04:57:43.159940 [ 3 ] {} <Debug> HTTP-Session: 7dd7dc50-16fc-4dbd-9f92-ad9557250c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3235 | 2024.10.09 04:57:43.160074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3236 | 2024.10.09 04:57:43.160125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3237 | 2024.10.09 04:57:43.160145 [ 3 ] {} <Debug> HTTP-Session: dc982b29-3348-40a7-84d8-a00dd2bfc1de Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3238 | 2024.10.09 04:57:43.160161 [ 3 ] {} <Debug> HTTP-Session: dc982b29-3348-40a7-84d8-a00dd2bfc1de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3239 | 2024.10.09 04:57:43.160175 [ 3 ] {} <Debug> HTTP-Session: dc982b29-3348-40a7-84d8-a00dd2bfc1de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3240 | 2024.10.09 04:57:43.160207 [ 3 ] {} <Trace> HTTP-Session: dc982b29-3348-40a7-84d8-a00dd2bfc1de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3241 | 2024.10.09 04:57:43.160306 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3242 | 2024.10.09 04:57:43.160353 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3243 | 2024.10.09 04:57:43.160506 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3244 | 2024.10.09 04:57:43.160906 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2024.10.09 04:57:43.160945 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3246 | 2024.10.09 04:57:43.161310 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3247 | 2024.10.09 04:57:43.161657 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2024.10.09 04:57:43.161824 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 3249 | 2024.10.09 04:57:43.162119 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Debug> DynamicQueryHandler: Done processing query | ||
| 3250 | 2024.10.09 04:57:43.162143 [ 3 ] {7c80cd36-be78-486f-893d-dc54646fe090} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3251 | 2024.10.09 04:57:43.162159 [ 3 ] {} <Debug> HTTP-Session: dc982b29-3348-40a7-84d8-a00dd2bfc1de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3252 | 2024.10.09 04:57:43.162346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3253 | 2024.10.09 04:57:43.162395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3254 | 2024.10.09 04:57:43.162415 [ 3 ] {} <Debug> HTTP-Session: 91a9846a-2dca-441d-a87b-2f115f505a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3255 | 2024.10.09 04:57:43.162432 [ 3 ] {} <Debug> HTTP-Session: 91a9846a-2dca-441d-a87b-2f115f505a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3256 | 2024.10.09 04:57:43.162446 [ 3 ] {} <Debug> HTTP-Session: 91a9846a-2dca-441d-a87b-2f115f505a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3257 | 2024.10.09 04:57:43.162477 [ 3 ] {} <Trace> HTTP-Session: 91a9846a-2dca-441d-a87b-2f115f505a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3258 | 2024.10.09 04:57:43.162694 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3259 | 2024.10.09 04:57:43.162741 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3260 | 2024.10.09 04:57:43.162909 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3261 | 2024.10.09 04:57:43.163369 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2024.10.09 04:57:43.163406 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3263 | 2024.10.09 04:57:43.163794 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3264 | 2024.10.09 04:57:43.164135 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2024.10.09 04:57:43.164292 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec. | ||
| 3266 | 2024.10.09 04:57:43.164457 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3267 | 2024.10.09 04:57:43.164482 [ 3 ] {b71c6020-d6bb-4ef5-b512-5fb1d442581d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3268 | 2024.10.09 04:57:43.164499 [ 3 ] {} <Debug> HTTP-Session: 91a9846a-2dca-441d-a87b-2f115f505a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3269 | 2024.10.09 04:57:43.164627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3270 | 2024.10.09 04:57:43.164676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3271 | 2024.10.09 04:57:43.164696 [ 3 ] {} <Debug> HTTP-Session: d5ff69f6-c431-4718-bfeb-55fdabdf55b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3272 | 2024.10.09 04:57:43.164712 [ 3 ] {} <Debug> HTTP-Session: d5ff69f6-c431-4718-bfeb-55fdabdf55b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3273 | 2024.10.09 04:57:43.164725 [ 3 ] {} <Debug> HTTP-Session: d5ff69f6-c431-4718-bfeb-55fdabdf55b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.10.09 04:57:43.164755 [ 3 ] {} <Trace> HTTP-Session: d5ff69f6-c431-4718-bfeb-55fdabdf55b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3275 | 2024.10.09 04:57:43.164849 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3276 | 2024.10.09 04:57:43.164894 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3277 | 2024.10.09 04:57:43.165023 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3278 | 2024.10.09 04:57:43.165346 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2024.10.09 04:57:43.165383 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3280 | 2024.10.09 04:57:43.165728 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3281 | 2024.10.09 04:57:43.166056 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2024.10.09 04:57:43.166200 [ 46 ] {} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3283 | 2024.10.09 04:57:43.166211 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 3284 | 2024.10.09 04:57:43.166257 [ 46 ] {} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2024.10.09 04:57:43.166330 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3286 | 2024.10.09 04:57:43.166585 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3287 | 2024.10.09 04:57:43.166661 [ 3 ] {e7b1ebb2-9f91-4dae-9cfe-555098c80cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3288 | 2024.10.09 04:57:43.166713 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3289 | 2024.10.09 04:57:43.166726 [ 3 ] {} <Debug> HTTP-Session: d5ff69f6-c431-4718-bfeb-55fdabdf55b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3290 | 2024.10.09 04:57:43.166938 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3291 | 2024.10.09 04:57:43.166957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3292 | 2024.10.09 04:57:43.167004 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3293 | 2024.10.09 04:57:43.167038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3294 | 2024.10.09 04:57:43.167079 [ 3 ] {} <Debug> HTTP-Session: 5a746e05-665c-4eae-b244-0fd4f57872e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3295 | 2024.10.09 04:57:43.167121 [ 3 ] {} <Debug> HTTP-Session: 5a746e05-665c-4eae-b244-0fd4f57872e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3296 | 2024.10.09 04:57:43.167192 [ 3 ] {} <Debug> HTTP-Session: 5a746e05-665c-4eae-b244-0fd4f57872e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3297 | 2024.10.09 04:57:43.167305 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3298 | 2024.10.09 04:57:43.167317 [ 3 ] {} <Trace> HTTP-Session: 5a746e05-665c-4eae-b244-0fd4f57872e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2024.10.09 04:57:43.167554 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3300 | 2024.10.09 04:57:43.167686 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3301 | 2024.10.09 04:57:43.167791 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3302 | 2024.10.09 04:57:43.168030 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3303 | 2024.10.09 04:57:43.168086 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3304 | 2024.10.09 04:57:43.170462 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3305 | 2024.10.09 04:57:43.171243 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004789536 sec., 1043.942461232153 rows/sec., 70.34 KiB/sec. | ||
| 3306 | 2024.10.09 04:57:43.171448 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3307 | 2024.10.09 04:57:43.171772 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2024.10.09 04:57:43.171848 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3309 | 2024.10.09 04:57:43.172341 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2024.10.09 04:57:43.172530 [ 198 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_5_1} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3311 | 2024.10.09 04:57:43.172669 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3312 | 2024.10.09 04:57:43.173002 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3313 | 2024.10.09 04:57:43.173442 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2024.10.09 04:57:43.173624 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006113 sec., 1308.6864060199573 rows/sec., 2.35 MiB/sec. | ||
| 3315 | 2024.10.09 04:57:43.173874 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3316 | 2024.10.09 04:57:43.173900 [ 3 ] {b8d8c1a6-31b6-4af1-bbef-085c60cecc5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 3317 | 2024.10.09 04:57:43.173917 [ 3 ] {} <Debug> HTTP-Session: 5a746e05-665c-4eae-b244-0fd4f57872e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3318 | 2024.10.09 04:57:43.174077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3319 | 2024.10.09 04:57:43.174126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3320 | 2024.10.09 04:57:43.174147 [ 3 ] {} <Debug> HTTP-Session: fd8db4eb-af30-450e-8924-d5c816712b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3321 | 2024.10.09 04:57:43.174163 [ 3 ] {} <Debug> HTTP-Session: fd8db4eb-af30-450e-8924-d5c816712b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3322 | 2024.10.09 04:57:43.174176 [ 3 ] {} <Debug> HTTP-Session: fd8db4eb-af30-450e-8924-d5c816712b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3323 | 2024.10.09 04:57:43.174207 [ 3 ] {} <Trace> HTTP-Session: fd8db4eb-af30-450e-8924-d5c816712b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3324 | 2024.10.09 04:57:43.174344 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3325 | 2024.10.09 04:57:43.174389 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3326 | 2024.10.09 04:57:43.174522 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3327 | 2024.10.09 04:57:43.174852 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2024.10.09 04:57:43.174889 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 3329 | 2024.10.09 04:57:43.175250 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3330 | 2024.10.09 04:57:43.175577 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.10.09 04:57:43.175734 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 3332 | 2024.10.09 04:57:43.175905 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Debug> DynamicQueryHandler: Done processing query | ||
| 3333 | 2024.10.09 04:57:43.175929 [ 3 ] {c5f0bb04-c5a5-49a1-846c-b3d5d272c397} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3334 | 2024.10.09 04:57:43.175945 [ 3 ] {} <Debug> HTTP-Session: fd8db4eb-af30-450e-8924-d5c816712b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3335 | 2024.10.09 04:57:47.290854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 352 | ||
| 3336 | 2024.10.09 04:57:47.293735 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2024.10.09 04:57:47.293785 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3338 | 2024.10.09 04:57:47.295316 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3339 | 2024.10.09 04:57:47.296311 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2024.10.09 04:57:47.297482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 352 | ||
| 3341 | 2024.10.09 04:57:48.141200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3342 | 2024.10.09 04:57:48.141317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3343 | 2024.10.09 04:57:48.141343 [ 3 ] {} <Debug> HTTP-Session: 26ad2c7f-541a-4db1-8160-63a49b918de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3344 | 2024.10.09 04:57:48.141368 [ 3 ] {} <Debug> HTTP-Session: 26ad2c7f-541a-4db1-8160-63a49b918de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3345 | 2024.10.09 04:57:48.141383 [ 3 ] {} <Debug> HTTP-Session: 26ad2c7f-541a-4db1-8160-63a49b918de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3346 | 2024.10.09 04:57:48.141432 [ 3 ] {} <Trace> HTTP-Session: 26ad2c7f-541a-4db1-8160-63a49b918de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2024.10.09 04:57:48.141660 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3348 | 2024.10.09 04:57:48.141730 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3349 | 2024.10.09 04:57:48.142077 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3350 | 2024.10.09 04:57:48.142624 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2024.10.09 04:57:48.142668 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3352 | 2024.10.09 04:57:48.143099 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3353 | 2024.10.09 04:57:48.143503 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2024.10.09 04:57:48.143653 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002082 sec., 52833.81364073006 rows/sec., 4.44 MiB/sec. | ||
| 3355 | 2024.10.09 04:57:48.143915 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3356 | 2024.10.09 04:57:48.143953 [ 3 ] {cc9fe140-f0cd-4fc5-8b44-dc55aee58fb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3357 | 2024.10.09 04:57:48.143978 [ 3 ] {} <Debug> HTTP-Session: 26ad2c7f-541a-4db1-8160-63a49b918de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3358 | 2024.10.09 04:57:48.144159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3359 | 2024.10.09 04:57:48.144228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3360 | 2024.10.09 04:57:48.144259 [ 3 ] {} <Debug> HTTP-Session: a18f204c-bea5-4cd5-931e-03e96895abaf Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3361 | 2024.10.09 04:57:48.144286 [ 3 ] {} <Debug> HTTP-Session: a18f204c-bea5-4cd5-931e-03e96895abaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3362 | 2024.10.09 04:57:48.144310 [ 3 ] {} <Debug> HTTP-Session: a18f204c-bea5-4cd5-931e-03e96895abaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3363 | 2024.10.09 04:57:48.144358 [ 3 ] {} <Trace> HTTP-Session: a18f204c-bea5-4cd5-931e-03e96895abaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2024.10.09 04:57:48.144498 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3365 | 2024.10.09 04:57:48.144548 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3366 | 2024.10.09 04:57:48.144774 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3367 | 2024.10.09 04:57:48.145167 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3368 | 2024.10.09 04:57:48.145203 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3369 | 2024.10.09 04:57:48.145602 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3370 | 2024.10.09 04:57:48.146077 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3371 | 2024.10.09 04:57:48.146206 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001749 sec., 15437.392795883363 rows/sec., 1.13 MiB/sec. | ||
| 3372 | 2024.10.09 04:57:48.146420 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Debug> DynamicQueryHandler: Done processing query | ||
| 3373 | 2024.10.09 04:57:48.146445 [ 3 ] {e6bb2b57-0b51-41fe-aaec-93e8a4946172} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3374 | 2024.10.09 04:57:48.146461 [ 3 ] {} <Debug> HTTP-Session: a18f204c-bea5-4cd5-931e-03e96895abaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3375 | 2024.10.09 04:57:48.146628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3376 | 2024.10.09 04:57:48.146698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3377 | 2024.10.09 04:57:48.146722 [ 3 ] {} <Debug> HTTP-Session: 841e62e7-51cc-4586-8844-62ed8c8d01b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3378 | 2024.10.09 04:57:48.146739 [ 3 ] {} <Debug> HTTP-Session: 841e62e7-51cc-4586-8844-62ed8c8d01b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3379 | 2024.10.09 04:57:48.146754 [ 3 ] {} <Debug> HTTP-Session: 841e62e7-51cc-4586-8844-62ed8c8d01b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3380 | 2024.10.09 04:57:48.146785 [ 3 ] {} <Trace> HTTP-Session: 841e62e7-51cc-4586-8844-62ed8c8d01b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3381 | 2024.10.09 04:57:48.146939 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3382 | 2024.10.09 04:57:48.146999 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3383 | 2024.10.09 04:57:48.147313 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3384 | 2024.10.09 04:57:48.147780 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3385 | 2024.10.09 04:57:48.147819 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3386 | 2024.10.09 04:57:48.148180 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3387 | 2024.10.09 04:57:48.148540 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2024.10.09 04:57:48.148670 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001791 sec., 50809.60357342267 rows/sec., 3.97 MiB/sec. | ||
| 3389 | 2024.10.09 04:57:48.148878 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3390 | 2024.10.09 04:57:48.148904 [ 3 ] {20b0e1aa-f99a-4d8d-9d10-36d2e0ef29e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3391 | 2024.10.09 04:57:48.148920 [ 3 ] {} <Debug> HTTP-Session: 841e62e7-51cc-4586-8844-62ed8c8d01b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3392 | 2024.10.09 04:57:48.149101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3393 | 2024.10.09 04:57:48.149155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3394 | 2024.10.09 04:57:48.149175 [ 3 ] {} <Debug> HTTP-Session: 817f128b-6dc9-4de5-8ab1-d5a1085c936c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3395 | 2024.10.09 04:57:48.149192 [ 3 ] {} <Debug> HTTP-Session: 817f128b-6dc9-4de5-8ab1-d5a1085c936c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3396 | 2024.10.09 04:57:48.149206 [ 3 ] {} <Debug> HTTP-Session: 817f128b-6dc9-4de5-8ab1-d5a1085c936c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3397 | 2024.10.09 04:57:48.149236 [ 3 ] {} <Trace> HTTP-Session: 817f128b-6dc9-4de5-8ab1-d5a1085c936c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3398 | 2024.10.09 04:57:48.149389 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3399 | 2024.10.09 04:57:48.149438 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3400 | 2024.10.09 04:57:48.149595 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3401 | 2024.10.09 04:57:48.150085 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3402 | 2024.10.09 04:57:48.150122 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3403 | 2024.10.09 04:57:48.150550 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3404 | 2024.10.09 04:57:48.150893 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3405 | 2024.10.09 04:57:48.151016 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 3406 | 2024.10.09 04:57:48.151185 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Debug> DynamicQueryHandler: Done processing query | ||
| 3407 | 2024.10.09 04:57:48.151209 [ 3 ] {4574baf3-9762-4267-8225-66e0b84b6b01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3408 | 2024.10.09 04:57:48.151225 [ 3 ] {} <Debug> HTTP-Session: 817f128b-6dc9-4de5-8ab1-d5a1085c936c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3409 | 2024.10.09 04:57:48.151418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3410 | 2024.10.09 04:57:48.151468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3411 | 2024.10.09 04:57:48.151487 [ 3 ] {} <Debug> HTTP-Session: 85bc5776-da59-4ec5-b88c-1092c50b573b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3412 | 2024.10.09 04:57:48.151504 [ 3 ] {} <Debug> HTTP-Session: 85bc5776-da59-4ec5-b88c-1092c50b573b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3413 | 2024.10.09 04:57:48.151518 [ 3 ] {} <Debug> HTTP-Session: 85bc5776-da59-4ec5-b88c-1092c50b573b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3414 | 2024.10.09 04:57:48.151549 [ 3 ] {} <Trace> HTTP-Session: 85bc5776-da59-4ec5-b88c-1092c50b573b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3415 | 2024.10.09 04:57:48.151854 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3416 | 2024.10.09 04:57:48.151919 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3417 | 2024.10.09 04:57:48.152346 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3418 | 2024.10.09 04:57:48.153041 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2024.10.09 04:57:48.153078 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3420 | 2024.10.09 04:57:48.153754 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3421 | 2024.10.09 04:57:48.154215 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2024.10.09 04:57:48.154368 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002732 sec., 9882.869692532942 rows/sec., 17.71 MiB/sec. | ||
| 3423 | 2024.10.09 04:57:48.154598 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Debug> DynamicQueryHandler: Done processing query | ||
| 3424 | 2024.10.09 04:57:48.154623 [ 3 ] {a61687b7-8826-476c-b880-b474436cc716} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3425 | 2024.10.09 04:57:48.154639 [ 3 ] {} <Debug> HTTP-Session: 85bc5776-da59-4ec5-b88c-1092c50b573b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3426 | 2024.10.09 04:57:48.154794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3427 | 2024.10.09 04:57:48.154845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3428 | 2024.10.09 04:57:48.154864 [ 3 ] {} <Debug> HTTP-Session: 4e395fb4-be42-49e0-86a4-94a46c633c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3429 | 2024.10.09 04:57:48.154881 [ 3 ] {} <Debug> HTTP-Session: 4e395fb4-be42-49e0-86a4-94a46c633c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3430 | 2024.10.09 04:57:48.154895 [ 3 ] {} <Debug> HTTP-Session: 4e395fb4-be42-49e0-86a4-94a46c633c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3431 | 2024.10.09 04:57:48.154926 [ 3 ] {} <Trace> HTTP-Session: 4e395fb4-be42-49e0-86a4-94a46c633c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3432 | 2024.10.09 04:57:48.155041 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3433 | 2024.10.09 04:57:48.155085 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3434 | 2024.10.09 04:57:48.155214 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3435 | 2024.10.09 04:57:48.155554 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.10.09 04:57:48.155590 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3437 | 2024.10.09 04:57:48.155967 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3438 | 2024.10.09 04:57:48.156288 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.10.09 04:57:48.156412 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 3440 | 2024.10.09 04:57:48.156565 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 3441 | 2024.10.09 04:57:48.156589 [ 3 ] {441ab29c-1362-492c-900c-73c0627128ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3442 | 2024.10.09 04:57:48.156606 [ 3 ] {} <Debug> HTTP-Session: 4e395fb4-be42-49e0-86a4-94a46c633c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3443 | 2024.10.09 04:57:49.572352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3444 | 2024.10.09 04:57:49.572474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3445 | 2024.10.09 04:57:49.572503 [ 3 ] {} <Debug> HTTP-Session: fce10538-025a-459f-9013-6a60520e4664 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3446 | 2024.10.09 04:57:49.572530 [ 3 ] {} <Debug> HTTP-Session: fce10538-025a-459f-9013-6a60520e4664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3447 | 2024.10.09 04:57:49.572548 [ 3 ] {} <Debug> HTTP-Session: fce10538-025a-459f-9013-6a60520e4664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3448 | 2024.10.09 04:57:49.572603 [ 3 ] {} <Trace> HTTP-Session: fce10538-025a-459f-9013-6a60520e4664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3449 | 2024.10.09 04:57:49.572876 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3450 | 2024.10.09 04:57:49.573314 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3451 | 2024.10.09 04:57:49.573368 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3452 | 2024.10.09 04:57:49.573742 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3453 | 2024.10.09 04:57:49.573826 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3454 | 2024.10.09 04:57:49.574008 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3455 | 2024.10.09 04:57:49.574099 [ 255 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3456 | 2024.10.09 04:57:49.574212 [ 251 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3457 | 2024.10.09 04:57:49.574233 [ 260 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3458 | 2024.10.09 04:57:49.574210 [ 258 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3459 | 2024.10.09 04:57:49.574405 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3460 | 2024.10.09 04:57:49.574436 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3461 | 2024.10.09 04:57:49.574578 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3462 | 2024.10.09 04:57:49.574605 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 3463 | 2024.10.09 04:57:49.574651 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3464 | 2024.10.09 04:57:49.574700 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3465 | 2024.10.09 04:57:49.574746 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3466 | 2024.10.09 04:57:49.574787 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3467 | 2024.10.09 04:57:49.577235 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.0045 sec., 8888.888888888889 rows/sec., 338.98 KiB/sec. | ||
| 3468 | 2024.10.09 04:57:49.577669 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3469 | 2024.10.09 04:57:49.577698 [ 3 ] {8f530592-10c8-4070-bbe9-4dd6c4e5ebcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 3470 | 2024.10.09 04:57:49.577716 [ 3 ] {} <Debug> HTTP-Session: fce10538-025a-459f-9013-6a60520e4664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.10.09 04:57:49.620692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3472 | 2024.10.09 04:57:49.620760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3473 | 2024.10.09 04:57:49.620782 [ 3 ] {} <Debug> HTTP-Session: ac0d1ba6-2262-4a88-88b4-ae5adc0328ec Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3474 | 2024.10.09 04:57:49.620803 [ 3 ] {} <Debug> HTTP-Session: ac0d1ba6-2262-4a88-88b4-ae5adc0328ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3475 | 2024.10.09 04:57:49.620818 [ 3 ] {} <Debug> HTTP-Session: ac0d1ba6-2262-4a88-88b4-ae5adc0328ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3476 | 2024.10.09 04:57:49.620859 [ 3 ] {} <Trace> HTTP-Session: ac0d1ba6-2262-4a88-88b4-ae5adc0328ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2024.10.09 04:57:49.620992 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3478 | 2024.10.09 04:57:49.621046 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3479 | 2024.10.09 04:57:49.621236 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3480 | 2024.10.09 04:57:49.621581 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3481 | 2024.10.09 04:57:49.621622 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3482 | 2024.10.09 04:57:49.622130 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3483 | 2024.10.09 04:57:49.622466 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3484 | 2024.10.09 04:57:49.622616 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001664 sec., 600.9615384615385 rows/sec., 136.16 KiB/sec. | ||
| 3485 | 2024.10.09 04:57:49.622930 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3486 | 2024.10.09 04:57:49.622957 [ 3 ] {152ab480-fe16-4de1-9403-4416e22abbe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3487 | 2024.10.09 04:57:49.622974 [ 3 ] {} <Debug> HTTP-Session: ac0d1ba6-2262-4a88-88b4-ae5adc0328ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.10.09 04:57:49.623094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3489 | 2024.10.09 04:57:49.623147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3490 | 2024.10.09 04:57:49.623166 [ 3 ] {} <Debug> HTTP-Session: 359fd87b-3058-41ae-a6eb-244fbbe0a482 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3491 | 2024.10.09 04:57:49.623185 [ 3 ] {} <Debug> HTTP-Session: 359fd87b-3058-41ae-a6eb-244fbbe0a482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3492 | 2024.10.09 04:57:49.623200 [ 3 ] {} <Debug> HTTP-Session: 359fd87b-3058-41ae-a6eb-244fbbe0a482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3493 | 2024.10.09 04:57:49.623232 [ 3 ] {} <Trace> HTTP-Session: 359fd87b-3058-41ae-a6eb-244fbbe0a482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3494 | 2024.10.09 04:57:49.623339 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3495 | 2024.10.09 04:57:49.623390 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3496 | 2024.10.09 04:57:49.623684 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3497 | 2024.10.09 04:57:49.624025 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.10.09 04:57:49.624063 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3499 | 2024.10.09 04:57:49.624492 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3500 | 2024.10.09 04:57:49.624896 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2024.10.09 04:57:49.625021 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00171 sec., 1169.5906432748538 rows/sec., 95.37 KiB/sec. | ||
| 3502 | 2024.10.09 04:57:49.625234 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3503 | 2024.10.09 04:57:49.625260 [ 3 ] {731d716b-2591-4591-8d3f-de2205294c2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3504 | 2024.10.09 04:57:49.625277 [ 3 ] {} <Debug> HTTP-Session: 359fd87b-3058-41ae-a6eb-244fbbe0a482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.10.09 04:57:49.625693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 194021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3506 | 2024.10.09 04:57:49.625745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3507 | 2024.10.09 04:57:49.625766 [ 3 ] {} <Debug> HTTP-Session: 9040843d-a643-454a-81ba-0db1e5c7c4a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3508 | 2024.10.09 04:57:49.625782 [ 3 ] {} <Debug> HTTP-Session: 9040843d-a643-454a-81ba-0db1e5c7c4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3509 | 2024.10.09 04:57:49.625796 [ 3 ] {} <Debug> HTTP-Session: 9040843d-a643-454a-81ba-0db1e5c7c4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3510 | 2024.10.09 04:57:49.625827 [ 3 ] {} <Trace> HTTP-Session: 9040843d-a643-454a-81ba-0db1e5c7c4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3511 | 2024.10.09 04:57:49.626750 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3512 | 2024.10.09 04:57:49.626796 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3513 | 2024.10.09 04:57:49.627030 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3514 | 2024.10.09 04:57:49.628299 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2024.10.09 04:57:49.628337 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3516 | 2024.10.09 04:57:49.628778 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3517 | 2024.10.09 04:57:49.629145 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2024.10.09 04:57:49.629271 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Debug> executeQuery: Read 1330 rows, 113.54 KiB in 0.003294 sec., 403764.42015786277 rows/sec., 33.66 MiB/sec. | ||
| 3519 | 2024.10.09 04:57:49.629452 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3520 | 2024.10.09 04:57:49.629478 [ 3 ] {40f33704-e23c-45d4-918f-3438e8c6ede7} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 3521 | 2024.10.09 04:57:49.629494 [ 3 ] {} <Debug> HTTP-Session: 9040843d-a643-454a-81ba-0db1e5c7c4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3522 | 2024.10.09 04:57:49.629641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3523 | 2024.10.09 04:57:49.629691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3524 | 2024.10.09 04:57:49.629711 [ 3 ] {} <Debug> HTTP-Session: 34e4e32c-bb7e-46fe-816f-6ad87f3d634d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3525 | 2024.10.09 04:57:49.629727 [ 3 ] {} <Debug> HTTP-Session: 34e4e32c-bb7e-46fe-816f-6ad87f3d634d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3526 | 2024.10.09 04:57:49.629741 [ 3 ] {} <Debug> HTTP-Session: 34e4e32c-bb7e-46fe-816f-6ad87f3d634d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3527 | 2024.10.09 04:57:49.629772 [ 3 ] {} <Trace> HTTP-Session: 34e4e32c-bb7e-46fe-816f-6ad87f3d634d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2024.10.09 04:57:49.629868 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3529 | 2024.10.09 04:57:49.629912 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3530 | 2024.10.09 04:57:49.630144 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3531 | 2024.10.09 04:57:49.630473 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2024.10.09 04:57:49.630510 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3533 | 2024.10.09 04:57:49.630848 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3534 | 2024.10.09 04:57:49.631214 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2024.10.09 04:57:49.631337 [ 35 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3536 | 2024.10.09 04:57:49.631346 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001499 sec., 1334.2228152101402 rows/sec., 93.16 KiB/sec. | ||
| 3537 | 2024.10.09 04:57:49.631379 [ 35 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2024.10.09 04:57:49.631415 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3539 | 2024.10.09 04:57:49.631630 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Debug> DynamicQueryHandler: Done processing query | ||
| 3540 | 2024.10.09 04:57:49.631681 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3541 | 2024.10.09 04:57:49.631716 [ 3 ] {accb82c4-9987-4eba-acd7-8b7f22ca2e17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3542 | 2024.10.09 04:57:49.631803 [ 3 ] {} <Debug> HTTP-Session: 34e4e32c-bb7e-46fe-816f-6ad87f3d634d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3543 | 2024.10.09 04:57:49.632023 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3544 | 2024.10.09 04:57:49.632053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3545 | 2024.10.09 04:57:49.632069 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 35 rows starting from the beginning of the part | ||
| 3546 | 2024.10.09 04:57:49.632113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3547 | 2024.10.09 04:57:49.632148 [ 3 ] {} <Debug> HTTP-Session: 86b83df6-03da-4c37-9de2-9eba364aea2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3548 | 2024.10.09 04:57:49.632191 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3549 | 2024.10.09 04:57:49.632221 [ 3 ] {} <Debug> HTTP-Session: 86b83df6-03da-4c37-9de2-9eba364aea2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3550 | 2024.10.09 04:57:49.632281 [ 3 ] {} <Debug> HTTP-Session: 86b83df6-03da-4c37-9de2-9eba364aea2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3551 | 2024.10.09 04:57:49.632433 [ 3 ] {} <Trace> HTTP-Session: 86b83df6-03da-4c37-9de2-9eba364aea2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3552 | 2024.10.09 04:57:49.632539 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3553 | 2024.10.09 04:57:49.632844 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 3554 | 2024.10.09 04:57:49.632852 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3555 | 2024.10.09 04:57:49.633026 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3556 | 2024.10.09 04:57:49.633055 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3557 | 2024.10.09 04:57:49.633352 [ 195 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 3558 | 2024.10.09 04:57:49.633915 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3559 | 2024.10.09 04:57:49.634702 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2024.10.09 04:57:49.634754 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3561 | 2024.10.09 04:57:49.634982 [ 198 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 5 columns (5 merged, 0 gathered) in 0.003478554 sec., 30759.907708777842 rows/sec., 2.37 MiB/sec. | ||
| 3562 | 2024.10.09 04:57:49.635227 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3563 | 2024.10.09 04:57:49.635342 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3564 | 2024.10.09 04:57:49.636007 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2024.10.09 04:57:49.636014 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2024.10.09 04:57:49.636127 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_11_2} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3567 | 2024.10.09 04:57:49.636194 [ 35 ] {} <Debug> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3568 | 2024.10.09 04:57:49.636213 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003538 sec., 68400.22611644998 rows/sec., 4.63 MiB/sec. | ||
| 3569 | 2024.10.09 04:57:49.636253 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3570 | 2024.10.09 04:57:49.636253 [ 35 ] {} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.10.09 04:57:49.636317 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3572 | 2024.10.09 04:57:49.636446 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3573 | 2024.10.09 04:57:49.636501 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3574 | 2024.10.09 04:57:49.636529 [ 3 ] {e1332400-d598-40ce-a1ba-e9b058bb6a6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3575 | 2024.10.09 04:57:49.636557 [ 3 ] {} <Debug> HTTP-Session: 86b83df6-03da-4c37-9de2-9eba364aea2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3576 | 2024.10.09 04:57:49.636585 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3577 | 2024.10.09 04:57:49.636615 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3578 | 2024.10.09 04:57:49.636710 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3579 | 2024.10.09 04:57:49.636733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3580 | 2024.10.09 04:57:49.636886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3581 | 2024.10.09 04:57:49.636905 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 3582 | 2024.10.09 04:57:49.636964 [ 3 ] {} <Debug> HTTP-Session: 58a5bd3e-a7f6-4d66-9590-26a56b1b1686 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3583 | 2024.10.09 04:57:49.637069 [ 3 ] {} <Debug> HTTP-Session: 58a5bd3e-a7f6-4d66-9590-26a56b1b1686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.10.09 04:57:49.637195 [ 3 ] {} <Debug> HTTP-Session: 58a5bd3e-a7f6-4d66-9590-26a56b1b1686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3585 | 2024.10.09 04:57:49.637235 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3586 | 2024.10.09 04:57:49.637280 [ 3 ] {} <Trace> HTTP-Session: 58a5bd3e-a7f6-4d66-9590-26a56b1b1686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3587 | 2024.10.09 04:57:49.637404 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3588 | 2024.10.09 04:57:49.637446 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3589 | 2024.10.09 04:57:49.637535 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3590 | 2024.10.09 04:57:49.637559 [ 199 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 3591 | 2024.10.09 04:57:49.638126 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3592 | 2024.10.09 04:57:49.638699 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3593 | 2024.10.09 04:57:49.638742 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3594 | 2024.10.09 04:57:49.639316 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3595 | 2024.10.09 04:57:49.639354 [ 192 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.002958346 sec., 182534.42971173755 rows/sec., 12.40 MiB/sec. | ||
| 3596 | 2024.10.09 04:57:49.639703 [ 192 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3597 | 2024.10.09 04:57:49.639969 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2024.10.09 04:57:49.640439 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002997 sec., 2002.002002002002 rows/sec., 118.28 KiB/sec. | ||
| 3599 | 2024.10.09 04:57:49.640994 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3600 | 2024.10.09 04:57:49.641022 [ 3 ] {49e3cba3-dbd6-4ddb-9fbe-31b663ac169d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3601 | 2024.10.09 04:57:49.641050 [ 3 ] {} <Debug> HTTP-Session: 58a5bd3e-a7f6-4d66-9590-26a56b1b1686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3602 | 2024.10.09 04:57:49.641152 [ 192 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2024.10.09 04:57:49.641260 [ 192 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_6_1} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3604 | 2024.10.09 04:57:49.641358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 137104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3605 | 2024.10.09 04:57:49.641405 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3606 | 2024.10.09 04:57:49.641458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3607 | 2024.10.09 04:57:49.641484 [ 3 ] {} <Debug> HTTP-Session: fb7b5b03-3d76-407f-bd50-734c419a6684 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3608 | 2024.10.09 04:57:49.641501 [ 3 ] {} <Debug> HTTP-Session: fb7b5b03-3d76-407f-bd50-734c419a6684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3609 | 2024.10.09 04:57:49.641515 [ 3 ] {} <Debug> HTTP-Session: fb7b5b03-3d76-407f-bd50-734c419a6684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3610 | 2024.10.09 04:57:49.641546 [ 3 ] {} <Trace> HTTP-Session: fb7b5b03-3d76-407f-bd50-734c419a6684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2024.10.09 04:57:49.641872 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3612 | 2024.10.09 04:57:49.641917 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3613 | 2024.10.09 04:57:49.642167 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3614 | 2024.10.09 04:57:49.643051 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3615 | 2024.10.09 04:57:49.643090 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3616 | 2024.10.09 04:57:49.643488 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3617 | 2024.10.09 04:57:49.643979 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3618 | 2024.10.09 04:57:49.644161 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002477 sec., 339119.90310859913 rows/sec., 24.50 MiB/sec. | ||
| 3619 | 2024.10.09 04:57:49.644355 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3620 | 2024.10.09 04:57:49.644380 [ 3 ] {259f71fb-1d0c-4aa9-9272-b33ae194b0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 3621 | 2024.10.09 04:57:49.644396 [ 3 ] {} <Debug> HTTP-Session: fb7b5b03-3d76-407f-bd50-734c419a6684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.10.09 04:57:49.644524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3623 | 2024.10.09 04:57:49.644573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3624 | 2024.10.09 04:57:49.644593 [ 3 ] {} <Debug> HTTP-Session: 33303549-f0df-4792-88c3-b5b8c07fc55d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3625 | 2024.10.09 04:57:49.644610 [ 3 ] {} <Debug> HTTP-Session: 33303549-f0df-4792-88c3-b5b8c07fc55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3626 | 2024.10.09 04:57:49.644623 [ 3 ] {} <Debug> HTTP-Session: 33303549-f0df-4792-88c3-b5b8c07fc55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3627 | 2024.10.09 04:57:49.644655 [ 3 ] {} <Trace> HTTP-Session: 33303549-f0df-4792-88c3-b5b8c07fc55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2024.10.09 04:57:49.644753 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3629 | 2024.10.09 04:57:49.644798 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3630 | 2024.10.09 04:57:49.644935 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3631 | 2024.10.09 04:57:49.645283 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2024.10.09 04:57:49.645321 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3633 | 2024.10.09 04:57:49.645686 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3634 | 2024.10.09 04:57:49.646021 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2024.10.09 04:57:49.646186 [ 29 ] {} <Debug> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3636 | 2024.10.09 04:57:49.646193 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 3637 | 2024.10.09 04:57:49.646280 [ 29 ] {} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2024.10.09 04:57:49.646349 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3639 | 2024.10.09 04:57:49.646545 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3640 | 2024.10.09 04:57:49.646560 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 3641 | 2024.10.09 04:57:49.646582 [ 3 ] {1632e7a6-d15a-4b79-8de7-143b5c1c335b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3642 | 2024.10.09 04:57:49.646647 [ 3 ] {} <Debug> HTTP-Session: 33303549-f0df-4792-88c3-b5b8c07fc55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3643 | 2024.10.09 04:57:49.646806 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3644 | 2024.10.09 04:57:49.646853 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3645 | 2024.10.09 04:57:49.646962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 181035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3646 | 2024.10.09 04:57:49.647082 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3647 | 2024.10.09 04:57:49.647113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3648 | 2024.10.09 04:57:49.647203 [ 3 ] {} <Debug> HTTP-Session: 3566fb5e-40ef-4816-8600-334a8d07e09c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3649 | 2024.10.09 04:57:49.647313 [ 3 ] {} <Debug> HTTP-Session: 3566fb5e-40ef-4816-8600-334a8d07e09c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3650 | 2024.10.09 04:57:49.647335 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3651 | 2024.10.09 04:57:49.647378 [ 3 ] {} <Debug> HTTP-Session: 3566fb5e-40ef-4816-8600-334a8d07e09c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.10.09 04:57:49.647512 [ 3 ] {} <Trace> HTTP-Session: 3566fb5e-40ef-4816-8600-334a8d07e09c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3653 | 2024.10.09 04:57:49.647551 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3654 | 2024.10.09 04:57:49.647799 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3655 | 2024.10.09 04:57:49.648079 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3656 | 2024.10.09 04:57:49.648423 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3657 | 2024.10.09 04:57:49.648561 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3658 | 2024.10.09 04:57:49.648995 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3659 | 2024.10.09 04:57:49.650086 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003619318 sec., 9946.625303441146 rows/sec., 519.67 KiB/sec. | ||
| 3660 | 2024.10.09 04:57:49.650284 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3661 | 2024.10.09 04:57:49.650397 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.10.09 04:57:49.650449 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3663 | 2024.10.09 04:57:49.651109 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2024.10.09 04:57:49.651290 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_6_1} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3665 | 2024.10.09 04:57:49.651416 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3666 | 2024.10.09 04:57:49.651468 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3667 | 2024.10.09 04:57:49.651839 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3668 | 2024.10.09 04:57:49.652016 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Debug> executeQuery: Read 958 rows, 65.19 KiB in 0.004135 sec., 231680.7738814994 rows/sec., 15.40 MiB/sec. | ||
| 3669 | 2024.10.09 04:57:49.652224 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Debug> DynamicQueryHandler: Done processing query | ||
| 3670 | 2024.10.09 04:57:49.652250 [ 3 ] {46c7a656-bfda-4741-8445-7cdbfdb32e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
| 3671 | 2024.10.09 04:57:49.652268 [ 3 ] {} <Debug> HTTP-Session: 3566fb5e-40ef-4816-8600-334a8d07e09c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3672 | 2024.10.09 04:57:49.652408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3673 | 2024.10.09 04:57:49.652459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3674 | 2024.10.09 04:57:49.652479 [ 3 ] {} <Debug> HTTP-Session: 1d9c5474-b74d-4d02-a362-834626a5645a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3675 | 2024.10.09 04:57:49.652496 [ 3 ] {} <Debug> HTTP-Session: 1d9c5474-b74d-4d02-a362-834626a5645a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3676 | 2024.10.09 04:57:49.652510 [ 3 ] {} <Debug> HTTP-Session: 1d9c5474-b74d-4d02-a362-834626a5645a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3677 | 2024.10.09 04:57:49.652542 [ 3 ] {} <Trace> HTTP-Session: 1d9c5474-b74d-4d02-a362-834626a5645a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2024.10.09 04:57:49.652638 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3679 | 2024.10.09 04:57:49.652683 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3680 | 2024.10.09 04:57:49.652825 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3681 | 2024.10.09 04:57:49.653127 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2024.10.09 04:57:49.653163 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3683 | 2024.10.09 04:57:49.653517 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3684 | 2024.10.09 04:57:49.653858 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.10.09 04:57:49.654011 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 3686 | 2024.10.09 04:57:49.654186 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Debug> DynamicQueryHandler: Done processing query | ||
| 3687 | 2024.10.09 04:57:49.654211 [ 3 ] {e2c7e28f-cc39-47fa-8192-0d55925d9f49} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3688 | 2024.10.09 04:57:49.654227 [ 3 ] {} <Debug> HTTP-Session: 1d9c5474-b74d-4d02-a362-834626a5645a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3689 | 2024.10.09 04:57:49.654346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3690 | 2024.10.09 04:57:49.654394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3691 | 2024.10.09 04:57:49.654414 [ 3 ] {} <Debug> HTTP-Session: 304ec206-e69e-4e06-898e-dfd309557330 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3692 | 2024.10.09 04:57:49.654430 [ 3 ] {} <Debug> HTTP-Session: 304ec206-e69e-4e06-898e-dfd309557330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3693 | 2024.10.09 04:57:49.654443 [ 3 ] {} <Debug> HTTP-Session: 304ec206-e69e-4e06-898e-dfd309557330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3694 | 2024.10.09 04:57:49.654474 [ 3 ] {} <Trace> HTTP-Session: 304ec206-e69e-4e06-898e-dfd309557330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3695 | 2024.10.09 04:57:49.654586 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3696 | 2024.10.09 04:57:49.654631 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3697 | 2024.10.09 04:57:49.654765 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3698 | 2024.10.09 04:57:49.655091 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3699 | 2024.10.09 04:57:49.655128 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3700 | 2024.10.09 04:57:49.655497 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3701 | 2024.10.09 04:57:49.655836 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3702 | 2024.10.09 04:57:49.655997 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001437 sec., 25052.19206680585 rows/sec., 1.46 MiB/sec. | ||
| 3703 | 2024.10.09 04:57:49.656174 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3704 | 2024.10.09 04:57:49.656198 [ 3 ] {32c30e68-b7ea-419c-a1f2-66ad25e707fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3705 | 2024.10.09 04:57:49.656214 [ 3 ] {} <Debug> HTTP-Session: 304ec206-e69e-4e06-898e-dfd309557330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3706 | 2024.10.09 04:57:52.199009 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3707 | 2024.10.09 04:57:52.199073 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3708 | 2024.10.09 04:57:53.138131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3709 | 2024.10.09 04:57:53.138276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3710 | 2024.10.09 04:57:53.138317 [ 3 ] {} <Debug> HTTP-Session: 0f2da8cf-4311-4eba-9c19-25cd40cd5bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3711 | 2024.10.09 04:57:53.138351 [ 3 ] {} <Debug> HTTP-Session: 0f2da8cf-4311-4eba-9c19-25cd40cd5bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3712 | 2024.10.09 04:57:53.138372 [ 3 ] {} <Debug> HTTP-Session: 0f2da8cf-4311-4eba-9c19-25cd40cd5bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3713 | 2024.10.09 04:57:53.138435 [ 3 ] {} <Trace> HTTP-Session: 0f2da8cf-4311-4eba-9c19-25cd40cd5bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3714 | 2024.10.09 04:57:53.138664 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3715 | 2024.10.09 04:57:53.138754 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3716 | 2024.10.09 04:57:53.139207 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3717 | 2024.10.09 04:57:53.139752 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2024.10.09 04:57:53.139794 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3719 | 2024.10.09 04:57:53.140195 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3720 | 2024.10.09 04:57:53.140580 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2024.10.09 04:57:53.140735 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002141 sec., 3736.5716954694067 rows/sec., 304.69 KiB/sec. | ||
| 3722 | 2024.10.09 04:57:53.141063 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Debug> DynamicQueryHandler: Done processing query | ||
| 3723 | 2024.10.09 04:57:53.141091 [ 3 ] {4249738b-3b98-4682-a5fb-2617f332fb20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3724 | 2024.10.09 04:57:53.141108 [ 3 ] {} <Debug> HTTP-Session: 0f2da8cf-4311-4eba-9c19-25cd40cd5bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.10.09 04:57:53.141265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3726 | 2024.10.09 04:57:53.141316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3727 | 2024.10.09 04:57:53.141335 [ 3 ] {} <Debug> HTTP-Session: 01152713-542e-4ab5-b11f-7f07668d31b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3728 | 2024.10.09 04:57:53.141352 [ 3 ] {} <Debug> HTTP-Session: 01152713-542e-4ab5-b11f-7f07668d31b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3729 | 2024.10.09 04:57:53.141366 [ 3 ] {} <Debug> HTTP-Session: 01152713-542e-4ab5-b11f-7f07668d31b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3730 | 2024.10.09 04:57:53.141398 [ 3 ] {} <Trace> HTTP-Session: 01152713-542e-4ab5-b11f-7f07668d31b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2024.10.09 04:57:53.141520 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3732 | 2024.10.09 04:57:53.141564 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3733 | 2024.10.09 04:57:53.141815 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3734 | 2024.10.09 04:57:53.142211 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2024.10.09 04:57:53.142248 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3736 | 2024.10.09 04:57:53.142614 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3737 | 2024.10.09 04:57:53.142969 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2024.10.09 04:57:53.143100 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Debug> executeQuery: Read 76 rows, 6.28 KiB in 0.001623 sec., 46826.863832409115 rows/sec., 3.78 MiB/sec. | ||
| 3739 | 2024.10.09 04:57:53.143315 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3740 | 2024.10.09 04:57:53.143341 [ 3 ] {ed242409-c13b-40f6-a241-e34c21419f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3741 | 2024.10.09 04:57:53.143358 [ 3 ] {} <Debug> HTTP-Session: 01152713-542e-4ab5-b11f-7f07668d31b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3742 | 2024.10.09 04:57:53.143489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3743 | 2024.10.09 04:57:53.143539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3744 | 2024.10.09 04:57:53.143573 [ 3 ] {} <Debug> HTTP-Session: 3addfc5d-3837-44f5-ba8f-eddc708fcccf Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3745 | 2024.10.09 04:57:53.143593 [ 3 ] {} <Debug> HTTP-Session: 3addfc5d-3837-44f5-ba8f-eddc708fcccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3746 | 2024.10.09 04:57:53.143607 [ 3 ] {} <Debug> HTTP-Session: 3addfc5d-3837-44f5-ba8f-eddc708fcccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3747 | 2024.10.09 04:57:53.143638 [ 3 ] {} <Trace> HTTP-Session: 3addfc5d-3837-44f5-ba8f-eddc708fcccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2024.10.09 04:57:53.143740 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3749 | 2024.10.09 04:57:53.143783 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3750 | 2024.10.09 04:57:53.144014 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3751 | 2024.10.09 04:57:53.144335 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2024.10.09 04:57:53.144373 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3753 | 2024.10.09 04:57:53.144726 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3754 | 2024.10.09 04:57:53.145086 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2024.10.09 04:57:53.145213 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.001501 sec., 10659.560293137909 rows/sec., 772.92 KiB/sec. | ||
| 3756 | 2024.10.09 04:57:53.145414 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3757 | 2024.10.09 04:57:53.145440 [ 3 ] {eac50856-799a-4df8-9577-2b06b6cd97cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3758 | 2024.10.09 04:57:53.145456 [ 3 ] {} <Debug> HTTP-Session: 3addfc5d-3837-44f5-ba8f-eddc708fcccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.10.09 04:57:53.145591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 13610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3760 | 2024.10.09 04:57:53.145641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3761 | 2024.10.09 04:57:53.145661 [ 3 ] {} <Debug> HTTP-Session: bcca8fcc-3401-45cb-af10-ce119915f103 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3762 | 2024.10.09 04:57:53.145679 [ 3 ] {} <Debug> HTTP-Session: bcca8fcc-3401-45cb-af10-ce119915f103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3763 | 2024.10.09 04:57:53.145693 [ 3 ] {} <Debug> HTTP-Session: bcca8fcc-3401-45cb-af10-ce119915f103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3764 | 2024.10.09 04:57:53.145724 [ 3 ] {} <Trace> HTTP-Session: bcca8fcc-3401-45cb-af10-ce119915f103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2024.10.09 04:57:53.145840 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3766 | 2024.10.09 04:57:53.145883 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3767 | 2024.10.09 04:57:53.146114 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3768 | 2024.10.09 04:57:53.146487 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2024.10.09 04:57:53.146524 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3770 | 2024.10.09 04:57:53.146881 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3771 | 2024.10.09 04:57:53.147246 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2024.10.09 04:57:53.147411 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.001604 sec., 49875.31172069826 rows/sec., 3.90 MiB/sec. | ||
| 3773 | 2024.10.09 04:57:53.147586 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Debug> DynamicQueryHandler: Done processing query | ||
| 3774 | 2024.10.09 04:57:53.147612 [ 3 ] {bb0178a6-8324-479f-9b87-45416b52f096} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3775 | 2024.10.09 04:57:53.147629 [ 3 ] {} <Debug> HTTP-Session: bcca8fcc-3401-45cb-af10-ce119915f103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3776 | 2024.10.09 04:57:53.147781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 24909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3777 | 2024.10.09 04:57:53.147831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3778 | 2024.10.09 04:57:53.147876 [ 3 ] {} <Debug> HTTP-Session: 5fc4409a-f2e8-4890-9363-a303ea83934e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3779 | 2024.10.09 04:57:53.147893 [ 3 ] {} <Debug> HTTP-Session: 5fc4409a-f2e8-4890-9363-a303ea83934e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3780 | 2024.10.09 04:57:53.147908 [ 3 ] {} <Debug> HTTP-Session: 5fc4409a-f2e8-4890-9363-a303ea83934e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3781 | 2024.10.09 04:57:53.147940 [ 3 ] {} <Trace> HTTP-Session: 5fc4409a-f2e8-4890-9363-a303ea83934e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3782 | 2024.10.09 04:57:53.148079 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3783 | 2024.10.09 04:57:53.148128 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3784 | 2024.10.09 04:57:53.148282 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3785 | 2024.10.09 04:57:53.148676 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2024.10.09 04:57:53.148712 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3787 | 2024.10.09 04:57:53.149126 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3788 | 2024.10.09 04:57:53.149463 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2024.10.09 04:57:53.149624 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Debug> executeQuery: Read 130 rows, 9.26 KiB in 0.001598 sec., 81351.68961201502 rows/sec., 5.66 MiB/sec. | ||
| 3790 | 2024.10.09 04:57:53.149963 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3791 | 2024.10.09 04:57:53.149989 [ 3 ] {05969e1b-e5f5-4f27-a820-6c629fee96c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3792 | 2024.10.09 04:57:53.150006 [ 3 ] {} <Debug> HTTP-Session: 5fc4409a-f2e8-4890-9363-a303ea83934e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3793 | 2024.10.09 04:57:53.150134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3794 | 2024.10.09 04:57:53.150184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3795 | 2024.10.09 04:57:53.150204 [ 3 ] {} <Debug> HTTP-Session: e7388fd7-cf3b-404e-8992-356096d68e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3796 | 2024.10.09 04:57:53.150221 [ 3 ] {} <Debug> HTTP-Session: e7388fd7-cf3b-404e-8992-356096d68e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3797 | 2024.10.09 04:57:53.150235 [ 3 ] {} <Debug> HTTP-Session: e7388fd7-cf3b-404e-8992-356096d68e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3798 | 2024.10.09 04:57:53.150266 [ 3 ] {} <Trace> HTTP-Session: e7388fd7-cf3b-404e-8992-356096d68e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2024.10.09 04:57:53.150435 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3800 | 2024.10.09 04:57:53.150508 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3801 | 2024.10.09 04:57:53.150956 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3802 | 2024.10.09 04:57:53.151501 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2024.10.09 04:57:53.151539 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3804 | 2024.10.09 04:57:53.152157 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3805 | 2024.10.09 04:57:53.152576 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2024.10.09 04:57:53.152743 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3807 | 2024.10.09 04:57:53.152770 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002426 sec., 3297.609233305853 rows/sec., 5.91 MiB/sec. | ||
| 3808 | 2024.10.09 04:57:53.152828 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2024.10.09 04:57:53.152913 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3810 | 2024.10.09 04:57:53.153287 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3811 | 2024.10.09 04:57:53.153346 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3812 | 2024.10.09 04:57:53.153380 [ 3 ] {c6c357bb-8c0a-49e1-ac33-464fe497766a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 3813 | 2024.10.09 04:57:53.153404 [ 3 ] {} <Debug> HTTP-Session: e7388fd7-cf3b-404e-8992-356096d68e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3814 | 2024.10.09 04:57:53.153546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3815 | 2024.10.09 04:57:53.153616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3816 | 2024.10.09 04:57:53.153652 [ 3 ] {} <Debug> HTTP-Session: 7b733fa4-deea-4192-a6f5-ddb74067f90b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3817 | 2024.10.09 04:57:53.153683 [ 3 ] {} <Debug> HTTP-Session: 7b733fa4-deea-4192-a6f5-ddb74067f90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3818 | 2024.10.09 04:57:53.153707 [ 3 ] {} <Debug> HTTP-Session: 7b733fa4-deea-4192-a6f5-ddb74067f90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3819 | 2024.10.09 04:57:53.153742 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3820 | 2024.10.09 04:57:53.153756 [ 3 ] {} <Trace> HTTP-Session: 7b733fa4-deea-4192-a6f5-ddb74067f90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2024.10.09 04:57:53.153829 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part | ||
| 3822 | 2024.10.09 04:57:53.153907 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3823 | 2024.10.09 04:57:53.153983 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3824 | 2024.10.09 04:57:53.154458 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3825 | 2024.10.09 04:57:53.154613 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3826 | 2024.10.09 04:57:53.155069 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3827 | 2024.10.09 04:57:53.155768 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 3828 | 2024.10.09 04:57:53.155787 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2024.10.09 04:57:53.155833 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3830 | 2024.10.09 04:57:53.156281 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3831 | 2024.10.09 04:57:53.156783 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 3832 | 2024.10.09 04:57:53.156981 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3833 | 2024.10.09 04:57:53.157638 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2024.10.09 04:57:53.157943 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.004065 sec., 11316.11316113161 rows/sec., 783.89 KiB/sec. | ||
| 3835 | 2024.10.09 04:57:53.158649 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3836 | 2024.10.09 04:57:53.158708 [ 3 ] {c894388f-ca07-46da-b12d-a4983e874de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3837 | 2024.10.09 04:57:53.158736 [ 3 ] {} <Debug> HTTP-Session: 7b733fa4-deea-4192-a6f5-ddb74067f90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3838 | 2024.10.09 04:57:53.163350 [ 198 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.010296936 sec., 17772.277112337106 rows/sec., 31.85 MiB/sec. | ||
| 3839 | 2024.10.09 04:57:53.163692 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3840 | 2024.10.09 04:57:53.164217 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3841 | 2024.10.09 04:57:53.164290 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3842 | 2024.10.09 04:57:53.164383 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
| 3843 | 2024.10.09 04:57:57.298560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 402 | ||
| 3844 | 2024.10.09 04:57:57.301760 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2024.10.09 04:57:57.301804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3846 | 2024.10.09 04:57:57.303325 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3847 | 2024.10.09 04:57:57.304315 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2024.10.09 04:57:57.304986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 402 | ||
| 3849 | 2024.10.09 04:57:58.140918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3850 | 2024.10.09 04:57:58.141040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3851 | 2024.10.09 04:57:58.141071 [ 3 ] {} <Debug> HTTP-Session: 3028b037-ad9a-46f5-8c9c-7b9f8bf6c5a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3852 | 2024.10.09 04:57:58.141098 [ 3 ] {} <Debug> HTTP-Session: 3028b037-ad9a-46f5-8c9c-7b9f8bf6c5a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3853 | 2024.10.09 04:57:58.141117 [ 3 ] {} <Debug> HTTP-Session: 3028b037-ad9a-46f5-8c9c-7b9f8bf6c5a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3854 | 2024.10.09 04:57:58.141173 [ 3 ] {} <Trace> HTTP-Session: 3028b037-ad9a-46f5-8c9c-7b9f8bf6c5a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3855 | 2024.10.09 04:57:58.141374 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3856 | 2024.10.09 04:57:58.141442 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3857 | 2024.10.09 04:57:58.141781 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3858 | 2024.10.09 04:57:58.142206 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2024.10.09 04:57:58.142250 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3860 | 2024.10.09 04:57:58.142664 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3861 | 2024.10.09 04:57:58.143054 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2024.10.09 04:57:58.143224 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001899 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec. | ||
| 3863 | 2024.10.09 04:57:58.143421 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3864 | 2024.10.09 04:57:58.143448 [ 3 ] {69b2ccf2-2bd8-4418-874f-4bcb46ab519c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3865 | 2024.10.09 04:57:58.143465 [ 3 ] {} <Debug> HTTP-Session: 3028b037-ad9a-46f5-8c9c-7b9f8bf6c5a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3866 | 2024.10.09 04:57:58.143663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3867 | 2024.10.09 04:57:58.143712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3868 | 2024.10.09 04:57:58.143732 [ 3 ] {} <Debug> HTTP-Session: a4d58d82-b394-4dc8-a094-e763dbace230 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3869 | 2024.10.09 04:57:58.143749 [ 3 ] {} <Debug> HTTP-Session: a4d58d82-b394-4dc8-a094-e763dbace230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3870 | 2024.10.09 04:57:58.143764 [ 3 ] {} <Debug> HTTP-Session: a4d58d82-b394-4dc8-a094-e763dbace230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3871 | 2024.10.09 04:57:58.143796 [ 3 ] {} <Trace> HTTP-Session: a4d58d82-b394-4dc8-a094-e763dbace230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3872 | 2024.10.09 04:57:58.143922 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3873 | 2024.10.09 04:57:58.143966 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3874 | 2024.10.09 04:57:58.144195 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3875 | 2024.10.09 04:57:58.144602 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2024.10.09 04:57:58.144640 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3877 | 2024.10.09 04:57:58.145012 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3878 | 2024.10.09 04:57:58.145378 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2024.10.09 04:57:58.145538 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001651 sec., 67231.98061780739 rows/sec., 5.64 MiB/sec. | ||
| 3880 | 2024.10.09 04:57:58.145542 [ 73 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3881 | 2024.10.09 04:57:58.145646 [ 73 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2024.10.09 04:57:58.145697 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3883 | 2024.10.09 04:57:58.145797 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Debug> DynamicQueryHandler: Done processing query | ||
| 3884 | 2024.10.09 04:57:58.145848 [ 3 ] {4d981776-eb4e-4c99-858b-0e965d324674} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3885 | 2024.10.09 04:57:58.145902 [ 3 ] {} <Debug> HTTP-Session: a4d58d82-b394-4dc8-a094-e763dbace230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3886 | 2024.10.09 04:57:58.145967 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3887 | 2024.10.09 04:57:58.146060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3888 | 2024.10.09 04:57:58.146168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3889 | 2024.10.09 04:57:58.146203 [ 3 ] {} <Debug> HTTP-Session: e472cf90-1cd3-4147-9d4f-264562a80a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3890 | 2024.10.09 04:57:58.146253 [ 3 ] {} <Debug> HTTP-Session: e472cf90-1cd3-4147-9d4f-264562a80a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3891 | 2024.10.09 04:57:58.146301 [ 3 ] {} <Debug> HTTP-Session: e472cf90-1cd3-4147-9d4f-264562a80a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3892 | 2024.10.09 04:57:58.146321 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3893 | 2024.10.09 04:57:58.146350 [ 3 ] {} <Trace> HTTP-Session: e472cf90-1cd3-4147-9d4f-264562a80a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2024.10.09 04:57:58.146419 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1399 rows starting from the beginning of the part | ||
| 3895 | 2024.10.09 04:57:58.146567 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3896 | 2024.10.09 04:57:58.146713 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 205 rows starting from the beginning of the part | ||
| 3897 | 2024.10.09 04:57:58.146738 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3898 | 2024.10.09 04:57:58.147085 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part | ||
| 3899 | 2024.10.09 04:57:58.147379 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1330 rows starting from the beginning of the part | ||
| 3900 | 2024.10.09 04:57:58.147737 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part | ||
| 3901 | 2024.10.09 04:57:58.148095 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 111 rows starting from the beginning of the part | ||
| 3902 | 2024.10.09 04:57:58.148408 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3903 | 2024.10.09 04:57:58.149298 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.10.09 04:57:58.149361 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3905 | 2024.10.09 04:57:58.150264 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3906 | 2024.10.09 04:57:58.151207 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2024.10.09 04:57:58.151396 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.004916 sec., 5899.104963384865 rows/sec., 441.40 KiB/sec. | ||
| 3908 | 2024.10.09 04:57:58.151677 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Debug> DynamicQueryHandler: Done processing query | ||
| 3909 | 2024.10.09 04:57:58.151708 [ 3 ] {3c0dc5ec-5982-4119-bca4-55c95ea0cc01} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3910 | 2024.10.09 04:57:58.151732 [ 3 ] {} <Debug> HTTP-Session: e472cf90-1cd3-4147-9d4f-264562a80a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.10.09 04:57:58.151952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3912 | 2024.10.09 04:57:58.151994 [ 190 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3231 rows, containing 5 columns (5 merged, 0 gathered) in 0.006174931 sec., 523244.713179791 rows/sec., 45.87 MiB/sec. | ||
| 3913 | 2024.10.09 04:57:58.152021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3914 | 2024.10.09 04:57:58.152060 [ 3 ] {} <Debug> HTTP-Session: 8febe526-5c00-4d22-9168-0a15fd8ea90c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3915 | 2024.10.09 04:57:58.152078 [ 3 ] {} <Debug> HTTP-Session: 8febe526-5c00-4d22-9168-0a15fd8ea90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3916 | 2024.10.09 04:57:58.152092 [ 3 ] {} <Debug> HTTP-Session: 8febe526-5c00-4d22-9168-0a15fd8ea90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3917 | 2024.10.09 04:57:58.152128 [ 3 ] {} <Trace> HTTP-Session: 8febe526-5c00-4d22-9168-0a15fd8ea90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2024.10.09 04:57:58.152271 [ 199 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3919 | 2024.10.09 04:57:58.152288 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3920 | 2024.10.09 04:57:58.152352 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3921 | 2024.10.09 04:57:58.152891 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3922 | 2024.10.09 04:57:58.153020 [ 199 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2024.10.09 04:57:58.153163 [ 199 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_16_3} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3924 | 2024.10.09 04:57:58.153287 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3925 | 2024.10.09 04:57:58.153399 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2024.10.09 04:57:58.153437 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3927 | 2024.10.09 04:57:58.153915 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3928 | 2024.10.09 04:57:58.154370 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2024.10.09 04:57:58.154521 [ 73 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3930 | 2024.10.09 04:57:58.154544 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002316 sec., 40155.44041450777 rows/sec., 3.14 MiB/sec. | ||
| 3931 | 2024.10.09 04:57:58.154575 [ 73 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.10.09 04:57:58.154637 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3933 | 2024.10.09 04:57:58.154867 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3934 | 2024.10.09 04:57:58.154925 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3935 | 2024.10.09 04:57:58.154971 [ 3 ] {fb53d4b6-f27f-4e10-8045-8f0691c7258c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3936 | 2024.10.09 04:57:58.155012 [ 3 ] {} <Debug> HTTP-Session: 8febe526-5c00-4d22-9168-0a15fd8ea90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3937 | 2024.10.09 04:57:58.155105 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3938 | 2024.10.09 04:57:58.155140 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 3939 | 2024.10.09 04:57:58.155268 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 3940 | 2024.10.09 04:57:58.155294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3941 | 2024.10.09 04:57:58.155435 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 91 rows starting from the beginning of the part | ||
| 3942 | 2024.10.09 04:57:58.155471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3943 | 2024.10.09 04:57:58.155556 [ 3 ] {} <Debug> HTTP-Session: 2fef4ccd-9d2b-4cba-bcc5-a851972cce7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3944 | 2024.10.09 04:57:58.155671 [ 3 ] {} <Debug> HTTP-Session: 2fef4ccd-9d2b-4cba-bcc5-a851972cce7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.10.09 04:57:58.155793 [ 3 ] {} <Debug> HTTP-Session: 2fef4ccd-9d2b-4cba-bcc5-a851972cce7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3946 | 2024.10.09 04:57:58.155839 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 840 rows starting from the beginning of the part | ||
| 3947 | 2024.10.09 04:57:58.155964 [ 3 ] {} <Trace> HTTP-Session: 2fef4ccd-9d2b-4cba-bcc5-a851972cce7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3948 | 2024.10.09 04:57:58.156210 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part | ||
| 3949 | 2024.10.09 04:57:58.156378 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 93 rows starting from the beginning of the part | ||
| 3950 | 2024.10.09 04:57:58.156536 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3951 | 2024.10.09 04:57:58.156751 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3952 | 2024.10.09 04:57:58.157365 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3953 | 2024.10.09 04:57:58.158422 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2024.10.09 04:57:58.158494 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3955 | 2024.10.09 04:57:58.159228 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3956 | 2024.10.09 04:57:58.159478 [ 199 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.004727314 sec., 502822.533049423 rows/sec., 38.52 MiB/sec. | ||
| 3957 | 2024.10.09 04:57:58.159722 [ 199 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3958 | 2024.10.09 04:57:58.159809 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2024.10.09 04:57:58.160020 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3960 | 2024.10.09 04:57:58.160045 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003755 sec., 42876.165113182426 rows/sec., 2.99 MiB/sec. | ||
| 3961 | 2024.10.09 04:57:58.160129 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3962 | 2024.10.09 04:57:58.160254 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3963 | 2024.10.09 04:57:58.160824 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3964 | 2024.10.09 04:57:58.160915 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3965 | 2024.10.09 04:57:58.160918 [ 3 ] {d2930482-62e0-40fe-b8cb-da56a201a7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3966 | 2024.10.09 04:57:58.161027 [ 3 ] {} <Debug> HTTP-Session: 2fef4ccd-9d2b-4cba-bcc5-a851972cce7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3967 | 2024.10.09 04:57:58.161333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3968 | 2024.10.09 04:57:58.161394 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3969 | 2024.10.09 04:57:58.161498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3970 | 2024.10.09 04:57:58.161517 [ 199 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2024.10.09 04:57:58.161524 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3700 rows starting from the beginning of the part | ||
| 3972 | 2024.10.09 04:57:58.161547 [ 3 ] {} <Debug> HTTP-Session: 25580fb9-8c0d-4d2f-ab2c-9c69cbb70ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 3973 | 2024.10.09 04:57:58.161592 [ 3 ] {} <Debug> HTTP-Session: 25580fb9-8c0d-4d2f-ab2c-9c69cbb70ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3974 | 2024.10.09 04:57:58.161651 [ 3 ] {} <Debug> HTTP-Session: 25580fb9-8c0d-4d2f-ab2c-9c69cbb70ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3975 | 2024.10.09 04:57:58.161752 [ 199 ] {f0532510-5495-42af-af35-2105db47f503::all_1_16_3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3976 | 2024.10.09 04:57:58.161838 [ 3 ] {} <Trace> HTTP-Session: 25580fb9-8c0d-4d2f-ab2c-9c69cbb70ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3977 | 2024.10.09 04:57:58.161973 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 3978 | 2024.10.09 04:57:58.162073 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3979 | 2024.10.09 04:57:58.162402 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 3980 | 2024.10.09 04:57:58.162543 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 958 rows starting from the beginning of the part | ||
| 3981 | 2024.10.09 04:57:58.162753 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3982 | 2024.10.09 04:57:58.162803 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 130 rows starting from the beginning of the part | ||
| 3983 | 2024.10.09 04:57:58.163158 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3984 | 2024.10.09 04:57:58.163183 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
| 3985 | 2024.10.09 04:57:58.165126 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3986 | 2024.10.09 04:57:58.166267 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3987 | 2024.10.09 04:57:58.166307 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3988 | 2024.10.09 04:57:58.167394 [ 186 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006883124 sec., 776682.2158078222 rows/sec., 52.30 MiB/sec. | ||
| 3989 | 2024.10.09 04:57:58.167652 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3990 | 2024.10.09 04:57:58.167767 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3991 | 2024.10.09 04:57:58.168366 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3992 | 2024.10.09 04:57:58.168388 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2024.10.09 04:57:58.168490 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3994 | 2024.10.09 04:57:58.168796 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
| 3995 | 2024.10.09 04:57:58.168796 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00664 sec., 4066.265060240964 rows/sec., 7.29 MiB/sec. | ||
| 3996 | 2024.10.09 04:57:58.169360 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Debug> DynamicQueryHandler: Done processing query | ||
| 3997 | 2024.10.09 04:57:58.169388 [ 3 ] {488e947e-f501-4a33-9622-e299e518e195} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3998 | 2024.10.09 04:57:58.169404 [ 3 ] {} <Debug> HTTP-Session: 25580fb9-8c0d-4d2f-ab2c-9c69cbb70ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3999 | 2024.10.09 04:57:58.169530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4000 | 2024.10.09 04:57:58.169580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4001 | 2024.10.09 04:57:58.169599 [ 3 ] {} <Debug> HTTP-Session: 8b3e1e9e-e55b-4e7d-a7c8-c69d6e59b43a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4002 | 2024.10.09 04:57:58.169617 [ 3 ] {} <Debug> HTTP-Session: 8b3e1e9e-e55b-4e7d-a7c8-c69d6e59b43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4003 | 2024.10.09 04:57:58.169632 [ 3 ] {} <Debug> HTTP-Session: 8b3e1e9e-e55b-4e7d-a7c8-c69d6e59b43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4004 | 2024.10.09 04:57:58.169666 [ 3 ] {} <Trace> HTTP-Session: 8b3e1e9e-e55b-4e7d-a7c8-c69d6e59b43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2024.10.09 04:57:58.169798 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4006 | 2024.10.09 04:57:58.169844 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4007 | 2024.10.09 04:57:58.169984 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4008 | 2024.10.09 04:57:58.170286 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2024.10.09 04:57:58.170323 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4010 | 2024.10.09 04:57:58.170704 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4011 | 2024.10.09 04:57:58.171037 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2024.10.09 04:57:58.171195 [ 73 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4013 | 2024.10.09 04:57:58.171203 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
| 4014 | 2024.10.09 04:57:58.171242 [ 73 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.10.09 04:57:58.171304 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4016 | 2024.10.09 04:57:58.171500 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4017 | 2024.10.09 04:57:58.171520 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4018 | 2024.10.09 04:57:58.171555 [ 3 ] {10fd590e-c2af-4846-a787-5b771ef13d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4019 | 2024.10.09 04:57:58.171577 [ 3 ] {} <Debug> HTTP-Session: 8b3e1e9e-e55b-4e7d-a7c8-c69d6e59b43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4020 | 2024.10.09 04:57:58.171663 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4021 | 2024.10.09 04:57:58.171701 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 570 rows starting from the beginning of the part | ||
| 4022 | 2024.10.09 04:57:58.171802 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 4023 | 2024.10.09 04:57:58.171924 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 4024 | 2024.10.09 04:57:58.172236 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4025 | 2024.10.09 04:57:58.172324 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4026 | 2024.10.09 04:57:58.172413 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 4027 | 2024.10.09 04:57:58.173388 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 4 columns (4 merged, 0 gathered) in 0.001953154 sec., 437241.50783809164 rows/sec., 28.45 MiB/sec. | ||
| 4028 | 2024.10.09 04:57:58.173541 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4029 | 2024.10.09 04:57:58.173898 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2024.10.09 04:57:58.173972 [ 187 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_16_3} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4031 | 2024.10.09 04:57:58.174038 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4032 | 2024.10.09 04:58:00.445160 [ 61 ] {} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4033 | 2024.10.09 04:58:00.445224 [ 61 ] {} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2024.10.09 04:58:00.445246 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4035 | 2024.10.09 04:58:00.445448 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 4036 | 2024.10.09 04:58:00.445810 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4037 | 2024.10.09 04:58:00.445858 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 4038 | 2024.10.09 04:58:00.445985 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 4039 | 2024.10.09 04:58:00.446067 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 4040 | 2024.10.09 04:58:00.446147 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 4041 | 2024.10.09 04:58:00.446224 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 4042 | 2024.10.09 04:58:00.448330 [ 187 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003000078 sec., 13666.311342571758 rows/sec., 2.14 MiB/sec. | ||
| 4043 | 2024.10.09 04:58:00.448504 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4044 | 2024.10.09 04:58:00.448995 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2024.10.09 04:58:00.449081 [ 196 ] {d86ad73e-800a-4be7-8d10-bf69a730548c::all_1_5_1} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4046 | 2024.10.09 04:58:00.449166 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4047 | 2024.10.09 04:58:03.138134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4048 | 2024.10.09 04:58:03.138271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4049 | 2024.10.09 04:58:03.138301 [ 3 ] {} <Debug> HTTP-Session: 256acb65-7ca0-44a9-8891-1a2d89244c23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4050 | 2024.10.09 04:58:03.138327 [ 3 ] {} <Debug> HTTP-Session: 256acb65-7ca0-44a9-8891-1a2d89244c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4051 | 2024.10.09 04:58:03.138345 [ 3 ] {} <Debug> HTTP-Session: 256acb65-7ca0-44a9-8891-1a2d89244c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4052 | 2024.10.09 04:58:03.138401 [ 3 ] {} <Trace> HTTP-Session: 256acb65-7ca0-44a9-8891-1a2d89244c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4053 | 2024.10.09 04:58:03.138666 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 4054 | 2024.10.09 04:58:03.139080 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4055 | 2024.10.09 04:58:03.139133 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4056 | 2024.10.09 04:58:03.139508 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4057 | 2024.10.09 04:58:03.139588 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4058 | 2024.10.09 04:58:03.139765 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 4059 | 2024.10.09 04:58:03.139803 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4060 | 2024.10.09 04:58:03.139829 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 4061 | 2024.10.09 04:58:03.139847 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4062 | 2024.10.09 04:58:03.139897 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4063 | 2024.10.09 04:58:03.139922 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 4064 | 2024.10.09 04:58:03.140946 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002404 sec., 17054.908485856908 rows/sec., 650.36 KiB/sec. | ||
| 4065 | 2024.10.09 04:58:03.141234 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> DynamicQueryHandler: Done processing query | ||
| 4066 | 2024.10.09 04:58:03.141261 [ 3 ] {9a7ed5a2-e603-458a-b1be-88a21d74b183} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 4067 | 2024.10.09 04:58:03.141278 [ 3 ] {} <Debug> HTTP-Session: 256acb65-7ca0-44a9-8891-1a2d89244c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4068 | 2024.10.09 04:58:03.148042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4069 | 2024.10.09 04:58:03.148107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4070 | 2024.10.09 04:58:03.148131 [ 3 ] {} <Debug> HTTP-Session: e4e8e3fe-38bf-4113-bf5b-6e8693868d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4071 | 2024.10.09 04:58:03.148154 [ 3 ] {} <Debug> HTTP-Session: e4e8e3fe-38bf-4113-bf5b-6e8693868d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4072 | 2024.10.09 04:58:03.148172 [ 3 ] {} <Debug> HTTP-Session: e4e8e3fe-38bf-4113-bf5b-6e8693868d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4073 | 2024.10.09 04:58:03.148214 [ 3 ] {} <Trace> HTTP-Session: e4e8e3fe-38bf-4113-bf5b-6e8693868d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2024.10.09 04:58:03.148349 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 4075 | 2024.10.09 04:58:03.148406 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4076 | 2024.10.09 04:58:03.148604 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4077 | 2024.10.09 04:58:03.148973 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2024.10.09 04:58:03.149018 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4079 | 2024.10.09 04:58:03.149527 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4080 | 2024.10.09 04:58:03.149849 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Trace> oximeter.timeseries_schema (d86ad73e-800a-4be7-8d10-bf69a730548c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2024.10.09 04:58:03.150000 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001692 sec., 591.016548463357 rows/sec., 61.18 KiB/sec. | ||
| 4082 | 2024.10.09 04:58:03.150198 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4083 | 2024.10.09 04:58:03.150223 [ 3 ] {19a81d59-aed5-4754-a1eb-3a5f37c9bdf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4084 | 2024.10.09 04:58:03.150239 [ 3 ] {} <Debug> HTTP-Session: e4e8e3fe-38bf-4113-bf5b-6e8693868d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4085 | 2024.10.09 04:58:03.150402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4086 | 2024.10.09 04:58:03.150452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4087 | 2024.10.09 04:58:03.150472 [ 3 ] {} <Debug> HTTP-Session: cf123646-9520-4ac5-8c74-67d1292be523 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4088 | 2024.10.09 04:58:03.150491 [ 3 ] {} <Debug> HTTP-Session: cf123646-9520-4ac5-8c74-67d1292be523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4089 | 2024.10.09 04:58:03.150506 [ 3 ] {} <Debug> HTTP-Session: cf123646-9520-4ac5-8c74-67d1292be523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4090 | 2024.10.09 04:58:03.150537 [ 3 ] {} <Trace> HTTP-Session: cf123646-9520-4ac5-8c74-67d1292be523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4091 | 2024.10.09 04:58:03.150689 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4092 | 2024.10.09 04:58:03.150735 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4093 | 2024.10.09 04:58:03.150984 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4094 | 2024.10.09 04:58:03.151572 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2024.10.09 04:58:03.151624 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4096 | 2024.10.09 04:58:03.152173 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4097 | 2024.10.09 04:58:03.152697 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4098 | 2024.10.09 04:58:03.152860 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Debug> executeQuery: Read 210 rows, 18.96 KiB in 0.002234 sec., 94001.79051029544 rows/sec., 8.29 MiB/sec. | ||
| 4099 | 2024.10.09 04:58:03.153039 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Debug> DynamicQueryHandler: Done processing query | ||
| 4100 | 2024.10.09 04:58:03.153064 [ 3 ] {acee3dab-9be9-4fa9-bcb1-d5209a95ea12} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4101 | 2024.10.09 04:58:03.153080 [ 3 ] {} <Debug> HTTP-Session: cf123646-9520-4ac5-8c74-67d1292be523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4102 | 2024.10.09 04:58:03.153218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4103 | 2024.10.09 04:58:03.153283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4104 | 2024.10.09 04:58:03.153313 [ 3 ] {} <Debug> HTTP-Session: 920ff3af-0997-418a-8b01-3a17eb9c9bea Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4105 | 2024.10.09 04:58:03.153338 [ 3 ] {} <Debug> HTTP-Session: 920ff3af-0997-418a-8b01-3a17eb9c9bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4106 | 2024.10.09 04:58:03.153361 [ 3 ] {} <Debug> HTTP-Session: 920ff3af-0997-418a-8b01-3a17eb9c9bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4107 | 2024.10.09 04:58:03.153407 [ 3 ] {} <Trace> HTTP-Session: 920ff3af-0997-418a-8b01-3a17eb9c9bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2024.10.09 04:58:03.153526 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4109 | 2024.10.09 04:58:03.153570 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4110 | 2024.10.09 04:58:03.153801 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4111 | 2024.10.09 04:58:03.154135 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2024.10.09 04:58:03.154172 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4113 | 2024.10.09 04:58:03.154529 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4114 | 2024.10.09 04:58:03.154899 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2024.10.09 04:58:03.155056 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001563 sec., 6397.952655150352 rows/sec., 481.10 KiB/sec. | ||
| 4116 | 2024.10.09 04:58:03.155230 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4117 | 2024.10.09 04:58:03.155255 [ 3 ] {7c278142-4dbd-4350-89ee-2ccc5036bfd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4118 | 2024.10.09 04:58:03.155272 [ 3 ] {} <Debug> HTTP-Session: 920ff3af-0997-418a-8b01-3a17eb9c9bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4119 | 2024.10.09 04:58:03.155424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4120 | 2024.10.09 04:58:03.155473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4121 | 2024.10.09 04:58:03.155493 [ 3 ] {} <Debug> HTTP-Session: bc545e2b-8be1-45e0-8a6e-107d9e851840 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4122 | 2024.10.09 04:58:03.155510 [ 3 ] {} <Debug> HTTP-Session: bc545e2b-8be1-45e0-8a6e-107d9e851840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4123 | 2024.10.09 04:58:03.155524 [ 3 ] {} <Debug> HTTP-Session: bc545e2b-8be1-45e0-8a6e-107d9e851840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4124 | 2024.10.09 04:58:03.155555 [ 3 ] {} <Trace> HTTP-Session: bc545e2b-8be1-45e0-8a6e-107d9e851840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4125 | 2024.10.09 04:58:03.155659 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4126 | 2024.10.09 04:58:03.155702 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4127 | 2024.10.09 04:58:03.155930 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4128 | 2024.10.09 04:58:03.156255 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2024.10.09 04:58:03.156291 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4130 | 2024.10.09 04:58:03.156639 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4131 | 2024.10.09 04:58:03.156993 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.10.09 04:58:03.157144 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001512 sec., 9920.63492063492 rows/sec., 692.38 KiB/sec. | ||
| 4133 | 2024.10.09 04:58:03.157320 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4134 | 2024.10.09 04:58:03.157344 [ 3 ] {ec96767f-333c-4fed-866e-36f278b80f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4135 | 2024.10.09 04:58:03.157360 [ 3 ] {} <Debug> HTTP-Session: bc545e2b-8be1-45e0-8a6e-107d9e851840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4136 | 2024.10.09 04:58:03.157473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4137 | 2024.10.09 04:58:03.157522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4138 | 2024.10.09 04:58:03.157541 [ 3 ] {} <Debug> HTTP-Session: c2f57514-8d3f-4eff-b605-0ed99b9fb524 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4139 | 2024.10.09 04:58:03.157558 [ 3 ] {} <Debug> HTTP-Session: c2f57514-8d3f-4eff-b605-0ed99b9fb524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4140 | 2024.10.09 04:58:03.157572 [ 3 ] {} <Debug> HTTP-Session: c2f57514-8d3f-4eff-b605-0ed99b9fb524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4141 | 2024.10.09 04:58:03.157603 [ 3 ] {} <Trace> HTTP-Session: c2f57514-8d3f-4eff-b605-0ed99b9fb524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.10.09 04:58:03.157699 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4143 | 2024.10.09 04:58:03.157742 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4144 | 2024.10.09 04:58:03.157966 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4145 | 2024.10.09 04:58:03.158275 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4146 | 2024.10.09 04:58:03.158311 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4147 | 2024.10.09 04:58:03.158658 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4148 | 2024.10.09 04:58:03.159019 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4149 | 2024.10.09 04:58:03.159173 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec. | ||
| 4150 | 2024.10.09 04:58:03.159487 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4151 | 2024.10.09 04:58:03.159517 [ 3 ] {609b1c91-c2cf-4445-b936-698a76fa385a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4152 | 2024.10.09 04:58:03.159533 [ 3 ] {} <Debug> HTTP-Session: c2f57514-8d3f-4eff-b605-0ed99b9fb524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4153 | 2024.10.09 04:58:03.159707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 65000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4154 | 2024.10.09 04:58:03.159758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4155 | 2024.10.09 04:58:03.159778 [ 3 ] {} <Debug> HTTP-Session: 091a85ae-8bf0-4113-bfc4-70f170a74c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4156 | 2024.10.09 04:58:03.159795 [ 3 ] {} <Debug> HTTP-Session: 091a85ae-8bf0-4113-bfc4-70f170a74c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4157 | 2024.10.09 04:58:03.159812 [ 3 ] {} <Debug> HTTP-Session: 091a85ae-8bf0-4113-bfc4-70f170a74c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4158 | 2024.10.09 04:58:03.159844 [ 3 ] {} <Trace> HTTP-Session: 091a85ae-8bf0-4113-bfc4-70f170a74c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2024.10.09 04:58:03.160067 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4160 | 2024.10.09 04:58:03.160112 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4161 | 2024.10.09 04:58:03.160360 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4162 | 2024.10.09 04:58:03.160923 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2024.10.09 04:58:03.160962 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4164 | 2024.10.09 04:58:03.161337 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4165 | 2024.10.09 04:58:03.161699 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.10.09 04:58:03.161855 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Debug> executeQuery: Read 401 rows, 29.21 KiB in 0.00192 sec., 208854.16666666666 rows/sec., 14.85 MiB/sec. | ||
| 4167 | 2024.10.09 04:58:03.162084 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Debug> DynamicQueryHandler: Done processing query | ||
| 4168 | 2024.10.09 04:58:03.162109 [ 3 ] {0a8fb579-c314-4317-9a58-149abf013961} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4169 | 2024.10.09 04:58:03.162125 [ 3 ] {} <Debug> HTTP-Session: 091a85ae-8bf0-4113-bfc4-70f170a74c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4170 | 2024.10.09 04:58:03.162275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4171 | 2024.10.09 04:58:03.162325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4172 | 2024.10.09 04:58:03.162345 [ 3 ] {} <Debug> HTTP-Session: 7fb10557-b9c3-4412-be3b-19628791398a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4173 | 2024.10.09 04:58:03.162361 [ 3 ] {} <Debug> HTTP-Session: 7fb10557-b9c3-4412-be3b-19628791398a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4174 | 2024.10.09 04:58:03.162375 [ 3 ] {} <Debug> HTTP-Session: 7fb10557-b9c3-4412-be3b-19628791398a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4175 | 2024.10.09 04:58:03.162406 [ 3 ] {} <Trace> HTTP-Session: 7fb10557-b9c3-4412-be3b-19628791398a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2024.10.09 04:58:03.162502 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4177 | 2024.10.09 04:58:03.162547 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4178 | 2024.10.09 04:58:03.162676 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4179 | 2024.10.09 04:58:03.162955 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2024.10.09 04:58:03.162992 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4181 | 2024.10.09 04:58:03.163347 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4182 | 2024.10.09 04:58:03.163672 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2024.10.09 04:58:03.163822 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 4184 | 2024.10.09 04:58:03.163977 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4185 | 2024.10.09 04:58:03.164001 [ 3 ] {28e11416-aedd-44eb-b560-9fa344bc4f2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4186 | 2024.10.09 04:58:03.164017 [ 3 ] {} <Debug> HTTP-Session: 7fb10557-b9c3-4412-be3b-19628791398a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4187 | 2024.10.09 04:58:03.164221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4188 | 2024.10.09 04:58:03.164268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4189 | 2024.10.09 04:58:03.164288 [ 3 ] {} <Debug> HTTP-Session: 39e4cdef-75b0-40bb-a7ed-ec3cffe6b48e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4190 | 2024.10.09 04:58:03.164304 [ 3 ] {} <Debug> HTTP-Session: 39e4cdef-75b0-40bb-a7ed-ec3cffe6b48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4191 | 2024.10.09 04:58:03.164318 [ 3 ] {} <Debug> HTTP-Session: 39e4cdef-75b0-40bb-a7ed-ec3cffe6b48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4192 | 2024.10.09 04:58:03.164348 [ 3 ] {} <Trace> HTTP-Session: 39e4cdef-75b0-40bb-a7ed-ec3cffe6b48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2024.10.09 04:58:03.164546 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4194 | 2024.10.09 04:58:03.164593 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4195 | 2024.10.09 04:58:03.164738 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4196 | 2024.10.09 04:58:03.165223 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.10.09 04:58:03.165260 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4198 | 2024.10.09 04:58:03.165649 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4199 | 2024.10.09 04:58:03.166001 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.10.09 04:58:03.166158 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec. | ||
| 4201 | 2024.10.09 04:58:03.166337 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Debug> DynamicQueryHandler: Done processing query | ||
| 4202 | 2024.10.09 04:58:03.166362 [ 3 ] {6ae59151-fbce-4861-b8d6-69da0f114120} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4203 | 2024.10.09 04:58:03.166378 [ 3 ] {} <Debug> HTTP-Session: 39e4cdef-75b0-40bb-a7ed-ec3cffe6b48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4204 | 2024.10.09 04:58:03.166515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4205 | 2024.10.09 04:58:03.166566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4206 | 2024.10.09 04:58:03.166585 [ 3 ] {} <Debug> HTTP-Session: 689c03e8-a3d9-4818-bbff-9ada551bd998 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4207 | 2024.10.09 04:58:03.166601 [ 3 ] {} <Debug> HTTP-Session: 689c03e8-a3d9-4818-bbff-9ada551bd998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4208 | 2024.10.09 04:58:03.166614 [ 3 ] {} <Debug> HTTP-Session: 689c03e8-a3d9-4818-bbff-9ada551bd998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4209 | 2024.10.09 04:58:03.166644 [ 3 ] {} <Trace> HTTP-Session: 689c03e8-a3d9-4818-bbff-9ada551bd998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4210 | 2024.10.09 04:58:03.166737 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4211 | 2024.10.09 04:58:03.166782 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4212 | 2024.10.09 04:58:03.166913 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4213 | 2024.10.09 04:58:03.167178 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2024.10.09 04:58:03.167214 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4215 | 2024.10.09 04:58:03.167588 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4216 | 2024.10.09 04:58:03.167906 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2024.10.09 04:58:03.168059 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 97.80 KiB/sec. | ||
| 4218 | 2024.10.09 04:58:03.168217 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4219 | 2024.10.09 04:58:03.168242 [ 3 ] {f13a1c94-cbfa-457a-8a59-64551b272ee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4220 | 2024.10.09 04:58:03.168258 [ 3 ] {} <Debug> HTTP-Session: 689c03e8-a3d9-4818-bbff-9ada551bd998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4221 | 2024.10.09 04:58:03.168386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4222 | 2024.10.09 04:58:03.168433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4223 | 2024.10.09 04:58:03.168452 [ 3 ] {} <Debug> HTTP-Session: af8b5ec6-c9fd-469e-9a7a-add9caa52319 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4224 | 2024.10.09 04:58:03.168469 [ 3 ] {} <Debug> HTTP-Session: af8b5ec6-c9fd-469e-9a7a-add9caa52319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4225 | 2024.10.09 04:58:03.168483 [ 3 ] {} <Debug> HTTP-Session: af8b5ec6-c9fd-469e-9a7a-add9caa52319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4226 | 2024.10.09 04:58:03.168513 [ 3 ] {} <Trace> HTTP-Session: af8b5ec6-c9fd-469e-9a7a-add9caa52319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4227 | 2024.10.09 04:58:03.168690 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4228 | 2024.10.09 04:58:03.168753 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4229 | 2024.10.09 04:58:03.169184 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4230 | 2024.10.09 04:58:03.169716 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2024.10.09 04:58:03.169754 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4232 | 2024.10.09 04:58:03.170363 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4233 | 2024.10.09 04:58:03.170775 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2024.10.09 04:58:03.170956 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002368 sec., 4222.972972972973 rows/sec., 7.57 MiB/sec. | ||
| 4235 | 2024.10.09 04:58:03.171180 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Debug> DynamicQueryHandler: Done processing query | ||
| 4236 | 2024.10.09 04:58:03.171205 [ 3 ] {a0d3c4c0-38ff-4ae9-9618-5ad856689d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4237 | 2024.10.09 04:58:03.171221 [ 3 ] {} <Debug> HTTP-Session: af8b5ec6-c9fd-469e-9a7a-add9caa52319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4238 | 2024.10.09 04:58:03.171341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4239 | 2024.10.09 04:58:03.171390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4240 | 2024.10.09 04:58:03.171410 [ 3 ] {} <Debug> HTTP-Session: 513be27b-e64d-455d-ba07-f57352c5b98c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4241 | 2024.10.09 04:58:03.171427 [ 3 ] {} <Debug> HTTP-Session: 513be27b-e64d-455d-ba07-f57352c5b98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4242 | 2024.10.09 04:58:03.171441 [ 3 ] {} <Debug> HTTP-Session: 513be27b-e64d-455d-ba07-f57352c5b98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4243 | 2024.10.09 04:58:03.171471 [ 3 ] {} <Trace> HTTP-Session: 513be27b-e64d-455d-ba07-f57352c5b98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2024.10.09 04:58:03.171571 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4245 | 2024.10.09 04:58:03.171616 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4246 | 2024.10.09 04:58:03.171747 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4247 | 2024.10.09 04:58:03.172007 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2024.10.09 04:58:03.172043 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4249 | 2024.10.09 04:58:03.172392 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4250 | 2024.10.09 04:58:03.172717 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Trace> oximeter.measurements_i64 (9361a44b-4269-454e-acb2-ae0017689b29): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2024.10.09 04:58:03.172888 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001335 sec., 6741.573033707865 rows/sec., 476.21 KiB/sec. | ||
| 4252 | 2024.10.09 04:58:03.173173 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4253 | 2024.10.09 04:58:03.173198 [ 3 ] {baf39c48-1cfb-4c4f-b008-027f72a0dfc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4254 | 2024.10.09 04:58:03.173214 [ 3 ] {} <Debug> HTTP-Session: 513be27b-e64d-455d-ba07-f57352c5b98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4255 | 2024.10.09 04:58:03.173339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4256 | 2024.10.09 04:58:03.173388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4257 | 2024.10.09 04:58:03.173407 [ 3 ] {} <Debug> HTTP-Session: e52ef35a-6e13-4281-98e3-23f6c17f001e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4258 | 2024.10.09 04:58:03.173423 [ 3 ] {} <Debug> HTTP-Session: e52ef35a-6e13-4281-98e3-23f6c17f001e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4259 | 2024.10.09 04:58:03.173438 [ 3 ] {} <Debug> HTTP-Session: e52ef35a-6e13-4281-98e3-23f6c17f001e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4260 | 2024.10.09 04:58:03.173469 [ 3 ] {} <Trace> HTTP-Session: e52ef35a-6e13-4281-98e3-23f6c17f001e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2024.10.09 04:58:03.173587 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4262 | 2024.10.09 04:58:03.173632 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4263 | 2024.10.09 04:58:03.173782 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4264 | 2024.10.09 04:58:03.174083 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2024.10.09 04:58:03.174120 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 4266 | 2024.10.09 04:58:03.174481 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4267 | 2024.10.09 04:58:03.174795 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.10.09 04:58:03.174944 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
| 4269 | 2024.10.09 04:58:03.175154 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4270 | 2024.10.09 04:58:03.175179 [ 3 ] {bd561715-ddaa-411f-9413-7ad27e1137c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4271 | 2024.10.09 04:58:03.175195 [ 3 ] {} <Debug> HTTP-Session: e52ef35a-6e13-4281-98e3-23f6c17f001e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4272 | 2024.10.09 04:58:07.199118 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4273 | 2024.10.09 04:58:07.199191 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4274 | 2024.10.09 04:58:07.306113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 442 | ||
| 4275 | 2024.10.09 04:58:07.309110 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2024.10.09 04:58:07.309157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4277 | 2024.10.09 04:58:07.310663 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4278 | 2024.10.09 04:58:07.311636 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2024.10.09 04:58:07.312134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 4280 | 2024.10.09 04:58:08.140448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4281 | 2024.10.09 04:58:08.140577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4282 | 2024.10.09 04:58:08.140606 [ 3 ] {} <Debug> HTTP-Session: de315a69-28ba-4675-95f4-9377c590a537 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4283 | 2024.10.09 04:58:08.140633 [ 3 ] {} <Debug> HTTP-Session: de315a69-28ba-4675-95f4-9377c590a537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4284 | 2024.10.09 04:58:08.140651 [ 3 ] {} <Debug> HTTP-Session: de315a69-28ba-4675-95f4-9377c590a537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4285 | 2024.10.09 04:58:08.140708 [ 3 ] {} <Trace> HTTP-Session: de315a69-28ba-4675-95f4-9377c590a537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2024.10.09 04:58:08.140888 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4287 | 2024.10.09 04:58:08.140956 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4288 | 2024.10.09 04:58:08.141297 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4289 | 2024.10.09 04:58:08.141732 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.10.09 04:58:08.141778 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4291 | 2024.10.09 04:58:08.142201 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4292 | 2024.10.09 04:58:08.142599 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2024.10.09 04:58:08.142749 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec. | ||
| 4294 | 2024.10.09 04:58:08.142972 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Debug> DynamicQueryHandler: Done processing query | ||
| 4295 | 2024.10.09 04:58:08.143000 [ 3 ] {c2c6deb5-f01b-4d9a-8f03-ffb15649deed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4296 | 2024.10.09 04:58:08.143017 [ 3 ] {} <Debug> HTTP-Session: de315a69-28ba-4675-95f4-9377c590a537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4297 | 2024.10.09 04:58:08.143197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4298 | 2024.10.09 04:58:08.143251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4299 | 2024.10.09 04:58:08.143272 [ 3 ] {} <Debug> HTTP-Session: b5ff2864-99ac-4fc1-a2f5-75d6b32280b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4300 | 2024.10.09 04:58:08.143289 [ 3 ] {} <Debug> HTTP-Session: b5ff2864-99ac-4fc1-a2f5-75d6b32280b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.10.09 04:58:08.143303 [ 3 ] {} <Debug> HTTP-Session: b5ff2864-99ac-4fc1-a2f5-75d6b32280b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4302 | 2024.10.09 04:58:08.143339 [ 3 ] {} <Trace> HTTP-Session: b5ff2864-99ac-4fc1-a2f5-75d6b32280b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2024.10.09 04:58:08.143499 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4304 | 2024.10.09 04:58:08.143546 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4305 | 2024.10.09 04:58:08.143784 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4306 | 2024.10.09 04:58:08.144203 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2024.10.09 04:58:08.144241 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4308 | 2024.10.09 04:58:08.144634 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4309 | 2024.10.09 04:58:08.145012 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2024.10.09 04:58:08.145170 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001741 sec., 63756.46180356117 rows/sec., 5.35 MiB/sec. | ||
| 4311 | 2024.10.09 04:58:08.145358 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4312 | 2024.10.09 04:58:08.145383 [ 3 ] {a2e61316-4b09-4c1c-9071-560fb913d5a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4313 | 2024.10.09 04:58:08.145399 [ 3 ] {} <Debug> HTTP-Session: b5ff2864-99ac-4fc1-a2f5-75d6b32280b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4314 | 2024.10.09 04:58:08.145550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4315 | 2024.10.09 04:58:08.145602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4316 | 2024.10.09 04:58:08.145621 [ 3 ] {} <Debug> HTTP-Session: b4187210-01ca-4ebc-9a93-2f0cead6aa0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4317 | 2024.10.09 04:58:08.145638 [ 3 ] {} <Debug> HTTP-Session: b4187210-01ca-4ebc-9a93-2f0cead6aa0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4318 | 2024.10.09 04:58:08.145651 [ 3 ] {} <Debug> HTTP-Session: b4187210-01ca-4ebc-9a93-2f0cead6aa0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4319 | 2024.10.09 04:58:08.145684 [ 3 ] {} <Trace> HTTP-Session: b4187210-01ca-4ebc-9a93-2f0cead6aa0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4320 | 2024.10.09 04:58:08.145795 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4321 | 2024.10.09 04:58:08.145839 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4322 | 2024.10.09 04:58:08.146068 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4323 | 2024.10.09 04:58:08.146413 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2024.10.09 04:58:08.146452 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4325 | 2024.10.09 04:58:08.146810 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4326 | 2024.10.09 04:58:08.147177 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2024.10.09 04:58:08.147331 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001561 sec., 18577.834721332478 rows/sec., 1.36 MiB/sec. | ||
| 4328 | 2024.10.09 04:58:08.147506 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4329 | 2024.10.09 04:58:08.147531 [ 3 ] {f303b2a0-74b8-4a21-8352-943f0a4efa6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4330 | 2024.10.09 04:58:08.147547 [ 3 ] {} <Debug> HTTP-Session: b4187210-01ca-4ebc-9a93-2f0cead6aa0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4331 | 2024.10.09 04:58:08.147692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4332 | 2024.10.09 04:58:08.147741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4333 | 2024.10.09 04:58:08.147760 [ 3 ] {} <Debug> HTTP-Session: 8bf15b1d-8704-454d-93ee-6ff1bda1afc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4334 | 2024.10.09 04:58:08.147776 [ 3 ] {} <Debug> HTTP-Session: 8bf15b1d-8704-454d-93ee-6ff1bda1afc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4335 | 2024.10.09 04:58:08.147791 [ 3 ] {} <Debug> HTTP-Session: 8bf15b1d-8704-454d-93ee-6ff1bda1afc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4336 | 2024.10.09 04:58:08.147822 [ 3 ] {} <Trace> HTTP-Session: 8bf15b1d-8704-454d-93ee-6ff1bda1afc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2024.10.09 04:58:08.147944 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4338 | 2024.10.09 04:58:08.147987 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4339 | 2024.10.09 04:58:08.148211 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4340 | 2024.10.09 04:58:08.148646 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2024.10.09 04:58:08.148684 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4342 | 2024.10.09 04:58:08.149048 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4343 | 2024.10.09 04:58:08.149406 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2024.10.09 04:58:08.149567 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001664 sec., 55889.42307692308 rows/sec., 4.37 MiB/sec. | ||
| 4345 | 2024.10.09 04:58:08.149751 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4346 | 2024.10.09 04:58:08.149776 [ 3 ] {d29a304a-6f0b-43ed-815c-fb9c4e13d3e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4347 | 2024.10.09 04:58:08.149792 [ 3 ] {} <Debug> HTTP-Session: 8bf15b1d-8704-454d-93ee-6ff1bda1afc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4348 | 2024.10.09 04:58:08.149936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4349 | 2024.10.09 04:58:08.149987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4350 | 2024.10.09 04:58:08.150006 [ 3 ] {} <Debug> HTTP-Session: d75e9b16-3a9d-4fd9-8adb-4aaa14c1566d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4351 | 2024.10.09 04:58:08.150021 [ 3 ] {} <Debug> HTTP-Session: d75e9b16-3a9d-4fd9-8adb-4aaa14c1566d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.10.09 04:58:08.150036 [ 3 ] {} <Debug> HTTP-Session: d75e9b16-3a9d-4fd9-8adb-4aaa14c1566d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4353 | 2024.10.09 04:58:08.150067 [ 3 ] {} <Trace> HTTP-Session: d75e9b16-3a9d-4fd9-8adb-4aaa14c1566d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2024.10.09 04:58:08.150211 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4355 | 2024.10.09 04:58:08.150257 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4356 | 2024.10.09 04:58:08.150401 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4357 | 2024.10.09 04:58:08.150791 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2024.10.09 04:58:08.150828 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4359 | 2024.10.09 04:58:08.151229 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4360 | 2024.10.09 04:58:08.151569 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2024.10.09 04:58:08.151710 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
| 4362 | 2024.10.09 04:58:08.151974 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4363 | 2024.10.09 04:58:08.152022 [ 3 ] {613e4cd2-12e7-4b95-8d20-12d7bbe3c4f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4364 | 2024.10.09 04:58:08.152049 [ 3 ] {} <Debug> HTTP-Session: d75e9b16-3a9d-4fd9-8adb-4aaa14c1566d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4365 | 2024.10.09 04:58:08.152241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4366 | 2024.10.09 04:58:08.152290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4367 | 2024.10.09 04:58:08.152308 [ 3 ] {} <Debug> HTTP-Session: 2a466476-4cb9-4a50-b2ff-ae966740e4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4368 | 2024.10.09 04:58:08.152326 [ 3 ] {} <Debug> HTTP-Session: 2a466476-4cb9-4a50-b2ff-ae966740e4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.10.09 04:58:08.152340 [ 3 ] {} <Debug> HTTP-Session: 2a466476-4cb9-4a50-b2ff-ae966740e4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4370 | 2024.10.09 04:58:08.152371 [ 3 ] {} <Trace> HTTP-Session: 2a466476-4cb9-4a50-b2ff-ae966740e4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2024.10.09 04:58:08.152868 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4372 | 2024.10.09 04:58:08.152942 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4373 | 2024.10.09 04:58:08.153381 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4374 | 2024.10.09 04:58:08.154076 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2024.10.09 04:58:08.154114 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4376 | 2024.10.09 04:58:08.154767 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4377 | 2024.10.09 04:58:08.155191 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2024.10.09 04:58:08.155382 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00292 sec., 9246.575342465754 rows/sec., 16.57 MiB/sec. | ||
| 4379 | 2024.10.09 04:58:08.155612 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Debug> DynamicQueryHandler: Done processing query | ||
| 4380 | 2024.10.09 04:58:08.155636 [ 3 ] {23b7aaf3-64af-4bb4-ac40-4ef58fc2fb51} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4381 | 2024.10.09 04:58:08.155653 [ 3 ] {} <Debug> HTTP-Session: 2a466476-4cb9-4a50-b2ff-ae966740e4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4382 | 2024.10.09 04:58:08.155792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4383 | 2024.10.09 04:58:08.155842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4384 | 2024.10.09 04:58:08.155860 [ 3 ] {} <Debug> HTTP-Session: 7bb50e74-1278-4aec-b9ce-54099b59b110 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4385 | 2024.10.09 04:58:08.155876 [ 3 ] {} <Debug> HTTP-Session: 7bb50e74-1278-4aec-b9ce-54099b59b110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.10.09 04:58:08.155890 [ 3 ] {} <Debug> HTTP-Session: 7bb50e74-1278-4aec-b9ce-54099b59b110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.10.09 04:58:08.155920 [ 3 ] {} <Trace> HTTP-Session: 7bb50e74-1278-4aec-b9ce-54099b59b110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2024.10.09 04:58:08.156037 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4389 | 2024.10.09 04:58:08.156081 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4390 | 2024.10.09 04:58:08.156211 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4391 | 2024.10.09 04:58:08.156579 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2024.10.09 04:58:08.156616 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4393 | 2024.10.09 04:58:08.156982 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4394 | 2024.10.09 04:58:08.157316 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2024.10.09 04:58:08.157476 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 4396 | 2024.10.09 04:58:08.157652 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Debug> DynamicQueryHandler: Done processing query | ||
| 4397 | 2024.10.09 04:58:08.157677 [ 3 ] {9ba3108b-43e1-4fd0-aacc-eb092952b741} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4398 | 2024.10.09 04:58:08.157692 [ 3 ] {} <Debug> HTTP-Session: 7bb50e74-1278-4aec-b9ce-54099b59b110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4399 | 2024.10.09 04:58:13.143505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4400 | 2024.10.09 04:58:13.143648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4401 | 2024.10.09 04:58:13.143674 [ 3 ] {} <Debug> HTTP-Session: afebf8af-e9b3-4394-bed1-8e7c762502c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4402 | 2024.10.09 04:58:13.143699 [ 3 ] {} <Debug> HTTP-Session: afebf8af-e9b3-4394-bed1-8e7c762502c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.10.09 04:58:13.143715 [ 3 ] {} <Debug> HTTP-Session: afebf8af-e9b3-4394-bed1-8e7c762502c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4404 | 2024.10.09 04:58:13.143765 [ 3 ] {} <Trace> HTTP-Session: afebf8af-e9b3-4394-bed1-8e7c762502c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4405 | 2024.10.09 04:58:13.144028 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4406 | 2024.10.09 04:58:13.144097 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4407 | 2024.10.09 04:58:13.144434 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4408 | 2024.10.09 04:58:13.145155 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2024.10.09 04:58:13.145240 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4410 | 2024.10.09 04:58:13.145796 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4411 | 2024.10.09 04:58:13.146213 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2024.10.09 04:58:13.146401 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002465 sec., 84787.01825557809 rows/sec., 7.48 MiB/sec. | ||
| 4413 | 2024.10.09 04:58:13.146829 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Debug> DynamicQueryHandler: Done processing query | ||
| 4414 | 2024.10.09 04:58:13.146859 [ 3 ] {133567e7-51f7-4bd7-894e-2af1c289f152} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4415 | 2024.10.09 04:58:13.146877 [ 3 ] {} <Debug> HTTP-Session: afebf8af-e9b3-4394-bed1-8e7c762502c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4416 | 2024.10.09 04:58:13.147058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4417 | 2024.10.09 04:58:13.147131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4418 | 2024.10.09 04:58:13.147154 [ 3 ] {} <Debug> HTTP-Session: 3de6d4b3-a204-4d37-82fc-5d7c7fc81942 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4419 | 2024.10.09 04:58:13.147176 [ 3 ] {} <Debug> HTTP-Session: 3de6d4b3-a204-4d37-82fc-5d7c7fc81942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4420 | 2024.10.09 04:58:13.147190 [ 3 ] {} <Debug> HTTP-Session: 3de6d4b3-a204-4d37-82fc-5d7c7fc81942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4421 | 2024.10.09 04:58:13.147240 [ 3 ] {} <Trace> HTTP-Session: 3de6d4b3-a204-4d37-82fc-5d7c7fc81942 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4422 | 2024.10.09 04:58:13.147374 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4423 | 2024.10.09 04:58:13.147432 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4424 | 2024.10.09 04:58:13.147732 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4425 | 2024.10.09 04:58:13.148102 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4426 | 2024.10.09 04:58:13.148139 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4427 | 2024.10.09 04:58:13.148494 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4428 | 2024.10.09 04:58:13.148872 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4429 | 2024.10.09 04:58:13.149048 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001706 sec., 5861.664712778429 rows/sec., 440.77 KiB/sec. | ||
| 4430 | 2024.10.09 04:58:13.149049 [ 145 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4431 | 2024.10.09 04:58:13.149149 [ 145 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.10.09 04:58:13.149217 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4433 | 2024.10.09 04:58:13.149355 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4434 | 2024.10.09 04:58:13.149438 [ 3 ] {3d510818-918a-4f13-b583-e5670a44dbff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4435 | 2024.10.09 04:58:13.149491 [ 3 ] {} <Debug> HTTP-Session: 3de6d4b3-a204-4d37-82fc-5d7c7fc81942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.10.09 04:58:13.149531 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4437 | 2024.10.09 04:58:13.149780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4438 | 2024.10.09 04:58:13.149932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4439 | 2024.10.09 04:58:13.149993 [ 3 ] {} <Debug> HTTP-Session: 94b1eeeb-3d7c-4d17-b39a-fc162701e938 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4440 | 2024.10.09 04:58:13.150042 [ 3 ] {} <Debug> HTTP-Session: 94b1eeeb-3d7c-4d17-b39a-fc162701e938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4441 | 2024.10.09 04:58:13.150059 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4442 | 2024.10.09 04:58:13.150064 [ 3 ] {} <Debug> HTTP-Session: 94b1eeeb-3d7c-4d17-b39a-fc162701e938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4443 | 2024.10.09 04:58:13.150098 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 37 rows starting from the beginning of the part | ||
| 4444 | 2024.10.09 04:58:13.150112 [ 3 ] {} <Trace> HTTP-Session: 94b1eeeb-3d7c-4d17-b39a-fc162701e938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4445 | 2024.10.09 04:58:13.150180 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 4446 | 2024.10.09 04:58:13.150418 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4447 | 2024.10.09 04:58:13.150588 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4448 | 2024.10.09 04:58:13.150612 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part | ||
| 4449 | 2024.10.09 04:58:13.150811 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
| 4450 | 2024.10.09 04:58:13.151110 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part | ||
| 4451 | 2024.10.09 04:58:13.151432 [ 191 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 4452 | 2024.10.09 04:58:13.152028 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4453 | 2024.10.09 04:58:13.152641 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2024.10.09 04:58:13.152682 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4455 | 2024.10.09 04:58:13.153244 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4456 | 2024.10.09 04:58:13.153490 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.004172226 sec., 31398.107389197037 rows/sec., 2.41 MiB/sec. | ||
| 4457 | 2024.10.09 04:58:13.153804 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4458 | 2024.10.09 04:58:13.153980 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4459 | 2024.10.09 04:58:13.154263 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004012 sec., 3489.531405782652 rows/sec., 244.38 KiB/sec. | ||
| 4460 | 2024.10.09 04:58:13.154825 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4461 | 2024.10.09 04:58:13.154861 [ 3 ] {60c0de94-195f-47c4-b865-096c123193c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4462 | 2024.10.09 04:58:13.154884 [ 3 ] {} <Debug> HTTP-Session: 94b1eeeb-3d7c-4d17-b39a-fc162701e938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4463 | 2024.10.09 04:58:13.154986 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2024.10.09 04:58:13.155080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4465 | 2024.10.09 04:58:13.155137 [ 196 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_16_3} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4466 | 2024.10.09 04:58:13.155164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4467 | 2024.10.09 04:58:13.155277 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4468 | 2024.10.09 04:58:13.155283 [ 3 ] {} <Debug> HTTP-Session: 55cf0369-67d8-4869-a9b7-1d76628e3ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4469 | 2024.10.09 04:58:13.155334 [ 3 ] {} <Debug> HTTP-Session: 55cf0369-67d8-4869-a9b7-1d76628e3ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4470 | 2024.10.09 04:58:13.155348 [ 3 ] {} <Debug> HTTP-Session: 55cf0369-67d8-4869-a9b7-1d76628e3ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4471 | 2024.10.09 04:58:13.155381 [ 3 ] {} <Trace> HTTP-Session: 55cf0369-67d8-4869-a9b7-1d76628e3ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4472 | 2024.10.09 04:58:13.155490 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4473 | 2024.10.09 04:58:13.155535 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4474 | 2024.10.09 04:58:13.155787 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4475 | 2024.10.09 04:58:13.156134 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4476 | 2024.10.09 04:58:13.156251 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4477 | 2024.10.09 04:58:13.156608 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4478 | 2024.10.09 04:58:13.156979 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4479 | 2024.10.09 04:58:13.157143 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 211.01 KiB/sec. | ||
| 4480 | 2024.10.09 04:58:13.157321 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 4481 | 2024.10.09 04:58:13.157346 [ 3 ] {f507add7-745c-4df4-a386-24bd349b72aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4482 | 2024.10.09 04:58:13.157362 [ 3 ] {} <Debug> HTTP-Session: 55cf0369-67d8-4869-a9b7-1d76628e3ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4483 | 2024.10.09 04:58:13.157524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4484 | 2024.10.09 04:58:13.157572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4485 | 2024.10.09 04:58:13.157591 [ 3 ] {} <Debug> HTTP-Session: 170b709a-ac1e-4c51-a698-eb87fbcdd606 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4486 | 2024.10.09 04:58:13.157607 [ 3 ] {} <Debug> HTTP-Session: 170b709a-ac1e-4c51-a698-eb87fbcdd606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4487 | 2024.10.09 04:58:13.157621 [ 3 ] {} <Debug> HTTP-Session: 170b709a-ac1e-4c51-a698-eb87fbcdd606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4488 | 2024.10.09 04:58:13.157652 [ 3 ] {} <Trace> HTTP-Session: 170b709a-ac1e-4c51-a698-eb87fbcdd606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4489 | 2024.10.09 04:58:13.157862 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4490 | 2024.10.09 04:58:13.157905 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4491 | 2024.10.09 04:58:13.158137 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4492 | 2024.10.09 04:58:13.158771 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4493 | 2024.10.09 04:58:13.158808 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4494 | 2024.10.09 04:58:13.159212 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4495 | 2024.10.09 04:58:13.159592 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4496 | 2024.10.09 04:58:13.159754 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.002005 sec., 195511.22194513716 rows/sec., 13.87 MiB/sec. | ||
| 4497 | 2024.10.09 04:58:13.159934 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4498 | 2024.10.09 04:58:13.159959 [ 3 ] {b1ba0b9c-042d-400c-b8ae-115eb0b4088f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4499 | 2024.10.09 04:58:13.159977 [ 3 ] {} <Debug> HTTP-Session: 170b709a-ac1e-4c51-a698-eb87fbcdd606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4500 | 2024.10.09 04:58:13.160122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4501 | 2024.10.09 04:58:13.160172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4502 | 2024.10.09 04:58:13.160192 [ 3 ] {} <Debug> HTTP-Session: 73b883ae-2fec-4215-9dc3-0aa55dc54f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4503 | 2024.10.09 04:58:13.160208 [ 3 ] {} <Debug> HTTP-Session: 73b883ae-2fec-4215-9dc3-0aa55dc54f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4504 | 2024.10.09 04:58:13.160222 [ 3 ] {} <Debug> HTTP-Session: 73b883ae-2fec-4215-9dc3-0aa55dc54f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4505 | 2024.10.09 04:58:13.160253 [ 3 ] {} <Trace> HTTP-Session: 73b883ae-2fec-4215-9dc3-0aa55dc54f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4506 | 2024.10.09 04:58:13.160351 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4507 | 2024.10.09 04:58:13.160396 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4508 | 2024.10.09 04:58:13.160527 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4509 | 2024.10.09 04:58:13.160825 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2024.10.09 04:58:13.160860 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4511 | 2024.10.09 04:58:13.161214 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4512 | 2024.10.09 04:58:13.161537 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2024.10.09 04:58:13.161694 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 4514 | 2024.10.09 04:58:13.161992 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Debug> DynamicQueryHandler: Done processing query | ||
| 4515 | 2024.10.09 04:58:13.162017 [ 3 ] {e1989969-c4f1-47ca-90a5-7533f14ed782} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4516 | 2024.10.09 04:58:13.162033 [ 3 ] {} <Debug> HTTP-Session: 73b883ae-2fec-4215-9dc3-0aa55dc54f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4517 | 2024.10.09 04:58:13.162169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4518 | 2024.10.09 04:58:13.162219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4519 | 2024.10.09 04:58:13.162237 [ 3 ] {} <Debug> HTTP-Session: bb2c1283-e0be-4204-9e4a-d66403c4d7b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4520 | 2024.10.09 04:58:13.162253 [ 3 ] {} <Debug> HTTP-Session: bb2c1283-e0be-4204-9e4a-d66403c4d7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4521 | 2024.10.09 04:58:13.162268 [ 3 ] {} <Debug> HTTP-Session: bb2c1283-e0be-4204-9e4a-d66403c4d7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4522 | 2024.10.09 04:58:13.162299 [ 3 ] {} <Trace> HTTP-Session: bb2c1283-e0be-4204-9e4a-d66403c4d7b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2024.10.09 04:58:13.162497 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4524 | 2024.10.09 04:58:13.162545 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4525 | 2024.10.09 04:58:13.162707 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4526 | 2024.10.09 04:58:13.163159 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4527 | 2024.10.09 04:58:13.163195 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4528 | 2024.10.09 04:58:13.163582 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4529 | 2024.10.09 04:58:13.163924 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4530 | 2024.10.09 04:58:13.164088 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 4531 | 2024.10.09 04:58:13.164301 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4532 | 2024.10.09 04:58:13.164325 [ 3 ] {5f4901db-8c18-4922-90d4-b6a80567d56b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4533 | 2024.10.09 04:58:13.164343 [ 3 ] {} <Debug> HTTP-Session: bb2c1283-e0be-4204-9e4a-d66403c4d7b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4534 | 2024.10.09 04:58:13.164482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4535 | 2024.10.09 04:58:13.164531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4536 | 2024.10.09 04:58:13.164550 [ 3 ] {} <Debug> HTTP-Session: 76270b33-7086-4ba3-9642-b33716c22e86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4537 | 2024.10.09 04:58:13.164567 [ 3 ] {} <Debug> HTTP-Session: 76270b33-7086-4ba3-9642-b33716c22e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4538 | 2024.10.09 04:58:13.164581 [ 3 ] {} <Debug> HTTP-Session: 76270b33-7086-4ba3-9642-b33716c22e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4539 | 2024.10.09 04:58:13.164612 [ 3 ] {} <Trace> HTTP-Session: 76270b33-7086-4ba3-9642-b33716c22e86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2024.10.09 04:58:13.164705 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4541 | 2024.10.09 04:58:13.164749 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4542 | 2024.10.09 04:58:13.164880 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4543 | 2024.10.09 04:58:13.165130 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.10.09 04:58:13.165166 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4545 | 2024.10.09 04:58:13.165532 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4546 | 2024.10.09 04:58:13.165851 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.10.09 04:58:13.166011 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 4548 | 2024.10.09 04:58:13.166283 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Debug> DynamicQueryHandler: Done processing query | ||
| 4549 | 2024.10.09 04:58:13.166309 [ 3 ] {80ee1506-417d-43eb-be1a-d63b88fd1924} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4550 | 2024.10.09 04:58:13.166325 [ 3 ] {} <Debug> HTTP-Session: 76270b33-7086-4ba3-9642-b33716c22e86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4551 | 2024.10.09 04:58:13.166443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4552 | 2024.10.09 04:58:13.166491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4553 | 2024.10.09 04:58:13.166511 [ 3 ] {} <Debug> HTTP-Session: e564b72c-d3ea-4bd4-abd6-b30ece831922 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4554 | 2024.10.09 04:58:13.166528 [ 3 ] {} <Debug> HTTP-Session: e564b72c-d3ea-4bd4-abd6-b30ece831922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4555 | 2024.10.09 04:58:13.166542 [ 3 ] {} <Debug> HTTP-Session: e564b72c-d3ea-4bd4-abd6-b30ece831922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4556 | 2024.10.09 04:58:13.166572 [ 3 ] {} <Trace> HTTP-Session: e564b72c-d3ea-4bd4-abd6-b30ece831922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4557 | 2024.10.09 04:58:13.166740 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4558 | 2024.10.09 04:58:13.166809 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4559 | 2024.10.09 04:58:13.167248 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4560 | 2024.10.09 04:58:13.167786 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4561 | 2024.10.09 04:58:13.167822 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4562 | 2024.10.09 04:58:13.168454 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4563 | 2024.10.09 04:58:13.168871 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2024.10.09 04:58:13.169059 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002397 sec., 4171.881518564873 rows/sec., 7.48 MiB/sec. | ||
| 4565 | 2024.10.09 04:58:13.169438 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4566 | 2024.10.09 04:58:13.169462 [ 3 ] {91df1d50-934d-40df-9d9f-33f96fef51bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4567 | 2024.10.09 04:58:13.169479 [ 3 ] {} <Debug> HTTP-Session: e564b72c-d3ea-4bd4-abd6-b30ece831922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4568 | 2024.10.09 04:58:13.169615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4569 | 2024.10.09 04:58:13.169665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4570 | 2024.10.09 04:58:13.169684 [ 3 ] {} <Debug> HTTP-Session: 7cd57115-4cc6-4e3c-919f-94e1f9a93713 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4571 | 2024.10.09 04:58:13.169701 [ 3 ] {} <Debug> HTTP-Session: 7cd57115-4cc6-4e3c-919f-94e1f9a93713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4572 | 2024.10.09 04:58:13.169715 [ 3 ] {} <Debug> HTTP-Session: 7cd57115-4cc6-4e3c-919f-94e1f9a93713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4573 | 2024.10.09 04:58:13.169746 [ 3 ] {} <Trace> HTTP-Session: 7cd57115-4cc6-4e3c-919f-94e1f9a93713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4574 | 2024.10.09 04:58:13.169866 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4575 | 2024.10.09 04:58:13.169911 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4576 | 2024.10.09 04:58:13.170041 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4577 | 2024.10.09 04:58:13.170336 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2024.10.09 04:58:13.170372 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4579 | 2024.10.09 04:58:13.170738 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4580 | 2024.10.09 04:58:13.171077 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2024.10.09 04:58:13.171230 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
| 4582 | 2024.10.09 04:58:13.171390 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4583 | 2024.10.09 04:58:13.171415 [ 3 ] {d6479cd3-c086-4d01-a48d-181959eb97ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4584 | 2024.10.09 04:58:13.171432 [ 3 ] {} <Debug> HTTP-Session: 7cd57115-4cc6-4e3c-919f-94e1f9a93713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4585 | 2024.10.09 04:58:17.313241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 476 | ||
| 4586 | 2024.10.09 04:58:17.316160 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2024.10.09 04:58:17.316218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4588 | 2024.10.09 04:58:17.317708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4589 | 2024.10.09 04:58:17.318738 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2024.10.09 04:58:17.319312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476 | ||
| 4591 | 2024.10.09 04:58:18.144740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4592 | 2024.10.09 04:58:18.144865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4593 | 2024.10.09 04:58:18.144893 [ 3 ] {} <Debug> HTTP-Session: 5a2ed94c-d1c7-48b6-b17e-6c146904763d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4594 | 2024.10.09 04:58:18.144917 [ 3 ] {} <Debug> HTTP-Session: 5a2ed94c-d1c7-48b6-b17e-6c146904763d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4595 | 2024.10.09 04:58:18.144932 [ 3 ] {} <Debug> HTTP-Session: 5a2ed94c-d1c7-48b6-b17e-6c146904763d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4596 | 2024.10.09 04:58:18.144983 [ 3 ] {} <Trace> HTTP-Session: 5a2ed94c-d1c7-48b6-b17e-6c146904763d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4597 | 2024.10.09 04:58:18.145208 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4598 | 2024.10.09 04:58:18.145281 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4599 | 2024.10.09 04:58:18.145629 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4600 | 2024.10.09 04:58:18.146219 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2024.10.09 04:58:18.146271 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4602 | 2024.10.09 04:58:18.146742 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4603 | 2024.10.09 04:58:18.147169 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2024.10.09 04:58:18.147330 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002199 sec., 50022.73760800364 rows/sec., 4.20 MiB/sec. | ||
| 4605 | 2024.10.09 04:58:18.147568 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Debug> DynamicQueryHandler: Done processing query | ||
| 4606 | 2024.10.09 04:58:18.147598 [ 3 ] {f20a7398-ad14-4b2b-876f-c9ddd9188d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4607 | 2024.10.09 04:58:18.147614 [ 3 ] {} <Debug> HTTP-Session: 5a2ed94c-d1c7-48b6-b17e-6c146904763d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4608 | 2024.10.09 04:58:18.147790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4609 | 2024.10.09 04:58:18.147850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4610 | 2024.10.09 04:58:18.147871 [ 3 ] {} <Debug> HTTP-Session: 028728c2-5786-4113-9670-efe376b50cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4611 | 2024.10.09 04:58:18.147890 [ 3 ] {} <Debug> HTTP-Session: 028728c2-5786-4113-9670-efe376b50cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4612 | 2024.10.09 04:58:18.147904 [ 3 ] {} <Debug> HTTP-Session: 028728c2-5786-4113-9670-efe376b50cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4613 | 2024.10.09 04:58:18.147941 [ 3 ] {} <Trace> HTTP-Session: 028728c2-5786-4113-9670-efe376b50cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2024.10.09 04:58:18.148057 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4615 | 2024.10.09 04:58:18.148106 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4616 | 2024.10.09 04:58:18.148351 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4617 | 2024.10.09 04:58:18.148706 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4618 | 2024.10.09 04:58:18.148743 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4619 | 2024.10.09 04:58:18.149120 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4620 | 2024.10.09 04:58:18.149537 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2024.10.09 04:58:18.149697 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001672 sec., 16148.325358851675 rows/sec., 1.19 MiB/sec. | ||
| 4622 | 2024.10.09 04:58:18.149942 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4623 | 2024.10.09 04:58:18.149968 [ 3 ] {9416df3b-1342-4390-acd0-34b8476619a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4624 | 2024.10.09 04:58:18.149985 [ 3 ] {} <Debug> HTTP-Session: 028728c2-5786-4113-9670-efe376b50cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4625 | 2024.10.09 04:58:18.150127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4626 | 2024.10.09 04:58:18.150182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4627 | 2024.10.09 04:58:18.150202 [ 3 ] {} <Debug> HTTP-Session: dd169df1-45c1-4ac3-945f-116303de1efd Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4628 | 2024.10.09 04:58:18.150220 [ 3 ] {} <Debug> HTTP-Session: dd169df1-45c1-4ac3-945f-116303de1efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4629 | 2024.10.09 04:58:18.150234 [ 3 ] {} <Debug> HTTP-Session: dd169df1-45c1-4ac3-945f-116303de1efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4630 | 2024.10.09 04:58:18.150270 [ 3 ] {} <Trace> HTTP-Session: dd169df1-45c1-4ac3-945f-116303de1efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2024.10.09 04:58:18.150401 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4632 | 2024.10.09 04:58:18.150448 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4633 | 2024.10.09 04:58:18.150682 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4634 | 2024.10.09 04:58:18.151156 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4635 | 2024.10.09 04:58:18.151204 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4636 | 2024.10.09 04:58:18.151598 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4637 | 2024.10.09 04:58:18.151980 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4638 | 2024.10.09 04:58:18.152114 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001762 sec., 51645.85698070375 rows/sec., 4.03 MiB/sec. | ||
| 4639 | 2024.10.09 04:58:18.152448 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Debug> DynamicQueryHandler: Done processing query | ||
| 4640 | 2024.10.09 04:58:18.152474 [ 3 ] {32b1712a-4977-4062-979d-a2bddf9d4dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4641 | 2024.10.09 04:58:18.152491 [ 3 ] {} <Debug> HTTP-Session: dd169df1-45c1-4ac3-945f-116303de1efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4642 | 2024.10.09 04:58:18.152668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4643 | 2024.10.09 04:58:18.152723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4644 | 2024.10.09 04:58:18.152743 [ 3 ] {} <Debug> HTTP-Session: db1ca4eb-043a-4588-9078-c8ed11a90b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4645 | 2024.10.09 04:58:18.152760 [ 3 ] {} <Debug> HTTP-Session: db1ca4eb-043a-4588-9078-c8ed11a90b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4646 | 2024.10.09 04:58:18.152774 [ 3 ] {} <Debug> HTTP-Session: db1ca4eb-043a-4588-9078-c8ed11a90b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4647 | 2024.10.09 04:58:18.152808 [ 3 ] {} <Trace> HTTP-Session: db1ca4eb-043a-4588-9078-c8ed11a90b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4648 | 2024.10.09 04:58:18.152978 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4649 | 2024.10.09 04:58:18.153029 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4650 | 2024.10.09 04:58:18.153204 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4651 | 2024.10.09 04:58:18.153605 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4652 | 2024.10.09 04:58:18.153640 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4653 | 2024.10.09 04:58:18.154031 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4654 | 2024.10.09 04:58:18.154385 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4655 | 2024.10.09 04:58:18.154513 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 4656 | 2024.10.09 04:58:18.154673 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Debug> DynamicQueryHandler: Done processing query | ||
| 4657 | 2024.10.09 04:58:18.154697 [ 3 ] {a5afb46b-e65e-434b-aa32-ec7b94b96401} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4658 | 2024.10.09 04:58:18.154713 [ 3 ] {} <Debug> HTTP-Session: db1ca4eb-043a-4588-9078-c8ed11a90b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4659 | 2024.10.09 04:58:18.154859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4660 | 2024.10.09 04:58:18.154908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4661 | 2024.10.09 04:58:18.154927 [ 3 ] {} <Debug> HTTP-Session: a484f974-a827-4421-b51c-c92b15e7d49c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4662 | 2024.10.09 04:58:18.154943 [ 3 ] {} <Debug> HTTP-Session: a484f974-a827-4421-b51c-c92b15e7d49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4663 | 2024.10.09 04:58:18.154957 [ 3 ] {} <Debug> HTTP-Session: a484f974-a827-4421-b51c-c92b15e7d49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4664 | 2024.10.09 04:58:18.154988 [ 3 ] {} <Trace> HTTP-Session: a484f974-a827-4421-b51c-c92b15e7d49c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4665 | 2024.10.09 04:58:18.155275 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4666 | 2024.10.09 04:58:18.155340 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4667 | 2024.10.09 04:58:18.155760 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4668 | 2024.10.09 04:58:18.156452 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2024.10.09 04:58:18.156489 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4670 | 2024.10.09 04:58:18.157172 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4671 | 2024.10.09 04:58:18.157605 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2024.10.09 04:58:18.157736 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4673 | 2024.10.09 04:58:18.157755 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002684 sec., 10059.612518628912 rows/sec., 18.03 MiB/sec. | ||
| 4674 | 2024.10.09 04:58:18.157781 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2024.10.09 04:58:18.157814 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4676 | 2024.10.09 04:58:18.157975 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4677 | 2024.10.09 04:58:18.158081 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Debug> DynamicQueryHandler: Done processing query | ||
| 4678 | 2024.10.09 04:58:18.158114 [ 3 ] {7ecd6871-183b-411f-8cb3-b2500039e135} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4679 | 2024.10.09 04:58:18.158143 [ 3 ] {} <Debug> HTTP-Session: a484f974-a827-4421-b51c-c92b15e7d49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4680 | 2024.10.09 04:58:18.158304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4681 | 2024.10.09 04:58:18.158315 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4682 | 2024.10.09 04:58:18.158366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4683 | 2024.10.09 04:58:18.158389 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 183 rows starting from the beginning of the part | ||
| 4684 | 2024.10.09 04:58:18.158395 [ 3 ] {} <Debug> HTTP-Session: 15baef98-3a6a-425a-8a10-86752282823f Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4685 | 2024.10.09 04:58:18.158422 [ 3 ] {} <Debug> HTTP-Session: 15baef98-3a6a-425a-8a10-86752282823f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4686 | 2024.10.09 04:58:18.158445 [ 3 ] {} <Debug> HTTP-Session: 15baef98-3a6a-425a-8a10-86752282823f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4687 | 2024.10.09 04:58:18.158494 [ 3 ] {} <Trace> HTTP-Session: 15baef98-3a6a-425a-8a10-86752282823f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2024.10.09 04:58:18.158814 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4689 | 2024.10.09 04:58:18.158930 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 4690 | 2024.10.09 04:58:18.158945 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4691 | 2024.10.09 04:58:18.159602 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 4692 | 2024.10.09 04:58:18.159614 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4693 | 2024.10.09 04:58:18.160139 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 4694 | 2024.10.09 04:58:18.160572 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4695 | 2024.10.09 04:58:18.160656 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4696 | 2024.10.09 04:58:18.160708 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
| 4697 | 2024.10.09 04:58:18.161209 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 4698 | 2024.10.09 04:58:18.161765 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4699 | 2024.10.09 04:58:18.162243 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4700 | 2024.10.09 04:58:18.162482 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003832 sec., 15657.620041753655 rows/sec., 1.06 MiB/sec. | ||
| 4701 | 2024.10.09 04:58:18.162798 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4702 | 2024.10.09 04:58:18.162827 [ 3 ] {718dc733-45f6-4997-a798-7ccc73d4eabb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4703 | 2024.10.09 04:58:18.162852 [ 3 ] {} <Debug> HTTP-Session: 15baef98-3a6a-425a-8a10-86752282823f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.10.09 04:58:18.165261 [ 189 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 19 columns (19 merged, 0 gathered) in 0.007372891 sec., 38519.48984462133 rows/sec., 69.03 MiB/sec. | ||
| 4705 | 2024.10.09 04:58:18.165902 [ 189 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4706 | 2024.10.09 04:58:18.166573 [ 189 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2024.10.09 04:58:18.166666 [ 189 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4708 | 2024.10.09 04:58:18.166826 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 4709 | 2024.10.09 04:58:19.535315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 194512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4710 | 2024.10.09 04:58:19.535446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4711 | 2024.10.09 04:58:19.535475 [ 3 ] {} <Debug> HTTP-Session: 5e3205a1-e49a-43d1-bb56-4fc226bb28cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4712 | 2024.10.09 04:58:19.535503 [ 3 ] {} <Debug> HTTP-Session: 5e3205a1-e49a-43d1-bb56-4fc226bb28cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4713 | 2024.10.09 04:58:19.535520 [ 3 ] {} <Debug> HTTP-Session: 5e3205a1-e49a-43d1-bb56-4fc226bb28cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4714 | 2024.10.09 04:58:19.535574 [ 3 ] {} <Trace> HTTP-Session: 5e3205a1-e49a-43d1-bb56-4fc226bb28cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4715 | 2024.10.09 04:58:19.536563 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4716 | 2024.10.09 04:58:19.536640 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4717 | 2024.10.09 04:58:19.536978 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4718 | 2024.10.09 04:58:19.538527 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2024.10.09 04:58:19.538577 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4720 | 2024.10.09 04:58:19.539129 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4721 | 2024.10.09 04:58:19.539534 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2024.10.09 04:58:19.539719 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Debug> executeQuery: Read 1333 rows, 113.85 KiB in 0.003926 sec., 339531.32959755475 rows/sec., 28.32 MiB/sec. | ||
| 4723 | 2024.10.09 04:58:19.539717 [ 137 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4724 | 2024.10.09 04:58:19.539834 [ 137 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2024.10.09 04:58:19.539898 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4726 | 2024.10.09 04:58:19.540070 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Debug> DynamicQueryHandler: Done processing query | ||
| 4727 | 2024.10.09 04:58:19.540148 [ 3 ] {f328fa31-a4dc-4dca-ba01-9b53412b2f24} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 4728 | 2024.10.09 04:58:19.540229 [ 3 ] {} <Debug> HTTP-Session: 5e3205a1-e49a-43d1-bb56-4fc226bb28cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4729 | 2024.10.09 04:58:19.540362 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4730 | 2024.10.09 04:58:19.540579 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4731 | 2024.10.09 04:58:19.540620 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1405 rows starting from the beginning of the part | ||
| 4732 | 2024.10.09 04:58:19.540671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4733 | 2024.10.09 04:58:19.540804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4734 | 2024.10.09 04:58:19.540832 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 210 rows starting from the beginning of the part | ||
| 4735 | 2024.10.09 04:58:19.540880 [ 3 ] {} <Debug> HTTP-Session: 38043f3e-812e-4aa5-93d9-e4647bd256f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4736 | 2024.10.09 04:58:19.540957 [ 3 ] {} <Debug> HTTP-Session: 38043f3e-812e-4aa5-93d9-e4647bd256f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4737 | 2024.10.09 04:58:19.541056 [ 3 ] {} <Debug> HTTP-Session: 38043f3e-812e-4aa5-93d9-e4647bd256f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4738 | 2024.10.09 04:58:19.541249 [ 3 ] {} <Trace> HTTP-Session: 38043f3e-812e-4aa5-93d9-e4647bd256f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2024.10.09 04:58:19.541278 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 111 rows starting from the beginning of the part | ||
| 4740 | 2024.10.09 04:58:19.541597 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 209 rows starting from the beginning of the part | ||
| 4741 | 2024.10.09 04:58:19.541614 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4742 | 2024.10.09 04:58:19.541760 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4743 | 2024.10.09 04:58:19.541855 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part | ||
| 4744 | 2024.10.09 04:58:19.542141 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1333 rows starting from the beginning of the part | ||
| 4745 | 2024.10.09 04:58:19.543049 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4746 | 2024.10.09 04:58:19.543709 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2024.10.09 04:58:19.543785 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4748 | 2024.10.09 04:58:19.544810 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4749 | 2024.10.09 04:58:19.545301 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2024.10.09 04:58:19.545572 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00411 sec., 486.61800486618006 rows/sec., 36.59 KiB/sec. | ||
| 4751 | 2024.10.09 04:58:19.546135 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 5 columns (5 merged, 0 gathered) in 0.006120499 sec., 551915.7833372736 rows/sec., 48.57 MiB/sec. | ||
| 4752 | 2024.10.09 04:58:19.546203 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 4753 | 2024.10.09 04:58:19.546242 [ 3 ] {619ed632-a653-48bd-91b4-a025aa1856fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4754 | 2024.10.09 04:58:19.546260 [ 3 ] {} <Debug> HTTP-Session: 38043f3e-812e-4aa5-93d9-e4647bd256f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4755 | 2024.10.09 04:58:19.546411 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4756 | 2024.10.09 04:58:19.546452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4757 | 2024.10.09 04:58:19.546539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4758 | 2024.10.09 04:58:19.546570 [ 3 ] {} <Debug> HTTP-Session: 1e73e662-2892-4944-bcec-18f314c10877 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4759 | 2024.10.09 04:58:19.546599 [ 3 ] {} <Debug> HTTP-Session: 1e73e662-2892-4944-bcec-18f314c10877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4760 | 2024.10.09 04:58:19.546619 [ 3 ] {} <Debug> HTTP-Session: 1e73e662-2892-4944-bcec-18f314c10877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4761 | 2024.10.09 04:58:19.546710 [ 3 ] {} <Trace> HTTP-Session: 1e73e662-2892-4944-bcec-18f314c10877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2024.10.09 04:58:19.547082 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4763 | 2024.10.09 04:58:19.547164 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4764 | 2024.10.09 04:58:19.547173 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2024.10.09 04:58:19.547397 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_21_4} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4766 | 2024.10.09 04:58:19.547565 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 4767 | 2024.10.09 04:58:19.547717 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4768 | 2024.10.09 04:58:19.548198 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2024.10.09 04:58:19.548237 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4770 | 2024.10.09 04:58:19.548619 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4771 | 2024.10.09 04:58:19.549004 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2024.10.09 04:58:19.549148 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00224 sec., 108035.71428571429 rows/sec., 7.32 MiB/sec. | ||
| 4773 | 2024.10.09 04:58:19.549374 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4774 | 2024.10.09 04:58:19.549399 [ 3 ] {b17d0477-db5b-4934-9127-e11512c475e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4775 | 2024.10.09 04:58:19.549416 [ 3 ] {} <Debug> HTTP-Session: 1e73e662-2892-4944-bcec-18f314c10877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4776 | 2024.10.09 04:58:19.549578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4777 | 2024.10.09 04:58:19.549628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4778 | 2024.10.09 04:58:19.549647 [ 3 ] {} <Debug> HTTP-Session: 66716ad6-6811-4e1d-9d79-edbb1796f7ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4779 | 2024.10.09 04:58:19.549663 [ 3 ] {} <Debug> HTTP-Session: 66716ad6-6811-4e1d-9d79-edbb1796f7ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4780 | 2024.10.09 04:58:19.549676 [ 3 ] {} <Debug> HTTP-Session: 66716ad6-6811-4e1d-9d79-edbb1796f7ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4781 | 2024.10.09 04:58:19.549706 [ 3 ] {} <Trace> HTTP-Session: 66716ad6-6811-4e1d-9d79-edbb1796f7ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2024.10.09 04:58:19.549802 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4783 | 2024.10.09 04:58:19.549844 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4784 | 2024.10.09 04:58:19.550072 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4785 | 2024.10.09 04:58:19.550381 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2024.10.09 04:58:19.550419 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4787 | 2024.10.09 04:58:19.550761 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4788 | 2024.10.09 04:58:19.551116 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2024.10.09 04:58:19.551267 [ 136 ] {} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4790 | 2024.10.09 04:58:19.551277 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 237.75 KiB/sec. | ||
| 4791 | 2024.10.09 04:58:19.551347 [ 136 ] {} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2024.10.09 04:58:19.551423 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4793 | 2024.10.09 04:58:19.551631 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 4794 | 2024.10.09 04:58:19.551651 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4795 | 2024.10.09 04:58:19.551711 [ 3 ] {4cf05267-6ac4-4aea-9739-9c8ca24f902e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4796 | 2024.10.09 04:58:19.551730 [ 3 ] {} <Debug> HTTP-Session: 66716ad6-6811-4e1d-9d79-edbb1796f7ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4797 | 2024.10.09 04:58:19.551860 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4798 | 2024.10.09 04:58:19.551907 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 4799 | 2024.10.09 04:58:19.552021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 137101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4800 | 2024.10.09 04:58:19.552206 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 4801 | 2024.10.09 04:58:19.552215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4802 | 2024.10.09 04:58:19.552310 [ 3 ] {} <Debug> HTTP-Session: 8d29ad09-c219-42d6-bce8-e793e9f90ade Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4803 | 2024.10.09 04:58:19.552397 [ 3 ] {} <Debug> HTTP-Session: 8d29ad09-c219-42d6-bce8-e793e9f90ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4804 | 2024.10.09 04:58:19.552479 [ 3 ] {} <Debug> HTTP-Session: 8d29ad09-c219-42d6-bce8-e793e9f90ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4805 | 2024.10.09 04:58:19.552540 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4806 | 2024.10.09 04:58:19.552586 [ 3 ] {} <Trace> HTTP-Session: 8d29ad09-c219-42d6-bce8-e793e9f90ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2024.10.09 04:58:19.552886 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4808 | 2024.10.09 04:58:19.553053 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4809 | 2024.10.09 04:58:19.553356 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4810 | 2024.10.09 04:58:19.553510 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4811 | 2024.10.09 04:58:19.554242 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4812 | 2024.10.09 04:58:19.555093 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003542955 sec., 8467.508054717036 rows/sec., 537.49 KiB/sec. | ||
| 4813 | 2024.10.09 04:58:19.555307 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4814 | 2024.10.09 04:58:19.555631 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.10.09 04:58:19.555723 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4816 | 2024.10.09 04:58:19.556094 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2024.10.09 04:58:19.556268 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_9_2} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4818 | 2024.10.09 04:58:19.556408 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4819 | 2024.10.09 04:58:19.556524 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4820 | 2024.10.09 04:58:19.556888 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.10.09 04:58:19.557064 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.004161 sec., 201874.54938716657 rows/sec., 14.58 MiB/sec. | ||
| 4822 | 2024.10.09 04:58:19.557065 [ 136 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4823 | 2024.10.09 04:58:19.557173 [ 136 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2024.10.09 04:58:19.557223 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4825 | 2024.10.09 04:58:19.557448 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Debug> DynamicQueryHandler: Done processing query | ||
| 4826 | 2024.10.09 04:58:19.557519 [ 3 ] {43840ed2-d452-4399-be1b-df41a8318a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 4827 | 2024.10.09 04:58:19.557531 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4828 | 2024.10.09 04:58:19.557546 [ 3 ] {} <Debug> HTTP-Session: 8d29ad09-c219-42d6-bce8-e793e9f90ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4829 | 2024.10.09 04:58:19.557996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4830 | 2024.10.09 04:58:19.558030 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4831 | 2024.10.09 04:58:19.558069 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part | ||
| 4832 | 2024.10.09 04:58:19.558073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4833 | 2024.10.09 04:58:19.558102 [ 3 ] {} <Debug> HTTP-Session: 2a4ffad7-5007-4f44-a15c-d5ebb107383c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4834 | 2024.10.09 04:58:19.558135 [ 3 ] {} <Debug> HTTP-Session: 2a4ffad7-5007-4f44-a15c-d5ebb107383c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.10.09 04:58:19.558192 [ 3 ] {} <Debug> HTTP-Session: 2a4ffad7-5007-4f44-a15c-d5ebb107383c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4836 | 2024.10.09 04:58:19.558257 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 401 rows starting from the beginning of the part | ||
| 4837 | 2024.10.09 04:58:19.558299 [ 3 ] {} <Trace> HTTP-Session: 2a4ffad7-5007-4f44-a15c-d5ebb107383c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4838 | 2024.10.09 04:58:19.558632 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 93 rows starting from the beginning of the part | ||
| 4839 | 2024.10.09 04:58:19.558657 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4840 | 2024.10.09 04:58:19.558766 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4841 | 2024.10.09 04:58:19.558799 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 392 rows starting from the beginning of the part | ||
| 4842 | 2024.10.09 04:58:19.559032 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 91 rows starting from the beginning of the part | ||
| 4843 | 2024.10.09 04:58:19.559286 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 840 rows starting from the beginning of the part | ||
| 4844 | 2024.10.09 04:58:19.559562 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4845 | 2024.10.09 04:58:19.560030 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4846 | 2024.10.09 04:58:19.560071 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4847 | 2024.10.09 04:58:19.560610 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4848 | 2024.10.09 04:58:19.561184 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4849 | 2024.10.09 04:58:19.561551 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002983 sec., 2011.3979215554812 rows/sec., 105.09 KiB/sec. | ||
| 4850 | 2024.10.09 04:58:19.561744 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2712 rows, containing 5 columns (5 merged, 0 gathered) in 0.004410794 sec., 614855.2845587438 rows/sec., 46.87 MiB/sec. | ||
| 4851 | 2024.10.09 04:58:19.561911 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4852 | 2024.10.09 04:58:19.561934 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4853 | 2024.10.09 04:58:19.561943 [ 3 ] {1a5ae158-d506-4fb5-a6bc-41a3f63679bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4854 | 2024.10.09 04:58:19.561973 [ 3 ] {} <Debug> HTTP-Session: 2a4ffad7-5007-4f44-a15c-d5ebb107383c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4855 | 2024.10.09 04:58:19.562218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 180892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4856 | 2024.10.09 04:58:19.562270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4857 | 2024.10.09 04:58:19.562296 [ 3 ] {} <Debug> HTTP-Session: e9912f15-520b-4bbc-a32c-274e82f1ebe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4858 | 2024.10.09 04:58:19.562316 [ 3 ] {} <Debug> HTTP-Session: e9912f15-520b-4bbc-a32c-274e82f1ebe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4859 | 2024.10.09 04:58:19.562341 [ 3 ] {} <Debug> HTTP-Session: e9912f15-520b-4bbc-a32c-274e82f1ebe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4860 | 2024.10.09 04:58:19.562354 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2024.10.09 04:58:19.562379 [ 3 ] {} <Trace> HTTP-Session: e9912f15-520b-4bbc-a32c-274e82f1ebe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4862 | 2024.10.09 04:58:19.562446 [ 187 ] {f0532510-5495-42af-af35-2105db47f503::all_1_21_4} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4863 | 2024.10.09 04:58:19.562565 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4864 | 2024.10.09 04:58:19.563085 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4865 | 2024.10.09 04:58:19.563136 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4866 | 2024.10.09 04:58:19.563288 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4867 | 2024.10.09 04:58:19.564190 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2024.10.09 04:58:19.564228 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4869 | 2024.10.09 04:58:19.564715 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4870 | 2024.10.09 04:58:19.565088 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4871 | 2024.10.09 04:58:19.565246 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4872 | 2024.10.09 04:58:19.565255 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.002622 sec., 364988.5583524027 rows/sec., 24.25 MiB/sec. | ||
| 4873 | 2024.10.09 04:58:19.565292 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4874 | 2024.10.09 04:58:19.565356 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4875 | 2024.10.09 04:58:19.565583 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4876 | 2024.10.09 04:58:19.565623 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Debug> DynamicQueryHandler: Done processing query | ||
| 4877 | 2024.10.09 04:58:19.565669 [ 3 ] {da4ed542-7b75-44d5-8595-3cdce3f5ee03} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
| 4878 | 2024.10.09 04:58:19.565711 [ 3 ] {} <Debug> HTTP-Session: e9912f15-520b-4bbc-a32c-274e82f1ebe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4879 | 2024.10.09 04:58:19.565837 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4880 | 2024.10.09 04:58:19.565880 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5346 rows starting from the beginning of the part | ||
| 4881 | 2024.10.09 04:58:19.565993 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 4882 | 2024.10.09 04:58:19.566115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4883 | 2024.10.09 04:58:19.566305 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 4884 | 2024.10.09 04:58:19.566322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4885 | 2024.10.09 04:58:19.566411 [ 3 ] {} <Debug> HTTP-Session: 0918abac-5e5e-4edd-aa78-b047be526642 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4886 | 2024.10.09 04:58:19.566482 [ 3 ] {} <Debug> HTTP-Session: 0918abac-5e5e-4edd-aa78-b047be526642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4887 | 2024.10.09 04:58:19.566555 [ 3 ] {} <Debug> HTTP-Session: 0918abac-5e5e-4edd-aa78-b047be526642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4888 | 2024.10.09 04:58:19.566631 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 4889 | 2024.10.09 04:58:19.566655 [ 3 ] {} <Trace> HTTP-Session: 0918abac-5e5e-4edd-aa78-b047be526642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4890 | 2024.10.09 04:58:19.566842 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 4891 | 2024.10.09 04:58:19.566927 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4892 | 2024.10.09 04:58:19.567157 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4893 | 2024.10.09 04:58:19.567184 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 957 rows starting from the beginning of the part | ||
| 4894 | 2024.10.09 04:58:19.567969 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4895 | 2024.10.09 04:58:19.568510 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2024.10.09 04:58:19.568614 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4897 | 2024.10.09 04:58:19.569345 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4898 | 2024.10.09 04:58:19.570306 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2024.10.09 04:58:19.570582 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003754 sec., 266.3825253063399 rows/sec., 17.95 KiB/sec. | ||
| 4900 | 2024.10.09 04:58:19.570872 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4901 | 2024.10.09 04:58:19.570900 [ 3 ] {7555a643-7b8f-4900-b4cd-2e8f845d110b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4902 | 2024.10.09 04:58:19.570918 [ 3 ] {} <Debug> HTTP-Session: 0918abac-5e5e-4edd-aa78-b047be526642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4903 | 2024.10.09 04:58:19.571045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4904 | 2024.10.09 04:58:19.571095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4905 | 2024.10.09 04:58:19.571129 [ 3 ] {} <Debug> HTTP-Session: 8c633740-9603-4fef-9e5a-83d85f76f916 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4906 | 2024.10.09 04:58:19.571146 [ 3 ] {} <Debug> HTTP-Session: 8c633740-9603-4fef-9e5a-83d85f76f916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.10.09 04:58:19.571162 [ 3 ] {} <Debug> HTTP-Session: 8c633740-9603-4fef-9e5a-83d85f76f916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4908 | 2024.10.09 04:58:19.571194 [ 3 ] {} <Trace> HTTP-Session: 8c633740-9603-4fef-9e5a-83d85f76f916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4909 | 2024.10.09 04:58:19.571390 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4910 | 2024.10.09 04:58:19.571463 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4911 | 2024.10.09 04:58:19.572359 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7098 rows, containing 5 columns (5 merged, 0 gathered) in 0.006884834 sec., 1030961.6760549346 rows/sec., 69.39 MiB/sec. | ||
| 4912 | 2024.10.09 04:58:19.572522 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4913 | 2024.10.09 04:58:19.572864 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4914 | 2024.10.09 04:58:19.573803 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.10.09 04:58:19.573875 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4916 | 2024.10.09 04:58:19.573959 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2024.10.09 04:58:19.574173 [ 193 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4918 | 2024.10.09 04:58:19.574335 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 4919 | 2024.10.09 04:58:19.574880 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4920 | 2024.10.09 04:58:19.575321 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2024.10.09 04:58:19.575515 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.004173 sec., 479.27150730889053 rows/sec., 879.44 KiB/sec. | ||
| 4922 | 2024.10.09 04:58:19.575762 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Debug> DynamicQueryHandler: Done processing query | ||
| 4923 | 2024.10.09 04:58:19.575788 [ 3 ] {d55d0a1b-ebce-41b2-92f7-347b660b0a16} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4924 | 2024.10.09 04:58:19.575805 [ 3 ] {} <Debug> HTTP-Session: 8c633740-9603-4fef-9e5a-83d85f76f916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.10.09 04:58:19.575924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4926 | 2024.10.09 04:58:19.575975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4927 | 2024.10.09 04:58:19.575995 [ 3 ] {} <Debug> HTTP-Session: 170ed7af-2fe2-4f05-82f5-9f9c2d3e062c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4928 | 2024.10.09 04:58:19.576013 [ 3 ] {} <Debug> HTTP-Session: 170ed7af-2fe2-4f05-82f5-9f9c2d3e062c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4929 | 2024.10.09 04:58:19.576027 [ 3 ] {} <Debug> HTTP-Session: 170ed7af-2fe2-4f05-82f5-9f9c2d3e062c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4930 | 2024.10.09 04:58:19.576057 [ 3 ] {} <Trace> HTTP-Session: 170ed7af-2fe2-4f05-82f5-9f9c2d3e062c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4931 | 2024.10.09 04:58:19.576173 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4932 | 2024.10.09 04:58:19.576219 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4933 | 2024.10.09 04:58:19.576353 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4934 | 2024.10.09 04:58:19.576976 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.10.09 04:58:19.577036 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4936 | 2024.10.09 04:58:19.577427 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4937 | 2024.10.09 04:58:19.577756 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.10.09 04:58:19.577910 [ 136 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4939 | 2024.10.09 04:58:19.577922 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001782 sec., 20202.0202020202 rows/sec., 1.18 MiB/sec. | ||
| 4940 | 2024.10.09 04:58:19.577959 [ 136 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2024.10.09 04:58:19.578014 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4942 | 2024.10.09 04:58:19.578227 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4943 | 2024.10.09 04:58:19.578254 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Debug> DynamicQueryHandler: Done processing query | ||
| 4944 | 2024.10.09 04:58:19.578303 [ 3 ] {33365624-3f79-4080-b496-1d2d459d81af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4945 | 2024.10.09 04:58:19.578323 [ 3 ] {} <Debug> HTTP-Session: 170ed7af-2fe2-4f05-82f5-9f9c2d3e062c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4946 | 2024.10.09 04:58:19.578439 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4947 | 2024.10.09 04:58:19.578480 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 854 rows starting from the beginning of the part | ||
| 4948 | 2024.10.09 04:58:19.578602 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 4949 | 2024.10.09 04:58:19.578705 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 4950 | 2024.10.09 04:58:19.578934 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 4951 | 2024.10.09 04:58:19.579061 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 4952 | 2024.10.09 04:58:19.579274 [ 202 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 4953 | 2024.10.09 04:58:19.580543 [ 197 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002419259 sec., 485272.5565968753 rows/sec., 31.48 MiB/sec. | ||
| 4954 | 2024.10.09 04:58:19.580734 [ 197 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4955 | 2024.10.09 04:58:19.581142 [ 197 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2024.10.09 04:58:19.581218 [ 197 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_21_4} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4957 | 2024.10.09 04:58:19.581304 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4958 | 2024.10.09 04:58:20.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.23 MiB, peak 158.53 MiB, free memory in arenas 0.00 B, will set to 151.32 MiB (RSS), difference: 1.09 MiB | ||
| 4959 | 2024.10.09 04:58:22.199251 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4960 | 2024.10.09 04:58:22.199326 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4961 | 2024.10.09 04:58:23.138194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4962 | 2024.10.09 04:58:23.138308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4963 | 2024.10.09 04:58:23.138333 [ 3 ] {} <Debug> HTTP-Session: de51d427-8327-42e4-a87b-406531919d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4964 | 2024.10.09 04:58:23.138357 [ 3 ] {} <Debug> HTTP-Session: de51d427-8327-42e4-a87b-406531919d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4965 | 2024.10.09 04:58:23.138373 [ 3 ] {} <Debug> HTTP-Session: de51d427-8327-42e4-a87b-406531919d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4966 | 2024.10.09 04:58:23.138423 [ 3 ] {} <Trace> HTTP-Session: de51d427-8327-42e4-a87b-406531919d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4967 | 2024.10.09 04:58:23.138626 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4968 | 2024.10.09 04:58:23.138695 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4969 | 2024.10.09 04:58:23.139034 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4970 | 2024.10.09 04:58:23.139551 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2024.10.09 04:58:23.139596 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4972 | 2024.10.09 04:58:23.140021 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4973 | 2024.10.09 04:58:23.140422 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2024.10.09 04:58:23.140595 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00203 sec., 35467.9802955665 rows/sec., 2.88 MiB/sec. | ||
| 4975 | 2024.10.09 04:58:23.140809 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Debug> DynamicQueryHandler: Done processing query | ||
| 4976 | 2024.10.09 04:58:23.140839 [ 3 ] {093a2282-3ba8-4b6c-8f79-53f086348e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4977 | 2024.10.09 04:58:23.140856 [ 3 ] {} <Debug> HTTP-Session: de51d427-8327-42e4-a87b-406531919d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4978 | 2024.10.09 04:58:23.141009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4979 | 2024.10.09 04:58:23.141064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4980 | 2024.10.09 04:58:23.141086 [ 3 ] {} <Debug> HTTP-Session: 22ca802e-32f0-4139-851a-e7db73e9cf35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4981 | 2024.10.09 04:58:23.141103 [ 3 ] {} <Debug> HTTP-Session: 22ca802e-32f0-4139-851a-e7db73e9cf35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4982 | 2024.10.09 04:58:23.141118 [ 3 ] {} <Debug> HTTP-Session: 22ca802e-32f0-4139-851a-e7db73e9cf35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.10.09 04:58:23.141152 [ 3 ] {} <Trace> HTTP-Session: 22ca802e-32f0-4139-851a-e7db73e9cf35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2024.10.09 04:58:23.141254 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4985 | 2024.10.09 04:58:23.141298 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4986 | 2024.10.09 04:58:23.141530 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4987 | 2024.10.09 04:58:23.141868 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4988 | 2024.10.09 04:58:23.141907 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4989 | 2024.10.09 04:58:23.142262 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4990 | 2024.10.09 04:58:23.142642 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4991 | 2024.10.09 04:58:23.142799 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00156 sec., 5128.205128205128 rows/sec., 385.62 KiB/sec. | ||
| 4992 | 2024.10.09 04:58:23.142965 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Debug> DynamicQueryHandler: Done processing query | ||
| 4993 | 2024.10.09 04:58:23.142991 [ 3 ] {14fe9bbb-4746-4165-a7c3-389c89b0ac58} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4994 | 2024.10.09 04:58:23.143008 [ 3 ] {} <Debug> HTTP-Session: 22ca802e-32f0-4139-851a-e7db73e9cf35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4995 | 2024.10.09 04:58:23.143165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4996 | 2024.10.09 04:58:23.143214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4997 | 2024.10.09 04:58:23.143234 [ 3 ] {} <Debug> HTTP-Session: 8fcc2a26-050e-4e18-9d3b-51212512aef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 4998 | 2024.10.09 04:58:23.143252 [ 3 ] {} <Debug> HTTP-Session: 8fcc2a26-050e-4e18-9d3b-51212512aef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4999 | 2024.10.09 04:58:23.143267 [ 3 ] {} <Debug> HTTP-Session: 8fcc2a26-050e-4e18-9d3b-51212512aef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5000 | 2024.10.09 04:58:23.143298 [ 3 ] {} <Trace> HTTP-Session: 8fcc2a26-050e-4e18-9d3b-51212512aef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2024.10.09 04:58:23.143427 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5002 | 2024.10.09 04:58:23.143470 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5003 | 2024.10.09 04:58:23.143702 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5004 | 2024.10.09 04:58:23.144095 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2024.10.09 04:58:23.144133 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5006 | 2024.10.09 04:58:23.144494 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5007 | 2024.10.09 04:58:23.144865 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2024.10.09 04:58:23.145023 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001641 sec., 43875.68555758683 rows/sec., 3.43 MiB/sec. | ||
| 5009 | 2024.10.09 04:58:23.145201 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5010 | 2024.10.09 04:58:23.145226 [ 3 ] {6f3da2ce-4e1c-4408-b67b-f6afef2cc1e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5011 | 2024.10.09 04:58:23.145243 [ 3 ] {} <Debug> HTTP-Session: 8fcc2a26-050e-4e18-9d3b-51212512aef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5012 | 2024.10.09 04:58:23.145421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 24153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5013 | 2024.10.09 04:58:23.145471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5014 | 2024.10.09 04:58:23.145492 [ 3 ] {} <Debug> HTTP-Session: cdd25faa-ff6a-49f9-921f-8440767aa008 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5015 | 2024.10.09 04:58:23.145508 [ 3 ] {} <Debug> HTTP-Session: cdd25faa-ff6a-49f9-921f-8440767aa008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5016 | 2024.10.09 04:58:23.145523 [ 3 ] {} <Debug> HTTP-Session: cdd25faa-ff6a-49f9-921f-8440767aa008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5017 | 2024.10.09 04:58:23.145554 [ 3 ] {} <Trace> HTTP-Session: cdd25faa-ff6a-49f9-921f-8440767aa008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5018 | 2024.10.09 04:58:23.145689 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5019 | 2024.10.09 04:58:23.145749 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5020 | 2024.10.09 04:58:23.145900 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5021 | 2024.10.09 04:58:23.146271 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2024.10.09 04:58:23.146308 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5023 | 2024.10.09 04:58:23.146699 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5024 | 2024.10.09 04:58:23.147045 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2024.10.09 04:58:23.147203 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.001574 sec., 80050.82592121982 rows/sec., 5.57 MiB/sec. | ||
| 5026 | 2024.10.09 04:58:23.147367 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Debug> DynamicQueryHandler: Done processing query | ||
| 5027 | 2024.10.09 04:58:23.147402 [ 3 ] {df166b8f-246d-4cc1-9e08-79acc0799611} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5028 | 2024.10.09 04:58:23.147419 [ 3 ] {} <Debug> HTTP-Session: cdd25faa-ff6a-49f9-921f-8440767aa008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5029 | 2024.10.09 04:58:23.147552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5030 | 2024.10.09 04:58:23.147602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5031 | 2024.10.09 04:58:23.147622 [ 3 ] {} <Debug> HTTP-Session: 13b34a7e-1877-42ab-907f-415987aabab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5032 | 2024.10.09 04:58:23.147639 [ 3 ] {} <Debug> HTTP-Session: 13b34a7e-1877-42ab-907f-415987aabab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5033 | 2024.10.09 04:58:23.147653 [ 3 ] {} <Debug> HTTP-Session: 13b34a7e-1877-42ab-907f-415987aabab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5034 | 2024.10.09 04:58:23.147683 [ 3 ] {} <Trace> HTTP-Session: 13b34a7e-1877-42ab-907f-415987aabab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5035 | 2024.10.09 04:58:23.147837 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5036 | 2024.10.09 04:58:23.147902 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5037 | 2024.10.09 04:58:23.148607 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5038 | 2024.10.09 04:58:23.149200 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2024.10.09 04:58:23.149239 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5040 | 2024.10.09 04:58:23.149847 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5041 | 2024.10.09 04:58:23.150283 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5042 | 2024.10.09 04:58:23.150490 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002728 sec., 2932.551319648094 rows/sec., 5.25 MiB/sec. | ||
| 5043 | 2024.10.09 04:58:23.150874 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5044 | 2024.10.09 04:58:23.150899 [ 3 ] {9ee2223b-76de-4383-96ba-526c7546ff9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 5045 | 2024.10.09 04:58:23.150915 [ 3 ] {} <Debug> HTTP-Session: 13b34a7e-1877-42ab-907f-415987aabab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5046 | 2024.10.09 04:58:23.151041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5047 | 2024.10.09 04:58:23.151092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5048 | 2024.10.09 04:58:23.151113 [ 3 ] {} <Debug> HTTP-Session: 969fcde2-025e-4f17-a57c-6a3dcb1a8093 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5049 | 2024.10.09 04:58:23.151129 [ 3 ] {} <Debug> HTTP-Session: 969fcde2-025e-4f17-a57c-6a3dcb1a8093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5050 | 2024.10.09 04:58:23.151144 [ 3 ] {} <Debug> HTTP-Session: 969fcde2-025e-4f17-a57c-6a3dcb1a8093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5051 | 2024.10.09 04:58:23.151175 [ 3 ] {} <Trace> HTTP-Session: 969fcde2-025e-4f17-a57c-6a3dcb1a8093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5052 | 2024.10.09 04:58:23.151288 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5053 | 2024.10.09 04:58:23.151333 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5054 | 2024.10.09 04:58:23.151470 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5055 | 2024.10.09 04:58:23.151752 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5056 | 2024.10.09 04:58:23.151787 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5057 | 2024.10.09 04:58:23.152150 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5058 | 2024.10.09 04:58:23.152478 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2024.10.09 04:58:23.152630 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001377 sec., 33405.954974582426 rows/sec., 2.26 MiB/sec. | ||
| 5060 | 2024.10.09 04:58:23.152786 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Debug> DynamicQueryHandler: Done processing query | ||
| 5061 | 2024.10.09 04:58:23.152811 [ 3 ] {4f9bddc4-c76f-48d0-a943-af3787e1f842} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5062 | 2024.10.09 04:58:23.152829 [ 3 ] {} <Debug> HTTP-Session: 969fcde2-025e-4f17-a57c-6a3dcb1a8093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5063 | 2024.10.09 04:58:27.320216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 520 | ||
| 5064 | 2024.10.09 04:58:27.323367 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5065 | 2024.10.09 04:58:27.323436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5066 | 2024.10.09 04:58:27.325144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5067 | 2024.10.09 04:58:27.326132 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5068 | 2024.10.09 04:58:27.326383 [ 128 ] {} <Debug> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5069 | 2024.10.09 04:58:27.326524 [ 128 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.10.09 04:58:27.326615 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5071 | 2024.10.09 04:58:27.327034 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5072 | 2024.10.09 04:58:27.327570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 5073 | 2024.10.09 04:58:27.328304 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5074 | 2024.10.09 04:58:27.328496 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part | ||
| 5075 | 2024.10.09 04:58:27.329135 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
| 5076 | 2024.10.09 04:58:27.329676 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 5077 | 2024.10.09 04:58:27.330216 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 5078 | 2024.10.09 04:58:27.330723 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 5079 | 2024.10.09 04:58:27.331214 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 44 rows starting from the beginning of the part | ||
| 5080 | 2024.10.09 04:58:27.339391 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 72 columns (72 merged, 0 gathered) in 0.012625542 sec., 41186.350653302645 rows/sec., 32.65 MiB/sec. | ||
| 5081 | 2024.10.09 04:58:27.340540 [ 195 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5082 | 2024.10.09 04:58:27.342209 [ 195 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2024.10.09 04:58:27.342294 [ 195 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_11_2} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5084 | 2024.10.09 04:58:27.342604 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 5085 | 2024.10.09 04:58:28.139474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5086 | 2024.10.09 04:58:28.139603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5087 | 2024.10.09 04:58:28.139630 [ 3 ] {} <Debug> HTTP-Session: 0c962d7b-4ebf-48ce-970f-6463af518547 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5088 | 2024.10.09 04:58:28.139655 [ 3 ] {} <Debug> HTTP-Session: 0c962d7b-4ebf-48ce-970f-6463af518547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5089 | 2024.10.09 04:58:28.139671 [ 3 ] {} <Debug> HTTP-Session: 0c962d7b-4ebf-48ce-970f-6463af518547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5090 | 2024.10.09 04:58:28.139720 [ 3 ] {} <Trace> HTTP-Session: 0c962d7b-4ebf-48ce-970f-6463af518547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5091 | 2024.10.09 04:58:28.139943 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5092 | 2024.10.09 04:58:28.140012 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5093 | 2024.10.09 04:58:28.140348 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5094 | 2024.10.09 04:58:28.140864 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2024.10.09 04:58:28.140912 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5096 | 2024.10.09 04:58:28.141356 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5097 | 2024.10.09 04:58:28.141744 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2024.10.09 04:58:28.141892 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002031 sec., 54160.51206302315 rows/sec., 4.55 MiB/sec. | ||
| 5099 | 2024.10.09 04:58:28.142111 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Debug> DynamicQueryHandler: Done processing query | ||
| 5100 | 2024.10.09 04:58:28.142139 [ 3 ] {eb04ba80-406e-4d7b-a1e6-a61206abfe11} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5101 | 2024.10.09 04:58:28.142156 [ 3 ] {} <Debug> HTTP-Session: 0c962d7b-4ebf-48ce-970f-6463af518547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5102 | 2024.10.09 04:58:28.142331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5103 | 2024.10.09 04:58:28.142388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5104 | 2024.10.09 04:58:28.142409 [ 3 ] {} <Debug> HTTP-Session: e78e4e33-1615-413a-9141-ca46389e3dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5105 | 2024.10.09 04:58:28.142427 [ 3 ] {} <Debug> HTTP-Session: e78e4e33-1615-413a-9141-ca46389e3dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5106 | 2024.10.09 04:58:28.142442 [ 3 ] {} <Debug> HTTP-Session: e78e4e33-1615-413a-9141-ca46389e3dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5107 | 2024.10.09 04:58:28.142476 [ 3 ] {} <Trace> HTTP-Session: e78e4e33-1615-413a-9141-ca46389e3dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5108 | 2024.10.09 04:58:28.142589 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5109 | 2024.10.09 04:58:28.142637 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5110 | 2024.10.09 04:58:28.142872 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5111 | 2024.10.09 04:58:28.143203 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2024.10.09 04:58:28.143241 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5113 | 2024.10.09 04:58:28.143607 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5114 | 2024.10.09 04:58:28.143969 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.10.09 04:58:28.144097 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001547 sec., 17453.135100193926 rows/sec., 1.28 MiB/sec. | ||
| 5116 | 2024.10.09 04:58:28.144258 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Debug> DynamicQueryHandler: Done processing query | ||
| 5117 | 2024.10.09 04:58:28.144283 [ 3 ] {01c458c5-f7fd-4569-9630-1b4cec0c8696} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5118 | 2024.10.09 04:58:28.144299 [ 3 ] {} <Debug> HTTP-Session: e78e4e33-1615-413a-9141-ca46389e3dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5119 | 2024.10.09 04:58:28.144445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5120 | 2024.10.09 04:58:28.144493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5121 | 2024.10.09 04:58:28.144514 [ 3 ] {} <Debug> HTTP-Session: 4335e7a1-ac15-4711-b8e2-1dbe99bfd4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5122 | 2024.10.09 04:58:28.144531 [ 3 ] {} <Debug> HTTP-Session: 4335e7a1-ac15-4711-b8e2-1dbe99bfd4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5123 | 2024.10.09 04:58:28.144545 [ 3 ] {} <Debug> HTTP-Session: 4335e7a1-ac15-4711-b8e2-1dbe99bfd4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5124 | 2024.10.09 04:58:28.144575 [ 3 ] {} <Trace> HTTP-Session: 4335e7a1-ac15-4711-b8e2-1dbe99bfd4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2024.10.09 04:58:28.144695 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5126 | 2024.10.09 04:58:28.144739 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5127 | 2024.10.09 04:58:28.144964 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5128 | 2024.10.09 04:58:28.145351 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2024.10.09 04:58:28.145389 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5130 | 2024.10.09 04:58:28.145747 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5131 | 2024.10.09 04:58:28.146114 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.10.09 04:58:28.146241 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001593 sec., 57124.92153170119 rows/sec., 4.46 MiB/sec. | ||
| 5133 | 2024.10.09 04:58:28.146423 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5134 | 2024.10.09 04:58:28.146449 [ 3 ] {8e1d0209-3071-4a97-9079-08d9e1cb3a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5135 | 2024.10.09 04:58:28.146465 [ 3 ] {} <Debug> HTTP-Session: 4335e7a1-ac15-4711-b8e2-1dbe99bfd4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.10.09 04:58:28.146653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5137 | 2024.10.09 04:58:28.146712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5138 | 2024.10.09 04:58:28.146733 [ 3 ] {} <Debug> HTTP-Session: fcc67053-3a14-42a3-97ad-c9e2d61f7850 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5139 | 2024.10.09 04:58:28.146750 [ 3 ] {} <Debug> HTTP-Session: fcc67053-3a14-42a3-97ad-c9e2d61f7850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5140 | 2024.10.09 04:58:28.146764 [ 3 ] {} <Debug> HTTP-Session: fcc67053-3a14-42a3-97ad-c9e2d61f7850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5141 | 2024.10.09 04:58:28.146795 [ 3 ] {} <Trace> HTTP-Session: fcc67053-3a14-42a3-97ad-c9e2d61f7850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5142 | 2024.10.09 04:58:28.146947 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5143 | 2024.10.09 04:58:28.146995 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5144 | 2024.10.09 04:58:28.147142 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5145 | 2024.10.09 04:58:28.147537 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2024.10.09 04:58:28.147574 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5147 | 2024.10.09 04:58:28.147962 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5148 | 2024.10.09 04:58:28.148314 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2024.10.09 04:58:28.148442 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 5150 | 2024.10.09 04:58:28.148601 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5151 | 2024.10.09 04:58:28.148626 [ 3 ] {14d61a67-0ac0-441d-b55b-27f0600315b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5152 | 2024.10.09 04:58:28.148642 [ 3 ] {} <Debug> HTTP-Session: fcc67053-3a14-42a3-97ad-c9e2d61f7850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5153 | 2024.10.09 04:58:28.148798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5154 | 2024.10.09 04:58:28.148847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5155 | 2024.10.09 04:58:28.148868 [ 3 ] {} <Debug> HTTP-Session: 014a295c-c1b6-4ae3-9550-776f52cb16ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5156 | 2024.10.09 04:58:28.148884 [ 3 ] {} <Debug> HTTP-Session: 014a295c-c1b6-4ae3-9550-776f52cb16ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5157 | 2024.10.09 04:58:28.148898 [ 3 ] {} <Debug> HTTP-Session: 014a295c-c1b6-4ae3-9550-776f52cb16ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5158 | 2024.10.09 04:58:28.148929 [ 3 ] {} <Trace> HTTP-Session: 014a295c-c1b6-4ae3-9550-776f52cb16ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5159 | 2024.10.09 04:58:28.149211 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5160 | 2024.10.09 04:58:28.149274 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5161 | 2024.10.09 04:58:28.149687 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5162 | 2024.10.09 04:58:28.150662 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2024.10.09 04:58:28.150697 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5164 | 2024.10.09 04:58:28.151335 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5165 | 2024.10.09 04:58:28.151771 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2024.10.09 04:58:28.151921 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00291 sec., 9278.350515463919 rows/sec., 16.63 MiB/sec. | ||
| 5167 | 2024.10.09 04:58:28.152149 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Debug> DynamicQueryHandler: Done processing query | ||
| 5168 | 2024.10.09 04:58:28.152174 [ 3 ] {6e320e8b-0cc0-4950-ba17-8929d51c8815} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5169 | 2024.10.09 04:58:28.152191 [ 3 ] {} <Debug> HTTP-Session: 014a295c-c1b6-4ae3-9550-776f52cb16ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5170 | 2024.10.09 04:58:28.152330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5171 | 2024.10.09 04:58:28.152379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5172 | 2024.10.09 04:58:28.152400 [ 3 ] {} <Debug> HTTP-Session: 0715b21a-afbe-41dc-9fbc-443c53c023a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5173 | 2024.10.09 04:58:28.152417 [ 3 ] {} <Debug> HTTP-Session: 0715b21a-afbe-41dc-9fbc-443c53c023a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5174 | 2024.10.09 04:58:28.152431 [ 3 ] {} <Debug> HTTP-Session: 0715b21a-afbe-41dc-9fbc-443c53c023a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5175 | 2024.10.09 04:58:28.152463 [ 3 ] {} <Trace> HTTP-Session: 0715b21a-afbe-41dc-9fbc-443c53c023a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2024.10.09 04:58:28.152583 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5177 | 2024.10.09 04:58:28.152628 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5178 | 2024.10.09 04:58:28.152757 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5179 | 2024.10.09 04:58:28.153082 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2024.10.09 04:58:28.153117 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5181 | 2024.10.09 04:58:28.153476 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5182 | 2024.10.09 04:58:28.153802 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2024.10.09 04:58:28.153925 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 5184 | 2024.10.09 04:58:28.154080 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5185 | 2024.10.09 04:58:28.154105 [ 3 ] {389aef2d-2528-4193-b59c-d86cf409aee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5186 | 2024.10.09 04:58:28.154121 [ 3 ] {} <Debug> HTTP-Session: 0715b21a-afbe-41dc-9fbc-443c53c023a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5187 | 2024.10.09 04:58:30.489260 [ 124 ] {} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5188 | 2024.10.09 04:58:30.489347 [ 124 ] {} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.10.09 04:58:30.489370 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5190 | 2024.10.09 04:58:30.489561 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5191 | 2024.10.09 04:58:30.489778 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5192 | 2024.10.09 04:58:30.489822 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 5193 | 2024.10.09 04:58:30.489908 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 5194 | 2024.10.09 04:58:30.490111 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5195 | 2024.10.09 04:58:30.490389 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 5196 | 2024.10.09 04:58:30.490536 [ 200 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 5197 | 2024.10.09 04:58:30.491728 [ 202 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002284824 sec., 4376.704726490968 rows/sec., 293.21 KiB/sec. | ||
| 5198 | 2024.10.09 04:58:30.491920 [ 202 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5199 | 2024.10.09 04:58:30.492391 [ 202 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2024.10.09 04:58:30.492484 [ 202 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_9_2} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5201 | 2024.10.09 04:58:30.492587 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5202 | 2024.10.09 04:58:33.138541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5203 | 2024.10.09 04:58:33.138676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5204 | 2024.10.09 04:58:33.138708 [ 3 ] {} <Debug> HTTP-Session: edca1d9c-9ea3-4c43-a478-cba362fef078 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5205 | 2024.10.09 04:58:33.138736 [ 3 ] {} <Debug> HTTP-Session: edca1d9c-9ea3-4c43-a478-cba362fef078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.10.09 04:58:33.138754 [ 3 ] {} <Debug> HTTP-Session: edca1d9c-9ea3-4c43-a478-cba362fef078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5207 | 2024.10.09 04:58:33.138808 [ 3 ] {} <Trace> HTTP-Session: edca1d9c-9ea3-4c43-a478-cba362fef078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5208 | 2024.10.09 04:58:33.139069 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5209 | 2024.10.09 04:58:33.139144 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5210 | 2024.10.09 04:58:33.139507 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5211 | 2024.10.09 04:58:33.140098 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5212 | 2024.10.09 04:58:33.140145 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5213 | 2024.10.09 04:58:33.140598 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5214 | 2024.10.09 04:58:33.141039 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5215 | 2024.10.09 04:58:33.141260 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002292 sec., 91186.73647469458 rows/sec., 8.04 MiB/sec. | ||
| 5216 | 2024.10.09 04:58:33.141513 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5217 | 2024.10.09 04:58:33.141541 [ 3 ] {8103b3de-5abb-4e9b-9e77-67d020aed6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5218 | 2024.10.09 04:58:33.141560 [ 3 ] {} <Debug> HTTP-Session: edca1d9c-9ea3-4c43-a478-cba362fef078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5219 | 2024.10.09 04:58:33.141750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5220 | 2024.10.09 04:58:33.141807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5221 | 2024.10.09 04:58:33.141828 [ 3 ] {} <Debug> HTTP-Session: eb231b5e-e492-4440-a95c-0f2d212f323c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5222 | 2024.10.09 04:58:33.141848 [ 3 ] {} <Debug> HTTP-Session: eb231b5e-e492-4440-a95c-0f2d212f323c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5223 | 2024.10.09 04:58:33.141861 [ 3 ] {} <Debug> HTTP-Session: eb231b5e-e492-4440-a95c-0f2d212f323c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5224 | 2024.10.09 04:58:33.141896 [ 3 ] {} <Trace> HTTP-Session: eb231b5e-e492-4440-a95c-0f2d212f323c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5225 | 2024.10.09 04:58:33.142006 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5226 | 2024.10.09 04:58:33.142054 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5227 | 2024.10.09 04:58:33.142297 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5228 | 2024.10.09 04:58:33.142616 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2024.10.09 04:58:33.142655 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5230 | 2024.10.09 04:58:33.143017 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5231 | 2024.10.09 04:58:33.143389 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.10.09 04:58:33.143538 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001562 sec., 6402.048655569783 rows/sec., 481.40 KiB/sec. | ||
| 5233 | 2024.10.09 04:58:33.143579 [ 120 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5234 | 2024.10.09 04:58:33.143684 [ 120 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2024.10.09 04:58:33.143732 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5236 | 2024.10.09 04:58:33.143829 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5237 | 2024.10.09 04:58:33.143888 [ 3 ] {bfc05085-f1d2-4c87-8382-d4ece01fa78f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5238 | 2024.10.09 04:58:33.143920 [ 3 ] {} <Debug> HTTP-Session: eb231b5e-e492-4440-a95c-0f2d212f323c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5239 | 2024.10.09 04:58:33.143930 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5240 | 2024.10.09 04:58:33.144084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5241 | 2024.10.09 04:58:33.144202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5242 | 2024.10.09 04:58:33.144239 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5243 | 2024.10.09 04:58:33.144253 [ 3 ] {} <Debug> HTTP-Session: 9b3096af-1cb3-4ef3-bfa7-5104144e0ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5244 | 2024.10.09 04:58:33.144309 [ 3 ] {} <Debug> HTTP-Session: 9b3096af-1cb3-4ef3-bfa7-5104144e0ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5245 | 2024.10.09 04:58:33.144313 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 51 rows starting from the beginning of the part | ||
| 5246 | 2024.10.09 04:58:33.144330 [ 3 ] {} <Debug> HTTP-Session: 9b3096af-1cb3-4ef3-bfa7-5104144e0ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5247 | 2024.10.09 04:58:33.144404 [ 3 ] {} <Trace> HTTP-Session: 9b3096af-1cb3-4ef3-bfa7-5104144e0ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2024.10.09 04:58:33.144589 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 5249 | 2024.10.09 04:58:33.144706 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5250 | 2024.10.09 04:58:33.144883 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5251 | 2024.10.09 04:58:33.144884 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 5252 | 2024.10.09 04:58:33.145274 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 5253 | 2024.10.09 04:58:33.145564 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 5254 | 2024.10.09 04:58:33.145876 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 5255 | 2024.10.09 04:58:33.146740 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5256 | 2024.10.09 04:58:33.147657 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2024.10.09 04:58:33.147741 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5258 | 2024.10.09 04:58:33.149015 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5259 | 2024.10.09 04:58:33.149014 [ 202 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 125 rows, containing 5 columns (5 merged, 0 gathered) in 0.00520709 sec., 24005.730648020293 rows/sec., 1.84 MiB/sec. | ||
| 5260 | 2024.10.09 04:58:33.149299 [ 202 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5261 | 2024.10.09 04:58:33.149952 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2024.10.09 04:58:33.150304 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005706 sec., 2453.557658604977 rows/sec., 171.83 KiB/sec. | ||
| 5263 | 2024.10.09 04:58:33.150470 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2024.10.09 04:58:33.150867 [ 200 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_21_4} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5265 | 2024.10.09 04:58:33.150900 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5266 | 2024.10.09 04:58:33.150971 [ 3 ] {835115b3-31cf-43bf-b84f-e1023dfb3d3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5267 | 2024.10.09 04:58:33.151017 [ 3 ] {} <Debug> HTTP-Session: 9b3096af-1cb3-4ef3-bfa7-5104144e0ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5268 | 2024.10.09 04:58:33.151025 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5269 | 2024.10.09 04:58:33.151177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5270 | 2024.10.09 04:58:33.151238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5271 | 2024.10.09 04:58:33.151259 [ 3 ] {} <Debug> HTTP-Session: 871c675e-a252-4148-b9b2-b30a02b9d7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5272 | 2024.10.09 04:58:33.151278 [ 3 ] {} <Debug> HTTP-Session: 871c675e-a252-4148-b9b2-b30a02b9d7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5273 | 2024.10.09 04:58:33.151292 [ 3 ] {} <Debug> HTTP-Session: 871c675e-a252-4148-b9b2-b30a02b9d7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5274 | 2024.10.09 04:58:33.151327 [ 3 ] {} <Trace> HTTP-Session: 871c675e-a252-4148-b9b2-b30a02b9d7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2024.10.09 04:58:33.151437 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5276 | 2024.10.09 04:58:33.151485 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5277 | 2024.10.09 04:58:33.151746 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5278 | 2024.10.09 04:58:33.152067 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2024.10.09 04:58:33.152105 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5280 | 2024.10.09 04:58:33.152472 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5281 | 2024.10.09 04:58:33.152850 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2024.10.09 04:58:33.153006 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 221.83 KiB/sec. | ||
| 5283 | 2024.10.09 04:58:33.153173 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5284 | 2024.10.09 04:58:33.153198 [ 3 ] {25199eb5-46bb-495e-ae31-9a52a9a9ec2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5285 | 2024.10.09 04:58:33.153214 [ 3 ] {} <Debug> HTTP-Session: 871c675e-a252-4148-b9b2-b30a02b9d7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5286 | 2024.10.09 04:58:33.153372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5287 | 2024.10.09 04:58:33.153421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5288 | 2024.10.09 04:58:33.153442 [ 3 ] {} <Debug> HTTP-Session: ba95bb89-0a91-408c-92ac-4e1636f1c982 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5289 | 2024.10.09 04:58:33.153458 [ 3 ] {} <Debug> HTTP-Session: ba95bb89-0a91-408c-92ac-4e1636f1c982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5290 | 2024.10.09 04:58:33.153472 [ 3 ] {} <Debug> HTTP-Session: ba95bb89-0a91-408c-92ac-4e1636f1c982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5291 | 2024.10.09 04:58:33.153502 [ 3 ] {} <Trace> HTTP-Session: ba95bb89-0a91-408c-92ac-4e1636f1c982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2024.10.09 04:58:33.153711 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5293 | 2024.10.09 04:58:33.153755 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5294 | 2024.10.09 04:58:33.153984 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5295 | 2024.10.09 04:58:33.154575 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2024.10.09 04:58:33.154613 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5297 | 2024.10.09 04:58:33.154995 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5298 | 2024.10.09 04:58:33.155358 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2024.10.09 04:58:33.155513 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.001914 sec., 204806.68756530827 rows/sec., 14.53 MiB/sec. | ||
| 5300 | 2024.10.09 04:58:33.155689 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Debug> DynamicQueryHandler: Done processing query | ||
| 5301 | 2024.10.09 04:58:33.155714 [ 3 ] {01e5ee0a-3566-42ff-978c-3a561930ec30} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5302 | 2024.10.09 04:58:33.155731 [ 3 ] {} <Debug> HTTP-Session: ba95bb89-0a91-408c-92ac-4e1636f1c982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5303 | 2024.10.09 04:58:33.155865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5304 | 2024.10.09 04:58:33.155914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5305 | 2024.10.09 04:58:33.155934 [ 3 ] {} <Debug> HTTP-Session: d7c73cde-ce42-4f5b-9f56-23247d0b9d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5306 | 2024.10.09 04:58:33.155951 [ 3 ] {} <Debug> HTTP-Session: d7c73cde-ce42-4f5b-9f56-23247d0b9d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5307 | 2024.10.09 04:58:33.155965 [ 3 ] {} <Debug> HTTP-Session: d7c73cde-ce42-4f5b-9f56-23247d0b9d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5308 | 2024.10.09 04:58:33.155996 [ 3 ] {} <Trace> HTTP-Session: d7c73cde-ce42-4f5b-9f56-23247d0b9d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2024.10.09 04:58:33.156096 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5310 | 2024.10.09 04:58:33.156143 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5311 | 2024.10.09 04:58:33.156276 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5312 | 2024.10.09 04:58:33.156539 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2024.10.09 04:58:33.156576 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5314 | 2024.10.09 04:58:33.156939 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5315 | 2024.10.09 04:58:33.157276 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2024.10.09 04:58:33.157433 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 5317 | 2024.10.09 04:58:33.157591 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5318 | 2024.10.09 04:58:33.157615 [ 3 ] {d8fdef40-b917-4919-bf93-7f1b6ddd81c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5319 | 2024.10.09 04:58:33.157633 [ 3 ] {} <Debug> HTTP-Session: d7c73cde-ce42-4f5b-9f56-23247d0b9d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5320 | 2024.10.09 04:58:33.157770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5321 | 2024.10.09 04:58:33.157820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5322 | 2024.10.09 04:58:33.157840 [ 3 ] {} <Debug> HTTP-Session: bb5a4860-f0e2-4f2d-b6f8-4103224b3b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5323 | 2024.10.09 04:58:33.157856 [ 3 ] {} <Debug> HTTP-Session: bb5a4860-f0e2-4f2d-b6f8-4103224b3b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5324 | 2024.10.09 04:58:33.157870 [ 3 ] {} <Debug> HTTP-Session: bb5a4860-f0e2-4f2d-b6f8-4103224b3b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5325 | 2024.10.09 04:58:33.157901 [ 3 ] {} <Trace> HTTP-Session: bb5a4860-f0e2-4f2d-b6f8-4103224b3b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5326 | 2024.10.09 04:58:33.158106 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5327 | 2024.10.09 04:58:33.158155 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5328 | 2024.10.09 04:58:33.158304 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5329 | 2024.10.09 04:58:33.158788 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2024.10.09 04:58:33.158825 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5331 | 2024.10.09 04:58:33.159211 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5332 | 2024.10.09 04:58:33.159552 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2024.10.09 04:58:33.159708 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 5334 | 2024.10.09 04:58:33.160036 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5335 | 2024.10.09 04:58:33.160069 [ 3 ] {a58e3c81-e0ce-4449-8b31-637ba103d9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5336 | 2024.10.09 04:58:33.160086 [ 3 ] {} <Debug> HTTP-Session: bb5a4860-f0e2-4f2d-b6f8-4103224b3b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5337 | 2024.10.09 04:58:33.160203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5338 | 2024.10.09 04:58:33.160253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5339 | 2024.10.09 04:58:33.160274 [ 3 ] {} <Debug> HTTP-Session: a308b987-3f1e-4b08-b335-962b4fbc05dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5340 | 2024.10.09 04:58:33.160291 [ 3 ] {} <Debug> HTTP-Session: a308b987-3f1e-4b08-b335-962b4fbc05dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5341 | 2024.10.09 04:58:33.160305 [ 3 ] {} <Debug> HTTP-Session: a308b987-3f1e-4b08-b335-962b4fbc05dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5342 | 2024.10.09 04:58:33.160335 [ 3 ] {} <Trace> HTTP-Session: a308b987-3f1e-4b08-b335-962b4fbc05dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2024.10.09 04:58:33.160432 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5344 | 2024.10.09 04:58:33.160480 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5345 | 2024.10.09 04:58:33.160628 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5346 | 2024.10.09 04:58:33.160886 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2024.10.09 04:58:33.160923 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5348 | 2024.10.09 04:58:33.161283 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5349 | 2024.10.09 04:58:33.161611 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2024.10.09 04:58:33.161763 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. | ||
| 5351 | 2024.10.09 04:58:33.161959 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Debug> DynamicQueryHandler: Done processing query | ||
| 5352 | 2024.10.09 04:58:33.161992 [ 3 ] {fff65f13-af4c-4aad-b045-56632ff04923} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5353 | 2024.10.09 04:58:33.162013 [ 3 ] {} <Debug> HTTP-Session: a308b987-3f1e-4b08-b335-962b4fbc05dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5354 | 2024.10.09 04:58:33.162142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5355 | 2024.10.09 04:58:33.162203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5356 | 2024.10.09 04:58:33.162228 [ 3 ] {} <Debug> HTTP-Session: 681a4b18-d269-4d65-8535-e2cf256223f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5357 | 2024.10.09 04:58:33.162248 [ 3 ] {} <Debug> HTTP-Session: 681a4b18-d269-4d65-8535-e2cf256223f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5358 | 2024.10.09 04:58:33.162266 [ 3 ] {} <Debug> HTTP-Session: 681a4b18-d269-4d65-8535-e2cf256223f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.10.09 04:58:33.162306 [ 3 ] {} <Trace> HTTP-Session: 681a4b18-d269-4d65-8535-e2cf256223f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2024.10.09 04:58:33.162485 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5361 | 2024.10.09 04:58:33.162552 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5362 | 2024.10.09 04:58:33.162984 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5363 | 2024.10.09 04:58:33.163535 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2024.10.09 04:58:33.163573 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5365 | 2024.10.09 04:58:33.164174 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5366 | 2024.10.09 04:58:33.164593 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2024.10.09 04:58:33.164782 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002384 sec., 4194.6308724832215 rows/sec., 7.52 MiB/sec. | ||
| 5368 | 2024.10.09 04:58:33.165010 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5369 | 2024.10.09 04:58:33.165034 [ 3 ] {4001e6ff-2c6c-4143-9d5c-f9f0ebba723c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5370 | 2024.10.09 04:58:33.165053 [ 3 ] {} <Debug> HTTP-Session: 681a4b18-d269-4d65-8535-e2cf256223f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5371 | 2024.10.09 04:58:33.165184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5372 | 2024.10.09 04:58:33.165235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5373 | 2024.10.09 04:58:33.165255 [ 3 ] {} <Debug> HTTP-Session: b9c7f57f-d8e6-4d0f-8a2e-32666048c98d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5374 | 2024.10.09 04:58:33.165272 [ 3 ] {} <Debug> HTTP-Session: b9c7f57f-d8e6-4d0f-8a2e-32666048c98d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5375 | 2024.10.09 04:58:33.165286 [ 3 ] {} <Debug> HTTP-Session: b9c7f57f-d8e6-4d0f-8a2e-32666048c98d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5376 | 2024.10.09 04:58:33.165318 [ 3 ] {} <Trace> HTTP-Session: b9c7f57f-d8e6-4d0f-8a2e-32666048c98d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2024.10.09 04:58:33.165443 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5378 | 2024.10.09 04:58:33.165489 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5379 | 2024.10.09 04:58:33.165619 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5380 | 2024.10.09 04:58:33.165904 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2024.10.09 04:58:33.165941 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5382 | 2024.10.09 04:58:33.166319 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5383 | 2024.10.09 04:58:33.166645 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2024.10.09 04:58:33.166806 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 5385 | 2024.10.09 04:58:33.167141 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Debug> DynamicQueryHandler: Done processing query | ||
| 5386 | 2024.10.09 04:58:33.167185 [ 3 ] {aa5af6e1-d8ea-42d1-87e9-410c203a7132} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5387 | 2024.10.09 04:58:33.167240 [ 3 ] {} <Debug> HTTP-Session: b9c7f57f-d8e6-4d0f-8a2e-32666048c98d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5388 | 2024.10.09 04:58:37.199587 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5389 | 2024.10.09 04:58:37.199653 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5390 | 2024.10.09 04:58:37.327763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 552 | ||
| 5391 | 2024.10.09 04:58:37.330602 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5392 | 2024.10.09 04:58:37.330651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5393 | 2024.10.09 04:58:37.332194 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5394 | 2024.10.09 04:58:37.333184 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2024.10.09 04:58:37.334121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552 | ||
| 5396 | 2024.10.09 04:58:38.001351 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000893299 sec. | ||
| 5397 | 2024.10.09 04:58:38.136056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5398 | 2024.10.09 04:58:38.136170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5399 | 2024.10.09 04:58:38.136196 [ 3 ] {} <Debug> HTTP-Session: 721fdfd9-7927-4fd8-b434-8c0cd608bd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5400 | 2024.10.09 04:58:38.136220 [ 3 ] {} <Debug> HTTP-Session: 721fdfd9-7927-4fd8-b434-8c0cd608bd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5401 | 2024.10.09 04:58:38.136236 [ 3 ] {} <Debug> HTTP-Session: 721fdfd9-7927-4fd8-b434-8c0cd608bd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5402 | 2024.10.09 04:58:38.136287 [ 3 ] {} <Trace> HTTP-Session: 721fdfd9-7927-4fd8-b434-8c0cd608bd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2024.10.09 04:58:38.136501 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5404 | 2024.10.09 04:58:38.136567 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5405 | 2024.10.09 04:58:38.136902 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5406 | 2024.10.09 04:58:38.137416 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2024.10.09 04:58:38.137458 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5408 | 2024.10.09 04:58:38.137890 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5409 | 2024.10.09 04:58:38.138289 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2024.10.09 04:58:38.138446 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00202 sec., 54455.44554455445 rows/sec., 4.58 MiB/sec. | ||
| 5411 | 2024.10.09 04:58:38.138687 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5412 | 2024.10.09 04:58:38.138715 [ 3 ] {fb0ffa2e-97b6-4bb0-921a-dd88957c135a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5413 | 2024.10.09 04:58:38.138734 [ 3 ] {} <Debug> HTTP-Session: 721fdfd9-7927-4fd8-b434-8c0cd608bd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5414 | 2024.10.09 04:58:38.138914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5415 | 2024.10.09 04:58:38.138966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5416 | 2024.10.09 04:58:38.138987 [ 3 ] {} <Debug> HTTP-Session: 722901bf-8760-4361-b787-f1515f86da53 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5417 | 2024.10.09 04:58:38.139005 [ 3 ] {} <Debug> HTTP-Session: 722901bf-8760-4361-b787-f1515f86da53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5418 | 2024.10.09 04:58:38.139019 [ 3 ] {} <Debug> HTTP-Session: 722901bf-8760-4361-b787-f1515f86da53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5419 | 2024.10.09 04:58:38.139051 [ 3 ] {} <Trace> HTTP-Session: 722901bf-8760-4361-b787-f1515f86da53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2024.10.09 04:58:38.139154 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5421 | 2024.10.09 04:58:38.139199 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5422 | 2024.10.09 04:58:38.139434 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5423 | 2024.10.09 04:58:38.139778 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2024.10.09 04:58:38.139816 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5425 | 2024.10.09 04:58:38.140185 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5426 | 2024.10.09 04:58:38.140570 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2024.10.09 04:58:38.140730 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001597 sec., 16906.70006261741 rows/sec., 1.24 MiB/sec. | ||
| 5428 | 2024.10.09 04:58:38.140930 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5429 | 2024.10.09 04:58:38.140955 [ 3 ] {0f3037a8-538d-4100-8d97-c445a754c99c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5430 | 2024.10.09 04:58:38.140972 [ 3 ] {} <Debug> HTTP-Session: 722901bf-8760-4361-b787-f1515f86da53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5431 | 2024.10.09 04:58:38.141099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5432 | 2024.10.09 04:58:38.141149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5433 | 2024.10.09 04:58:38.141170 [ 3 ] {} <Debug> HTTP-Session: 91d5d7a3-7ba1-4c23-84f2-9712b78f9be2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5434 | 2024.10.09 04:58:38.141187 [ 3 ] {} <Debug> HTTP-Session: 91d5d7a3-7ba1-4c23-84f2-9712b78f9be2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5435 | 2024.10.09 04:58:38.141202 [ 3 ] {} <Debug> HTTP-Session: 91d5d7a3-7ba1-4c23-84f2-9712b78f9be2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5436 | 2024.10.09 04:58:38.141234 [ 3 ] {} <Trace> HTTP-Session: 91d5d7a3-7ba1-4c23-84f2-9712b78f9be2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2024.10.09 04:58:38.141354 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5438 | 2024.10.09 04:58:38.141398 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5439 | 2024.10.09 04:58:38.141629 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5440 | 2024.10.09 04:58:38.142023 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.10.09 04:58:38.142061 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5442 | 2024.10.09 04:58:38.142412 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5443 | 2024.10.09 04:58:38.142759 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2024.10.09 04:58:38.142927 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001647 sec., 55251.97328476017 rows/sec., 4.31 MiB/sec. | ||
| 5445 | 2024.10.09 04:58:38.143291 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5446 | 2024.10.09 04:58:38.143317 [ 3 ] {c53087dc-5d52-410f-8ab4-7f3707ad413c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5447 | 2024.10.09 04:58:38.143334 [ 3 ] {} <Debug> HTTP-Session: 91d5d7a3-7ba1-4c23-84f2-9712b78f9be2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5448 | 2024.10.09 04:58:38.143530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5449 | 2024.10.09 04:58:38.143582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5450 | 2024.10.09 04:58:38.143603 [ 3 ] {} <Debug> HTTP-Session: 94fc828b-0fb8-4c39-8206-237265b793de Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5451 | 2024.10.09 04:58:38.143619 [ 3 ] {} <Debug> HTTP-Session: 94fc828b-0fb8-4c39-8206-237265b793de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5452 | 2024.10.09 04:58:38.143634 [ 3 ] {} <Debug> HTTP-Session: 94fc828b-0fb8-4c39-8206-237265b793de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5453 | 2024.10.09 04:58:38.143666 [ 3 ] {} <Trace> HTTP-Session: 94fc828b-0fb8-4c39-8206-237265b793de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2024.10.09 04:58:38.143833 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5455 | 2024.10.09 04:58:38.143888 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5456 | 2024.10.09 04:58:38.144059 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5457 | 2024.10.09 04:58:38.144456 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2024.10.09 04:58:38.144494 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5459 | 2024.10.09 04:58:38.144897 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5460 | 2024.10.09 04:58:38.145278 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2024.10.09 04:58:38.145441 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 5462 | 2024.10.09 04:58:38.145673 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5463 | 2024.10.09 04:58:38.145699 [ 3 ] {3f90ccb0-eb75-40ef-97d3-50d37f65225e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5464 | 2024.10.09 04:58:38.145716 [ 3 ] {} <Debug> HTTP-Session: 94fc828b-0fb8-4c39-8206-237265b793de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5465 | 2024.10.09 04:58:38.145856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5466 | 2024.10.09 04:58:38.145905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5467 | 2024.10.09 04:58:38.145926 [ 3 ] {} <Debug> HTTP-Session: 960dd6ce-612c-4aae-bd66-5e0521810642 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5468 | 2024.10.09 04:58:38.145942 [ 3 ] {} <Debug> HTTP-Session: 960dd6ce-612c-4aae-bd66-5e0521810642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5469 | 2024.10.09 04:58:38.145956 [ 3 ] {} <Debug> HTTP-Session: 960dd6ce-612c-4aae-bd66-5e0521810642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5470 | 2024.10.09 04:58:38.145988 [ 3 ] {} <Trace> HTTP-Session: 960dd6ce-612c-4aae-bd66-5e0521810642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5471 | 2024.10.09 04:58:38.146288 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5472 | 2024.10.09 04:58:38.146357 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5473 | 2024.10.09 04:58:38.146794 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5474 | 2024.10.09 04:58:38.147363 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2024.10.09 04:58:38.147400 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5476 | 2024.10.09 04:58:38.148049 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5477 | 2024.10.09 04:58:38.148471 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2024.10.09 04:58:38.148652 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5479 | 2024.10.09 04:58:38.148670 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002587 sec., 10436.799381523 rows/sec., 18.70 MiB/sec. | ||
| 5480 | 2024.10.09 04:58:38.148732 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2024.10.09 04:58:38.148810 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5482 | 2024.10.09 04:58:38.149293 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5483 | 2024.10.09 04:58:38.149389 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Debug> DynamicQueryHandler: Done processing query | ||
| 5484 | 2024.10.09 04:58:38.149468 [ 3 ] {a364cac6-ba55-4e89-8147-ee0046e2fb61} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5485 | 2024.10.09 04:58:38.149506 [ 3 ] {} <Debug> HTTP-Session: 960dd6ce-612c-4aae-bd66-5e0521810642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5486 | 2024.10.09 04:58:38.149712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5487 | 2024.10.09 04:58:38.149833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5488 | 2024.10.09 04:58:38.149894 [ 3 ] {} <Debug> HTTP-Session: f271ad12-e697-44a3-8d00-c017e9330faa Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5489 | 2024.10.09 04:58:38.149946 [ 3 ] {} <Debug> HTTP-Session: f271ad12-e697-44a3-8d00-c017e9330faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5490 | 2024.10.09 04:58:38.149990 [ 3 ] {} <Debug> HTTP-Session: f271ad12-e697-44a3-8d00-c017e9330faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5491 | 2024.10.09 04:58:38.150025 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5492 | 2024.10.09 04:58:38.150048 [ 3 ] {} <Trace> HTTP-Session: f271ad12-e697-44a3-8d00-c017e9330faa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2024.10.09 04:58:38.150164 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 284 rows starting from the beginning of the part | ||
| 5494 | 2024.10.09 04:58:38.150321 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5495 | 2024.10.09 04:58:38.150498 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5496 | 2024.10.09 04:58:38.150908 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 5497 | 2024.10.09 04:58:38.151508 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5498 | 2024.10.09 04:58:38.151806 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
| 5499 | 2024.10.09 04:58:38.152482 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 5500 | 2024.10.09 04:58:38.152668 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2024.10.09 04:58:38.152771 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5502 | 2024.10.09 04:58:38.153148 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
| 5503 | 2024.10.09 04:58:38.153729 [ 202 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 5504 | 2024.10.09 04:58:38.154315 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5505 | 2024.10.09 04:58:38.155162 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2024.10.09 04:58:38.155660 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005431 sec., 11047.689191677408 rows/sec., 762.41 KiB/sec. | ||
| 5507 | 2024.10.09 04:58:38.156159 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Debug> DynamicQueryHandler: Done processing query | ||
| 5508 | 2024.10.09 04:58:38.156195 [ 3 ] {35493283-e471-4df6-97ff-4610f7cc4429} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5509 | 2024.10.09 04:58:38.156215 [ 3 ] {} <Debug> HTTP-Session: f271ad12-e697-44a3-8d00-c017e9330faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5510 | 2024.10.09 04:58:38.160972 [ 200 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 19 columns (19 merged, 0 gathered) in 0.012010682 sec., 29806.800313254484 rows/sec., 53.41 MiB/sec. | ||
| 5511 | 2024.10.09 04:58:38.161800 [ 200 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5512 | 2024.10.09 04:58:38.162461 [ 200 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2024.10.09 04:58:38.162555 [ 200 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5514 | 2024.10.09 04:58:38.162715 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 5515 | 2024.10.09 04:58:43.139603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5516 | 2024.10.09 04:58:43.139733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5517 | 2024.10.09 04:58:43.139759 [ 3 ] {} <Debug> HTTP-Session: 4a2beda5-21e4-458a-9559-8ef91b7aa0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5518 | 2024.10.09 04:58:43.139784 [ 3 ] {} <Debug> HTTP-Session: 4a2beda5-21e4-458a-9559-8ef91b7aa0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5519 | 2024.10.09 04:58:43.139799 [ 3 ] {} <Debug> HTTP-Session: 4a2beda5-21e4-458a-9559-8ef91b7aa0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5520 | 2024.10.09 04:58:43.139847 [ 3 ] {} <Trace> HTTP-Session: 4a2beda5-21e4-458a-9559-8ef91b7aa0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5521 | 2024.10.09 04:58:43.140083 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5522 | 2024.10.09 04:58:43.140151 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5523 | 2024.10.09 04:58:43.140490 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5524 | 2024.10.09 04:58:43.140989 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2024.10.09 04:58:43.141032 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5526 | 2024.10.09 04:58:43.141466 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5527 | 2024.10.09 04:58:43.141876 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2024.10.09 04:58:43.142023 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002039 sec., 102501.2260912212 rows/sec., 9.04 MiB/sec. | ||
| 5529 | 2024.10.09 04:58:43.142029 [ 111 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5530 | 2024.10.09 04:58:43.142087 [ 111 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.10.09 04:58:43.142120 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5532 | 2024.10.09 04:58:43.142264 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5533 | 2024.10.09 04:58:43.142308 [ 3 ] {d3a8169c-9585-40b9-ba9b-9075027a4da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5534 | 2024.10.09 04:58:43.142311 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5535 | 2024.10.09 04:58:43.142329 [ 3 ] {} <Debug> HTTP-Session: 4a2beda5-21e4-458a-9559-8ef91b7aa0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5536 | 2024.10.09 04:58:43.142545 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5537 | 2024.10.09 04:58:43.142601 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1411 rows starting from the beginning of the part | ||
| 5538 | 2024.10.09 04:58:43.142627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5539 | 2024.10.09 04:58:43.142773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5540 | 2024.10.09 04:58:43.142846 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part | ||
| 5541 | 2024.10.09 04:58:43.142869 [ 3 ] {} <Debug> HTTP-Session: 4aa8bb58-218b-4138-8041-f92e56641f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5542 | 2024.10.09 04:58:43.142947 [ 3 ] {} <Debug> HTTP-Session: 4aa8bb58-218b-4138-8041-f92e56641f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5543 | 2024.10.09 04:58:43.143023 [ 3 ] {} <Debug> HTTP-Session: 4aa8bb58-218b-4138-8041-f92e56641f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5544 | 2024.10.09 04:58:43.143159 [ 3 ] {} <Trace> HTTP-Session: 4aa8bb58-218b-4138-8041-f92e56641f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2024.10.09 04:58:43.143202 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part | ||
| 5546 | 2024.10.09 04:58:43.143466 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5547 | 2024.10.09 04:58:43.143490 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 209 rows starting from the beginning of the part | ||
| 5548 | 2024.10.09 04:58:43.143572 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5549 | 2024.10.09 04:58:43.143804 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 110 rows starting from the beginning of the part | ||
| 5550 | 2024.10.09 04:58:43.144095 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 209 rows starting from the beginning of the part | ||
| 5551 | 2024.10.09 04:58:43.144829 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5552 | 2024.10.09 04:58:43.145484 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2024.10.09 04:58:43.145543 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5554 | 2024.10.09 04:58:43.146537 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5555 | 2024.10.09 04:58:43.147281 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2024.10.09 04:58:43.147456 [ 198 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2121 rows, containing 5 columns (5 merged, 0 gathered) in 0.005248511 sec., 404114.6146021224 rows/sec., 35.73 MiB/sec. | ||
| 5557 | 2024.10.09 04:58:43.147588 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.004251 sec., 2352.387673488591 rows/sec., 176.89 KiB/sec. | ||
| 5558 | 2024.10.09 04:58:43.147873 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5559 | 2024.10.09 04:58:43.147893 [ 200 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5560 | 2024.10.09 04:58:43.147907 [ 3 ] {2f6c4412-2cf2-4969-b58e-73872b6f10c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5561 | 2024.10.09 04:58:43.147961 [ 3 ] {} <Debug> HTTP-Session: 4aa8bb58-218b-4138-8041-f92e56641f1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5562 | 2024.10.09 04:58:43.148162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5563 | 2024.10.09 04:58:43.148300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5564 | 2024.10.09 04:58:43.148371 [ 3 ] {} <Debug> HTTP-Session: 5385ce0a-1f02-49b9-838d-ba396427a48e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5565 | 2024.10.09 04:58:43.148448 [ 3 ] {} <Debug> HTTP-Session: 5385ce0a-1f02-49b9-838d-ba396427a48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5566 | 2024.10.09 04:58:43.148533 [ 3 ] {} <Debug> HTTP-Session: 5385ce0a-1f02-49b9-838d-ba396427a48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5567 | 2024.10.09 04:58:43.148624 [ 3 ] {} <Trace> HTTP-Session: 5385ce0a-1f02-49b9-838d-ba396427a48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.10.09 04:58:43.148796 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5569 | 2024.10.09 04:58:43.148853 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5570 | 2024.10.09 04:58:43.148919 [ 200 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.10.09 04:58:43.149151 [ 200 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_26_5} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5572 | 2024.10.09 04:58:43.149357 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5573 | 2024.10.09 04:58:43.149469 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5574 | 2024.10.09 04:58:43.149794 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2024.10.09 04:58:43.149831 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5576 | 2024.10.09 04:58:43.150204 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5577 | 2024.10.09 04:58:43.150604 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2024.10.09 04:58:43.150726 [ 111 ] {} <Debug> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5579 | 2024.10.09 04:58:43.150736 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001997 sec., 7010.515773660491 rows/sec., 490.97 KiB/sec. | ||
| 5580 | 2024.10.09 04:58:43.150767 [ 111 ] {} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2024.10.09 04:58:43.150806 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5582 | 2024.10.09 04:58:43.151067 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Debug> DynamicQueryHandler: Done processing query | ||
| 5583 | 2024.10.09 04:58:43.151115 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5584 | 2024.10.09 04:58:43.151139 [ 3 ] {8f85c9cf-f574-4ea0-98e9-b7f6be680564} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5585 | 2024.10.09 04:58:43.151234 [ 3 ] {} <Debug> HTTP-Session: 5385ce0a-1f02-49b9-838d-ba396427a48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5586 | 2024.10.09 04:58:43.151481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5587 | 2024.10.09 04:58:43.151548 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5588 | 2024.10.09 04:58:43.151583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5589 | 2024.10.09 04:58:43.151605 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 5590 | 2024.10.09 04:58:43.151615 [ 3 ] {} <Debug> HTTP-Session: 2ea76c55-d534-466f-a4df-619306a4d138 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5591 | 2024.10.09 04:58:43.151660 [ 3 ] {} <Debug> HTTP-Session: 2ea76c55-d534-466f-a4df-619306a4d138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5592 | 2024.10.09 04:58:43.151722 [ 3 ] {} <Debug> HTTP-Session: 2ea76c55-d534-466f-a4df-619306a4d138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.10.09 04:58:43.151864 [ 3 ] {} <Trace> HTTP-Session: 2ea76c55-d534-466f-a4df-619306a4d138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5594 | 2024.10.09 04:58:43.151883 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 5595 | 2024.10.09 04:58:43.152154 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5596 | 2024.10.09 04:58:43.152169 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 5597 | 2024.10.09 04:58:43.152258 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5598 | 2024.10.09 04:58:43.152385 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 5599 | 2024.10.09 04:58:43.152739 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5600 | 2024.10.09 04:58:43.153093 [ 198 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 5601 | 2024.10.09 04:58:43.153820 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5602 | 2024.10.09 04:58:43.154605 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2024.10.09 04:58:43.154664 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5604 | 2024.10.09 04:58:43.155639 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5605 | 2024.10.09 04:58:43.156066 [ 190 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158658 sec., 104872.23615134014 rows/sec., 7.13 MiB/sec. | ||
| 5606 | 2024.10.09 04:58:43.156387 [ 190 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5607 | 2024.10.09 04:58:43.156831 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2024.10.09 04:58:43.157247 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005217 sec., 1150.0862564692352 rows/sec., 67.95 KiB/sec. | ||
| 5609 | 2024.10.09 04:58:43.157609 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5610 | 2024.10.09 04:58:43.157652 [ 3 ] {fc0139a5-1315-431d-8d97-e4d5782b1ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5611 | 2024.10.09 04:58:43.157653 [ 190 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2024.10.09 04:58:43.157682 [ 3 ] {} <Debug> HTTP-Session: 2ea76c55-d534-466f-a4df-619306a4d138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.10.09 04:58:43.157804 [ 190 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_11_2} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5614 | 2024.10.09 04:58:43.157934 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5615 | 2024.10.09 04:58:43.157977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5616 | 2024.10.09 04:58:43.158034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5617 | 2024.10.09 04:58:43.158054 [ 3 ] {} <Debug> HTTP-Session: afd57491-3f52-41c7-8ddf-653d3db5a243 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5618 | 2024.10.09 04:58:43.158072 [ 3 ] {} <Debug> HTTP-Session: afd57491-3f52-41c7-8ddf-653d3db5a243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5619 | 2024.10.09 04:58:43.158085 [ 3 ] {} <Debug> HTTP-Session: afd57491-3f52-41c7-8ddf-653d3db5a243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5620 | 2024.10.09 04:58:43.158117 [ 3 ] {} <Trace> HTTP-Session: afd57491-3f52-41c7-8ddf-653d3db5a243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2024.10.09 04:58:43.158349 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5622 | 2024.10.09 04:58:43.158394 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5623 | 2024.10.09 04:58:43.158642 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5624 | 2024.10.09 04:58:43.159193 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5625 | 2024.10.09 04:58:43.159231 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5626 | 2024.10.09 04:58:43.159632 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5627 | 2024.10.09 04:58:43.160003 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5628 | 2024.10.09 04:58:43.160126 [ 111 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5629 | 2024.10.09 04:58:43.160131 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.00192 sec., 204166.66666666666 rows/sec., 14.49 MiB/sec. | ||
| 5630 | 2024.10.09 04:58:43.160161 [ 111 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.10.09 04:58:43.160199 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5632 | 2024.10.09 04:58:43.160370 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5633 | 2024.10.09 04:58:43.160414 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Debug> DynamicQueryHandler: Done processing query | ||
| 5634 | 2024.10.09 04:58:43.160466 [ 3 ] {7df922be-a9bd-46e8-b6e0-cd017cb0de50} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5635 | 2024.10.09 04:58:43.160502 [ 3 ] {} <Debug> HTTP-Session: afd57491-3f52-41c7-8ddf-653d3db5a243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5636 | 2024.10.09 04:58:43.160593 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5637 | 2024.10.09 04:58:43.160630 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 5638 | 2024.10.09 04:58:43.160697 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part | ||
| 5639 | 2024.10.09 04:58:43.160828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5640 | 2024.10.09 04:58:43.160998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5641 | 2024.10.09 04:58:43.161067 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 91 rows starting from the beginning of the part | ||
| 5642 | 2024.10.09 04:58:43.161099 [ 3 ] {} <Debug> HTTP-Session: ad7adba6-b91f-4e88-b907-b1a53cb52a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5643 | 2024.10.09 04:58:43.161179 [ 3 ] {} <Debug> HTTP-Session: ad7adba6-b91f-4e88-b907-b1a53cb52a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5644 | 2024.10.09 04:58:43.161245 [ 3 ] {} <Debug> HTTP-Session: ad7adba6-b91f-4e88-b907-b1a53cb52a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5645 | 2024.10.09 04:58:43.161361 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 392 rows starting from the beginning of the part | ||
| 5646 | 2024.10.09 04:58:43.161391 [ 3 ] {} <Trace> HTTP-Session: ad7adba6-b91f-4e88-b907-b1a53cb52a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5647 | 2024.10.09 04:58:43.161658 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 91 rows starting from the beginning of the part | ||
| 5648 | 2024.10.09 04:58:43.161712 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5649 | 2024.10.09 04:58:43.161873 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5650 | 2024.10.09 04:58:43.161930 [ 198 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 392 rows starting from the beginning of the part | ||
| 5651 | 2024.10.09 04:58:43.162639 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5652 | 2024.10.09 04:58:43.163293 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.10.09 04:58:43.163361 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5654 | 2024.10.09 04:58:43.164333 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5655 | 2024.10.09 04:58:43.164890 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1945 rows, containing 5 columns (5 merged, 0 gathered) in 0.004595369 sec., 423252.1914997468 rows/sec., 32.39 MiB/sec. | ||
| 5656 | 2024.10.09 04:58:43.164931 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2024.10.09 04:58:43.165130 [ 111 ] {} <Debug> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5658 | 2024.10.09 04:58:43.165152 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5659 | 2024.10.09 04:58:43.165181 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003544 sec., 1693.0022573363433 rows/sec., 88.45 KiB/sec. | ||
| 5660 | 2024.10.09 04:58:43.165186 [ 111 ] {} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2024.10.09 04:58:43.165276 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5662 | 2024.10.09 04:58:43.165669 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 5663 | 2024.10.09 04:58:43.165858 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Debug> DynamicQueryHandler: Done processing query | ||
| 5664 | 2024.10.09 04:58:43.165984 [ 3 ] {428cf139-c786-468d-8318-a23739cc0f86} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5665 | 2024.10.09 04:58:43.166076 [ 3 ] {} <Debug> HTTP-Session: ad7adba6-b91f-4e88-b907-b1a53cb52a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5666 | 2024.10.09 04:58:43.166193 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5667 | 2024.10.09 04:58:43.166252 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 5668 | 2024.10.09 04:58:43.166436 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5669 | 2024.10.09 04:58:43.166481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5670 | 2024.10.09 04:58:43.166733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5671 | 2024.10.09 04:58:43.166833 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5672 | 2024.10.09 04:58:43.166849 [ 3 ] {} <Debug> HTTP-Session: c374e972-8884-491a-acb7-ce956665f0ab Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5673 | 2024.10.09 04:58:43.166853 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2024.10.09 04:58:43.166952 [ 3 ] {} <Debug> HTTP-Session: c374e972-8884-491a-acb7-ce956665f0ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5675 | 2024.10.09 04:58:43.167080 [ 3 ] {} <Debug> HTTP-Session: c374e972-8884-491a-acb7-ce956665f0ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5676 | 2024.10.09 04:58:43.167255 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5677 | 2024.10.09 04:58:43.167289 [ 3 ] {} <Trace> HTTP-Session: c374e972-8884-491a-acb7-ce956665f0ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5678 | 2024.10.09 04:58:43.167362 [ 190 ] {f0532510-5495-42af-af35-2105db47f503::all_1_26_5} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5679 | 2024.10.09 04:58:43.167762 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5680 | 2024.10.09 04:58:43.167840 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5681 | 2024.10.09 04:58:43.167952 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5682 | 2024.10.09 04:58:43.168129 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5683 | 2024.10.09 04:58:43.168160 [ 198 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5684 | 2024.10.09 04:58:43.169040 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5685 | 2024.10.09 04:58:43.170081 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2024.10.09 04:58:43.170156 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5687 | 2024.10.09 04:58:43.170715 [ 186 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005259921 sec., 12547.71697141459 rows/sec., 655.57 KiB/sec. | ||
| 5688 | 2024.10.09 04:58:43.170923 [ 186 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5689 | 2024.10.09 04:58:43.171218 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5690 | 2024.10.09 04:58:43.171824 [ 186 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5691 | 2024.10.09 04:58:43.171999 [ 186 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_11_2} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5692 | 2024.10.09 04:58:43.172010 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2024.10.09 04:58:43.172144 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5694 | 2024.10.09 04:58:43.172262 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004661 sec., 50847.457627118645 rows/sec., 3.41 MiB/sec. | ||
| 5695 | 2024.10.09 04:58:43.172262 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5696 | 2024.10.09 04:58:43.172341 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2024.10.09 04:58:43.172386 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5698 | 2024.10.09 04:58:43.172498 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5699 | 2024.10.09 04:58:43.172564 [ 3 ] {ead07afb-aeb8-45ae-b665-ecf1b365f44d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5700 | 2024.10.09 04:58:43.172620 [ 3 ] {} <Debug> HTTP-Session: c374e972-8884-491a-acb7-ce956665f0ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5701 | 2024.10.09 04:58:43.172651 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5702 | 2024.10.09 04:58:43.172854 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5703 | 2024.10.09 04:58:43.172926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5704 | 2024.10.09 04:58:43.172927 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7098 rows starting from the beginning of the part | ||
| 5705 | 2024.10.09 04:58:43.173021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5706 | 2024.10.09 04:58:43.173087 [ 3 ] {} <Debug> HTTP-Session: fed90d9f-15fd-4475-9cec-61260fbd27ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5707 | 2024.10.09 04:58:43.173164 [ 3 ] {} <Debug> HTTP-Session: fed90d9f-15fd-4475-9cec-61260fbd27ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5708 | 2024.10.09 04:58:43.173225 [ 3 ] {} <Debug> HTTP-Session: fed90d9f-15fd-4475-9cec-61260fbd27ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5709 | 2024.10.09 04:58:43.173228 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 126 rows starting from the beginning of the part | ||
| 5710 | 2024.10.09 04:58:43.173343 [ 3 ] {} <Trace> HTTP-Session: fed90d9f-15fd-4475-9cec-61260fbd27ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5711 | 2024.10.09 04:58:43.173632 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 5712 | 2024.10.09 04:58:43.173677 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5713 | 2024.10.09 04:58:43.173860 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5714 | 2024.10.09 04:58:43.173975 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 5715 | 2024.10.09 04:58:43.174311 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 5716 | 2024.10.09 04:58:43.174686 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 5717 | 2024.10.09 04:58:43.175154 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5718 | 2024.10.09 04:58:43.175949 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2024.10.09 04:58:43.176012 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5720 | 2024.10.09 04:58:43.176680 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5721 | 2024.10.09 04:58:43.177450 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2024.10.09 04:58:43.177864 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004254 sec., 235.07287259050307 rows/sec., 15.84 KiB/sec. | ||
| 5723 | 2024.10.09 04:58:43.178511 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5724 | 2024.10.09 04:58:43.178538 [ 3 ] {90695e60-7b82-4790-86c1-230829058dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5725 | 2024.10.09 04:58:43.178555 [ 3 ] {} <Debug> HTTP-Session: fed90d9f-15fd-4475-9cec-61260fbd27ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5726 | 2024.10.09 04:58:43.178694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5727 | 2024.10.09 04:58:43.178774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5728 | 2024.10.09 04:58:43.178794 [ 3 ] {} <Debug> HTTP-Session: f4854bb8-1782-42d5-bc65-14c8e09b84ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5729 | 2024.10.09 04:58:43.178810 [ 3 ] {} <Debug> HTTP-Session: f4854bb8-1782-42d5-bc65-14c8e09b84ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5730 | 2024.10.09 04:58:43.178824 [ 3 ] {} <Debug> HTTP-Session: f4854bb8-1782-42d5-bc65-14c8e09b84ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5731 | 2024.10.09 04:58:43.178856 [ 3 ] {} <Trace> HTTP-Session: f4854bb8-1782-42d5-bc65-14c8e09b84ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5732 | 2024.10.09 04:58:43.179158 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5733 | 2024.10.09 04:58:43.179244 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5734 | 2024.10.09 04:58:43.179921 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8018 rows, containing 5 columns (5 merged, 0 gathered) in 0.007424512 sec., 1079936.2974967244 rows/sec., 72.80 MiB/sec. | ||
| 5735 | 2024.10.09 04:58:43.180222 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5736 | 2024.10.09 04:58:43.180539 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5737 | 2024.10.09 04:58:43.181510 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2024.10.09 04:58:43.181574 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5739 | 2024.10.09 04:58:43.181612 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5740 | 2024.10.09 04:58:43.181817 [ 196 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5741 | 2024.10.09 04:58:43.181999 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 5742 | 2024.10.09 04:58:43.182559 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5743 | 2024.10.09 04:58:43.182990 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2024.10.09 04:58:43.183172 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.004213 sec., 2373.605506764776 rows/sec., 4.25 MiB/sec. | ||
| 5745 | 2024.10.09 04:58:43.183417 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Debug> DynamicQueryHandler: Done processing query | ||
| 5746 | 2024.10.09 04:58:43.183442 [ 3 ] {390e1561-2cb3-4be5-b148-666cea48e039} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5747 | 2024.10.09 04:58:43.183460 [ 3 ] {} <Debug> HTTP-Session: f4854bb8-1782-42d5-bc65-14c8e09b84ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5748 | 2024.10.09 04:58:43.183598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5749 | 2024.10.09 04:58:43.183648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5750 | 2024.10.09 04:58:43.183667 [ 3 ] {} <Debug> HTTP-Session: e101aaf2-4df6-45c3-83c3-67bc70fc4a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5751 | 2024.10.09 04:58:43.183684 [ 3 ] {} <Debug> HTTP-Session: e101aaf2-4df6-45c3-83c3-67bc70fc4a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5752 | 2024.10.09 04:58:43.183698 [ 3 ] {} <Debug> HTTP-Session: e101aaf2-4df6-45c3-83c3-67bc70fc4a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5753 | 2024.10.09 04:58:43.183728 [ 3 ] {} <Trace> HTTP-Session: e101aaf2-4df6-45c3-83c3-67bc70fc4a2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5754 | 2024.10.09 04:58:43.183849 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5755 | 2024.10.09 04:58:43.183893 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5756 | 2024.10.09 04:58:43.184023 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5757 | 2024.10.09 04:58:43.184393 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2024.10.09 04:58:43.184430 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5759 | 2024.10.09 04:58:43.184795 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5760 | 2024.10.09 04:58:43.185128 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2024.10.09 04:58:43.185283 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec. | ||
| 5762 | 2024.10.09 04:58:43.185294 [ 110 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5763 | 2024.10.09 04:58:43.185376 [ 110 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2024.10.09 04:58:43.185432 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5765 | 2024.10.09 04:58:43.185588 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 5766 | 2024.10.09 04:58:43.185674 [ 3 ] {11ee05bd-483e-4c25-9282-b60bd20261aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5767 | 2024.10.09 04:58:43.185738 [ 3 ] {} <Debug> HTTP-Session: e101aaf2-4df6-45c3-83c3-67bc70fc4a2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5768 | 2024.10.09 04:58:43.185767 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5769 | 2024.10.09 04:58:43.186133 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5770 | 2024.10.09 04:58:43.186170 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1174 rows starting from the beginning of the part | ||
| 5771 | 2024.10.09 04:58:43.186244 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part | ||
| 5772 | 2024.10.09 04:58:43.186435 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 5773 | 2024.10.09 04:58:43.186651 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 5774 | 2024.10.09 04:58:43.186842 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 5775 | 2024.10.09 04:58:43.186957 [ 186 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 5776 | 2024.10.09 04:58:43.188310 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002800221 sec., 537100.464570475 rows/sec., 34.92 MiB/sec. | ||
| 5777 | 2024.10.09 04:58:43.188588 [ 189 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5778 | 2024.10.09 04:58:43.189133 [ 189 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5779 | 2024.10.09 04:58:43.189233 [ 189 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_26_5} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5780 | 2024.10.09 04:58:43.189335 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5781 | 2024.10.09 04:58:47.335923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 584 | ||
| 5782 | 2024.10.09 04:58:47.338831 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2024.10.09 04:58:47.338881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5784 | 2024.10.09 04:58:47.340383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5785 | 2024.10.09 04:58:47.341375 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2024.10.09 04:58:47.342712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584 | ||
| 5787 | 2024.10.09 04:58:48.136982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5788 | 2024.10.09 04:58:48.137124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5789 | 2024.10.09 04:58:48.137156 [ 3 ] {} <Debug> HTTP-Session: 778a4a4d-6139-4f0d-9daf-f83271e5ee36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5790 | 2024.10.09 04:58:48.137187 [ 3 ] {} <Debug> HTTP-Session: 778a4a4d-6139-4f0d-9daf-f83271e5ee36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5791 | 2024.10.09 04:58:48.137208 [ 3 ] {} <Debug> HTTP-Session: 778a4a4d-6139-4f0d-9daf-f83271e5ee36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5792 | 2024.10.09 04:58:48.137271 [ 3 ] {} <Trace> HTTP-Session: 778a4a4d-6139-4f0d-9daf-f83271e5ee36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2024.10.09 04:58:48.137559 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5794 | 2024.10.09 04:58:48.137652 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5795 | 2024.10.09 04:58:48.138111 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5796 | 2024.10.09 04:58:48.139030 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2024.10.09 04:58:48.139089 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5798 | 2024.10.09 04:58:48.139619 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5799 | 2024.10.09 04:58:48.140114 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5800 | 2024.10.09 04:58:48.140302 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002853 sec., 38555.9060637925 rows/sec., 3.24 MiB/sec. | ||
| 5801 | 2024.10.09 04:58:48.140555 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Debug> DynamicQueryHandler: Done processing query | ||
| 5802 | 2024.10.09 04:58:48.140587 [ 3 ] {fcc2d824-6ff3-4a9d-95a9-8b0cf5c2aa13} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5803 | 2024.10.09 04:58:48.140608 [ 3 ] {} <Debug> HTTP-Session: 778a4a4d-6139-4f0d-9daf-f83271e5ee36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5804 | 2024.10.09 04:58:48.140799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5805 | 2024.10.09 04:58:48.140863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5806 | 2024.10.09 04:58:48.140884 [ 3 ] {} <Debug> HTTP-Session: 63740eae-3327-4cc9-881a-337c8fa31c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5807 | 2024.10.09 04:58:48.140903 [ 3 ] {} <Debug> HTTP-Session: 63740eae-3327-4cc9-881a-337c8fa31c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5808 | 2024.10.09 04:58:48.140918 [ 3 ] {} <Debug> HTTP-Session: 63740eae-3327-4cc9-881a-337c8fa31c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5809 | 2024.10.09 04:58:48.140954 [ 3 ] {} <Trace> HTTP-Session: 63740eae-3327-4cc9-881a-337c8fa31c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5810 | 2024.10.09 04:58:48.141078 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5811 | 2024.10.09 04:58:48.141124 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5812 | 2024.10.09 04:58:48.141366 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5813 | 2024.10.09 04:58:48.141757 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2024.10.09 04:58:48.141797 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5815 | 2024.10.09 04:58:48.142170 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5816 | 2024.10.09 04:58:48.142636 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2024.10.09 04:58:48.142809 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001754 sec., 15393.38654503991 rows/sec., 1.13 MiB/sec. | ||
| 5818 | 2024.10.09 04:58:48.143008 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5819 | 2024.10.09 04:58:48.143040 [ 3 ] {0913adc4-424c-48ed-950b-938ea23fe87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5820 | 2024.10.09 04:58:48.143056 [ 3 ] {} <Debug> HTTP-Session: 63740eae-3327-4cc9-881a-337c8fa31c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5821 | 2024.10.09 04:58:48.143207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5822 | 2024.10.09 04:58:48.143260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5823 | 2024.10.09 04:58:48.143281 [ 3 ] {} <Debug> HTTP-Session: c65473bc-8ac0-4ae5-9fb2-0e661f0a1eed Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5824 | 2024.10.09 04:58:48.143298 [ 3 ] {} <Debug> HTTP-Session: c65473bc-8ac0-4ae5-9fb2-0e661f0a1eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5825 | 2024.10.09 04:58:48.143312 [ 3 ] {} <Debug> HTTP-Session: c65473bc-8ac0-4ae5-9fb2-0e661f0a1eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5826 | 2024.10.09 04:58:48.143347 [ 3 ] {} <Trace> HTTP-Session: c65473bc-8ac0-4ae5-9fb2-0e661f0a1eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5827 | 2024.10.09 04:58:48.143491 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5828 | 2024.10.09 04:58:48.143550 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5829 | 2024.10.09 04:58:48.143835 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5830 | 2024.10.09 04:58:48.144242 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2024.10.09 04:58:48.144278 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5832 | 2024.10.09 04:58:48.144662 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5833 | 2024.10.09 04:58:48.145039 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2024.10.09 04:58:48.145179 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001743 sec., 52208.83534136546 rows/sec., 4.08 MiB/sec. | ||
| 5835 | 2024.10.09 04:58:48.145346 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5836 | 2024.10.09 04:58:48.145371 [ 3 ] {5ba93585-cf97-425d-be16-8075a10e667e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5837 | 2024.10.09 04:58:48.145386 [ 3 ] {} <Debug> HTTP-Session: c65473bc-8ac0-4ae5-9fb2-0e661f0a1eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5838 | 2024.10.09 04:58:48.145570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5839 | 2024.10.09 04:58:48.145618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5840 | 2024.10.09 04:58:48.145637 [ 3 ] {} <Debug> HTTP-Session: 300a9167-2c29-41f7-aad6-3a5a4828a7fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5841 | 2024.10.09 04:58:48.145654 [ 3 ] {} <Debug> HTTP-Session: 300a9167-2c29-41f7-aad6-3a5a4828a7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5842 | 2024.10.09 04:58:48.145668 [ 3 ] {} <Debug> HTTP-Session: 300a9167-2c29-41f7-aad6-3a5a4828a7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5843 | 2024.10.09 04:58:48.145698 [ 3 ] {} <Trace> HTTP-Session: 300a9167-2c29-41f7-aad6-3a5a4828a7fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2024.10.09 04:58:48.145840 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5845 | 2024.10.09 04:58:48.145887 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5846 | 2024.10.09 04:58:48.146037 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5847 | 2024.10.09 04:58:48.146459 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2024.10.09 04:58:48.146496 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5849 | 2024.10.09 04:58:48.146890 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5850 | 2024.10.09 04:58:48.147233 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2024.10.09 04:58:48.147374 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
| 5852 | 2024.10.09 04:58:48.147550 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5853 | 2024.10.09 04:58:48.147574 [ 3 ] {c88eec7a-1c12-4de5-9f9d-77d50fc58a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5854 | 2024.10.09 04:58:48.147590 [ 3 ] {} <Debug> HTTP-Session: 300a9167-2c29-41f7-aad6-3a5a4828a7fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5855 | 2024.10.09 04:58:48.147749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5856 | 2024.10.09 04:58:48.147802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5857 | 2024.10.09 04:58:48.147821 [ 3 ] {} <Debug> HTTP-Session: d3063835-dff2-4f2c-98da-5a70a8d1248b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5858 | 2024.10.09 04:58:48.147840 [ 3 ] {} <Debug> HTTP-Session: d3063835-dff2-4f2c-98da-5a70a8d1248b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5859 | 2024.10.09 04:58:48.147854 [ 3 ] {} <Debug> HTTP-Session: d3063835-dff2-4f2c-98da-5a70a8d1248b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5860 | 2024.10.09 04:58:48.147884 [ 3 ] {} <Trace> HTTP-Session: d3063835-dff2-4f2c-98da-5a70a8d1248b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2024.10.09 04:58:48.148162 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5862 | 2024.10.09 04:58:48.148224 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5863 | 2024.10.09 04:58:48.148648 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5864 | 2024.10.09 04:58:48.149396 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2024.10.09 04:58:48.149433 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5866 | 2024.10.09 04:58:48.150125 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5867 | 2024.10.09 04:58:48.150601 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2024.10.09 04:58:48.150791 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002819 sec., 9577.86449095424 rows/sec., 17.16 MiB/sec. | ||
| 5869 | 2024.10.09 04:58:48.151028 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5870 | 2024.10.09 04:58:48.151052 [ 3 ] {35e6fdf1-52e0-43f6-b30b-612d8452a1a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5871 | 2024.10.09 04:58:48.151068 [ 3 ] {} <Debug> HTTP-Session: d3063835-dff2-4f2c-98da-5a70a8d1248b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5872 | 2024.10.09 04:58:48.151231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5873 | 2024.10.09 04:58:48.151282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5874 | 2024.10.09 04:58:48.151302 [ 3 ] {} <Debug> HTTP-Session: 1c473474-3e45-4423-bdd4-bae9dc2cc3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5875 | 2024.10.09 04:58:48.151321 [ 3 ] {} <Debug> HTTP-Session: 1c473474-3e45-4423-bdd4-bae9dc2cc3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5876 | 2024.10.09 04:58:48.151341 [ 3 ] {} <Debug> HTTP-Session: 1c473474-3e45-4423-bdd4-bae9dc2cc3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5877 | 2024.10.09 04:58:48.151373 [ 3 ] {} <Trace> HTTP-Session: 1c473474-3e45-4423-bdd4-bae9dc2cc3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2024.10.09 04:58:48.151489 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5879 | 2024.10.09 04:58:48.151533 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5880 | 2024.10.09 04:58:48.151663 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5881 | 2024.10.09 04:58:48.152006 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2024.10.09 04:58:48.152042 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5883 | 2024.10.09 04:58:48.152436 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5884 | 2024.10.09 04:58:48.152767 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2024.10.09 04:58:48.152901 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 5886 | 2024.10.09 04:58:48.153161 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5887 | 2024.10.09 04:58:48.153202 [ 3 ] {df78d51b-f4aa-4813-8194-383c11267cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5888 | 2024.10.09 04:58:48.153220 [ 3 ] {} <Debug> HTTP-Session: 1c473474-3e45-4423-bdd4-bae9dc2cc3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5889 | 2024.10.09 04:58:49.533660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5890 | 2024.10.09 04:58:49.533773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5891 | 2024.10.09 04:58:49.533799 [ 3 ] {} <Debug> HTTP-Session: fd0dbc43-1b14-405e-983e-ca7b031444af Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5892 | 2024.10.09 04:58:49.533823 [ 3 ] {} <Debug> HTTP-Session: fd0dbc43-1b14-405e-983e-ca7b031444af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5893 | 2024.10.09 04:58:49.533838 [ 3 ] {} <Debug> HTTP-Session: fd0dbc43-1b14-405e-983e-ca7b031444af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5894 | 2024.10.09 04:58:49.533888 [ 3 ] {} <Trace> HTTP-Session: fd0dbc43-1b14-405e-983e-ca7b031444af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2024.10.09 04:58:49.534064 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5896 | 2024.10.09 04:58:49.534132 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5897 | 2024.10.09 04:58:49.534468 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5898 | 2024.10.09 04:58:49.534967 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2024.10.09 04:58:49.535015 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5900 | 2024.10.09 04:58:49.535444 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5901 | 2024.10.09 04:58:49.535835 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5902 | 2024.10.09 04:58:49.536019 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001994 sec., 3009.027081243731 rows/sec., 245.37 KiB/sec. | ||
| 5903 | 2024.10.09 04:58:49.536545 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5904 | 2024.10.09 04:58:49.536574 [ 3 ] {bedefcf2-3371-4e80-b77f-1c8d9827473f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5905 | 2024.10.09 04:58:49.536591 [ 3 ] {} <Debug> HTTP-Session: fd0dbc43-1b14-405e-983e-ca7b031444af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5906 | 2024.10.09 04:58:49.536847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 194913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5907 | 2024.10.09 04:58:49.536904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5908 | 2024.10.09 04:58:49.536924 [ 3 ] {} <Debug> HTTP-Session: af020e51-f9b8-4447-8c6f-a096b0d3dad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5909 | 2024.10.09 04:58:49.536943 [ 3 ] {} <Debug> HTTP-Session: af020e51-f9b8-4447-8c6f-a096b0d3dad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5910 | 2024.10.09 04:58:49.536957 [ 3 ] {} <Debug> HTTP-Session: af020e51-f9b8-4447-8c6f-a096b0d3dad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5911 | 2024.10.09 04:58:49.536993 [ 3 ] {} <Trace> HTTP-Session: af020e51-f9b8-4447-8c6f-a096b0d3dad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5912 | 2024.10.09 04:58:49.537576 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5913 | 2024.10.09 04:58:49.537626 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5914 | 2024.10.09 04:58:49.537882 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5915 | 2024.10.09 04:58:49.539235 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2024.10.09 04:58:49.539273 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5917 | 2024.10.09 04:58:49.539729 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5918 | 2024.10.09 04:58:49.540095 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2024.10.09 04:58:49.540263 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Debug> executeQuery: Read 1336 rows, 114.07 KiB in 0.003109 sec., 429720.16725635255 rows/sec., 35.83 MiB/sec. | ||
| 5920 | 2024.10.09 04:58:49.540454 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Debug> DynamicQueryHandler: Done processing query | ||
| 5921 | 2024.10.09 04:58:49.540480 [ 3 ] {d2324199-e9a9-41f5-8438-450df7ed1211} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 5922 | 2024.10.09 04:58:49.540496 [ 3 ] {} <Debug> HTTP-Session: af020e51-f9b8-4447-8c6f-a096b0d3dad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5923 | 2024.10.09 04:58:49.540815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5924 | 2024.10.09 04:58:49.540871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5925 | 2024.10.09 04:58:49.540891 [ 3 ] {} <Debug> HTTP-Session: 9a75dc68-92a9-4d68-8b96-da804c368026 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5926 | 2024.10.09 04:58:49.540908 [ 3 ] {} <Debug> HTTP-Session: 9a75dc68-92a9-4d68-8b96-da804c368026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5927 | 2024.10.09 04:58:49.540922 [ 3 ] {} <Debug> HTTP-Session: 9a75dc68-92a9-4d68-8b96-da804c368026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5928 | 2024.10.09 04:58:49.540955 [ 3 ] {} <Trace> HTTP-Session: 9a75dc68-92a9-4d68-8b96-da804c368026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5929 | 2024.10.09 04:58:49.541058 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5930 | 2024.10.09 04:58:49.541103 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5931 | 2024.10.09 04:58:49.541340 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5932 | 2024.10.09 04:58:49.541648 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5933 | 2024.10.09 04:58:49.541688 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5934 | 2024.10.09 04:58:49.542036 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5935 | 2024.10.09 04:58:49.542395 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5936 | 2024.10.09 04:58:49.542559 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Debug> executeQuery: Read 8 rows, 583.00 B in 0.001521 sec., 5259.697567389875 rows/sec., 374.32 KiB/sec. | ||
| 5937 | 2024.10.09 04:58:49.542736 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Debug> DynamicQueryHandler: Done processing query | ||
| 5938 | 2024.10.09 04:58:49.542761 [ 3 ] {bb9aef5e-c7e1-45a6-972f-3785efce3b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5939 | 2024.10.09 04:58:49.542778 [ 3 ] {} <Debug> HTTP-Session: 9a75dc68-92a9-4d68-8b96-da804c368026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5940 | 2024.10.09 04:58:49.542936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5941 | 2024.10.09 04:58:49.542987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5942 | 2024.10.09 04:58:49.543006 [ 3 ] {} <Debug> HTTP-Session: 7a4f49d5-fbbd-4fa5-a312-0b078cd16341 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5943 | 2024.10.09 04:58:49.543023 [ 3 ] {} <Debug> HTTP-Session: 7a4f49d5-fbbd-4fa5-a312-0b078cd16341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5944 | 2024.10.09 04:58:49.543037 [ 3 ] {} <Debug> HTTP-Session: 7a4f49d5-fbbd-4fa5-a312-0b078cd16341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5945 | 2024.10.09 04:58:49.543069 [ 3 ] {} <Trace> HTTP-Session: 7a4f49d5-fbbd-4fa5-a312-0b078cd16341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2024.10.09 04:58:49.543252 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5947 | 2024.10.09 04:58:49.543295 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5948 | 2024.10.09 04:58:49.543522 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5949 | 2024.10.09 04:58:49.543974 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2024.10.09 04:58:49.544010 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5951 | 2024.10.09 04:58:49.544372 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5952 | 2024.10.09 04:58:49.544721 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2024.10.09 04:58:49.544877 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001712 sec., 141355.1401869159 rows/sec., 9.58 MiB/sec. | ||
| 5954 | 2024.10.09 04:58:49.545218 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5955 | 2024.10.09 04:58:49.545244 [ 3 ] {fcd86070-aaf6-4196-90fa-ccd3e785760c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5956 | 2024.10.09 04:58:49.545260 [ 3 ] {} <Debug> HTTP-Session: 7a4f49d5-fbbd-4fa5-a312-0b078cd16341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5957 | 2024.10.09 04:58:49.545440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5958 | 2024.10.09 04:58:49.545490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5959 | 2024.10.09 04:58:49.545510 [ 3 ] {} <Debug> HTTP-Session: 9ac34025-fb62-4e2a-b018-1fcbcce809ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5960 | 2024.10.09 04:58:49.545526 [ 3 ] {} <Debug> HTTP-Session: 9ac34025-fb62-4e2a-b018-1fcbcce809ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5961 | 2024.10.09 04:58:49.545541 [ 3 ] {} <Debug> HTTP-Session: 9ac34025-fb62-4e2a-b018-1fcbcce809ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5962 | 2024.10.09 04:58:49.545573 [ 3 ] {} <Trace> HTTP-Session: 9ac34025-fb62-4e2a-b018-1fcbcce809ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5963 | 2024.10.09 04:58:49.545672 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5964 | 2024.10.09 04:58:49.545717 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5965 | 2024.10.09 04:58:49.545969 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5966 | 2024.10.09 04:58:49.546281 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.10.09 04:58:49.546316 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5968 | 2024.10.09 04:58:49.546662 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5969 | 2024.10.09 04:58:49.547025 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.10.09 04:58:49.547181 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 232.15 KiB/sec. | ||
| 5971 | 2024.10.09 04:58:49.547356 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Debug> DynamicQueryHandler: Done processing query | ||
| 5972 | 2024.10.09 04:58:49.547380 [ 3 ] {37fe5a82-08de-4a43-829a-9c2070a58f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5973 | 2024.10.09 04:58:49.547396 [ 3 ] {} <Debug> HTTP-Session: 9ac34025-fb62-4e2a-b018-1fcbcce809ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5974 | 2024.10.09 04:58:49.547602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 138128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5975 | 2024.10.09 04:58:49.547651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5976 | 2024.10.09 04:58:49.547671 [ 3 ] {} <Debug> HTTP-Session: 1c395172-df0a-48bb-bd31-be6a2c88830b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5977 | 2024.10.09 04:58:49.547688 [ 3 ] {} <Debug> HTTP-Session: 1c395172-df0a-48bb-bd31-be6a2c88830b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5978 | 2024.10.09 04:58:49.547702 [ 3 ] {} <Debug> HTTP-Session: 1c395172-df0a-48bb-bd31-be6a2c88830b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.10.09 04:58:49.547733 [ 3 ] {} <Trace> HTTP-Session: 1c395172-df0a-48bb-bd31-be6a2c88830b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2024.10.09 04:58:49.548148 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5981 | 2024.10.09 04:58:49.548191 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5982 | 2024.10.09 04:58:49.548420 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5983 | 2024.10.09 04:58:49.549250 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5984 | 2024.10.09 04:58:49.549286 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5985 | 2024.10.09 04:58:49.549681 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5986 | 2024.10.09 04:58:49.550050 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5987 | 2024.10.09 04:58:49.550207 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Debug> executeQuery: Read 846 rows, 62.62 KiB in 0.002334 sec., 362467.86632390745 rows/sec., 26.20 MiB/sec. | ||
| 5988 | 2024.10.09 04:58:49.550386 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5989 | 2024.10.09 04:58:49.550411 [ 3 ] {b9ce8e77-7bde-44c4-9ae2-100ed12073e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 5990 | 2024.10.09 04:58:49.550427 [ 3 ] {} <Debug> HTTP-Session: 1c395172-df0a-48bb-bd31-be6a2c88830b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5991 | 2024.10.09 04:58:49.550754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5992 | 2024.10.09 04:58:49.550803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5993 | 2024.10.09 04:58:49.550822 [ 3 ] {} <Debug> HTTP-Session: b592efaa-6e0e-494d-a33e-1b51f3132052 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 5994 | 2024.10.09 04:58:49.550839 [ 3 ] {} <Debug> HTTP-Session: b592efaa-6e0e-494d-a33e-1b51f3132052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5995 | 2024.10.09 04:58:49.550853 [ 3 ] {} <Debug> HTTP-Session: b592efaa-6e0e-494d-a33e-1b51f3132052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5996 | 2024.10.09 04:58:49.550884 [ 3 ] {} <Trace> HTTP-Session: b592efaa-6e0e-494d-a33e-1b51f3132052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2024.10.09 04:58:49.550983 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5998 | 2024.10.09 04:58:49.551026 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5999 | 2024.10.09 04:58:49.551160 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6000 | 2024.10.09 04:58:49.551512 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2024.10.09 04:58:49.551548 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6002 | 2024.10.09 04:58:49.551904 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6003 | 2024.10.09 04:58:49.552220 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2024.10.09 04:58:49.552369 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec. | ||
| 6005 | 2024.10.09 04:58:49.552538 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6006 | 2024.10.09 04:58:49.552563 [ 3 ] {53c95df7-471a-4ccc-94fc-c7f9874bacc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6007 | 2024.10.09 04:58:49.552580 [ 3 ] {} <Debug> HTTP-Session: b592efaa-6e0e-494d-a33e-1b51f3132052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6008 | 2024.10.09 04:58:49.552822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 181494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6009 | 2024.10.09 04:58:49.552871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6010 | 2024.10.09 04:58:49.552890 [ 3 ] {} <Debug> HTTP-Session: 1ec4057b-168c-43b4-a36f-051b0b06efda Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6011 | 2024.10.09 04:58:49.552907 [ 3 ] {} <Debug> HTTP-Session: 1ec4057b-168c-43b4-a36f-051b0b06efda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6012 | 2024.10.09 04:58:49.552921 [ 3 ] {} <Debug> HTTP-Session: 1ec4057b-168c-43b4-a36f-051b0b06efda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6013 | 2024.10.09 04:58:49.552951 [ 3 ] {} <Trace> HTTP-Session: 1ec4057b-168c-43b4-a36f-051b0b06efda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6014 | 2024.10.09 04:58:49.553417 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6015 | 2024.10.09 04:58:49.553463 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6016 | 2024.10.09 04:58:49.553607 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6017 | 2024.10.09 04:58:49.554492 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2024.10.09 04:58:49.554528 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6019 | 2024.10.09 04:58:49.554956 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6020 | 2024.10.09 04:58:49.555294 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2024.10.09 04:58:49.555458 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Debug> executeQuery: Read 960 rows, 65.33 KiB in 0.002311 sec., 415404.5867589788 rows/sec., 27.61 MiB/sec. | ||
| 6022 | 2024.10.09 04:58:49.555759 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6023 | 2024.10.09 04:58:49.555789 [ 3 ] {ac419eb4-2b25-4431-a428-f5b31b94371a} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
| 6024 | 2024.10.09 04:58:49.555807 [ 3 ] {} <Debug> HTTP-Session: 1ec4057b-168c-43b4-a36f-051b0b06efda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6025 | 2024.10.09 04:58:49.556128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6026 | 2024.10.09 04:58:49.556177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6027 | 2024.10.09 04:58:49.556196 [ 3 ] {} <Debug> HTTP-Session: 07455ed1-1e9f-4dbd-9af6-819e7a207ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6028 | 2024.10.09 04:58:49.556212 [ 3 ] {} <Debug> HTTP-Session: 07455ed1-1e9f-4dbd-9af6-819e7a207ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6029 | 2024.10.09 04:58:49.556227 [ 3 ] {} <Debug> HTTP-Session: 07455ed1-1e9f-4dbd-9af6-819e7a207ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6030 | 2024.10.09 04:58:49.556258 [ 3 ] {} <Trace> HTTP-Session: 07455ed1-1e9f-4dbd-9af6-819e7a207ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2024.10.09 04:58:49.556355 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6032 | 2024.10.09 04:58:49.556403 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6033 | 2024.10.09 04:58:49.556548 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6034 | 2024.10.09 04:58:49.556823 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2024.10.09 04:58:49.556858 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6036 | 2024.10.09 04:58:49.557215 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6037 | 2024.10.09 04:58:49.557531 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2024.10.09 04:58:49.557692 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. | ||
| 6039 | 2024.10.09 04:58:49.557981 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Debug> DynamicQueryHandler: Done processing query | ||
| 6040 | 2024.10.09 04:58:49.558006 [ 3 ] {e1122ebf-abaf-4476-bf06-78c7f7ef7505} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6041 | 2024.10.09 04:58:49.558022 [ 3 ] {} <Debug> HTTP-Session: 07455ed1-1e9f-4dbd-9af6-819e7a207ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6042 | 2024.10.09 04:58:49.558147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6043 | 2024.10.09 04:58:49.558196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6044 | 2024.10.09 04:58:49.558216 [ 3 ] {} <Debug> HTTP-Session: aa1089aa-c3ad-42f1-b609-b58c10083dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6045 | 2024.10.09 04:58:49.558232 [ 3 ] {} <Debug> HTTP-Session: aa1089aa-c3ad-42f1-b609-b58c10083dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6046 | 2024.10.09 04:58:49.558245 [ 3 ] {} <Debug> HTTP-Session: aa1089aa-c3ad-42f1-b609-b58c10083dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6047 | 2024.10.09 04:58:49.558276 [ 3 ] {} <Trace> HTTP-Session: aa1089aa-c3ad-42f1-b609-b58c10083dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6048 | 2024.10.09 04:58:49.558388 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6049 | 2024.10.09 04:58:49.558459 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6050 | 2024.10.09 04:58:49.558911 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6051 | 2024.10.09 04:58:49.559342 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2024.10.09 04:58:49.559378 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6053 | 2024.10.09 04:58:49.559963 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6054 | 2024.10.09 04:58:49.560386 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2024.10.09 04:58:49.560545 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002192 sec., 912.4087591240876 rows/sec., 1.63 MiB/sec. | ||
| 6056 | 2024.10.09 04:58:49.560764 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6057 | 2024.10.09 04:58:49.560789 [ 3 ] {8359b0b5-cc65-4dc6-916f-a324b61d4e5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6058 | 2024.10.09 04:58:49.560805 [ 3 ] {} <Debug> HTTP-Session: aa1089aa-c3ad-42f1-b609-b58c10083dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6059 | 2024.10.09 04:58:49.560919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6060 | 2024.10.09 04:58:49.560966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6061 | 2024.10.09 04:58:49.560986 [ 3 ] {} <Debug> HTTP-Session: 42e9ee1b-b9b5-4a7a-be07-6c837c2d4342 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6062 | 2024.10.09 04:58:49.561003 [ 3 ] {} <Debug> HTTP-Session: 42e9ee1b-b9b5-4a7a-be07-6c837c2d4342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6063 | 2024.10.09 04:58:49.561017 [ 3 ] {} <Debug> HTTP-Session: 42e9ee1b-b9b5-4a7a-be07-6c837c2d4342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6064 | 2024.10.09 04:58:49.561048 [ 3 ] {} <Trace> HTTP-Session: 42e9ee1b-b9b5-4a7a-be07-6c837c2d4342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6065 | 2024.10.09 04:58:49.561155 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6066 | 2024.10.09 04:58:49.561199 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6067 | 2024.10.09 04:58:49.561328 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6068 | 2024.10.09 04:58:49.561610 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2024.10.09 04:58:49.561646 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6070 | 2024.10.09 04:58:49.562003 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6071 | 2024.10.09 04:58:49.562330 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2024.10.09 04:58:49.562480 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001352 sec., 26627.218934911245 rows/sec., 1.55 MiB/sec. | ||
| 6073 | 2024.10.09 04:58:49.562649 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6074 | 2024.10.09 04:58:49.562674 [ 3 ] {4d416ade-b6d7-4145-96ae-7d1f6250f4b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6075 | 2024.10.09 04:58:49.562691 [ 3 ] {} <Debug> HTTP-Session: 42e9ee1b-b9b5-4a7a-be07-6c837c2d4342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6076 | 2024.10.09 04:58:52.199710 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6077 | 2024.10.09 04:58:52.199796 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6078 | 2024.10.09 04:58:53.133855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6079 | 2024.10.09 04:58:53.133970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6080 | 2024.10.09 04:58:53.133995 [ 3 ] {} <Debug> HTTP-Session: 4f52232f-b982-493a-84e7-4554fdc684d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6081 | 2024.10.09 04:58:53.134021 [ 3 ] {} <Debug> HTTP-Session: 4f52232f-b982-493a-84e7-4554fdc684d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6082 | 2024.10.09 04:58:53.134036 [ 3 ] {} <Debug> HTTP-Session: 4f52232f-b982-493a-84e7-4554fdc684d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6083 | 2024.10.09 04:58:53.134086 [ 3 ] {} <Trace> HTTP-Session: 4f52232f-b982-493a-84e7-4554fdc684d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2024.10.09 04:58:53.134274 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6085 | 2024.10.09 04:58:53.134346 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6086 | 2024.10.09 04:58:53.134827 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6087 | 2024.10.09 04:58:53.135260 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2024.10.09 04:58:53.135301 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6089 | 2024.10.09 04:58:53.135716 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6090 | 2024.10.09 04:58:53.136101 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2024.10.09 04:58:53.136231 [ 55 ] {} <Debug> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 6092 | 2024.10.09 04:58:53.136244 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002024 sec., 3952.569169960474 rows/sec., 322.30 KiB/sec. | ||
| 6093 | 2024.10.09 04:58:53.136280 [ 55 ] {} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2024.10.09 04:58:53.136323 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6095 | 2024.10.09 04:58:53.136499 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 6096 | 2024.10.09 04:58:53.136526 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6097 | 2024.10.09 04:58:53.136580 [ 3 ] {cb9aea3c-52f9-4a43-98ef-ef9abb59c70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6098 | 2024.10.09 04:58:53.136610 [ 3 ] {} <Debug> HTTP-Session: 4f52232f-b982-493a-84e7-4554fdc684d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6099 | 2024.10.09 04:58:53.136744 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6100 | 2024.10.09 04:58:53.136811 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 6101 | 2024.10.09 04:58:53.136823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6102 | 2024.10.09 04:58:53.136960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6103 | 2024.10.09 04:58:53.136993 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 6104 | 2024.10.09 04:58:53.137041 [ 3 ] {} <Debug> HTTP-Session: 0a77be10-c312-4922-8850-bab4f28935d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6105 | 2024.10.09 04:58:53.137125 [ 3 ] {} <Debug> HTTP-Session: 0a77be10-c312-4922-8850-bab4f28935d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.10.09 04:58:53.137214 [ 3 ] {} <Debug> HTTP-Session: 0a77be10-c312-4922-8850-bab4f28935d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6107 | 2024.10.09 04:58:53.137355 [ 3 ] {} <Trace> HTTP-Session: 0a77be10-c312-4922-8850-bab4f28935d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2024.10.09 04:58:53.137377 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 6109 | 2024.10.09 04:58:53.137727 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 6110 | 2024.10.09 04:58:53.137764 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6111 | 2024.10.09 04:58:53.137917 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6112 | 2024.10.09 04:58:53.138016 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 6113 | 2024.10.09 04:58:53.138301 [ 186 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 6114 | 2024.10.09 04:58:53.139130 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6115 | 2024.10.09 04:58:53.140062 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2024.10.09 04:58:53.140122 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6117 | 2024.10.09 04:58:53.141248 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6118 | 2024.10.09 04:58:53.141286 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.004863808 sec., 5756.806189718015 rows/sec., 491.91 KiB/sec. | ||
| 6119 | 2024.10.09 04:58:53.141526 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 6120 | 2024.10.09 04:58:53.142356 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2024.10.09 04:58:53.142671 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Debug> executeQuery: Read 76 rows, 6.28 KiB in 0.005034 sec., 15097.338100913785 rows/sec., 1.22 MiB/sec. | ||
| 6122 | 2024.10.09 04:58:53.142713 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2024.10.09 04:58:53.143073 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_6_1} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 6124 | 2024.10.09 04:58:53.143345 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6125 | 2024.10.09 04:58:53.143433 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Debug> DynamicQueryHandler: Done processing query | ||
| 6126 | 2024.10.09 04:58:53.143471 [ 3 ] {f5271e79-6d98-47ed-aed1-1ef7f618e663} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6127 | 2024.10.09 04:58:53.143489 [ 3 ] {} <Debug> HTTP-Session: 0a77be10-c312-4922-8850-bab4f28935d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6128 | 2024.10.09 04:58:53.143662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6129 | 2024.10.09 04:58:53.143719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6130 | 2024.10.09 04:58:53.143741 [ 3 ] {} <Debug> HTTP-Session: 27006bba-fa76-4f1b-9fed-45bdf0a94a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6131 | 2024.10.09 04:58:53.143759 [ 3 ] {} <Debug> HTTP-Session: 27006bba-fa76-4f1b-9fed-45bdf0a94a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6132 | 2024.10.09 04:58:53.143774 [ 3 ] {} <Debug> HTTP-Session: 27006bba-fa76-4f1b-9fed-45bdf0a94a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6133 | 2024.10.09 04:58:53.143809 [ 3 ] {} <Trace> HTTP-Session: 27006bba-fa76-4f1b-9fed-45bdf0a94a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2024.10.09 04:58:53.143925 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6135 | 2024.10.09 04:58:53.143972 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6136 | 2024.10.09 04:58:53.144243 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6137 | 2024.10.09 04:58:53.144581 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2024.10.09 04:58:53.144619 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6139 | 2024.10.09 04:58:53.144983 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6140 | 2024.10.09 04:58:53.145355 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2024.10.09 04:58:53.145479 [ 55 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6142 | 2024.10.09 04:58:53.145489 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.001599 sec., 10006.253908692934 rows/sec., 725.55 KiB/sec. | ||
| 6143 | 2024.10.09 04:58:53.145511 [ 55 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2024.10.09 04:58:53.145543 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6145 | 2024.10.09 04:58:53.145872 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Debug> DynamicQueryHandler: Done processing query | ||
| 6146 | 2024.10.09 04:58:53.145892 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 6147 | 2024.10.09 04:58:53.145937 [ 3 ] {c8b39d03-f8b8-4370-b232-cc7066e57c31} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6148 | 2024.10.09 04:58:53.146019 [ 3 ] {} <Debug> HTTP-Session: 27006bba-fa76-4f1b-9fed-45bdf0a94a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6149 | 2024.10.09 04:58:53.146303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 13610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6150 | 2024.10.09 04:58:53.146372 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6151 | 2024.10.09 04:58:53.146389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6152 | 2024.10.09 04:58:53.146441 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 51 rows starting from the beginning of the part | ||
| 6153 | 2024.10.09 04:58:53.146449 [ 3 ] {} <Debug> HTTP-Session: 637658bd-23eb-401b-8fc8-46f136c7c673 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6154 | 2024.10.09 04:58:53.146508 [ 3 ] {} <Debug> HTTP-Session: 637658bd-23eb-401b-8fc8-46f136c7c673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6155 | 2024.10.09 04:58:53.146569 [ 3 ] {} <Debug> HTTP-Session: 637658bd-23eb-401b-8fc8-46f136c7c673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6156 | 2024.10.09 04:58:53.146714 [ 3 ] {} <Trace> HTTP-Session: 637658bd-23eb-401b-8fc8-46f136c7c673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6157 | 2024.10.09 04:58:53.146736 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 6158 | 2024.10.09 04:58:53.146993 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
| 6159 | 2024.10.09 04:58:53.147035 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6160 | 2024.10.09 04:58:53.147182 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6161 | 2024.10.09 04:58:53.147313 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 6162 | 2024.10.09 04:58:53.147636 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 6163 | 2024.10.09 04:58:53.147989 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 6164 | 2024.10.09 04:58:53.148676 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6165 | 2024.10.09 04:58:53.149788 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2024.10.09 04:58:53.149876 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6167 | 2024.10.09 04:58:53.150652 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 5 columns (5 merged, 0 gathered) in 0.005011963 sec., 27733.644482211857 rows/sec., 2.11 MiB/sec. | ||
| 6168 | 2024.10.09 04:58:53.150851 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6169 | 2024.10.09 04:58:53.150912 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6170 | 2024.10.09 04:58:53.151913 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2024.10.09 04:58:53.152008 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2024.10.09 04:58:53.152074 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_26_5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6173 | 2024.10.09 04:58:53.152292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6174 | 2024.10.09 04:58:53.152300 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.00541 sec., 14787.43068391867 rows/sec., 1.16 MiB/sec. | ||
| 6175 | 2024.10.09 04:58:53.152527 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6176 | 2024.10.09 04:58:53.152555 [ 3 ] {e3f682c4-a91b-4a61-b79f-e38b8fef6b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6177 | 2024.10.09 04:58:53.152571 [ 3 ] {} <Debug> HTTP-Session: 637658bd-23eb-401b-8fc8-46f136c7c673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6178 | 2024.10.09 04:58:53.152756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 24915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6179 | 2024.10.09 04:58:53.152809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6180 | 2024.10.09 04:58:53.152830 [ 3 ] {} <Debug> HTTP-Session: fdcc6613-1b67-49aa-93b7-f0deb47e561a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6181 | 2024.10.09 04:58:53.152848 [ 3 ] {} <Debug> HTTP-Session: fdcc6613-1b67-49aa-93b7-f0deb47e561a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6182 | 2024.10.09 04:58:53.152862 [ 3 ] {} <Debug> HTTP-Session: fdcc6613-1b67-49aa-93b7-f0deb47e561a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6183 | 2024.10.09 04:58:53.152895 [ 3 ] {} <Trace> HTTP-Session: fdcc6613-1b67-49aa-93b7-f0deb47e561a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2024.10.09 04:58:53.153049 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6185 | 2024.10.09 04:58:53.153100 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6186 | 2024.10.09 04:58:53.153259 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6187 | 2024.10.09 04:58:53.153638 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2024.10.09 04:58:53.153675 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6189 | 2024.10.09 04:58:53.154078 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6190 | 2024.10.09 04:58:53.154434 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2024.10.09 04:58:53.154567 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Debug> executeQuery: Read 130 rows, 9.26 KiB in 0.00159 sec., 81761.00628930818 rows/sec., 5.69 MiB/sec. | ||
| 6192 | 2024.10.09 04:58:53.154729 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 6193 | 2024.10.09 04:58:53.154754 [ 3 ] {0b034aba-8a9c-4cab-ad26-395148a460ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6194 | 2024.10.09 04:58:53.154770 [ 3 ] {} <Debug> HTTP-Session: fdcc6613-1b67-49aa-93b7-f0deb47e561a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6195 | 2024.10.09 04:58:53.154932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6196 | 2024.10.09 04:58:53.154982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6197 | 2024.10.09 04:58:53.155002 [ 3 ] {} <Debug> HTTP-Session: f96bbee7-1148-4404-892c-b764aa85bd08 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6198 | 2024.10.09 04:58:53.155019 [ 3 ] {} <Debug> HTTP-Session: f96bbee7-1148-4404-892c-b764aa85bd08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6199 | 2024.10.09 04:58:53.155034 [ 3 ] {} <Debug> HTTP-Session: f96bbee7-1148-4404-892c-b764aa85bd08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6200 | 2024.10.09 04:58:53.155066 [ 3 ] {} <Trace> HTTP-Session: f96bbee7-1148-4404-892c-b764aa85bd08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2024.10.09 04:58:53.155232 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6202 | 2024.10.09 04:58:53.155297 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6203 | 2024.10.09 04:58:53.155732 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6204 | 2024.10.09 04:58:53.156277 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2024.10.09 04:58:53.156313 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6206 | 2024.10.09 04:58:53.156922 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6207 | 2024.10.09 04:58:53.157355 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.10.09 04:58:53.157514 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00237 sec., 3375.527426160337 rows/sec., 6.05 MiB/sec. | ||
| 6209 | 2024.10.09 04:58:53.157748 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Debug> DynamicQueryHandler: Done processing query | ||
| 6210 | 2024.10.09 04:58:53.157774 [ 3 ] {1f61142c-e300-4692-bdef-61c993132a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 6211 | 2024.10.09 04:58:53.157791 [ 3 ] {} <Debug> HTTP-Session: f96bbee7-1148-4404-892c-b764aa85bd08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6212 | 2024.10.09 04:58:53.157920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6213 | 2024.10.09 04:58:53.157971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6214 | 2024.10.09 04:58:53.157993 [ 3 ] {} <Debug> HTTP-Session: 55ec6786-1f58-4e04-97c5-ffe4f67f15cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6215 | 2024.10.09 04:58:53.158010 [ 3 ] {} <Debug> HTTP-Session: 55ec6786-1f58-4e04-97c5-ffe4f67f15cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6216 | 2024.10.09 04:58:53.158025 [ 3 ] {} <Debug> HTTP-Session: 55ec6786-1f58-4e04-97c5-ffe4f67f15cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.10.09 04:58:53.158057 [ 3 ] {} <Trace> HTTP-Session: 55ec6786-1f58-4e04-97c5-ffe4f67f15cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6218 | 2024.10.09 04:58:53.158167 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6219 | 2024.10.09 04:58:53.158213 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6220 | 2024.10.09 04:58:53.158347 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6221 | 2024.10.09 04:58:53.158641 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2024.10.09 04:58:53.158677 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6223 | 2024.10.09 04:58:53.159066 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6224 | 2024.10.09 04:58:53.159400 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2024.10.09 04:58:53.159526 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001394 sec., 32998.565279770446 rows/sec., 2.23 MiB/sec. | ||
| 6226 | 2024.10.09 04:58:53.159855 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Debug> DynamicQueryHandler: Done processing query | ||
| 6227 | 2024.10.09 04:58:53.159892 [ 3 ] {abfa03ca-7e04-42cd-82cf-4b5ed6766487} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6228 | 2024.10.09 04:58:53.159910 [ 3 ] {} <Debug> HTTP-Session: 55ec6786-1f58-4e04-97c5-ffe4f67f15cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6229 | 2024.10.09 04:58:57.342848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 632 | ||
| 6230 | 2024.10.09 04:58:57.346064 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2024.10.09 04:58:57.346106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6232 | 2024.10.09 04:58:57.347672 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6233 | 2024.10.09 04:58:57.348654 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2024.10.09 04:58:57.349121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
| 6235 | 2024.10.09 04:58:58.137905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6236 | 2024.10.09 04:58:58.138030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6237 | 2024.10.09 04:58:58.138062 [ 3 ] {} <Debug> HTTP-Session: 334e8b3a-b378-403b-9a6f-d72f177aa86b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6238 | 2024.10.09 04:58:58.138091 [ 3 ] {} <Debug> HTTP-Session: 334e8b3a-b378-403b-9a6f-d72f177aa86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6239 | 2024.10.09 04:58:58.138108 [ 3 ] {} <Debug> HTTP-Session: 334e8b3a-b378-403b-9a6f-d72f177aa86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6240 | 2024.10.09 04:58:58.138163 [ 3 ] {} <Trace> HTTP-Session: 334e8b3a-b378-403b-9a6f-d72f177aa86b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6241 | 2024.10.09 04:58:58.138365 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6242 | 2024.10.09 04:58:58.138442 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6243 | 2024.10.09 04:58:58.138835 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6244 | 2024.10.09 04:58:58.139312 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2024.10.09 04:58:58.139357 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6246 | 2024.10.09 04:58:58.139804 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6247 | 2024.10.09 04:58:58.140211 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2024.10.09 04:58:58.140358 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002049 sec., 976.0858955588092 rows/sec., 79.59 KiB/sec. | ||
| 6249 | 2024.10.09 04:58:58.140724 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6250 | 2024.10.09 04:58:58.140754 [ 3 ] {31340440-8743-41a8-8681-24a869c1fea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6251 | 2024.10.09 04:58:58.140771 [ 3 ] {} <Debug> HTTP-Session: 334e8b3a-b378-403b-9a6f-d72f177aa86b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6252 | 2024.10.09 04:58:58.140950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6253 | 2024.10.09 04:58:58.141006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6254 | 2024.10.09 04:58:58.141027 [ 3 ] {} <Debug> HTTP-Session: 4a68ea1d-b9d2-4784-97b2-0c357699fdd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6255 | 2024.10.09 04:58:58.141045 [ 3 ] {} <Debug> HTTP-Session: 4a68ea1d-b9d2-4784-97b2-0c357699fdd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6256 | 2024.10.09 04:58:58.141060 [ 3 ] {} <Debug> HTTP-Session: 4a68ea1d-b9d2-4784-97b2-0c357699fdd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6257 | 2024.10.09 04:58:58.141096 [ 3 ] {} <Trace> HTTP-Session: 4a68ea1d-b9d2-4784-97b2-0c357699fdd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6258 | 2024.10.09 04:58:58.141233 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6259 | 2024.10.09 04:58:58.141281 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6260 | 2024.10.09 04:58:58.141546 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6261 | 2024.10.09 04:58:58.141948 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2024.10.09 04:58:58.141986 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6263 | 2024.10.09 04:58:58.142377 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6264 | 2024.10.09 04:58:58.142756 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2024.10.09 04:58:58.142885 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001707 sec., 65026.36203866432 rows/sec., 5.46 MiB/sec. | ||
| 6266 | 2024.10.09 04:58:58.143056 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6267 | 2024.10.09 04:58:58.143081 [ 3 ] {4cb43ea1-bc56-44ed-ba6d-6fc4343a42be} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6268 | 2024.10.09 04:58:58.143097 [ 3 ] {} <Debug> HTTP-Session: 4a68ea1d-b9d2-4784-97b2-0c357699fdd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6269 | 2024.10.09 04:58:58.143235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6270 | 2024.10.09 04:58:58.143285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6271 | 2024.10.09 04:58:58.143305 [ 3 ] {} <Debug> HTTP-Session: ace2f72e-ee42-45e1-b097-be9effc1f43d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6272 | 2024.10.09 04:58:58.143322 [ 3 ] {} <Debug> HTTP-Session: ace2f72e-ee42-45e1-b097-be9effc1f43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6273 | 2024.10.09 04:58:58.143336 [ 3 ] {} <Debug> HTTP-Session: ace2f72e-ee42-45e1-b097-be9effc1f43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6274 | 2024.10.09 04:58:58.143369 [ 3 ] {} <Trace> HTTP-Session: ace2f72e-ee42-45e1-b097-be9effc1f43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2024.10.09 04:58:58.143478 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6276 | 2024.10.09 04:58:58.143524 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6277 | 2024.10.09 04:58:58.143749 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6278 | 2024.10.09 04:58:58.144068 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2024.10.09 04:58:58.144105 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6280 | 2024.10.09 04:58:58.144461 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6281 | 2024.10.09 04:58:58.144834 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2024.10.09 04:58:58.144963 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001516 sec., 19129.287598944593 rows/sec., 1.40 MiB/sec. | ||
| 6283 | 2024.10.09 04:58:58.145140 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6284 | 2024.10.09 04:58:58.145165 [ 3 ] {29196d98-3da8-4b87-a10e-8e029a63a09d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6285 | 2024.10.09 04:58:58.145182 [ 3 ] {} <Debug> HTTP-Session: ace2f72e-ee42-45e1-b097-be9effc1f43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6286 | 2024.10.09 04:58:58.145330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6287 | 2024.10.09 04:58:58.145382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6288 | 2024.10.09 04:58:58.145402 [ 3 ] {} <Debug> HTTP-Session: 8e5911ef-2589-46b0-b063-0ec1b356b36b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6289 | 2024.10.09 04:58:58.145419 [ 3 ] {} <Debug> HTTP-Session: 8e5911ef-2589-46b0-b063-0ec1b356b36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6290 | 2024.10.09 04:58:58.145434 [ 3 ] {} <Debug> HTTP-Session: 8e5911ef-2589-46b0-b063-0ec1b356b36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6291 | 2024.10.09 04:58:58.145466 [ 3 ] {} <Trace> HTTP-Session: 8e5911ef-2589-46b0-b063-0ec1b356b36b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6292 | 2024.10.09 04:58:58.145589 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6293 | 2024.10.09 04:58:58.145632 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6294 | 2024.10.09 04:58:58.145859 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6295 | 2024.10.09 04:58:58.146221 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2024.10.09 04:58:58.146257 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6297 | 2024.10.09 04:58:58.146614 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6298 | 2024.10.09 04:58:58.146994 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6299 | 2024.10.09 04:58:58.147124 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001581 sec., 58823.529411764706 rows/sec., 4.60 MiB/sec. | ||
| 6300 | 2024.10.09 04:58:58.147284 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 6301 | 2024.10.09 04:58:58.147309 [ 3 ] {f9339c2e-d8a1-487e-a19d-4755564868ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6302 | 2024.10.09 04:58:58.147326 [ 3 ] {} <Debug> HTTP-Session: 8e5911ef-2589-46b0-b063-0ec1b356b36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6303 | 2024.10.09 04:58:58.147502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6304 | 2024.10.09 04:58:58.147558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6305 | 2024.10.09 04:58:58.147580 [ 3 ] {} <Debug> HTTP-Session: 4e46ec20-6276-42d4-9309-1e67db47c799 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6306 | 2024.10.09 04:58:58.147596 [ 3 ] {} <Debug> HTTP-Session: 4e46ec20-6276-42d4-9309-1e67db47c799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.10.09 04:58:58.147610 [ 3 ] {} <Debug> HTTP-Session: 4e46ec20-6276-42d4-9309-1e67db47c799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6308 | 2024.10.09 04:58:58.147642 [ 3 ] {} <Trace> HTTP-Session: 4e46ec20-6276-42d4-9309-1e67db47c799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6309 | 2024.10.09 04:58:58.147797 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6310 | 2024.10.09 04:58:58.147846 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6311 | 2024.10.09 04:58:58.147990 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6312 | 2024.10.09 04:58:58.148446 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6313 | 2024.10.09 04:58:58.148483 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6314 | 2024.10.09 04:58:58.148883 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6315 | 2024.10.09 04:58:58.149243 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2024.10.09 04:58:58.149375 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001645 sec., 97872.34042553192 rows/sec., 6.82 MiB/sec. | ||
| 6317 | 2024.10.09 04:58:58.149551 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6318 | 2024.10.09 04:58:58.149576 [ 3 ] {f8b6f2b2-700f-425f-9352-1d87e9e738b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6319 | 2024.10.09 04:58:58.149593 [ 3 ] {} <Debug> HTTP-Session: 4e46ec20-6276-42d4-9309-1e67db47c799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6320 | 2024.10.09 04:58:58.149761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6321 | 2024.10.09 04:58:58.149810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6322 | 2024.10.09 04:58:58.149830 [ 3 ] {} <Debug> HTTP-Session: 5adcad28-d401-46fc-a9b2-a778628b9631 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6323 | 2024.10.09 04:58:58.149847 [ 3 ] {} <Debug> HTTP-Session: 5adcad28-d401-46fc-a9b2-a778628b9631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6324 | 2024.10.09 04:58:58.149861 [ 3 ] {} <Debug> HTTP-Session: 5adcad28-d401-46fc-a9b2-a778628b9631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6325 | 2024.10.09 04:58:58.149891 [ 3 ] {} <Trace> HTTP-Session: 5adcad28-d401-46fc-a9b2-a778628b9631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6326 | 2024.10.09 04:58:58.150195 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6327 | 2024.10.09 04:58:58.150259 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6328 | 2024.10.09 04:58:58.150681 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6329 | 2024.10.09 04:58:58.151285 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6330 | 2024.10.09 04:58:58.151322 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6331 | 2024.10.09 04:58:58.151953 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6332 | 2024.10.09 04:58:58.152372 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2024.10.09 04:58:58.152510 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6334 | 2024.10.09 04:58:58.152517 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002545 sec., 10609.037328094302 rows/sec., 19.01 MiB/sec. | ||
| 6335 | 2024.10.09 04:58:58.152553 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6336 | 2024.10.09 04:58:58.152590 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6337 | 2024.10.09 04:58:58.152872 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 6338 | 2024.10.09 04:58:58.152959 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6339 | 2024.10.09 04:58:58.153001 [ 3 ] {997946a8-e201-45d2-8a0e-eca0021769e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6340 | 2024.10.09 04:58:58.153039 [ 3 ] {} <Debug> HTTP-Session: 5adcad28-d401-46fc-a9b2-a778628b9631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6341 | 2024.10.09 04:58:58.153246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6342 | 2024.10.09 04:58:58.153358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6343 | 2024.10.09 04:58:58.153422 [ 3 ] {} <Debug> HTTP-Session: f6af0629-5fda-42c2-8afa-ffee32be525a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6344 | 2024.10.09 04:58:58.153466 [ 3 ] {} <Debug> HTTP-Session: f6af0629-5fda-42c2-8afa-ffee32be525a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6345 | 2024.10.09 04:58:58.153513 [ 3 ] {} <Debug> HTTP-Session: f6af0629-5fda-42c2-8afa-ffee32be525a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6346 | 2024.10.09 04:58:58.153530 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6347 | 2024.10.09 04:58:58.153574 [ 3 ] {} <Trace> HTTP-Session: f6af0629-5fda-42c2-8afa-ffee32be525a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2024.10.09 04:58:58.153672 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 358 rows starting from the beginning of the part | ||
| 6349 | 2024.10.09 04:58:58.153830 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6350 | 2024.10.09 04:58:58.154008 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6351 | 2024.10.09 04:58:58.154370 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 6352 | 2024.10.09 04:58:58.154992 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6353 | 2024.10.09 04:58:58.155091 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 6354 | 2024.10.09 04:58:58.155732 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 6355 | 2024.10.09 04:58:58.156025 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6356 | 2024.10.09 04:58:58.156139 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6357 | 2024.10.09 04:58:58.156448 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 6358 | 2024.10.09 04:58:58.157173 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 6359 | 2024.10.09 04:58:58.157730 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6360 | 2024.10.09 04:58:58.158692 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2024.10.09 04:58:58.159088 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00535 sec., 11214.953271028038 rows/sec., 773.95 KiB/sec. | ||
| 6362 | 2024.10.09 04:58:58.159694 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Debug> DynamicQueryHandler: Done processing query | ||
| 6363 | 2024.10.09 04:58:58.159775 [ 3 ] {54b949d0-61fc-4970-a9ec-eae3ac620865} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6364 | 2024.10.09 04:58:58.159842 [ 3 ] {} <Debug> HTTP-Session: f6af0629-5fda-42c2-8afa-ffee32be525a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6365 | 2024.10.09 04:58:58.162883 [ 186 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 19 columns (19 merged, 0 gathered) in 0.010177101 sec., 42448.23746958982 rows/sec., 76.07 MiB/sec. | ||
| 6366 | 2024.10.09 04:58:58.163731 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6367 | 2024.10.09 04:58:58.164380 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2024.10.09 04:58:58.164456 [ 187 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6369 | 2024.10.09 04:58:58.164598 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6370 | 2024.10.09 04:59:03.141132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6371 | 2024.10.09 04:59:03.141277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6372 | 2024.10.09 04:59:03.141308 [ 3 ] {} <Debug> HTTP-Session: 49046ebd-d1fc-471f-9e40-db59f7b6c6e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6373 | 2024.10.09 04:59:03.141336 [ 3 ] {} <Debug> HTTP-Session: 49046ebd-d1fc-471f-9e40-db59f7b6c6e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6374 | 2024.10.09 04:59:03.141355 [ 3 ] {} <Debug> HTTP-Session: 49046ebd-d1fc-471f-9e40-db59f7b6c6e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6375 | 2024.10.09 04:59:03.141409 [ 3 ] {} <Trace> HTTP-Session: 49046ebd-d1fc-471f-9e40-db59f7b6c6e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2024.10.09 04:59:03.141681 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6377 | 2024.10.09 04:59:03.141758 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6378 | 2024.10.09 04:59:03.142124 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6379 | 2024.10.09 04:59:03.142698 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.10.09 04:59:03.142745 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6381 | 2024.10.09 04:59:03.143188 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6382 | 2024.10.09 04:59:03.143609 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2024.10.09 04:59:03.143759 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002196 sec., 95173.04189435337 rows/sec., 8.39 MiB/sec. | ||
| 6384 | 2024.10.09 04:59:03.143770 [ 51 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6385 | 2024.10.09 04:59:03.143836 [ 51 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2024.10.09 04:59:03.143878 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6387 | 2024.10.09 04:59:03.144027 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 6388 | 2024.10.09 04:59:03.144094 [ 3 ] {2fa4d249-ba67-41ab-a862-e3a4977a83ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6389 | 2024.10.09 04:59:03.144181 [ 3 ] {} <Debug> HTTP-Session: 49046ebd-d1fc-471f-9e40-db59f7b6c6e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6390 | 2024.10.09 04:59:03.144222 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6391 | 2024.10.09 04:59:03.144481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6392 | 2024.10.09 04:59:03.144509 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6393 | 2024.10.09 04:59:03.144589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6394 | 2024.10.09 04:59:03.144597 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1411 rows starting from the beginning of the part | ||
| 6395 | 2024.10.09 04:59:03.144631 [ 3 ] {} <Debug> HTTP-Session: 3c812fdb-554e-4dd1-aff6-97559dc29984 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6396 | 2024.10.09 04:59:03.144690 [ 3 ] {} <Debug> HTTP-Session: 3c812fdb-554e-4dd1-aff6-97559dc29984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6397 | 2024.10.09 04:59:03.144735 [ 3 ] {} <Debug> HTTP-Session: 3c812fdb-554e-4dd1-aff6-97559dc29984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6398 | 2024.10.09 04:59:03.144789 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 110 rows starting from the beginning of the part | ||
| 6399 | 2024.10.09 04:59:03.144860 [ 3 ] {} <Trace> HTTP-Session: 3c812fdb-554e-4dd1-aff6-97559dc29984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2024.10.09 04:59:03.145217 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1336 rows starting from the beginning of the part | ||
| 6401 | 2024.10.09 04:59:03.145331 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6402 | 2024.10.09 04:59:03.145505 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 76 rows starting from the beginning of the part | ||
| 6403 | 2024.10.09 04:59:03.145521 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6404 | 2024.10.09 04:59:03.145802 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 111 rows starting from the beginning of the part | ||
| 6405 | 2024.10.09 04:59:03.146094 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 209 rows starting from the beginning of the part | ||
| 6406 | 2024.10.09 04:59:03.146810 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6407 | 2024.10.09 04:59:03.147511 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2024.10.09 04:59:03.147567 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6409 | 2024.10.09 04:59:03.148677 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6410 | 2024.10.09 04:59:03.149327 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2024.10.09 04:59:03.149737 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.004579 sec., 2183.8829438742086 rows/sec., 164.22 KiB/sec. | ||
| 6412 | 2024.10.09 04:59:03.150036 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3253 rows, containing 5 columns (5 merged, 0 gathered) in 0.006059787 sec., 536817.5482075525 rows/sec., 47.06 MiB/sec. | ||
| 6413 | 2024.10.09 04:59:03.150306 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Debug> DynamicQueryHandler: Done processing query | ||
| 6414 | 2024.10.09 04:59:03.150376 [ 3 ] {6839755d-4130-4ae0-85b6-4172056b0d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6415 | 2024.10.09 04:59:03.150400 [ 3 ] {} <Debug> HTTP-Session: 3c812fdb-554e-4dd1-aff6-97559dc29984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6416 | 2024.10.09 04:59:03.150459 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6417 | 2024.10.09 04:59:03.150553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6418 | 2024.10.09 04:59:03.150631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6419 | 2024.10.09 04:59:03.150671 [ 3 ] {} <Debug> HTTP-Session: 1f76a167-aa55-4e09-b178-84ed89cde0d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6420 | 2024.10.09 04:59:03.150734 [ 3 ] {} <Debug> HTTP-Session: 1f76a167-aa55-4e09-b178-84ed89cde0d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6421 | 2024.10.09 04:59:03.150789 [ 3 ] {} <Debug> HTTP-Session: 1f76a167-aa55-4e09-b178-84ed89cde0d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6422 | 2024.10.09 04:59:03.150921 [ 3 ] {} <Trace> HTTP-Session: 1f76a167-aa55-4e09-b178-84ed89cde0d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2024.10.09 04:59:03.151125 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6424 | 2024.10.09 04:59:03.151206 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6425 | 2024.10.09 04:59:03.151318 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2024.10.09 04:59:03.151517 [ 186 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_31_6} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6427 | 2024.10.09 04:59:03.151715 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6428 | 2024.10.09 04:59:03.151824 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6429 | 2024.10.09 04:59:03.152152 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.10.09 04:59:03.152191 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6431 | 2024.10.09 04:59:03.152570 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6432 | 2024.10.09 04:59:03.152952 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.10.09 04:59:03.153087 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002026 sec., 6910.167818361303 rows/sec., 483.94 KiB/sec. | ||
| 6434 | 2024.10.09 04:59:03.153402 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6435 | 2024.10.09 04:59:03.153429 [ 3 ] {28be5bb9-46d5-425e-9df2-0dd24157538d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6436 | 2024.10.09 04:59:03.153446 [ 3 ] {} <Debug> HTTP-Session: 1f76a167-aa55-4e09-b178-84ed89cde0d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6437 | 2024.10.09 04:59:03.153564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6438 | 2024.10.09 04:59:03.153614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6439 | 2024.10.09 04:59:03.153635 [ 3 ] {} <Debug> HTTP-Session: 20f3c18d-22b0-4301-99eb-62b627af7ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6440 | 2024.10.09 04:59:03.153653 [ 3 ] {} <Debug> HTTP-Session: 20f3c18d-22b0-4301-99eb-62b627af7ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.10.09 04:59:03.153668 [ 3 ] {} <Debug> HTTP-Session: 20f3c18d-22b0-4301-99eb-62b627af7ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6442 | 2024.10.09 04:59:03.153701 [ 3 ] {} <Trace> HTTP-Session: 20f3c18d-22b0-4301-99eb-62b627af7ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6443 | 2024.10.09 04:59:03.153811 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6444 | 2024.10.09 04:59:03.153861 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6445 | 2024.10.09 04:59:03.154110 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6446 | 2024.10.09 04:59:03.154442 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2024.10.09 04:59:03.154479 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6448 | 2024.10.09 04:59:03.154845 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6449 | 2024.10.09 04:59:03.155216 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2024.10.09 04:59:03.155335 [ 51 ] {} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6451 | 2024.10.09 04:59:03.155346 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 225.79 KiB/sec. | ||
| 6452 | 2024.10.09 04:59:03.155374 [ 51 ] {} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2024.10.09 04:59:03.155410 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6454 | 2024.10.09 04:59:03.155687 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Debug> DynamicQueryHandler: Done processing query | ||
| 6455 | 2024.10.09 04:59:03.155722 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 6456 | 2024.10.09 04:59:03.155760 [ 3 ] {d45b32f5-0b47-4649-b309-c905c71084de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6457 | 2024.10.09 04:59:03.155846 [ 3 ] {} <Debug> HTTP-Session: 20f3c18d-22b0-4301-99eb-62b627af7ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6458 | 2024.10.09 04:59:03.156037 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6459 | 2024.10.09 04:59:03.156094 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
| 6460 | 2024.10.09 04:59:03.156102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6461 | 2024.10.09 04:59:03.156249 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 6462 | 2024.10.09 04:59:03.156264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6463 | 2024.10.09 04:59:03.156388 [ 3 ] {} <Debug> HTTP-Session: 8791272a-b630-4af3-b9d2-3236c846af6a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6464 | 2024.10.09 04:59:03.156466 [ 3 ] {} <Debug> HTTP-Session: 8791272a-b630-4af3-b9d2-3236c846af6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6465 | 2024.10.09 04:59:03.156530 [ 3 ] {} <Debug> HTTP-Session: 8791272a-b630-4af3-b9d2-3236c846af6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6466 | 2024.10.09 04:59:03.156568 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 6467 | 2024.10.09 04:59:03.156638 [ 3 ] {} <Trace> HTTP-Session: 8791272a-b630-4af3-b9d2-3236c846af6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2024.10.09 04:59:03.156857 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6469 | 2024.10.09 04:59:03.156995 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6470 | 2024.10.09 04:59:03.157110 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6471 | 2024.10.09 04:59:03.157320 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6472 | 2024.10.09 04:59:03.158189 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6473 | 2024.10.09 04:59:03.159285 [ 194 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003777484 sec., 7941.794061867635 rows/sec., 504.12 KiB/sec. | ||
| 6474 | 2024.10.09 04:59:03.159479 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2024.10.09 04:59:03.159538 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6476 | 2024.10.09 04:59:03.159546 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6477 | 2024.10.09 04:59:03.160685 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6478 | 2024.10.09 04:59:03.160751 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2024.10.09 04:59:03.160926 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_13_3} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6480 | 2024.10.09 04:59:03.161195 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6481 | 2024.10.09 04:59:03.161462 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2024.10.09 04:59:03.161604 [ 51 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6483 | 2024.10.09 04:59:03.161609 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.004758 sec., 82387.55779739386 rows/sec., 5.85 MiB/sec. | ||
| 6484 | 2024.10.09 04:59:03.161645 [ 51 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2024.10.09 04:59:03.161695 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6486 | 2024.10.09 04:59:03.161973 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Debug> DynamicQueryHandler: Done processing query | ||
| 6487 | 2024.10.09 04:59:03.162003 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6488 | 2024.10.09 04:59:03.162046 [ 3 ] {ee2b7db0-b923-4641-835b-fe401f020aee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6489 | 2024.10.09 04:59:03.162221 [ 3 ] {} <Debug> HTTP-Session: 8791272a-b630-4af3-b9d2-3236c846af6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6490 | 2024.10.09 04:59:03.162558 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6491 | 2024.10.09 04:59:03.162624 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 907 rows starting from the beginning of the part | ||
| 6492 | 2024.10.09 04:59:03.162689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6493 | 2024.10.09 04:59:03.162841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6494 | 2024.10.09 04:59:03.162882 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 91 rows starting from the beginning of the part | ||
| 6495 | 2024.10.09 04:59:03.162921 [ 3 ] {} <Debug> HTTP-Session: 0a535195-be54-401e-a256-7e043aac5fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6496 | 2024.10.09 04:59:03.162990 [ 3 ] {} <Debug> HTTP-Session: 0a535195-be54-401e-a256-7e043aac5fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6497 | 2024.10.09 04:59:03.163034 [ 3 ] {} <Debug> HTTP-Session: 0a535195-be54-401e-a256-7e043aac5fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6498 | 2024.10.09 04:59:03.163182 [ 3 ] {} <Trace> HTTP-Session: 0a535195-be54-401e-a256-7e043aac5fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2024.10.09 04:59:03.163291 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 846 rows starting from the beginning of the part | ||
| 6500 | 2024.10.09 04:59:03.163547 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6501 | 2024.10.09 04:59:03.163577 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part | ||
| 6502 | 2024.10.09 04:59:03.163705 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6503 | 2024.10.09 04:59:03.163935 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 93 rows starting from the beginning of the part | ||
| 6504 | 2024.10.09 04:59:03.164298 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 392 rows starting from the beginning of the part | ||
| 6505 | 2024.10.09 04:59:03.164640 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6506 | 2024.10.09 04:59:03.165452 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2024.10.09 04:59:03.165514 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6508 | 2024.10.09 04:59:03.166426 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6509 | 2024.10.09 04:59:03.167219 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6510 | 2024.10.09 04:59:03.167601 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004201 sec., 1428.2313734825043 rows/sec., 74.62 KiB/sec. | ||
| 6511 | 2024.10.09 04:59:03.167874 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006064738 sec., 397214.19128081045 rows/sec., 30.46 MiB/sec. | ||
| 6512 | 2024.10.09 04:59:03.168024 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6513 | 2024.10.09 04:59:03.168074 [ 3 ] {5c681a61-2bfd-4f09-9794-8758188ab3f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6514 | 2024.10.09 04:59:03.168101 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6515 | 2024.10.09 04:59:03.168108 [ 3 ] {} <Debug> HTTP-Session: 0a535195-be54-401e-a256-7e043aac5fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6516 | 2024.10.09 04:59:03.168447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6517 | 2024.10.09 04:59:03.168540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6518 | 2024.10.09 04:59:03.168568 [ 3 ] {} <Debug> HTTP-Session: db706614-65cc-4224-a8d4-d1fffa1df1f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6519 | 2024.10.09 04:59:03.168611 [ 3 ] {} <Debug> HTTP-Session: db706614-65cc-4224-a8d4-d1fffa1df1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6520 | 2024.10.09 04:59:03.168636 [ 3 ] {} <Debug> HTTP-Session: db706614-65cc-4224-a8d4-d1fffa1df1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6521 | 2024.10.09 04:59:03.168696 [ 3 ] {} <Trace> HTTP-Session: db706614-65cc-4224-a8d4-d1fffa1df1f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6522 | 2024.10.09 04:59:03.168800 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2024.10.09 04:59:03.168928 [ 197 ] {f0532510-5495-42af-af35-2105db47f503::all_1_31_6} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6524 | 2024.10.09 04:59:03.169048 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6525 | 2024.10.09 04:59:03.169058 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6526 | 2024.10.09 04:59:03.169125 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6527 | 2024.10.09 04:59:03.169297 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6528 | 2024.10.09 04:59:03.169704 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2024.10.09 04:59:03.169742 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6530 | 2024.10.09 04:59:03.170134 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6531 | 2024.10.09 04:59:03.170485 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6532 | 2024.10.09 04:59:03.170610 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6533 | 2024.10.09 04:59:03.170615 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001779 sec., 133220.91062394605 rows/sec., 8.93 MiB/sec. | ||
| 6534 | 2024.10.09 04:59:03.170642 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6535 | 2024.10.09 04:59:03.170678 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6536 | 2024.10.09 04:59:03.170954 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Debug> DynamicQueryHandler: Done processing query | ||
| 6537 | 2024.10.09 04:59:03.170972 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6538 | 2024.10.09 04:59:03.171033 [ 3 ] {6a0484fe-76eb-4831-af23-d53d4f1c3420} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6539 | 2024.10.09 04:59:03.171115 [ 3 ] {} <Debug> HTTP-Session: db706614-65cc-4224-a8d4-d1fffa1df1f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6540 | 2024.10.09 04:59:03.171439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6541 | 2024.10.09 04:59:03.171613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6542 | 2024.10.09 04:59:03.171664 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6543 | 2024.10.09 04:59:03.171684 [ 3 ] {} <Debug> HTTP-Session: 29a03491-2069-4b39-a913-d72b910d3359 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6544 | 2024.10.09 04:59:03.171763 [ 3 ] {} <Debug> HTTP-Session: 29a03491-2069-4b39-a913-d72b910d3359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6545 | 2024.10.09 04:59:03.171773 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8018 rows starting from the beginning of the part | ||
| 6546 | 2024.10.09 04:59:03.171809 [ 3 ] {} <Debug> HTTP-Session: 29a03491-2069-4b39-a913-d72b910d3359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6547 | 2024.10.09 04:59:03.172004 [ 3 ] {} <Trace> HTTP-Session: 29a03491-2069-4b39-a913-d72b910d3359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2024.10.09 04:59:03.172025 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 6549 | 2024.10.09 04:59:03.172252 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 960 rows starting from the beginning of the part | ||
| 6550 | 2024.10.09 04:59:03.172318 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6551 | 2024.10.09 04:59:03.172502 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6552 | 2024.10.09 04:59:03.172583 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part | ||
| 6553 | 2024.10.09 04:59:03.173022 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
| 6554 | 2024.10.09 04:59:03.173440 [ 194 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 6555 | 2024.10.09 04:59:03.173874 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6556 | 2024.10.09 04:59:03.174648 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.10.09 04:59:03.174688 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6558 | 2024.10.09 04:59:03.175248 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6559 | 2024.10.09 04:59:03.176212 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.10.09 04:59:03.176447 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004244 sec., 235.626767200754 rows/sec., 15.88 KiB/sec. | ||
| 6561 | 2024.10.09 04:59:03.177066 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Debug> DynamicQueryHandler: Done processing query | ||
| 6562 | 2024.10.09 04:59:03.177093 [ 3 ] {f9602d56-f7a3-4861-b9d4-30a8ce80df31} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6563 | 2024.10.09 04:59:03.177110 [ 3 ] {} <Debug> HTTP-Session: 29a03491-2069-4b39-a913-d72b910d3359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6564 | 2024.10.09 04:59:03.177250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6565 | 2024.10.09 04:59:03.177300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6566 | 2024.10.09 04:59:03.177322 [ 3 ] {} <Debug> HTTP-Session: 7bb96787-45bc-451a-bbdb-e5696872baa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6567 | 2024.10.09 04:59:03.177339 [ 3 ] {} <Debug> HTTP-Session: 7bb96787-45bc-451a-bbdb-e5696872baa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.10.09 04:59:03.177353 [ 3 ] {} <Debug> HTTP-Session: 7bb96787-45bc-451a-bbdb-e5696872baa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6569 | 2024.10.09 04:59:03.177384 [ 3 ] {} <Trace> HTTP-Session: 7bb96787-45bc-451a-bbdb-e5696872baa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2024.10.09 04:59:03.177841 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6571 | 2024.10.09 04:59:03.177919 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6572 | 2024.10.09 04:59:03.178497 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6573 | 2024.10.09 04:59:03.179076 [ 195 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9666 rows, containing 5 columns (5 merged, 0 gathered) in 0.008298771 sec., 1164750.7805673876 rows/sec., 78.52 MiB/sec. | ||
| 6574 | 2024.10.09 04:59:03.179363 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2024.10.09 04:59:03.179366 [ 195 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6576 | 2024.10.09 04:59:03.179402 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6577 | 2024.10.09 04:59:03.180101 [ 195 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2024.10.09 04:59:03.180230 [ 195 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6579 | 2024.10.09 04:59:03.180346 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 6580 | 2024.10.09 04:59:03.180404 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6581 | 2024.10.09 04:59:03.180829 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.10.09 04:59:03.180998 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00339 sec., 2949.8525073746314 rows/sec., 5.29 MiB/sec. | ||
| 6583 | 2024.10.09 04:59:03.181605 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6584 | 2024.10.09 04:59:03.181631 [ 3 ] {8f0dcc9d-6dfa-4cdf-ac15-22ab64fb96d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6585 | 2024.10.09 04:59:03.181649 [ 3 ] {} <Debug> HTTP-Session: 7bb96787-45bc-451a-bbdb-e5696872baa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6586 | 2024.10.09 04:59:03.181783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6587 | 2024.10.09 04:59:03.181832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6588 | 2024.10.09 04:59:03.181852 [ 3 ] {} <Debug> HTTP-Session: 5276d0e4-43f9-4d9e-8a67-921afd6b5644 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6589 | 2024.10.09 04:59:03.181868 [ 3 ] {} <Debug> HTTP-Session: 5276d0e4-43f9-4d9e-8a67-921afd6b5644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6590 | 2024.10.09 04:59:03.181882 [ 3 ] {} <Debug> HTTP-Session: 5276d0e4-43f9-4d9e-8a67-921afd6b5644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6591 | 2024.10.09 04:59:03.181915 [ 3 ] {} <Trace> HTTP-Session: 5276d0e4-43f9-4d9e-8a67-921afd6b5644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6592 | 2024.10.09 04:59:03.182038 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6593 | 2024.10.09 04:59:03.182085 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6594 | 2024.10.09 04:59:03.182244 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6595 | 2024.10.09 04:59:03.182570 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2024.10.09 04:59:03.182607 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6597 | 2024.10.09 04:59:03.182992 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6598 | 2024.10.09 04:59:03.183327 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2024.10.09 04:59:03.183456 [ 51 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6600 | 2024.10.09 04:59:03.183460 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 6601 | 2024.10.09 04:59:03.183498 [ 51 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2024.10.09 04:59:03.183573 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6603 | 2024.10.09 04:59:03.183689 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Debug> DynamicQueryHandler: Done processing query | ||
| 6604 | 2024.10.09 04:59:03.183740 [ 3 ] {ebd2a94c-733d-4a1b-876b-efdbf855b631} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6605 | 2024.10.09 04:59:03.183758 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6606 | 2024.10.09 04:59:03.183764 [ 3 ] {} <Debug> HTTP-Session: 5276d0e4-43f9-4d9e-8a67-921afd6b5644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6607 | 2024.10.09 04:59:03.184007 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6608 | 2024.10.09 04:59:03.184067 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1504 rows starting from the beginning of the part | ||
| 6609 | 2024.10.09 04:59:03.184256 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 6610 | 2024.10.09 04:59:03.184444 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 36 rows starting from the beginning of the part | ||
| 6611 | 2024.10.09 04:59:03.184577 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part | ||
| 6612 | 2024.10.09 04:59:03.184782 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 6613 | 2024.10.09 04:59:03.184980 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 6614 | 2024.10.09 04:59:03.186469 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002815482 sec., 635060.0003835934 rows/sec., 41.30 MiB/sec. | ||
| 6615 | 2024.10.09 04:59:03.186698 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6616 | 2024.10.09 04:59:03.187125 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.10.09 04:59:03.187211 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_31_6} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6618 | 2024.10.09 04:59:03.187285 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6619 | 2024.10.09 04:59:04.001163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.91 MiB, peak 163.89 MiB, free memory in arenas 0.00 B, will set to 156.06 MiB (RSS), difference: 1.15 MiB | ||
| 6620 | 2024.10.09 04:59:07.199858 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6621 | 2024.10.09 04:59:07.199932 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6622 | 2024.10.09 04:59:07.349662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 666 | ||
| 6623 | 2024.10.09 04:59:07.352496 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6624 | 2024.10.09 04:59:07.352550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6625 | 2024.10.09 04:59:07.354033 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6626 | 2024.10.09 04:59:07.355023 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6627 | 2024.10.09 04:59:07.355560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 666 | ||
| 6628 | 2024.10.09 04:59:08.135746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6629 | 2024.10.09 04:59:08.135870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6630 | 2024.10.09 04:59:08.135903 [ 3 ] {} <Debug> HTTP-Session: fc9db6b9-5958-423e-b566-ecc4da791dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6631 | 2024.10.09 04:59:08.135931 [ 3 ] {} <Debug> HTTP-Session: fc9db6b9-5958-423e-b566-ecc4da791dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.10.09 04:59:08.135949 [ 3 ] {} <Debug> HTTP-Session: fc9db6b9-5958-423e-b566-ecc4da791dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6633 | 2024.10.09 04:59:08.136006 [ 3 ] {} <Trace> HTTP-Session: fc9db6b9-5958-423e-b566-ecc4da791dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6634 | 2024.10.09 04:59:08.136202 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6635 | 2024.10.09 04:59:08.136279 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6636 | 2024.10.09 04:59:08.136667 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6637 | 2024.10.09 04:59:08.137109 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2024.10.09 04:59:08.137155 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6639 | 2024.10.09 04:59:08.137607 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6640 | 2024.10.09 04:59:08.138017 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2024.10.09 04:59:08.138197 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002045 sec., 977.9951100244499 rows/sec., 79.75 KiB/sec. | ||
| 6642 | 2024.10.09 04:59:08.138432 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Debug> DynamicQueryHandler: Done processing query | ||
| 6643 | 2024.10.09 04:59:08.138461 [ 3 ] {031814ba-a0ae-431c-b80b-8d05891f9923} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6644 | 2024.10.09 04:59:08.138478 [ 3 ] {} <Debug> HTTP-Session: fc9db6b9-5958-423e-b566-ecc4da791dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6645 | 2024.10.09 04:59:08.138665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6646 | 2024.10.09 04:59:08.138722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6647 | 2024.10.09 04:59:08.138742 [ 3 ] {} <Debug> HTTP-Session: f9068312-f3e9-4c17-bc9f-0b3f97314aac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6648 | 2024.10.09 04:59:08.138760 [ 3 ] {} <Debug> HTTP-Session: f9068312-f3e9-4c17-bc9f-0b3f97314aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6649 | 2024.10.09 04:59:08.138774 [ 3 ] {} <Debug> HTTP-Session: f9068312-f3e9-4c17-bc9f-0b3f97314aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6650 | 2024.10.09 04:59:08.138810 [ 3 ] {} <Trace> HTTP-Session: f9068312-f3e9-4c17-bc9f-0b3f97314aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2024.10.09 04:59:08.138962 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6652 | 2024.10.09 04:59:08.139012 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6653 | 2024.10.09 04:59:08.139258 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6654 | 2024.10.09 04:59:08.139667 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2024.10.09 04:59:08.139706 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6656 | 2024.10.09 04:59:08.140120 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6657 | 2024.10.09 04:59:08.140504 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6658 | 2024.10.09 04:59:08.140664 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001751 sec., 63392.3472301542 rows/sec., 5.32 MiB/sec. | ||
| 6659 | 2024.10.09 04:59:08.140847 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6660 | 2024.10.09 04:59:08.140874 [ 3 ] {fb291a43-b598-4d52-8a85-2a1ba83915aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6661 | 2024.10.09 04:59:08.140889 [ 3 ] {} <Debug> HTTP-Session: f9068312-f3e9-4c17-bc9f-0b3f97314aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6662 | 2024.10.09 04:59:08.141023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6663 | 2024.10.09 04:59:08.141074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6664 | 2024.10.09 04:59:08.141095 [ 3 ] {} <Debug> HTTP-Session: 44e14043-5c61-4871-b65f-77d9ada00a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6665 | 2024.10.09 04:59:08.141112 [ 3 ] {} <Debug> HTTP-Session: 44e14043-5c61-4871-b65f-77d9ada00a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6666 | 2024.10.09 04:59:08.141126 [ 3 ] {} <Debug> HTTP-Session: 44e14043-5c61-4871-b65f-77d9ada00a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6667 | 2024.10.09 04:59:08.141160 [ 3 ] {} <Trace> HTTP-Session: 44e14043-5c61-4871-b65f-77d9ada00a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2024.10.09 04:59:08.141272 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6669 | 2024.10.09 04:59:08.141318 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6670 | 2024.10.09 04:59:08.141548 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6671 | 2024.10.09 04:59:08.141882 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2024.10.09 04:59:08.141925 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6673 | 2024.10.09 04:59:08.142290 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6674 | 2024.10.09 04:59:08.142650 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2024.10.09 04:59:08.142807 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001565 sec., 18530.35143769968 rows/sec., 1.35 MiB/sec. | ||
| 6676 | 2024.10.09 04:59:08.142988 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6677 | 2024.10.09 04:59:08.143014 [ 3 ] {2bd3ab17-1d12-4b4f-9501-d6ff0413b7bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6678 | 2024.10.09 04:59:08.143030 [ 3 ] {} <Debug> HTTP-Session: 44e14043-5c61-4871-b65f-77d9ada00a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6679 | 2024.10.09 04:59:08.143173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6680 | 2024.10.09 04:59:08.143222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6681 | 2024.10.09 04:59:08.143242 [ 3 ] {} <Debug> HTTP-Session: 0b96f97b-9cde-4729-ba4d-73ed1a5e90e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6682 | 2024.10.09 04:59:08.143259 [ 3 ] {} <Debug> HTTP-Session: 0b96f97b-9cde-4729-ba4d-73ed1a5e90e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6683 | 2024.10.09 04:59:08.143273 [ 3 ] {} <Debug> HTTP-Session: 0b96f97b-9cde-4729-ba4d-73ed1a5e90e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6684 | 2024.10.09 04:59:08.143305 [ 3 ] {} <Trace> HTTP-Session: 0b96f97b-9cde-4729-ba4d-73ed1a5e90e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2024.10.09 04:59:08.143431 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6686 | 2024.10.09 04:59:08.143476 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6687 | 2024.10.09 04:59:08.143704 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6688 | 2024.10.09 04:59:08.144169 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2024.10.09 04:59:08.144207 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6690 | 2024.10.09 04:59:08.144590 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6691 | 2024.10.09 04:59:08.144956 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2024.10.09 04:59:08.145115 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001729 sec., 53788.31694621168 rows/sec., 4.20 MiB/sec. | ||
| 6693 | 2024.10.09 04:59:08.145350 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Debug> DynamicQueryHandler: Done processing query | ||
| 6694 | 2024.10.09 04:59:08.145376 [ 3 ] {d77594c7-b0c0-4bb0-acc7-99c2e32c6f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6695 | 2024.10.09 04:59:08.145392 [ 3 ] {} <Debug> HTTP-Session: 0b96f97b-9cde-4729-ba4d-73ed1a5e90e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6696 | 2024.10.09 04:59:08.145556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6697 | 2024.10.09 04:59:08.145606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6698 | 2024.10.09 04:59:08.145625 [ 3 ] {} <Debug> HTTP-Session: 7366135c-394d-43ae-9ffa-1c63e9ad97d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6699 | 2024.10.09 04:59:08.145642 [ 3 ] {} <Debug> HTTP-Session: 7366135c-394d-43ae-9ffa-1c63e9ad97d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6700 | 2024.10.09 04:59:08.145655 [ 3 ] {} <Debug> HTTP-Session: 7366135c-394d-43ae-9ffa-1c63e9ad97d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6701 | 2024.10.09 04:59:08.145686 [ 3 ] {} <Trace> HTTP-Session: 7366135c-394d-43ae-9ffa-1c63e9ad97d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2024.10.09 04:59:08.145836 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6703 | 2024.10.09 04:59:08.145885 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6704 | 2024.10.09 04:59:08.146035 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6705 | 2024.10.09 04:59:08.146463 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2024.10.09 04:59:08.146499 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6707 | 2024.10.09 04:59:08.146891 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6708 | 2024.10.09 04:59:08.147231 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2024.10.09 04:59:08.147383 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001611 sec., 99937.9267535692 rows/sec., 6.96 MiB/sec. | ||
| 6710 | 2024.10.09 04:59:08.147558 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Debug> DynamicQueryHandler: Done processing query | ||
| 6711 | 2024.10.09 04:59:08.147583 [ 3 ] {1d2c3c61-c05a-487f-aef6-c7d214094c97} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6712 | 2024.10.09 04:59:08.147599 [ 3 ] {} <Debug> HTTP-Session: 7366135c-394d-43ae-9ffa-1c63e9ad97d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6713 | 2024.10.09 04:59:08.147780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6714 | 2024.10.09 04:59:08.147829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6715 | 2024.10.09 04:59:08.147849 [ 3 ] {} <Debug> HTTP-Session: 0cc38634-b160-412f-bd39-0994414f7dde Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6716 | 2024.10.09 04:59:08.147865 [ 3 ] {} <Debug> HTTP-Session: 0cc38634-b160-412f-bd39-0994414f7dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6717 | 2024.10.09 04:59:08.147879 [ 3 ] {} <Debug> HTTP-Session: 0cc38634-b160-412f-bd39-0994414f7dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6718 | 2024.10.09 04:59:08.147911 [ 3 ] {} <Trace> HTTP-Session: 0cc38634-b160-412f-bd39-0994414f7dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2024.10.09 04:59:08.148293 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6720 | 2024.10.09 04:59:08.148359 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6721 | 2024.10.09 04:59:08.148782 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6722 | 2024.10.09 04:59:08.149506 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6723 | 2024.10.09 04:59:08.149543 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6724 | 2024.10.09 04:59:08.150188 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6725 | 2024.10.09 04:59:08.150628 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2024.10.09 04:59:08.150823 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002814 sec., 9594.882729211087 rows/sec., 17.19 MiB/sec. | ||
| 6727 | 2024.10.09 04:59:08.151358 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Debug> DynamicQueryHandler: Done processing query | ||
| 6728 | 2024.10.09 04:59:08.151384 [ 3 ] {14101bdc-40a5-42d6-b663-ef4f53dd7e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6729 | 2024.10.09 04:59:08.151400 [ 3 ] {} <Debug> HTTP-Session: 0cc38634-b160-412f-bd39-0994414f7dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6730 | 2024.10.09 04:59:08.151533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6731 | 2024.10.09 04:59:08.151582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6732 | 2024.10.09 04:59:08.151600 [ 3 ] {} <Debug> HTTP-Session: ec633c27-2dbb-46db-900f-b0c0a6cad49c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6733 | 2024.10.09 04:59:08.151616 [ 3 ] {} <Debug> HTTP-Session: ec633c27-2dbb-46db-900f-b0c0a6cad49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6734 | 2024.10.09 04:59:08.151630 [ 3 ] {} <Debug> HTTP-Session: ec633c27-2dbb-46db-900f-b0c0a6cad49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6735 | 2024.10.09 04:59:08.151661 [ 3 ] {} <Trace> HTTP-Session: ec633c27-2dbb-46db-900f-b0c0a6cad49c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6736 | 2024.10.09 04:59:08.151777 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6737 | 2024.10.09 04:59:08.151824 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6738 | 2024.10.09 04:59:08.151985 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6739 | 2024.10.09 04:59:08.152306 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6740 | 2024.10.09 04:59:08.152343 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6741 | 2024.10.09 04:59:08.152718 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6742 | 2024.10.09 04:59:08.153054 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6743 | 2024.10.09 04:59:08.153203 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 6744 | 2024.10.09 04:59:08.153374 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6745 | 2024.10.09 04:59:08.153399 [ 3 ] {4bff50c0-f75b-4b99-8f97-ab70f066f73f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6746 | 2024.10.09 04:59:08.153415 [ 3 ] {} <Debug> HTTP-Session: ec633c27-2dbb-46db-900f-b0c0a6cad49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6747 | 2024.10.09 04:59:13.139503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6748 | 2024.10.09 04:59:13.139637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6749 | 2024.10.09 04:59:13.139663 [ 3 ] {} <Debug> HTTP-Session: 5716bd21-17c6-4015-917b-d86f2d46e3a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6750 | 2024.10.09 04:59:13.139687 [ 3 ] {} <Debug> HTTP-Session: 5716bd21-17c6-4015-917b-d86f2d46e3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6751 | 2024.10.09 04:59:13.139702 [ 3 ] {} <Debug> HTTP-Session: 5716bd21-17c6-4015-917b-d86f2d46e3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6752 | 2024.10.09 04:59:13.139750 [ 3 ] {} <Trace> HTTP-Session: 5716bd21-17c6-4015-917b-d86f2d46e3a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2024.10.09 04:59:13.139993 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6754 | 2024.10.09 04:59:13.140063 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6755 | 2024.10.09 04:59:13.140405 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6756 | 2024.10.09 04:59:13.141019 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2024.10.09 04:59:13.141069 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6758 | 2024.10.09 04:59:13.141512 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6759 | 2024.10.09 04:59:13.141908 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2024.10.09 04:59:13.142089 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.00219 sec., 95433.78995433789 rows/sec., 8.41 MiB/sec. | ||
| 6761 | 2024.10.09 04:59:13.142327 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Debug> DynamicQueryHandler: Done processing query | ||
| 6762 | 2024.10.09 04:59:13.142356 [ 3 ] {8670b642-13f6-476b-978c-a5ee426ddf41} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6763 | 2024.10.09 04:59:13.142373 [ 3 ] {} <Debug> HTTP-Session: 5716bd21-17c6-4015-917b-d86f2d46e3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6764 | 2024.10.09 04:59:13.142550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6765 | 2024.10.09 04:59:13.142610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6766 | 2024.10.09 04:59:13.142630 [ 3 ] {} <Debug> HTTP-Session: 438aa8f5-7b43-42b4-bf65-c32141fc10ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6767 | 2024.10.09 04:59:13.142649 [ 3 ] {} <Debug> HTTP-Session: 438aa8f5-7b43-42b4-bf65-c32141fc10ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6768 | 2024.10.09 04:59:13.142663 [ 3 ] {} <Debug> HTTP-Session: 438aa8f5-7b43-42b4-bf65-c32141fc10ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6769 | 2024.10.09 04:59:13.142699 [ 3 ] {} <Trace> HTTP-Session: 438aa8f5-7b43-42b4-bf65-c32141fc10ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6770 | 2024.10.09 04:59:13.142810 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6771 | 2024.10.09 04:59:13.142860 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6772 | 2024.10.09 04:59:13.143105 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6773 | 2024.10.09 04:59:13.143459 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2024.10.09 04:59:13.143497 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6775 | 2024.10.09 04:59:13.143860 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6776 | 2024.10.09 04:59:13.144236 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2024.10.09 04:59:13.144412 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001621 sec., 6169.031462060457 rows/sec., 463.88 KiB/sec. | ||
| 6778 | 2024.10.09 04:59:13.144598 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Debug> DynamicQueryHandler: Done processing query | ||
| 6779 | 2024.10.09 04:59:13.144623 [ 3 ] {87b8afa2-fc15-41e0-9016-4f4e767b6a62} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6780 | 2024.10.09 04:59:13.144639 [ 3 ] {} <Debug> HTTP-Session: 438aa8f5-7b43-42b4-bf65-c32141fc10ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6781 | 2024.10.09 04:59:13.144769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6782 | 2024.10.09 04:59:13.144821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6783 | 2024.10.09 04:59:13.144841 [ 3 ] {} <Debug> HTTP-Session: 7ed0bbdc-1df1-4875-a52d-5062b1c2dc80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6784 | 2024.10.09 04:59:13.144858 [ 3 ] {} <Debug> HTTP-Session: 7ed0bbdc-1df1-4875-a52d-5062b1c2dc80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6785 | 2024.10.09 04:59:13.144873 [ 3 ] {} <Debug> HTTP-Session: 7ed0bbdc-1df1-4875-a52d-5062b1c2dc80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6786 | 2024.10.09 04:59:13.144907 [ 3 ] {} <Trace> HTTP-Session: 7ed0bbdc-1df1-4875-a52d-5062b1c2dc80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2024.10.09 04:59:13.145011 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6788 | 2024.10.09 04:59:13.145056 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6789 | 2024.10.09 04:59:13.145287 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6790 | 2024.10.09 04:59:13.145611 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6791 | 2024.10.09 04:59:13.145648 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6792 | 2024.10.09 04:59:13.146007 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6793 | 2024.10.09 04:59:13.146356 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6794 | 2024.10.09 04:59:13.146513 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001527 sec., 9168.3038637852 rows/sec., 642.09 KiB/sec. | ||
| 6795 | 2024.10.09 04:59:13.146687 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6796 | 2024.10.09 04:59:13.146711 [ 3 ] {cb6e8788-932c-44a1-a664-b2b15efc53e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6797 | 2024.10.09 04:59:13.146727 [ 3 ] {} <Debug> HTTP-Session: 7ed0bbdc-1df1-4875-a52d-5062b1c2dc80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.10.09 04:59:13.146848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6799 | 2024.10.09 04:59:13.146897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6800 | 2024.10.09 04:59:13.146916 [ 3 ] {} <Debug> HTTP-Session: 9e76f59b-da7c-4320-8989-7aacb370a488 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6801 | 2024.10.09 04:59:13.146932 [ 3 ] {} <Debug> HTTP-Session: 9e76f59b-da7c-4320-8989-7aacb370a488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6802 | 2024.10.09 04:59:13.146946 [ 3 ] {} <Debug> HTTP-Session: 9e76f59b-da7c-4320-8989-7aacb370a488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6803 | 2024.10.09 04:59:13.146977 [ 3 ] {} <Trace> HTTP-Session: 9e76f59b-da7c-4320-8989-7aacb370a488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2024.10.09 04:59:13.147073 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6805 | 2024.10.09 04:59:13.147115 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6806 | 2024.10.09 04:59:13.147340 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6807 | 2024.10.09 04:59:13.147647 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.10.09 04:59:13.147683 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6809 | 2024.10.09 04:59:13.148055 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6810 | 2024.10.09 04:59:13.148425 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2024.10.09 04:59:13.148586 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 231.39 KiB/sec. | ||
| 6812 | 2024.10.09 04:59:13.148935 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Debug> DynamicQueryHandler: Done processing query | ||
| 6813 | 2024.10.09 04:59:13.148961 [ 3 ] {d1aff60e-28b7-4e6e-b446-f87065928022} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6814 | 2024.10.09 04:59:13.148978 [ 3 ] {} <Debug> HTTP-Session: 9e76f59b-da7c-4320-8989-7aacb370a488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6815 | 2024.10.09 04:59:13.149141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6816 | 2024.10.09 04:59:13.149190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6817 | 2024.10.09 04:59:13.149209 [ 3 ] {} <Debug> HTTP-Session: 7444b8a6-dd9b-4f45-ac74-5e4a2cdfcbf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6818 | 2024.10.09 04:59:13.149226 [ 3 ] {} <Debug> HTTP-Session: 7444b8a6-dd9b-4f45-ac74-5e4a2cdfcbf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6819 | 2024.10.09 04:59:13.149240 [ 3 ] {} <Debug> HTTP-Session: 7444b8a6-dd9b-4f45-ac74-5e4a2cdfcbf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6820 | 2024.10.09 04:59:13.149270 [ 3 ] {} <Trace> HTTP-Session: 7444b8a6-dd9b-4f45-ac74-5e4a2cdfcbf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6821 | 2024.10.09 04:59:13.149472 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6822 | 2024.10.09 04:59:13.149517 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6823 | 2024.10.09 04:59:13.149763 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6824 | 2024.10.09 04:59:13.150336 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6825 | 2024.10.09 04:59:13.150372 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6826 | 2024.10.09 04:59:13.150745 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6827 | 2024.10.09 04:59:13.151090 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6828 | 2024.10.09 04:59:13.151247 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.001876 sec., 208955.223880597 rows/sec., 14.83 MiB/sec. | ||
| 6829 | 2024.10.09 04:59:13.151426 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6830 | 2024.10.09 04:59:13.151450 [ 3 ] {e3755739-c0ee-41bd-9d42-ef5537be7f8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6831 | 2024.10.09 04:59:13.151466 [ 3 ] {} <Debug> HTTP-Session: 7444b8a6-dd9b-4f45-ac74-5e4a2cdfcbf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6832 | 2024.10.09 04:59:13.151642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6833 | 2024.10.09 04:59:13.151691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6834 | 2024.10.09 04:59:13.151709 [ 3 ] {} <Debug> HTTP-Session: 392972b9-7998-41eb-a5a2-ba15658d4e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6835 | 2024.10.09 04:59:13.151730 [ 3 ] {} <Debug> HTTP-Session: 392972b9-7998-41eb-a5a2-ba15658d4e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6836 | 2024.10.09 04:59:13.151745 [ 3 ] {} <Debug> HTTP-Session: 392972b9-7998-41eb-a5a2-ba15658d4e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6837 | 2024.10.09 04:59:13.151775 [ 3 ] {} <Trace> HTTP-Session: 392972b9-7998-41eb-a5a2-ba15658d4e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6838 | 2024.10.09 04:59:13.151871 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6839 | 2024.10.09 04:59:13.151916 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6840 | 2024.10.09 04:59:13.152043 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6841 | 2024.10.09 04:59:13.152316 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2024.10.09 04:59:13.152351 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6843 | 2024.10.09 04:59:13.152703 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6844 | 2024.10.09 04:59:13.153045 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6845 | 2024.10.09 04:59:13.153200 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
| 6846 | 2024.10.09 04:59:13.153369 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6847 | 2024.10.09 04:59:13.153395 [ 3 ] {5aabe2b8-2d4f-4c35-90bd-cdfbf59fc8d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6848 | 2024.10.09 04:59:13.153411 [ 3 ] {} <Debug> HTTP-Session: 392972b9-7998-41eb-a5a2-ba15658d4e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6849 | 2024.10.09 04:59:13.153590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6850 | 2024.10.09 04:59:13.153639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6851 | 2024.10.09 04:59:13.153658 [ 3 ] {} <Debug> HTTP-Session: 1eaafcca-bff2-4728-86fb-043233076ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6852 | 2024.10.09 04:59:13.153675 [ 3 ] {} <Debug> HTTP-Session: 1eaafcca-bff2-4728-86fb-043233076ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6853 | 2024.10.09 04:59:13.153689 [ 3 ] {} <Debug> HTTP-Session: 1eaafcca-bff2-4728-86fb-043233076ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6854 | 2024.10.09 04:59:13.153719 [ 3 ] {} <Trace> HTTP-Session: 1eaafcca-bff2-4728-86fb-043233076ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6855 | 2024.10.09 04:59:13.153896 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6856 | 2024.10.09 04:59:13.153947 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6857 | 2024.10.09 04:59:13.154095 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6858 | 2024.10.09 04:59:13.154553 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2024.10.09 04:59:13.154592 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6860 | 2024.10.09 04:59:13.154971 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6861 | 2024.10.09 04:59:13.155343 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2024.10.09 04:59:13.155477 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001669 sec., 142001.19832234873 rows/sec., 9.52 MiB/sec. | ||
| 6863 | 2024.10.09 04:59:13.155794 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Debug> DynamicQueryHandler: Done processing query | ||
| 6864 | 2024.10.09 04:59:13.155829 [ 3 ] {f51d499a-150d-4a36-8bc1-08c419516314} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6865 | 2024.10.09 04:59:13.155863 [ 3 ] {} <Debug> HTTP-Session: 1eaafcca-bff2-4728-86fb-043233076ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6866 | 2024.10.09 04:59:13.156028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6867 | 2024.10.09 04:59:13.156079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6868 | 2024.10.09 04:59:13.156098 [ 3 ] {} <Debug> HTTP-Session: 7abe652d-051b-42ac-981c-68e95a8f36df Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6869 | 2024.10.09 04:59:13.156115 [ 3 ] {} <Debug> HTTP-Session: 7abe652d-051b-42ac-981c-68e95a8f36df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6870 | 2024.10.09 04:59:13.156129 [ 3 ] {} <Debug> HTTP-Session: 7abe652d-051b-42ac-981c-68e95a8f36df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6871 | 2024.10.09 04:59:13.156160 [ 3 ] {} <Trace> HTTP-Session: 7abe652d-051b-42ac-981c-68e95a8f36df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6872 | 2024.10.09 04:59:13.156254 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6873 | 2024.10.09 04:59:13.156301 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6874 | 2024.10.09 04:59:13.156448 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6875 | 2024.10.09 04:59:13.156728 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2024.10.09 04:59:13.156764 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6877 | 2024.10.09 04:59:13.157118 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6878 | 2024.10.09 04:59:13.157434 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2024.10.09 04:59:13.157583 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
| 6880 | 2024.10.09 04:59:13.157594 [ 100 ] {} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 6881 | 2024.10.09 04:59:13.157691 [ 100 ] {} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2024.10.09 04:59:13.157741 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6883 | 2024.10.09 04:59:13.157856 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Debug> DynamicQueryHandler: Done processing query | ||
| 6884 | 2024.10.09 04:59:13.157905 [ 3 ] {204d0683-1321-417e-bd0b-7130607a3229} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6885 | 2024.10.09 04:59:13.157929 [ 3 ] {} <Debug> HTTP-Session: 7abe652d-051b-42ac-981c-68e95a8f36df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6886 | 2024.10.09 04:59:13.157946 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 6887 | 2024.10.09 04:59:13.158099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6888 | 2024.10.09 04:59:13.158192 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6889 | 2024.10.09 04:59:13.158205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6890 | 2024.10.09 04:59:13.158263 [ 3 ] {} <Debug> HTTP-Session: d0c0fafc-a00c-4366-afe5-8fed7211ef02 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6891 | 2024.10.09 04:59:13.158267 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
| 6892 | 2024.10.09 04:59:13.158285 [ 3 ] {} <Debug> HTTP-Session: d0c0fafc-a00c-4366-afe5-8fed7211ef02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6893 | 2024.10.09 04:59:13.158326 [ 3 ] {} <Debug> HTTP-Session: d0c0fafc-a00c-4366-afe5-8fed7211ef02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6894 | 2024.10.09 04:59:13.158434 [ 3 ] {} <Trace> HTTP-Session: d0c0fafc-a00c-4366-afe5-8fed7211ef02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.10.09 04:59:13.158517 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 6896 | 2024.10.09 04:59:13.158732 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6897 | 2024.10.09 04:59:13.158919 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6898 | 2024.10.09 04:59:13.159169 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6899 | 2024.10.09 04:59:13.159278 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6900 | 2024.10.09 04:59:13.159518 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6901 | 2024.10.09 04:59:13.159883 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6902 | 2024.10.09 04:59:13.161596 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6903 | 2024.10.09 04:59:13.163800 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6904 | 2024.10.09 04:59:13.163860 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6905 | 2024.10.09 04:59:13.163879 [ 197 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006052458 sec., 2478.3319438152234 rows/sec., 166.35 KiB/sec. | ||
| 6906 | 2024.10.09 04:59:13.164159 [ 197 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6907 | 2024.10.09 04:59:13.165215 [ 197 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2024.10.09 04:59:13.165340 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6909 | 2024.10.09 04:59:13.165371 [ 197 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_14_3} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 6910 | 2024.10.09 04:59:13.165526 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6911 | 2024.10.09 04:59:13.165906 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2024.10.09 04:59:13.166112 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.007454 sec., 1341.5615776764155 rows/sec., 2.40 MiB/sec. | ||
| 6913 | 2024.10.09 04:59:13.166724 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6914 | 2024.10.09 04:59:13.166751 [ 3 ] {50ee7932-a848-430d-960a-39134410f8f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6915 | 2024.10.09 04:59:13.166767 [ 3 ] {} <Debug> HTTP-Session: d0c0fafc-a00c-4366-afe5-8fed7211ef02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6916 | 2024.10.09 04:59:13.166911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6917 | 2024.10.09 04:59:13.166961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6918 | 2024.10.09 04:59:13.166981 [ 3 ] {} <Debug> HTTP-Session: bca600e5-29a1-42d9-8d2c-42e930d364e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6919 | 2024.10.09 04:59:13.166998 [ 3 ] {} <Debug> HTTP-Session: bca600e5-29a1-42d9-8d2c-42e930d364e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6920 | 2024.10.09 04:59:13.167012 [ 3 ] {} <Debug> HTTP-Session: bca600e5-29a1-42d9-8d2c-42e930d364e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6921 | 2024.10.09 04:59:13.167043 [ 3 ] {} <Trace> HTTP-Session: bca600e5-29a1-42d9-8d2c-42e930d364e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6922 | 2024.10.09 04:59:13.167193 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6923 | 2024.10.09 04:59:13.167238 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6924 | 2024.10.09 04:59:13.167390 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6925 | 2024.10.09 04:59:13.167723 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2024.10.09 04:59:13.167760 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6927 | 2024.10.09 04:59:13.168128 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6928 | 2024.10.09 04:59:13.168464 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2024.10.09 04:59:13.168623 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
| 6930 | 2024.10.09 04:59:13.168962 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Debug> DynamicQueryHandler: Done processing query | ||
| 6931 | 2024.10.09 04:59:13.168996 [ 3 ] {f16ebe77-4fb0-4623-9f86-3521c8f9ea87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6932 | 2024.10.09 04:59:13.169018 [ 3 ] {} <Debug> HTTP-Session: bca600e5-29a1-42d9-8d2c-42e930d364e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6933 | 2024.10.09 04:59:17.356583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 700 | ||
| 6934 | 2024.10.09 04:59:17.359465 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2024.10.09 04:59:17.359524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6936 | 2024.10.09 04:59:17.361074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6937 | 2024.10.09 04:59:17.362092 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2024.10.09 04:59:17.362302 [ 97 ] {} <Debug> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6939 | 2024.10.09 04:59:17.362434 [ 97 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.10.09 04:59:17.362497 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6941 | 2024.10.09 04:59:17.362945 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 6942 | 2024.10.09 04:59:17.363507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 6943 | 2024.10.09 04:59:17.364231 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6944 | 2024.10.09 04:59:17.364397 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part | ||
| 6945 | 2024.10.09 04:59:17.365025 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 6946 | 2024.10.09 04:59:17.365557 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 6947 | 2024.10.09 04:59:17.366083 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 6948 | 2024.10.09 04:59:17.366597 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 6949 | 2024.10.09 04:59:17.367102 [ 202 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 6950 | 2024.10.09 04:59:17.375453 [ 192 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 700 rows, containing 72 columns (72 merged, 0 gathered) in 0.012789237 sec., 54733.52319610622 rows/sec., 40.50 MiB/sec. | ||
| 6951 | 2024.10.09 04:59:17.376747 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6952 | 2024.10.09 04:59:17.378537 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6953 | 2024.10.09 04:59:17.378638 [ 200 ] {c34c06ec-142a-4065-aa4e-3c6049042399::all_1_16_3} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6954 | 2024.10.09 04:59:17.378993 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 6955 | 2024.10.09 04:59:18.135662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6956 | 2024.10.09 04:59:18.135771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6957 | 2024.10.09 04:59:18.135796 [ 3 ] {} <Debug> HTTP-Session: 069bdd4b-9bfb-49bc-8cec-ae150d386d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6958 | 2024.10.09 04:59:18.135818 [ 3 ] {} <Debug> HTTP-Session: 069bdd4b-9bfb-49bc-8cec-ae150d386d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6959 | 2024.10.09 04:59:18.135833 [ 3 ] {} <Debug> HTTP-Session: 069bdd4b-9bfb-49bc-8cec-ae150d386d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6960 | 2024.10.09 04:59:18.135882 [ 3 ] {} <Trace> HTTP-Session: 069bdd4b-9bfb-49bc-8cec-ae150d386d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6961 | 2024.10.09 04:59:18.136084 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6962 | 2024.10.09 04:59:18.136151 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6963 | 2024.10.09 04:59:18.136486 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6964 | 2024.10.09 04:59:18.137036 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2024.10.09 04:59:18.137090 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6966 | 2024.10.09 04:59:18.137569 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6967 | 2024.10.09 04:59:18.137959 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2024.10.09 04:59:18.138114 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002103 sec., 52306.22919638612 rows/sec., 4.40 MiB/sec. | ||
| 6969 | 2024.10.09 04:59:18.138334 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Debug> DynamicQueryHandler: Done processing query | ||
| 6970 | 2024.10.09 04:59:18.138361 [ 3 ] {7fd22d42-1231-478d-b806-f841ebb7bc55} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6971 | 2024.10.09 04:59:18.138378 [ 3 ] {} <Debug> HTTP-Session: 069bdd4b-9bfb-49bc-8cec-ae150d386d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6972 | 2024.10.09 04:59:18.138576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6973 | 2024.10.09 04:59:18.138629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6974 | 2024.10.09 04:59:18.138649 [ 3 ] {} <Debug> HTTP-Session: 32a101d8-f372-4a8a-8ce4-494766430715 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6975 | 2024.10.09 04:59:18.138666 [ 3 ] {} <Debug> HTTP-Session: 32a101d8-f372-4a8a-8ce4-494766430715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6976 | 2024.10.09 04:59:18.138680 [ 3 ] {} <Debug> HTTP-Session: 32a101d8-f372-4a8a-8ce4-494766430715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6977 | 2024.10.09 04:59:18.138712 [ 3 ] {} <Trace> HTTP-Session: 32a101d8-f372-4a8a-8ce4-494766430715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6978 | 2024.10.09 04:59:18.138823 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6979 | 2024.10.09 04:59:18.138868 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6980 | 2024.10.09 04:59:18.139094 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6981 | 2024.10.09 04:59:18.139456 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2024.10.09 04:59:18.139493 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6983 | 2024.10.09 04:59:18.139846 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6984 | 2024.10.09 04:59:18.140204 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2024.10.09 04:59:18.140365 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001566 sec., 17241.37931034483 rows/sec., 1.27 MiB/sec. | ||
| 6986 | 2024.10.09 04:59:18.140366 [ 96 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6987 | 2024.10.09 04:59:18.140476 [ 96 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2024.10.09 04:59:18.140529 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6989 | 2024.10.09 04:59:18.140638 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6990 | 2024.10.09 04:59:18.140678 [ 3 ] {472cfc67-09f4-469f-a184-a85e3e4d5ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6991 | 2024.10.09 04:59:18.140695 [ 3 ] {} <Debug> HTTP-Session: 32a101d8-f372-4a8a-8ce4-494766430715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6992 | 2024.10.09 04:59:18.140699 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6993 | 2024.10.09 04:59:18.140847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6994 | 2024.10.09 04:59:18.140861 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6995 | 2024.10.09 04:59:18.140912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6996 | 2024.10.09 04:59:18.140912 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 55 rows starting from the beginning of the part | ||
| 6997 | 2024.10.09 04:59:18.140936 [ 3 ] {} <Debug> HTTP-Session: 340011b1-477b-49da-b02c-5dc28730ce2d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 6998 | 2024.10.09 04:59:18.140964 [ 3 ] {} <Debug> HTTP-Session: 340011b1-477b-49da-b02c-5dc28730ce2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6999 | 2024.10.09 04:59:18.140982 [ 3 ] {} <Debug> HTTP-Session: 340011b1-477b-49da-b02c-5dc28730ce2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7000 | 2024.10.09 04:59:18.141060 [ 3 ] {} <Trace> HTTP-Session: 340011b1-477b-49da-b02c-5dc28730ce2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7001 | 2024.10.09 04:59:18.141081 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 29 rows starting from the beginning of the part | ||
| 7002 | 2024.10.09 04:59:18.141435 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 7003 | 2024.10.09 04:59:18.141458 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7004 | 2024.10.09 04:59:18.141625 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7005 | 2024.10.09 04:59:18.141847 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 29 rows starting from the beginning of the part | ||
| 7006 | 2024.10.09 04:59:18.142197 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
| 7007 | 2024.10.09 04:59:18.142476 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 7008 | 2024.10.09 04:59:18.143180 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7009 | 2024.10.09 04:59:18.143891 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2024.10.09 04:59:18.143940 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7011 | 2024.10.09 04:59:18.144525 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.003910057 sec., 40920.11957881944 rows/sec., 3.13 MiB/sec. | ||
| 7012 | 2024.10.09 04:59:18.144610 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7013 | 2024.10.09 04:59:18.144736 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7014 | 2024.10.09 04:59:18.145593 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.10.09 04:59:18.145908 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004633 sec., 19641.70084178718 rows/sec., 1.53 MiB/sec. | ||
| 7016 | 2024.10.09 04:59:18.145924 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2024.10.09 04:59:18.146161 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_31_6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7018 | 2024.10.09 04:59:18.146314 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Debug> DynamicQueryHandler: Done processing query | ||
| 7019 | 2024.10.09 04:59:18.146325 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7020 | 2024.10.09 04:59:18.146355 [ 3 ] {227eb0c1-a307-449b-a056-7625e6e73738} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7021 | 2024.10.09 04:59:18.146389 [ 3 ] {} <Debug> HTTP-Session: 340011b1-477b-49da-b02c-5dc28730ce2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7022 | 2024.10.09 04:59:18.146579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7023 | 2024.10.09 04:59:18.146630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7024 | 2024.10.09 04:59:18.146649 [ 3 ] {} <Debug> HTTP-Session: 98eb949c-13b7-4308-a289-337ee136b9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7025 | 2024.10.09 04:59:18.146666 [ 3 ] {} <Debug> HTTP-Session: 98eb949c-13b7-4308-a289-337ee136b9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7026 | 2024.10.09 04:59:18.146679 [ 3 ] {} <Debug> HTTP-Session: 98eb949c-13b7-4308-a289-337ee136b9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7027 | 2024.10.09 04:59:18.146712 [ 3 ] {} <Trace> HTTP-Session: 98eb949c-13b7-4308-a289-337ee136b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7028 | 2024.10.09 04:59:18.146870 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7029 | 2024.10.09 04:59:18.146922 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7030 | 2024.10.09 04:59:18.147091 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7031 | 2024.10.09 04:59:18.147506 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2024.10.09 04:59:18.147543 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7033 | 2024.10.09 04:59:18.147940 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7034 | 2024.10.09 04:59:18.148299 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2024.10.09 04:59:18.148462 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 7036 | 2024.10.09 04:59:18.148769 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7037 | 2024.10.09 04:59:18.148824 [ 3 ] {39e4f9fd-7ec9-4af2-8d77-6cddaecfb6a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7038 | 2024.10.09 04:59:18.148864 [ 3 ] {} <Debug> HTTP-Session: 98eb949c-13b7-4308-a289-337ee136b9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7039 | 2024.10.09 04:59:18.149034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7040 | 2024.10.09 04:59:18.149084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7041 | 2024.10.09 04:59:18.149104 [ 3 ] {} <Debug> HTTP-Session: d789a5bf-c8a6-4cb9-ad1c-f31357c5c1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7042 | 2024.10.09 04:59:18.149121 [ 3 ] {} <Debug> HTTP-Session: d789a5bf-c8a6-4cb9-ad1c-f31357c5c1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7043 | 2024.10.09 04:59:18.149135 [ 3 ] {} <Debug> HTTP-Session: d789a5bf-c8a6-4cb9-ad1c-f31357c5c1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7044 | 2024.10.09 04:59:18.149166 [ 3 ] {} <Trace> HTTP-Session: d789a5bf-c8a6-4cb9-ad1c-f31357c5c1d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2024.10.09 04:59:18.149451 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7046 | 2024.10.09 04:59:18.149524 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7047 | 2024.10.09 04:59:18.149971 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7048 | 2024.10.09 04:59:18.150691 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2024.10.09 04:59:18.150729 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7050 | 2024.10.09 04:59:18.151379 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7051 | 2024.10.09 04:59:18.151814 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.10.09 04:59:18.152010 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002754 sec., 9803.921568627451 rows/sec., 17.57 MiB/sec. | ||
| 7053 | 2024.10.09 04:59:18.152355 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7054 | 2024.10.09 04:59:18.152379 [ 3 ] {129cecf6-d66a-4639-9312-3693ddd792c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7055 | 2024.10.09 04:59:18.152395 [ 3 ] {} <Debug> HTTP-Session: d789a5bf-c8a6-4cb9-ad1c-f31357c5c1d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7056 | 2024.10.09 04:59:18.152531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7057 | 2024.10.09 04:59:18.152581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7058 | 2024.10.09 04:59:18.152602 [ 3 ] {} <Debug> HTTP-Session: 6e488739-945b-4f02-a437-ef83da88a515 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7059 | 2024.10.09 04:59:18.152618 [ 3 ] {} <Debug> HTTP-Session: 6e488739-945b-4f02-a437-ef83da88a515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7060 | 2024.10.09 04:59:18.152631 [ 3 ] {} <Debug> HTTP-Session: 6e488739-945b-4f02-a437-ef83da88a515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7061 | 2024.10.09 04:59:18.152662 [ 3 ] {} <Trace> HTTP-Session: 6e488739-945b-4f02-a437-ef83da88a515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7062 | 2024.10.09 04:59:18.152783 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7063 | 2024.10.09 04:59:18.152830 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7064 | 2024.10.09 04:59:18.152959 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7065 | 2024.10.09 04:59:18.153274 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7066 | 2024.10.09 04:59:18.153312 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7067 | 2024.10.09 04:59:18.153676 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7068 | 2024.10.09 04:59:18.154015 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7069 | 2024.10.09 04:59:18.154171 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. | ||
| 7070 | 2024.10.09 04:59:18.154518 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Debug> DynamicQueryHandler: Done processing query | ||
| 7071 | 2024.10.09 04:59:18.154546 [ 3 ] {47baab21-c572-4065-aa00-0ad7ae3c7066} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7072 | 2024.10.09 04:59:18.154563 [ 3 ] {} <Debug> HTTP-Session: 6e488739-945b-4f02-a437-ef83da88a515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7073 | 2024.10.09 04:59:19.532702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 194512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7074 | 2024.10.09 04:59:19.532826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7075 | 2024.10.09 04:59:19.532856 [ 3 ] {} <Debug> HTTP-Session: 442008db-e005-44a9-af0c-3d8908038303 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7076 | 2024.10.09 04:59:19.532883 [ 3 ] {} <Debug> HTTP-Session: 442008db-e005-44a9-af0c-3d8908038303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7077 | 2024.10.09 04:59:19.532900 [ 3 ] {} <Debug> HTTP-Session: 442008db-e005-44a9-af0c-3d8908038303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7078 | 2024.10.09 04:59:19.532954 [ 3 ] {} <Trace> HTTP-Session: 442008db-e005-44a9-af0c-3d8908038303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7079 | 2024.10.09 04:59:19.533497 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7080 | 2024.10.09 04:59:19.533563 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7081 | 2024.10.09 04:59:19.533894 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7082 | 2024.10.09 04:59:19.535272 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7083 | 2024.10.09 04:59:19.535313 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7084 | 2024.10.09 04:59:19.535808 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7085 | 2024.10.09 04:59:19.536193 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2024.10.09 04:59:19.536337 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Debug> executeQuery: Read 1333 rows, 113.85 KiB in 0.003187 sec., 418261.6881079385 rows/sec., 34.89 MiB/sec. | ||
| 7087 | 2024.10.09 04:59:19.536532 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Debug> DynamicQueryHandler: Done processing query | ||
| 7088 | 2024.10.09 04:59:19.536559 [ 3 ] {0f07e388-8d0f-4f4f-8671-9a08af67e396} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 7089 | 2024.10.09 04:59:19.536576 [ 3 ] {} <Debug> HTTP-Session: 442008db-e005-44a9-af0c-3d8908038303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7090 | 2024.10.09 04:59:19.536988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7091 | 2024.10.09 04:59:19.537040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7092 | 2024.10.09 04:59:19.537060 [ 3 ] {} <Debug> HTTP-Session: 963aacbe-e6e2-416d-b903-c76b85062133 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7093 | 2024.10.09 04:59:19.537076 [ 3 ] {} <Debug> HTTP-Session: 963aacbe-e6e2-416d-b903-c76b85062133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7094 | 2024.10.09 04:59:19.537090 [ 3 ] {} <Debug> HTTP-Session: 963aacbe-e6e2-416d-b903-c76b85062133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7095 | 2024.10.09 04:59:19.537122 [ 3 ] {} <Trace> HTTP-Session: 963aacbe-e6e2-416d-b903-c76b85062133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2024.10.09 04:59:19.537231 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7097 | 2024.10.09 04:59:19.537277 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7098 | 2024.10.09 04:59:19.537521 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7099 | 2024.10.09 04:59:19.537981 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7100 | 2024.10.09 04:59:19.538019 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7101 | 2024.10.09 04:59:19.538371 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7102 | 2024.10.09 04:59:19.538730 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2024.10.09 04:59:19.538856 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001649 sec., 1212.856276531231 rows/sec., 91.20 KiB/sec. | ||
| 7104 | 2024.10.09 04:59:19.539031 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Debug> DynamicQueryHandler: Done processing query | ||
| 7105 | 2024.10.09 04:59:19.539057 [ 3 ] {8e6471ae-1ad6-4d52-b0f4-bf353b23f465} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7106 | 2024.10.09 04:59:19.539073 [ 3 ] {} <Debug> HTTP-Session: 963aacbe-e6e2-416d-b903-c76b85062133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7107 | 2024.10.09 04:59:19.539230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7108 | 2024.10.09 04:59:19.539279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7109 | 2024.10.09 04:59:19.539299 [ 3 ] {} <Debug> HTTP-Session: 18b55fa4-1bb3-4502-824d-6de3951b3974 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7110 | 2024.10.09 04:59:19.539315 [ 3 ] {} <Debug> HTTP-Session: 18b55fa4-1bb3-4502-824d-6de3951b3974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7111 | 2024.10.09 04:59:19.539329 [ 3 ] {} <Debug> HTTP-Session: 18b55fa4-1bb3-4502-824d-6de3951b3974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7112 | 2024.10.09 04:59:19.539360 [ 3 ] {} <Trace> HTTP-Session: 18b55fa4-1bb3-4502-824d-6de3951b3974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7113 | 2024.10.09 04:59:19.539529 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7114 | 2024.10.09 04:59:19.539573 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7115 | 2024.10.09 04:59:19.539795 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7116 | 2024.10.09 04:59:19.540239 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2024.10.09 04:59:19.540275 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7118 | 2024.10.09 04:59:19.540617 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7119 | 2024.10.09 04:59:19.541032 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.10.09 04:59:19.541161 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001723 sec., 140452.6987811956 rows/sec., 9.52 MiB/sec. | ||
| 7121 | 2024.10.09 04:59:19.541380 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7122 | 2024.10.09 04:59:19.541405 [ 3 ] {d434cab8-6e76-45d5-817f-77974b10112f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7123 | 2024.10.09 04:59:19.541420 [ 3 ] {} <Debug> HTTP-Session: 18b55fa4-1bb3-4502-824d-6de3951b3974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7124 | 2024.10.09 04:59:19.541627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7125 | 2024.10.09 04:59:19.541679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7126 | 2024.10.09 04:59:19.541698 [ 3 ] {} <Debug> HTTP-Session: cca83015-968c-4d05-a8dc-fe72075c532c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7127 | 2024.10.09 04:59:19.541715 [ 3 ] {} <Debug> HTTP-Session: cca83015-968c-4d05-a8dc-fe72075c532c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7128 | 2024.10.09 04:59:19.541729 [ 3 ] {} <Debug> HTTP-Session: cca83015-968c-4d05-a8dc-fe72075c532c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7129 | 2024.10.09 04:59:19.541760 [ 3 ] {} <Trace> HTTP-Session: cca83015-968c-4d05-a8dc-fe72075c532c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2024.10.09 04:59:19.541858 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7131 | 2024.10.09 04:59:19.541902 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7132 | 2024.10.09 04:59:19.542128 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7133 | 2024.10.09 04:59:19.542445 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.10.09 04:59:19.542482 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7135 | 2024.10.09 04:59:19.542833 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7136 | 2024.10.09 04:59:19.543194 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2024.10.09 04:59:19.543319 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 238.55 KiB/sec. | ||
| 7138 | 2024.10.09 04:59:19.543491 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Debug> DynamicQueryHandler: Done processing query | ||
| 7139 | 2024.10.09 04:59:19.543516 [ 3 ] {7f52d53c-6626-4927-9537-e6be91530800} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7140 | 2024.10.09 04:59:19.543532 [ 3 ] {} <Debug> HTTP-Session: cca83015-968c-4d05-a8dc-fe72075c532c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7141 | 2024.10.09 04:59:19.543750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 137101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7142 | 2024.10.09 04:59:19.543800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7143 | 2024.10.09 04:59:19.543820 [ 3 ] {} <Debug> HTTP-Session: bccc4eee-7d55-4ffb-94f1-d5b9f75be31b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7144 | 2024.10.09 04:59:19.543836 [ 3 ] {} <Debug> HTTP-Session: bccc4eee-7d55-4ffb-94f1-d5b9f75be31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7145 | 2024.10.09 04:59:19.543850 [ 3 ] {} <Debug> HTTP-Session: bccc4eee-7d55-4ffb-94f1-d5b9f75be31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7146 | 2024.10.09 04:59:19.543880 [ 3 ] {} <Trace> HTTP-Session: bccc4eee-7d55-4ffb-94f1-d5b9f75be31b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2024.10.09 04:59:19.544218 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7148 | 2024.10.09 04:59:19.544263 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7149 | 2024.10.09 04:59:19.544487 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7150 | 2024.10.09 04:59:19.545334 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.10.09 04:59:19.545371 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7152 | 2024.10.09 04:59:19.545759 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7153 | 2024.10.09 04:59:19.546122 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.10.09 04:59:19.546252 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002233 sec., 376175.5485893417 rows/sec., 27.17 MiB/sec. | ||
| 7155 | 2024.10.09 04:59:19.546426 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Debug> DynamicQueryHandler: Done processing query | ||
| 7156 | 2024.10.09 04:59:19.546452 [ 3 ] {140281a4-1292-4ab5-a7af-8c500d45e667} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 7157 | 2024.10.09 04:59:19.546468 [ 3 ] {} <Debug> HTTP-Session: bccc4eee-7d55-4ffb-94f1-d5b9f75be31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7158 | 2024.10.09 04:59:19.546801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7159 | 2024.10.09 04:59:19.546851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7160 | 2024.10.09 04:59:19.546870 [ 3 ] {} <Debug> HTTP-Session: eb7c2ddb-d1da-4213-9cc9-11d7e4c2db7d Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7161 | 2024.10.09 04:59:19.546887 [ 3 ] {} <Debug> HTTP-Session: eb7c2ddb-d1da-4213-9cc9-11d7e4c2db7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7162 | 2024.10.09 04:59:19.546902 [ 3 ] {} <Debug> HTTP-Session: eb7c2ddb-d1da-4213-9cc9-11d7e4c2db7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7163 | 2024.10.09 04:59:19.546932 [ 3 ] {} <Trace> HTTP-Session: eb7c2ddb-d1da-4213-9cc9-11d7e4c2db7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7164 | 2024.10.09 04:59:19.547028 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7165 | 2024.10.09 04:59:19.547073 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7166 | 2024.10.09 04:59:19.547202 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7167 | 2024.10.09 04:59:19.547466 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2024.10.09 04:59:19.547501 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7169 | 2024.10.09 04:59:19.547860 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7170 | 2024.10.09 04:59:19.548182 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2024.10.09 04:59:19.548309 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 240.40 KiB/sec. | ||
| 7172 | 2024.10.09 04:59:19.548471 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7173 | 2024.10.09 04:59:19.548496 [ 3 ] {659d506a-c1cc-4664-bd22-71f82837ae5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7174 | 2024.10.09 04:59:19.548511 [ 3 ] {} <Debug> HTTP-Session: eb7c2ddb-d1da-4213-9cc9-11d7e4c2db7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7175 | 2024.10.09 04:59:19.548742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 180947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7176 | 2024.10.09 04:59:19.548797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7177 | 2024.10.09 04:59:19.548817 [ 3 ] {} <Debug> HTTP-Session: 04495cb2-129e-46b3-bb23-9feb56066364 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7178 | 2024.10.09 04:59:19.548833 [ 3 ] {} <Debug> HTTP-Session: 04495cb2-129e-46b3-bb23-9feb56066364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7179 | 2024.10.09 04:59:19.548847 [ 3 ] {} <Debug> HTTP-Session: 04495cb2-129e-46b3-bb23-9feb56066364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7180 | 2024.10.09 04:59:19.548878 [ 3 ] {} <Trace> HTTP-Session: 04495cb2-129e-46b3-bb23-9feb56066364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7181 | 2024.10.09 04:59:19.549321 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7182 | 2024.10.09 04:59:19.549368 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7183 | 2024.10.09 04:59:19.549511 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7184 | 2024.10.09 04:59:19.550390 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2024.10.09 04:59:19.550426 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7186 | 2024.10.09 04:59:19.550863 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7187 | 2024.10.09 04:59:19.551202 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2024.10.09 04:59:19.551337 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Debug> executeQuery: Read 957 rows, 65.12 KiB in 0.002282 sec., 419368.9745836985 rows/sec., 27.87 MiB/sec. | ||
| 7189 | 2024.10.09 04:59:19.551542 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7190 | 2024.10.09 04:59:19.551567 [ 3 ] {97f520e8-0cd1-4996-8c3b-b87a514a34d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
| 7191 | 2024.10.09 04:59:19.551583 [ 3 ] {} <Debug> HTTP-Session: 04495cb2-129e-46b3-bb23-9feb56066364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7192 | 2024.10.09 04:59:19.551931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7193 | 2024.10.09 04:59:19.551981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7194 | 2024.10.09 04:59:19.552000 [ 3 ] {} <Debug> HTTP-Session: 596352f6-6c89-4a01-bd69-6766d7c70808 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7195 | 2024.10.09 04:59:19.552017 [ 3 ] {} <Debug> HTTP-Session: 596352f6-6c89-4a01-bd69-6766d7c70808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7196 | 2024.10.09 04:59:19.552031 [ 3 ] {} <Debug> HTTP-Session: 596352f6-6c89-4a01-bd69-6766d7c70808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7197 | 2024.10.09 04:59:19.552062 [ 3 ] {} <Trace> HTTP-Session: 596352f6-6c89-4a01-bd69-6766d7c70808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7198 | 2024.10.09 04:59:19.552155 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7199 | 2024.10.09 04:59:19.552200 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7200 | 2024.10.09 04:59:19.552338 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7201 | 2024.10.09 04:59:19.552616 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7202 | 2024.10.09 04:59:19.552652 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7203 | 2024.10.09 04:59:19.552985 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7204 | 2024.10.09 04:59:19.553282 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7205 | 2024.10.09 04:59:19.553414 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 7206 | 2024.10.09 04:59:19.553577 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7207 | 2024.10.09 04:59:19.553600 [ 3 ] {1c008813-d17e-49f2-a166-1397cfacdbcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7208 | 2024.10.09 04:59:19.553615 [ 3 ] {} <Debug> HTTP-Session: 596352f6-6c89-4a01-bd69-6766d7c70808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7209 | 2024.10.09 04:59:19.553780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7210 | 2024.10.09 04:59:19.553830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7211 | 2024.10.09 04:59:19.553849 [ 3 ] {} <Debug> HTTP-Session: 58fc1b13-71da-440a-93b2-435d59d87238 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7212 | 2024.10.09 04:59:19.553866 [ 3 ] {} <Debug> HTTP-Session: 58fc1b13-71da-440a-93b2-435d59d87238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7213 | 2024.10.09 04:59:19.553881 [ 3 ] {} <Debug> HTTP-Session: 58fc1b13-71da-440a-93b2-435d59d87238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7214 | 2024.10.09 04:59:19.553912 [ 3 ] {} <Trace> HTTP-Session: 58fc1b13-71da-440a-93b2-435d59d87238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2024.10.09 04:59:19.554023 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7216 | 2024.10.09 04:59:19.554085 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7217 | 2024.10.09 04:59:19.554492 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7218 | 2024.10.09 04:59:19.554948 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7219 | 2024.10.09 04:59:19.554985 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7220 | 2024.10.09 04:59:19.555558 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7221 | 2024.10.09 04:59:19.555977 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7222 | 2024.10.09 04:59:19.556155 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7223 | 2024.10.09 04:59:19.556158 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002168 sec., 922.509225092251 rows/sec., 1.65 MiB/sec. | ||
| 7224 | 2024.10.09 04:59:19.556243 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2024.10.09 04:59:19.556317 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7226 | 2024.10.09 04:59:19.556681 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 7227 | 2024.10.09 04:59:19.556782 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7228 | 2024.10.09 04:59:19.556835 [ 3 ] {af4afb0d-73bb-4ca8-8582-3e9a8d62152e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7229 | 2024.10.09 04:59:19.556875 [ 3 ] {} <Debug> HTTP-Session: 58fc1b13-71da-440a-93b2-435d59d87238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7230 | 2024.10.09 04:59:19.557050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7231 | 2024.10.09 04:59:19.557124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7232 | 2024.10.09 04:59:19.557159 [ 3 ] {} <Debug> HTTP-Session: a98e2073-79c3-4da5-8801-baf4273bc4c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7233 | 2024.10.09 04:59:19.557189 [ 3 ] {} <Debug> HTTP-Session: a98e2073-79c3-4da5-8801-baf4273bc4c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7234 | 2024.10.09 04:59:19.557205 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7235 | 2024.10.09 04:59:19.557210 [ 3 ] {} <Debug> HTTP-Session: a98e2073-79c3-4da5-8801-baf4273bc4c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7236 | 2024.10.09 04:59:19.557264 [ 3 ] {} <Trace> HTTP-Session: a98e2073-79c3-4da5-8801-baf4273bc4c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2024.10.09 04:59:19.557280 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 432 rows starting from the beginning of the part | ||
| 7238 | 2024.10.09 04:59:19.557443 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7239 | 2024.10.09 04:59:19.557611 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7240 | 2024.10.09 04:59:19.557833 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part | ||
| 7241 | 2024.10.09 04:59:19.558161 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7242 | 2024.10.09 04:59:19.558459 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
| 7243 | 2024.10.09 04:59:19.559029 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 7244 | 2024.10.09 04:59:19.559083 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2024.10.09 04:59:19.559134 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7246 | 2024.10.09 04:59:19.559392 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 7247 | 2024.10.09 04:59:19.559744 [ 199 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 7248 | 2024.10.09 04:59:19.559975 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7249 | 2024.10.09 04:59:19.560519 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7250 | 2024.10.09 04:59:19.560768 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.003403 sec., 10578.90096973259 rows/sec., 630.76 KiB/sec. | ||
| 7251 | 2024.10.09 04:59:19.561022 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Debug> DynamicQueryHandler: Done processing query | ||
| 7252 | 2024.10.09 04:59:19.561050 [ 3 ] {68ce5d74-6b15-4394-902f-0b5d29538780} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7253 | 2024.10.09 04:59:19.561068 [ 3 ] {} <Debug> HTTP-Session: a98e2073-79c3-4da5-8801-baf4273bc4c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7254 | 2024.10.09 04:59:19.577812 [ 192 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 19 columns (19 merged, 0 gathered) in 0.021347626 sec., 23796.557050418625 rows/sec., 42.64 MiB/sec. | ||
| 7255 | 2024.10.09 04:59:19.578714 [ 192 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7256 | 2024.10.09 04:59:19.579346 [ 192 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7257 | 2024.10.09 04:59:19.579438 [ 192 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7258 | 2024.10.09 04:59:19.579591 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 7259 | 2024.10.09 04:59:22.199971 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7260 | 2024.10.09 04:59:22.200034 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7261 | 2024.10.09 04:59:23.133371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7262 | 2024.10.09 04:59:23.133494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7263 | 2024.10.09 04:59:23.133525 [ 3 ] {} <Debug> HTTP-Session: 100d5469-6f45-4c40-8aed-e4fa0aac7bff Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7264 | 2024.10.09 04:59:23.133554 [ 3 ] {} <Debug> HTTP-Session: 100d5469-6f45-4c40-8aed-e4fa0aac7bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7265 | 2024.10.09 04:59:23.133572 [ 3 ] {} <Debug> HTTP-Session: 100d5469-6f45-4c40-8aed-e4fa0aac7bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7266 | 2024.10.09 04:59:23.133628 [ 3 ] {} <Trace> HTTP-Session: 100d5469-6f45-4c40-8aed-e4fa0aac7bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2024.10.09 04:59:23.133856 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7268 | 2024.10.09 04:59:23.133931 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7269 | 2024.10.09 04:59:23.134315 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7270 | 2024.10.09 04:59:23.134798 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2024.10.09 04:59:23.134847 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7272 | 2024.10.09 04:59:23.135281 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7273 | 2024.10.09 04:59:23.135664 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2024.10.09 04:59:23.135836 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002054 sec., 35053.55404089582 rows/sec., 2.85 MiB/sec. | ||
| 7275 | 2024.10.09 04:59:23.135860 [ 90 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7276 | 2024.10.09 04:59:23.135954 [ 90 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2024.10.09 04:59:23.136016 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7278 | 2024.10.09 04:59:23.136193 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 7279 | 2024.10.09 04:59:23.136282 [ 3 ] {102a3d4c-0aea-4115-a21e-54eef7d42cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7280 | 2024.10.09 04:59:23.136328 [ 3 ] {} <Debug> HTTP-Session: 100d5469-6f45-4c40-8aed-e4fa0aac7bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7281 | 2024.10.09 04:59:23.136377 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7282 | 2024.10.09 04:59:23.136641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7283 | 2024.10.09 04:59:23.136813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7284 | 2024.10.09 04:59:23.136874 [ 3 ] {} <Debug> HTTP-Session: 822c78be-7036-442f-91b3-b678446b0219 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7285 | 2024.10.09 04:59:23.136917 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7286 | 2024.10.09 04:59:23.136928 [ 3 ] {} <Debug> HTTP-Session: 822c78be-7036-442f-91b3-b678446b0219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7287 | 2024.10.09 04:59:23.136978 [ 3 ] {} <Debug> HTTP-Session: 822c78be-7036-442f-91b3-b678446b0219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7288 | 2024.10.09 04:59:23.136999 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1413 rows starting from the beginning of the part | ||
| 7289 | 2024.10.09 04:59:23.137040 [ 3 ] {} <Trace> HTTP-Session: 822c78be-7036-442f-91b3-b678446b0219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2024.10.09 04:59:23.137287 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 111 rows starting from the beginning of the part | ||
| 7291 | 2024.10.09 04:59:23.137344 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7292 | 2024.10.09 04:59:23.137515 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7293 | 2024.10.09 04:59:23.137612 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 209 rows starting from the beginning of the part | ||
| 7294 | 2024.10.09 04:59:23.137886 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 110 rows starting from the beginning of the part | ||
| 7295 | 2024.10.09 04:59:23.138248 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1333 rows starting from the beginning of the part | ||
| 7296 | 2024.10.09 04:59:23.138652 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 7297 | 2024.10.09 04:59:23.139283 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7298 | 2024.10.09 04:59:23.139979 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2024.10.09 04:59:23.140040 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7300 | 2024.10.09 04:59:23.140976 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7301 | 2024.10.09 04:59:23.141525 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2024.10.09 04:59:23.141914 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004667 sec., 1714.1632740518535 rows/sec., 128.90 KiB/sec. | ||
| 7303 | 2024.10.09 04:59:23.142207 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3248 rows, containing 5 columns (5 merged, 0 gathered) in 0.006088168 sec., 533493.8194872416 rows/sec., 46.78 MiB/sec. | ||
| 7304 | 2024.10.09 04:59:23.142344 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Debug> DynamicQueryHandler: Done processing query | ||
| 7305 | 2024.10.09 04:59:23.142387 [ 3 ] {57092303-8d44-42eb-9b64-9ac5e7671eea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7306 | 2024.10.09 04:59:23.142411 [ 3 ] {} <Debug> HTTP-Session: 822c78be-7036-442f-91b3-b678446b0219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7307 | 2024.10.09 04:59:23.142475 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7308 | 2024.10.09 04:59:23.142578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7309 | 2024.10.09 04:59:23.142690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7310 | 2024.10.09 04:59:23.142787 [ 3 ] {} <Debug> HTTP-Session: e5d92b38-e88c-44d0-ae14-2c1a4a2e8958 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7311 | 2024.10.09 04:59:23.142867 [ 3 ] {} <Debug> HTTP-Session: e5d92b38-e88c-44d0-ae14-2c1a4a2e8958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7312 | 2024.10.09 04:59:23.142938 [ 3 ] {} <Debug> HTTP-Session: e5d92b38-e88c-44d0-ae14-2c1a4a2e8958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7313 | 2024.10.09 04:59:23.143025 [ 3 ] {} <Trace> HTTP-Session: e5d92b38-e88c-44d0-ae14-2c1a4a2e8958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7314 | 2024.10.09 04:59:23.143283 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7315 | 2024.10.09 04:59:23.143336 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2024.10.09 04:59:23.143359 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7317 | 2024.10.09 04:59:23.143569 [ 196 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_36_7} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7318 | 2024.10.09 04:59:23.143767 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7319 | 2024.10.09 04:59:23.143921 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7320 | 2024.10.09 04:59:23.144312 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2024.10.09 04:59:23.144352 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7322 | 2024.10.09 04:59:23.144722 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7323 | 2024.10.09 04:59:23.145097 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2024.10.09 04:59:23.145256 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002064 sec., 34883.72093023256 rows/sec., 2.72 MiB/sec. | ||
| 7325 | 2024.10.09 04:59:23.145263 [ 90 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7326 | 2024.10.09 04:59:23.145345 [ 90 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2024.10.09 04:59:23.145423 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7328 | 2024.10.09 04:59:23.145568 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Debug> DynamicQueryHandler: Done processing query | ||
| 7329 | 2024.10.09 04:59:23.145648 [ 3 ] {471e1a1d-cafc-4890-af6b-2594c4632f27} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7330 | 2024.10.09 04:59:23.145718 [ 3 ] {} <Debug> HTTP-Session: e5d92b38-e88c-44d0-ae14-2c1a4a2e8958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7331 | 2024.10.09 04:59:23.145810 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7332 | 2024.10.09 04:59:23.146009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 24153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7333 | 2024.10.09 04:59:23.146136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7334 | 2024.10.09 04:59:23.146177 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7335 | 2024.10.09 04:59:23.146188 [ 3 ] {} <Debug> HTTP-Session: e6cec207-4cb5-4a1d-8166-5b2a8cb0e015 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7336 | 2024.10.09 04:59:23.146242 [ 3 ] {} <Debug> HTTP-Session: e6cec207-4cb5-4a1d-8166-5b2a8cb0e015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7337 | 2024.10.09 04:59:23.146243 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 911 rows starting from the beginning of the part | ||
| 7338 | 2024.10.09 04:59:23.146266 [ 3 ] {} <Debug> HTTP-Session: e6cec207-4cb5-4a1d-8166-5b2a8cb0e015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7339 | 2024.10.09 04:59:23.146382 [ 3 ] {} <Trace> HTTP-Session: e6cec207-4cb5-4a1d-8166-5b2a8cb0e015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7340 | 2024.10.09 04:59:23.146512 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 93 rows starting from the beginning of the part | ||
| 7341 | 2024.10.09 04:59:23.146719 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 392 rows starting from the beginning of the part | ||
| 7342 | 2024.10.09 04:59:23.146782 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7343 | 2024.10.09 04:59:23.147053 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7344 | 2024.10.09 04:59:23.147082 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
| 7345 | 2024.10.09 04:59:23.147429 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 840 rows starting from the beginning of the part | ||
| 7346 | 2024.10.09 04:59:23.147821 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 7347 | 2024.10.09 04:59:23.148387 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7348 | 2024.10.09 04:59:23.149327 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2024.10.09 04:59:23.149398 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7350 | 2024.10.09 04:59:23.150460 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7351 | 2024.10.09 04:59:23.151109 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005601863 sec., 428250.3874157579 rows/sec., 32.83 MiB/sec. | ||
| 7352 | 2024.10.09 04:59:23.151135 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7353 | 2024.10.09 04:59:23.151373 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7354 | 2024.10.09 04:59:23.151421 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7355 | 2024.10.09 04:59:23.151425 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Debug> executeQuery: Read 126 rows, 8.98 KiB in 0.004824 sec., 26119.402985074626 rows/sec., 1.82 MiB/sec. | ||
| 7356 | 2024.10.09 04:59:23.151533 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2024.10.09 04:59:23.151661 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7358 | 2024.10.09 04:59:23.152104 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7359 | 2024.10.09 04:59:23.152246 [ 3 ] {c11bc75e-6126-4d56-82e6-ac0692c3e30b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7360 | 2024.10.09 04:59:23.152323 [ 3 ] {} <Debug> HTTP-Session: e6cec207-4cb5-4a1d-8166-5b2a8cb0e015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7361 | 2024.10.09 04:59:23.152333 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7362 | 2024.10.09 04:59:23.152596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7363 | 2024.10.09 04:59:23.152740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7364 | 2024.10.09 04:59:23.152821 [ 3 ] {} <Debug> HTTP-Session: f24a78ef-cf50-426d-b8ef-2676247100f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7365 | 2024.10.09 04:59:23.152850 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7366 | 2024.10.09 04:59:23.152877 [ 3 ] {} <Debug> HTTP-Session: f24a78ef-cf50-426d-b8ef-2676247100f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7367 | 2024.10.09 04:59:23.152922 [ 3 ] {} <Debug> HTTP-Session: f24a78ef-cf50-426d-b8ef-2676247100f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7368 | 2024.10.09 04:59:23.152937 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9666 rows starting from the beginning of the part | ||
| 7369 | 2024.10.09 04:59:23.153023 [ 3 ] {} <Trace> HTTP-Session: f24a78ef-cf50-426d-b8ef-2676247100f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7370 | 2024.10.09 04:59:23.153078 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2024.10.09 04:59:23.153348 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 7372 | 2024.10.09 04:59:23.153576 [ 192 ] {f0532510-5495-42af-af35-2105db47f503::all_1_36_7} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7373 | 2024.10.09 04:59:23.153641 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7374 | 2024.10.09 04:59:23.154036 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 7375 | 2024.10.09 04:59:23.154214 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7376 | 2024.10.09 04:59:23.154282 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7377 | 2024.10.09 04:59:23.154526 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 7378 | 2024.10.09 04:59:23.154775 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 957 rows starting from the beginning of the part | ||
| 7379 | 2024.10.09 04:59:23.155013 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 126 rows starting from the beginning of the part | ||
| 7380 | 2024.10.09 04:59:23.156111 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7381 | 2024.10.09 04:59:23.156788 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2024.10.09 04:59:23.156828 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7383 | 2024.10.09 04:59:23.158229 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7384 | 2024.10.09 04:59:23.158835 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2024.10.09 04:59:23.159101 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005821 sec., 1374.334306820134 rows/sec., 2.46 MiB/sec. | ||
| 7386 | 2024.10.09 04:59:23.159320 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Debug> DynamicQueryHandler: Done processing query | ||
| 7387 | 2024.10.09 04:59:23.159344 [ 3 ] {6fbd09c0-4eb6-4763-a918-5c172c60c059} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 7388 | 2024.10.09 04:59:23.159361 [ 3 ] {} <Debug> HTTP-Session: f24a78ef-cf50-426d-b8ef-2676247100f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7389 | 2024.10.09 04:59:23.159495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7390 | 2024.10.09 04:59:23.159553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7391 | 2024.10.09 04:59:23.159578 [ 3 ] {} <Debug> HTTP-Session: 972d4ca9-be22-480c-bbcb-0bcbf5d2a4b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7392 | 2024.10.09 04:59:23.159598 [ 3 ] {} <Debug> HTTP-Session: 972d4ca9-be22-480c-bbcb-0bcbf5d2a4b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7393 | 2024.10.09 04:59:23.159612 [ 3 ] {} <Debug> HTTP-Session: 972d4ca9-be22-480c-bbcb-0bcbf5d2a4b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7394 | 2024.10.09 04:59:23.159644 [ 3 ] {} <Trace> HTTP-Session: 972d4ca9-be22-480c-bbcb-0bcbf5d2a4b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7395 | 2024.10.09 04:59:23.159750 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7396 | 2024.10.09 04:59:23.159796 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7397 | 2024.10.09 04:59:23.159950 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7398 | 2024.10.09 04:59:23.160401 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11307 rows, containing 5 columns (5 merged, 0 gathered) in 0.008492996 sec., 1331332.311942688 rows/sec., 89.75 MiB/sec. | ||
| 7399 | 2024.10.09 04:59:23.160459 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2024.10.09 04:59:23.160496 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7401 | 2024.10.09 04:59:23.160658 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7402 | 2024.10.09 04:59:23.161006 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7403 | 2024.10.09 04:59:23.161209 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2024.10.09 04:59:23.161316 [ 199 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7405 | 2024.10.09 04:59:23.161398 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 7406 | 2024.10.09 04:59:23.161451 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7407 | 2024.10.09 04:59:23.161621 [ 89 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7408 | 2024.10.09 04:59:23.161623 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001898 sec., 24236.03793466807 rows/sec., 1.64 MiB/sec. | ||
| 7409 | 2024.10.09 04:59:23.161689 [ 89 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2024.10.09 04:59:23.161771 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7411 | 2024.10.09 04:59:23.161995 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7412 | 2024.10.09 04:59:23.161997 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Debug> DynamicQueryHandler: Done processing query | ||
| 7413 | 2024.10.09 04:59:23.162060 [ 3 ] {1aa8a500-c05d-4f45-857c-b0a32564ff31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7414 | 2024.10.09 04:59:23.162107 [ 3 ] {} <Debug> HTTP-Session: 972d4ca9-be22-480c-bbcb-0bcbf5d2a4b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7415 | 2024.10.09 04:59:23.162218 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7416 | 2024.10.09 04:59:23.162253 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1788 rows starting from the beginning of the part | ||
| 7417 | 2024.10.09 04:59:23.162315 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 7418 | 2024.10.09 04:59:23.162562 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 7419 | 2024.10.09 04:59:23.162702 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 7420 | 2024.10.09 04:59:23.162894 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 7421 | 2024.10.09 04:59:23.162976 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part | ||
| 7422 | 2024.10.09 04:59:23.164239 [ 191 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 4 columns (4 merged, 0 gathered) in 0.002343957 sec., 883975.2606383138 rows/sec., 57.50 MiB/sec. | ||
| 7423 | 2024.10.09 04:59:23.164431 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7424 | 2024.10.09 04:59:23.164786 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2024.10.09 04:59:23.164868 [ 192 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_36_7} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7426 | 2024.10.09 04:59:23.164935 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 7427 | 2024.10.09 04:59:27.363713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 744 | ||
| 7428 | 2024.10.09 04:59:27.366826 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2024.10.09 04:59:27.366876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7430 | 2024.10.09 04:59:27.368407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7431 | 2024.10.09 04:59:27.369399 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2024.10.09 04:59:27.370121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 744 | ||
| 7433 | 2024.10.09 04:59:28.135916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7434 | 2024.10.09 04:59:28.136044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7435 | 2024.10.09 04:59:28.136075 [ 3 ] {} <Debug> HTTP-Session: 0593d92d-9f17-4ee6-8d49-4c0bdfd8882c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7436 | 2024.10.09 04:59:28.136104 [ 3 ] {} <Debug> HTTP-Session: 0593d92d-9f17-4ee6-8d49-4c0bdfd8882c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7437 | 2024.10.09 04:59:28.136122 [ 3 ] {} <Debug> HTTP-Session: 0593d92d-9f17-4ee6-8d49-4c0bdfd8882c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7438 | 2024.10.09 04:59:28.136176 [ 3 ] {} <Trace> HTTP-Session: 0593d92d-9f17-4ee6-8d49-4c0bdfd8882c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7439 | 2024.10.09 04:59:28.136411 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7440 | 2024.10.09 04:59:28.136488 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7441 | 2024.10.09 04:59:28.136844 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7442 | 2024.10.09 04:59:28.137388 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7443 | 2024.10.09 04:59:28.137435 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7444 | 2024.10.09 04:59:28.137891 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7445 | 2024.10.09 04:59:28.138295 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2024.10.09 04:59:28.138468 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002143 sec., 51329.91133924405 rows/sec., 4.31 MiB/sec. | ||
| 7447 | 2024.10.09 04:59:28.138680 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 7448 | 2024.10.09 04:59:28.138708 [ 3 ] {9c7b88d6-c8b8-4a63-b035-e51a554670ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7449 | 2024.10.09 04:59:28.138724 [ 3 ] {} <Debug> HTTP-Session: 0593d92d-9f17-4ee6-8d49-4c0bdfd8882c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7450 | 2024.10.09 04:59:28.138905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7451 | 2024.10.09 04:59:28.138959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7452 | 2024.10.09 04:59:28.138980 [ 3 ] {} <Debug> HTTP-Session: a26bd679-680b-4ceb-a0df-c9d819d1a293 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7453 | 2024.10.09 04:59:28.138998 [ 3 ] {} <Debug> HTTP-Session: a26bd679-680b-4ceb-a0df-c9d819d1a293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7454 | 2024.10.09 04:59:28.139012 [ 3 ] {} <Debug> HTTP-Session: a26bd679-680b-4ceb-a0df-c9d819d1a293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7455 | 2024.10.09 04:59:28.139046 [ 3 ] {} <Trace> HTTP-Session: a26bd679-680b-4ceb-a0df-c9d819d1a293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7456 | 2024.10.09 04:59:28.139170 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7457 | 2024.10.09 04:59:28.139217 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7458 | 2024.10.09 04:59:28.139456 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7459 | 2024.10.09 04:59:28.139806 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2024.10.09 04:59:28.139846 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7461 | 2024.10.09 04:59:28.140220 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7462 | 2024.10.09 04:59:28.140600 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2024.10.09 04:59:28.140756 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001616 sec., 16707.920792079207 rows/sec., 1.23 MiB/sec. | ||
| 7464 | 2024.10.09 04:59:28.140950 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7465 | 2024.10.09 04:59:28.140976 [ 3 ] {e2c3ef7a-3741-4c31-89b4-42d2602066e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7466 | 2024.10.09 04:59:28.140992 [ 3 ] {} <Debug> HTTP-Session: a26bd679-680b-4ceb-a0df-c9d819d1a293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7467 | 2024.10.09 04:59:28.141153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7468 | 2024.10.09 04:59:28.141205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7469 | 2024.10.09 04:59:28.141225 [ 3 ] {} <Debug> HTTP-Session: 912d6aca-9a04-49d0-9040-96041839b19a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7470 | 2024.10.09 04:59:28.141242 [ 3 ] {} <Debug> HTTP-Session: 912d6aca-9a04-49d0-9040-96041839b19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7471 | 2024.10.09 04:59:28.141256 [ 3 ] {} <Debug> HTTP-Session: 912d6aca-9a04-49d0-9040-96041839b19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7472 | 2024.10.09 04:59:28.141289 [ 3 ] {} <Trace> HTTP-Session: 912d6aca-9a04-49d0-9040-96041839b19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7473 | 2024.10.09 04:59:28.141415 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7474 | 2024.10.09 04:59:28.141460 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7475 | 2024.10.09 04:59:28.141690 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7476 | 2024.10.09 04:59:28.142062 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7477 | 2024.10.09 04:59:28.142102 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7478 | 2024.10.09 04:59:28.142473 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7479 | 2024.10.09 04:59:28.142845 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7480 | 2024.10.09 04:59:28.143006 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001631 sec., 55793.99141630901 rows/sec., 4.36 MiB/sec. | ||
| 7481 | 2024.10.09 04:59:28.143175 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Debug> DynamicQueryHandler: Done processing query | ||
| 7482 | 2024.10.09 04:59:28.143201 [ 3 ] {adf35d49-0bf7-4b5b-b0d0-6d219458c755} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7483 | 2024.10.09 04:59:28.143217 [ 3 ] {} <Debug> HTTP-Session: 912d6aca-9a04-49d0-9040-96041839b19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7484 | 2024.10.09 04:59:28.143386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7485 | 2024.10.09 04:59:28.143436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7486 | 2024.10.09 04:59:28.143456 [ 3 ] {} <Debug> HTTP-Session: 82ff59ec-55c9-46da-8a86-f56c3743cca6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7487 | 2024.10.09 04:59:28.143474 [ 3 ] {} <Debug> HTTP-Session: 82ff59ec-55c9-46da-8a86-f56c3743cca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7488 | 2024.10.09 04:59:28.143488 [ 3 ] {} <Debug> HTTP-Session: 82ff59ec-55c9-46da-8a86-f56c3743cca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7489 | 2024.10.09 04:59:28.143521 [ 3 ] {} <Trace> HTTP-Session: 82ff59ec-55c9-46da-8a86-f56c3743cca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7490 | 2024.10.09 04:59:28.143668 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7491 | 2024.10.09 04:59:28.143716 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7492 | 2024.10.09 04:59:28.143864 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7493 | 2024.10.09 04:59:28.144576 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7494 | 2024.10.09 04:59:28.144617 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7495 | 2024.10.09 04:59:28.145017 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7496 | 2024.10.09 04:59:28.145380 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7497 | 2024.10.09 04:59:28.145539 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001933 sec., 82772.89187790998 rows/sec., 5.76 MiB/sec. | ||
| 7498 | 2024.10.09 04:59:28.145848 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Debug> DynamicQueryHandler: Done processing query | ||
| 7499 | 2024.10.09 04:59:28.145893 [ 3 ] {4706d3b4-daae-4fa4-a666-1f9952d8ac85} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7500 | 2024.10.09 04:59:28.145911 [ 3 ] {} <Debug> HTTP-Session: 82ff59ec-55c9-46da-8a86-f56c3743cca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7501 | 2024.10.09 04:59:28.146102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7502 | 2024.10.09 04:59:28.146152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7503 | 2024.10.09 04:59:28.146172 [ 3 ] {} <Debug> HTTP-Session: c7376668-acb2-4da3-b56d-8a51ba0872c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7504 | 2024.10.09 04:59:28.146189 [ 3 ] {} <Debug> HTTP-Session: c7376668-acb2-4da3-b56d-8a51ba0872c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7505 | 2024.10.09 04:59:28.146203 [ 3 ] {} <Debug> HTTP-Session: c7376668-acb2-4da3-b56d-8a51ba0872c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.10.09 04:59:28.146234 [ 3 ] {} <Trace> HTTP-Session: c7376668-acb2-4da3-b56d-8a51ba0872c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2024.10.09 04:59:28.146536 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7508 | 2024.10.09 04:59:28.146609 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7509 | 2024.10.09 04:59:28.147061 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7510 | 2024.10.09 04:59:28.147682 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7511 | 2024.10.09 04:59:28.147719 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7512 | 2024.10.09 04:59:28.148385 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7513 | 2024.10.09 04:59:28.148809 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7514 | 2024.10.09 04:59:28.149006 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002682 sec., 10067.114093959732 rows/sec., 18.04 MiB/sec. | ||
| 7515 | 2024.10.09 04:59:28.149220 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Debug> DynamicQueryHandler: Done processing query | ||
| 7516 | 2024.10.09 04:59:28.149246 [ 3 ] {897383dd-7ec2-4e21-9fbf-4967c46fc755} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7517 | 2024.10.09 04:59:28.149263 [ 3 ] {} <Debug> HTTP-Session: c7376668-acb2-4da3-b56d-8a51ba0872c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7518 | 2024.10.09 04:59:28.149394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7519 | 2024.10.09 04:59:28.149442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7520 | 2024.10.09 04:59:28.149463 [ 3 ] {} <Debug> HTTP-Session: aa1b0a3a-402d-4299-97a5-5c7071924f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7521 | 2024.10.09 04:59:28.149480 [ 3 ] {} <Debug> HTTP-Session: aa1b0a3a-402d-4299-97a5-5c7071924f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.10.09 04:59:28.149495 [ 3 ] {} <Debug> HTTP-Session: aa1b0a3a-402d-4299-97a5-5c7071924f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7523 | 2024.10.09 04:59:28.149526 [ 3 ] {} <Trace> HTTP-Session: aa1b0a3a-402d-4299-97a5-5c7071924f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2024.10.09 04:59:28.149640 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7525 | 2024.10.09 04:59:28.149686 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7526 | 2024.10.09 04:59:28.149815 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7527 | 2024.10.09 04:59:28.150149 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2024.10.09 04:59:28.150185 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7529 | 2024.10.09 04:59:28.150553 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7530 | 2024.10.09 04:59:28.150886 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2024.10.09 04:59:28.151046 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 7532 | 2024.10.09 04:59:28.151216 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7533 | 2024.10.09 04:59:28.151242 [ 3 ] {1316a4ac-35d1-4195-beae-7e337e05737d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7534 | 2024.10.09 04:59:28.151258 [ 3 ] {} <Debug> HTTP-Session: aa1b0a3a-402d-4299-97a5-5c7071924f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7535 | 2024.10.09 04:59:30.326079 [ 81 ] {} <Debug> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 7536 | 2024.10.09 04:59:30.326147 [ 81 ] {} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2024.10.09 04:59:30.326174 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7538 | 2024.10.09 04:59:30.326394 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 7539 | 2024.10.09 04:59:30.326599 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7540 | 2024.10.09 04:59:30.326637 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 7541 | 2024.10.09 04:59:30.326723 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 7542 | 2024.10.09 04:59:30.326937 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 7543 | 2024.10.09 04:59:30.327203 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 7544 | 2024.10.09 04:59:30.327422 [ 187 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 7545 | 2024.10.09 04:59:30.328764 [ 192 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002508451 sec., 300982.558559047 rows/sec., 20.43 MiB/sec. | ||
| 7546 | 2024.10.09 04:59:30.328931 [ 191 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 7547 | 2024.10.09 04:59:30.329350 [ 191 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7548 | 2024.10.09 04:59:30.329428 [ 191 ] {6ab023d3-6573-4d91-8920-21a81fb82b57::all_1_15_3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 7549 | 2024.10.09 04:59:30.329506 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7550 | 2024.10.09 04:59:31.534272 [ 81 ] {} <Debug> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 7551 | 2024.10.09 04:59:31.534337 [ 81 ] {} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2024.10.09 04:59:31.534359 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7553 | 2024.10.09 04:59:31.534520 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 7554 | 2024.10.09 04:59:31.534695 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7555 | 2024.10.09 04:59:31.534734 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 7556 | 2024.10.09 04:59:31.534808 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7557 | 2024.10.09 04:59:31.534901 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7558 | 2024.10.09 04:59:31.535133 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7559 | 2024.10.09 04:59:31.535289 [ 192 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7560 | 2024.10.09 04:59:31.536406 [ 191 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001966824 sec., 45759.05114031556 rows/sec., 2.33 MiB/sec. | ||
| 7561 | 2024.10.09 04:59:31.536593 [ 191 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 7562 | 2024.10.09 04:59:31.537062 [ 191 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7563 | 2024.10.09 04:59:31.537155 [ 191 ] {3ea09032-5995-46d9-9d3e-417373a423ed::all_1_15_3} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 7564 | 2024.10.09 04:59:31.537260 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7565 | 2024.10.09 04:59:33.139829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7566 | 2024.10.09 04:59:33.139963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7567 | 2024.10.09 04:59:33.139988 [ 3 ] {} <Debug> HTTP-Session: 899b1e4a-b6fb-4b90-9249-3fc573b68423 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7568 | 2024.10.09 04:59:33.140012 [ 3 ] {} <Debug> HTTP-Session: 899b1e4a-b6fb-4b90-9249-3fc573b68423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7569 | 2024.10.09 04:59:33.140027 [ 3 ] {} <Debug> HTTP-Session: 899b1e4a-b6fb-4b90-9249-3fc573b68423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7570 | 2024.10.09 04:59:33.140078 [ 3 ] {} <Trace> HTTP-Session: 899b1e4a-b6fb-4b90-9249-3fc573b68423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2024.10.09 04:59:33.140310 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7572 | 2024.10.09 04:59:33.140375 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7573 | 2024.10.09 04:59:33.140719 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7574 | 2024.10.09 04:59:33.141252 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2024.10.09 04:59:33.141293 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7576 | 2024.10.09 04:59:33.141734 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7577 | 2024.10.09 04:59:33.142117 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.10.09 04:59:33.142268 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002058 sec., 101554.90767735666 rows/sec., 8.95 MiB/sec. | ||
| 7579 | 2024.10.09 04:59:33.142467 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Debug> DynamicQueryHandler: Done processing query | ||
| 7580 | 2024.10.09 04:59:33.142495 [ 3 ] {27d08248-a3f5-4cc9-8d57-029dba6a3106} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7581 | 2024.10.09 04:59:33.142511 [ 3 ] {} <Debug> HTTP-Session: 899b1e4a-b6fb-4b90-9249-3fc573b68423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7582 | 2024.10.09 04:59:33.142684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7583 | 2024.10.09 04:59:33.142733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7584 | 2024.10.09 04:59:33.142753 [ 3 ] {} <Debug> HTTP-Session: 855d626d-6115-4434-ae2b-569862c323f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7585 | 2024.10.09 04:59:33.142769 [ 3 ] {} <Debug> HTTP-Session: 855d626d-6115-4434-ae2b-569862c323f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7586 | 2024.10.09 04:59:33.142784 [ 3 ] {} <Debug> HTTP-Session: 855d626d-6115-4434-ae2b-569862c323f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7587 | 2024.10.09 04:59:33.142817 [ 3 ] {} <Trace> HTTP-Session: 855d626d-6115-4434-ae2b-569862c323f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7588 | 2024.10.09 04:59:33.142916 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7589 | 2024.10.09 04:59:33.142960 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7590 | 2024.10.09 04:59:33.143192 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7591 | 2024.10.09 04:59:33.143522 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2024.10.09 04:59:33.143558 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7593 | 2024.10.09 04:59:33.143905 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7594 | 2024.10.09 04:59:33.144268 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7595 | 2024.10.09 04:59:33.144397 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001506 sec., 6640.1062416998675 rows/sec., 499.30 KiB/sec. | ||
| 7596 | 2024.10.09 04:59:33.144701 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Debug> DynamicQueryHandler: Done processing query | ||
| 7597 | 2024.10.09 04:59:33.144764 [ 3 ] {b9901ecf-7b87-4fc0-a457-321d77846029} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7598 | 2024.10.09 04:59:33.144829 [ 3 ] {} <Debug> HTTP-Session: 855d626d-6115-4434-ae2b-569862c323f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7599 | 2024.10.09 04:59:33.145034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7600 | 2024.10.09 04:59:33.145092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7601 | 2024.10.09 04:59:33.145112 [ 3 ] {} <Debug> HTTP-Session: c3e49b52-0840-417b-ad8c-e155ab749ef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7602 | 2024.10.09 04:59:33.145129 [ 3 ] {} <Debug> HTTP-Session: c3e49b52-0840-417b-ad8c-e155ab749ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7603 | 2024.10.09 04:59:33.145143 [ 3 ] {} <Debug> HTTP-Session: c3e49b52-0840-417b-ad8c-e155ab749ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7604 | 2024.10.09 04:59:33.145175 [ 3 ] {} <Trace> HTTP-Session: c3e49b52-0840-417b-ad8c-e155ab749ef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7605 | 2024.10.09 04:59:33.145279 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7606 | 2024.10.09 04:59:33.145323 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7607 | 2024.10.09 04:59:33.145567 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7608 | 2024.10.09 04:59:33.145879 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7609 | 2024.10.09 04:59:33.145915 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7610 | 2024.10.09 04:59:33.146269 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7611 | 2024.10.09 04:59:33.146639 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2024.10.09 04:59:33.146769 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00152 sec., 9210.526315789473 rows/sec., 645.05 KiB/sec. | ||
| 7613 | 2024.10.09 04:59:33.146928 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7614 | 2024.10.09 04:59:33.146953 [ 3 ] {38322dd7-abc1-4f77-94ca-85a40f4ddec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7615 | 2024.10.09 04:59:33.146970 [ 3 ] {} <Debug> HTTP-Session: c3e49b52-0840-417b-ad8c-e155ab749ef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7616 | 2024.10.09 04:59:33.147089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7617 | 2024.10.09 04:59:33.147138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7618 | 2024.10.09 04:59:33.147158 [ 3 ] {} <Debug> HTTP-Session: 114d3a64-b8da-4de0-a750-9f1f9575016c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7619 | 2024.10.09 04:59:33.147174 [ 3 ] {} <Debug> HTTP-Session: 114d3a64-b8da-4de0-a750-9f1f9575016c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.10.09 04:59:33.147189 [ 3 ] {} <Debug> HTTP-Session: 114d3a64-b8da-4de0-a750-9f1f9575016c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7621 | 2024.10.09 04:59:33.147219 [ 3 ] {} <Trace> HTTP-Session: 114d3a64-b8da-4de0-a750-9f1f9575016c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2024.10.09 04:59:33.147324 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7623 | 2024.10.09 04:59:33.147368 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7624 | 2024.10.09 04:59:33.147597 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7625 | 2024.10.09 04:59:33.147923 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.10.09 04:59:33.147961 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7627 | 2024.10.09 04:59:33.148345 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7628 | 2024.10.09 04:59:33.148707 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.10.09 04:59:33.148847 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 229.00 KiB/sec. | ||
| 7630 | 2024.10.09 04:59:33.149018 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7631 | 2024.10.09 04:59:33.149043 [ 3 ] {9ba410b5-3a2e-4990-8ba4-9b9087fd712e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7632 | 2024.10.09 04:59:33.149059 [ 3 ] {} <Debug> HTTP-Session: 114d3a64-b8da-4de0-a750-9f1f9575016c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7633 | 2024.10.09 04:59:33.149239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7634 | 2024.10.09 04:59:33.149289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7635 | 2024.10.09 04:59:33.149309 [ 3 ] {} <Debug> HTTP-Session: 6d2abe50-ffda-4e2e-8181-06ca29216acb Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7636 | 2024.10.09 04:59:33.149326 [ 3 ] {} <Debug> HTTP-Session: 6d2abe50-ffda-4e2e-8181-06ca29216acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7637 | 2024.10.09 04:59:33.149340 [ 3 ] {} <Debug> HTTP-Session: 6d2abe50-ffda-4e2e-8181-06ca29216acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7638 | 2024.10.09 04:59:33.149371 [ 3 ] {} <Trace> HTTP-Session: 6d2abe50-ffda-4e2e-8181-06ca29216acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2024.10.09 04:59:33.149585 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7640 | 2024.10.09 04:59:33.149630 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7641 | 2024.10.09 04:59:33.149855 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7642 | 2024.10.09 04:59:33.150414 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.10.09 04:59:33.150450 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7644 | 2024.10.09 04:59:33.150848 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7645 | 2024.10.09 04:59:33.151207 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.10.09 04:59:33.151341 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.001876 sec., 208955.223880597 rows/sec., 14.83 MiB/sec. | ||
| 7647 | 2024.10.09 04:59:33.151504 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7648 | 2024.10.09 04:59:33.151529 [ 3 ] {c6350272-dc59-424a-bd30-974f640a147e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7649 | 2024.10.09 04:59:33.151545 [ 3 ] {} <Debug> HTTP-Session: 6d2abe50-ffda-4e2e-8181-06ca29216acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7650 | 2024.10.09 04:59:33.151731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7651 | 2024.10.09 04:59:33.151779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7652 | 2024.10.09 04:59:33.151798 [ 3 ] {} <Debug> HTTP-Session: 6fb890c2-8022-4ceb-83e6-f1bcbed3c3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7653 | 2024.10.09 04:59:33.151816 [ 3 ] {} <Debug> HTTP-Session: 6fb890c2-8022-4ceb-83e6-f1bcbed3c3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7654 | 2024.10.09 04:59:33.151830 [ 3 ] {} <Debug> HTTP-Session: 6fb890c2-8022-4ceb-83e6-f1bcbed3c3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7655 | 2024.10.09 04:59:33.151861 [ 3 ] {} <Trace> HTTP-Session: 6fb890c2-8022-4ceb-83e6-f1bcbed3c3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7656 | 2024.10.09 04:59:33.151956 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7657 | 2024.10.09 04:59:33.152001 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7658 | 2024.10.09 04:59:33.152142 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7659 | 2024.10.09 04:59:33.152493 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2024.10.09 04:59:33.152530 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7661 | 2024.10.09 04:59:33.152916 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7662 | 2024.10.09 04:59:33.153251 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2024.10.09 04:59:33.153382 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec. | ||
| 7664 | 2024.10.09 04:59:33.153550 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7665 | 2024.10.09 04:59:33.153575 [ 3 ] {2995f2c0-7fc6-4ae2-b49d-de170ac7f7cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7666 | 2024.10.09 04:59:33.153592 [ 3 ] {} <Debug> HTTP-Session: 6fb890c2-8022-4ceb-83e6-f1bcbed3c3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7667 | 2024.10.09 04:59:33.153740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7668 | 2024.10.09 04:59:33.153789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7669 | 2024.10.09 04:59:33.153808 [ 3 ] {} <Debug> HTTP-Session: 6cdf5a1f-34f2-49f9-8f3a-3c5ff7036230 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7670 | 2024.10.09 04:59:33.153825 [ 3 ] {} <Debug> HTTP-Session: 6cdf5a1f-34f2-49f9-8f3a-3c5ff7036230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7671 | 2024.10.09 04:59:33.153839 [ 3 ] {} <Debug> HTTP-Session: 6cdf5a1f-34f2-49f9-8f3a-3c5ff7036230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7672 | 2024.10.09 04:59:33.153870 [ 3 ] {} <Trace> HTTP-Session: 6cdf5a1f-34f2-49f9-8f3a-3c5ff7036230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7673 | 2024.10.09 04:59:33.154040 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7674 | 2024.10.09 04:59:33.154091 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7675 | 2024.10.09 04:59:33.154236 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7676 | 2024.10.09 04:59:33.154688 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2024.10.09 04:59:33.154725 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7678 | 2024.10.09 04:59:33.155116 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7679 | 2024.10.09 04:59:33.155451 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7680 | 2024.10.09 04:59:33.155589 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 7681 | 2024.10.09 04:59:33.155758 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7682 | 2024.10.09 04:59:33.155783 [ 3 ] {c0c68411-d99d-4b9c-844f-97895a3a8e3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7683 | 2024.10.09 04:59:33.155800 [ 3 ] {} <Debug> HTTP-Session: 6cdf5a1f-34f2-49f9-8f3a-3c5ff7036230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7684 | 2024.10.09 04:59:33.155962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7685 | 2024.10.09 04:59:33.156011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7686 | 2024.10.09 04:59:33.156031 [ 3 ] {} <Debug> HTTP-Session: 6caf3a34-1f1d-4504-89e7-2a277b2f641c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7687 | 2024.10.09 04:59:33.156047 [ 3 ] {} <Debug> HTTP-Session: 6caf3a34-1f1d-4504-89e7-2a277b2f641c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7688 | 2024.10.09 04:59:33.156062 [ 3 ] {} <Debug> HTTP-Session: 6caf3a34-1f1d-4504-89e7-2a277b2f641c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7689 | 2024.10.09 04:59:33.156094 [ 3 ] {} <Trace> HTTP-Session: 6caf3a34-1f1d-4504-89e7-2a277b2f641c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7690 | 2024.10.09 04:59:33.156186 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7691 | 2024.10.09 04:59:33.156231 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7692 | 2024.10.09 04:59:33.156360 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7693 | 2024.10.09 04:59:33.156622 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.10.09 04:59:33.156658 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7695 | 2024.10.09 04:59:33.157008 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7696 | 2024.10.09 04:59:33.157329 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2024.10.09 04:59:33.157463 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
| 7698 | 2024.10.09 04:59:33.157625 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7699 | 2024.10.09 04:59:33.157651 [ 3 ] {fe56a849-ffcb-4648-854a-af31189e893b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7700 | 2024.10.09 04:59:33.157667 [ 3 ] {} <Debug> HTTP-Session: 6caf3a34-1f1d-4504-89e7-2a277b2f641c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7701 | 2024.10.09 04:59:33.157783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7702 | 2024.10.09 04:59:33.157831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7703 | 2024.10.09 04:59:33.157852 [ 3 ] {} <Debug> HTTP-Session: 519b5379-6799-48ab-a9ce-6b1d5034cb9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7704 | 2024.10.09 04:59:33.157869 [ 3 ] {} <Debug> HTTP-Session: 519b5379-6799-48ab-a9ce-6b1d5034cb9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7705 | 2024.10.09 04:59:33.157883 [ 3 ] {} <Debug> HTTP-Session: 519b5379-6799-48ab-a9ce-6b1d5034cb9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7706 | 2024.10.09 04:59:33.157914 [ 3 ] {} <Trace> HTTP-Session: 519b5379-6799-48ab-a9ce-6b1d5034cb9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7707 | 2024.10.09 04:59:33.158078 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7708 | 2024.10.09 04:59:33.158142 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7709 | 2024.10.09 04:59:33.158560 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7710 | 2024.10.09 04:59:33.159130 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7711 | 2024.10.09 04:59:33.159169 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7712 | 2024.10.09 04:59:33.159862 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7713 | 2024.10.09 04:59:33.160308 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2024.10.09 04:59:33.160455 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002466 sec., 4055.1500405515008 rows/sec., 7.27 MiB/sec. | ||
| 7715 | 2024.10.09 04:59:33.160678 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Debug> DynamicQueryHandler: Done processing query | ||
| 7716 | 2024.10.09 04:59:33.160705 [ 3 ] {d300ec50-adde-4dff-b3fa-616dcff3b982} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7717 | 2024.10.09 04:59:33.160721 [ 3 ] {} <Debug> HTTP-Session: 519b5379-6799-48ab-a9ce-6b1d5034cb9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7718 | 2024.10.09 04:59:33.160852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7719 | 2024.10.09 04:59:33.160903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7720 | 2024.10.09 04:59:33.160925 [ 3 ] {} <Debug> HTTP-Session: 2e4de12f-85ba-4e35-b520-a0d1bf6a1cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7721 | 2024.10.09 04:59:33.160941 [ 3 ] {} <Debug> HTTP-Session: 2e4de12f-85ba-4e35-b520-a0d1bf6a1cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7722 | 2024.10.09 04:59:33.160955 [ 3 ] {} <Debug> HTTP-Session: 2e4de12f-85ba-4e35-b520-a0d1bf6a1cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7723 | 2024.10.09 04:59:33.160988 [ 3 ] {} <Trace> HTTP-Session: 2e4de12f-85ba-4e35-b520-a0d1bf6a1cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7724 | 2024.10.09 04:59:33.161125 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7725 | 2024.10.09 04:59:33.161170 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7726 | 2024.10.09 04:59:33.161303 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7727 | 2024.10.09 04:59:33.161621 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7728 | 2024.10.09 04:59:33.161658 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7729 | 2024.10.09 04:59:33.162089 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7730 | 2024.10.09 04:59:33.162422 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2024.10.09 04:59:33.162556 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001491 sec., 54996.64654594233 rows/sec., 3.49 MiB/sec. | ||
| 7732 | 2024.10.09 04:59:33.162732 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7733 | 2024.10.09 04:59:33.162758 [ 3 ] {ac235c00-af26-4f47-8814-d2015946d4c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7734 | 2024.10.09 04:59:33.162775 [ 3 ] {} <Debug> HTTP-Session: 2e4de12f-85ba-4e35-b520-a0d1bf6a1cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7735 | 2024.10.09 04:59:37.200080 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7736 | 2024.10.09 04:59:37.200144 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7737 | 2024.10.09 04:59:37.370570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 776 | ||
| 7738 | 2024.10.09 04:59:37.373423 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2024.10.09 04:59:37.373466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7740 | 2024.10.09 04:59:37.374960 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7741 | 2024.10.09 04:59:37.375941 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2024.10.09 04:59:37.376972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776 | ||
| 7743 | 2024.10.09 04:59:38.135353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7744 | 2024.10.09 04:59:38.135475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7745 | 2024.10.09 04:59:38.135505 [ 3 ] {} <Debug> HTTP-Session: 50a12e33-c858-4543-af0b-a04b196540ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7746 | 2024.10.09 04:59:38.135533 [ 3 ] {} <Debug> HTTP-Session: 50a12e33-c858-4543-af0b-a04b196540ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7747 | 2024.10.09 04:59:38.135550 [ 3 ] {} <Debug> HTTP-Session: 50a12e33-c858-4543-af0b-a04b196540ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7748 | 2024.10.09 04:59:38.135605 [ 3 ] {} <Trace> HTTP-Session: 50a12e33-c858-4543-af0b-a04b196540ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7749 | 2024.10.09 04:59:38.135836 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7750 | 2024.10.09 04:59:38.135913 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7751 | 2024.10.09 04:59:38.136284 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7752 | 2024.10.09 04:59:38.136798 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7753 | 2024.10.09 04:59:38.136842 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7754 | 2024.10.09 04:59:38.137280 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7755 | 2024.10.09 04:59:38.137690 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7756 | 2024.10.09 04:59:38.137836 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002091 sec., 52606.40841702535 rows/sec., 4.42 MiB/sec. | ||
| 7757 | 2024.10.09 04:59:38.138064 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7758 | 2024.10.09 04:59:38.138093 [ 3 ] {9dc59f72-6b2c-4a12-90c0-b46f086e4ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7759 | 2024.10.09 04:59:38.138110 [ 3 ] {} <Debug> HTTP-Session: 50a12e33-c858-4543-af0b-a04b196540ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7760 | 2024.10.09 04:59:38.138289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7761 | 2024.10.09 04:59:38.138349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7762 | 2024.10.09 04:59:38.138369 [ 3 ] {} <Debug> HTTP-Session: 9251bcbb-93ce-4637-b6f8-2ff2d8112108 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7763 | 2024.10.09 04:59:38.138387 [ 3 ] {} <Debug> HTTP-Session: 9251bcbb-93ce-4637-b6f8-2ff2d8112108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7764 | 2024.10.09 04:59:38.138401 [ 3 ] {} <Debug> HTTP-Session: 9251bcbb-93ce-4637-b6f8-2ff2d8112108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7765 | 2024.10.09 04:59:38.138438 [ 3 ] {} <Trace> HTTP-Session: 9251bcbb-93ce-4637-b6f8-2ff2d8112108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2024.10.09 04:59:38.138554 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7767 | 2024.10.09 04:59:38.138601 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7768 | 2024.10.09 04:59:38.138844 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7769 | 2024.10.09 04:59:38.139197 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7770 | 2024.10.09 04:59:38.139232 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7771 | 2024.10.09 04:59:38.139593 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7772 | 2024.10.09 04:59:38.139956 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7773 | 2024.10.09 04:59:38.140082 [ 75 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7774 | 2024.10.09 04:59:38.140084 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001564 sec., 17263.427109974426 rows/sec., 1.27 MiB/sec. | ||
| 7775 | 2024.10.09 04:59:38.140124 [ 75 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2024.10.09 04:59:38.140161 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7777 | 2024.10.09 04:59:38.140365 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Debug> DynamicQueryHandler: Done processing query | ||
| 7778 | 2024.10.09 04:59:38.140371 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7779 | 2024.10.09 04:59:38.140398 [ 3 ] {0522a0ba-10cf-4a24-9ed9-453cfab4b6af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7780 | 2024.10.09 04:59:38.140453 [ 3 ] {} <Debug> HTTP-Session: 9251bcbb-93ce-4637-b6f8-2ff2d8112108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7781 | 2024.10.09 04:59:38.140643 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7782 | 2024.10.09 04:59:38.140648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7783 | 2024.10.09 04:59:38.140717 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 55 rows starting from the beginning of the part | ||
| 7784 | 2024.10.09 04:59:38.140766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7785 | 2024.10.09 04:59:38.140831 [ 3 ] {} <Debug> HTTP-Session: 0e24ca65-5f1a-436f-969a-124303215cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7786 | 2024.10.09 04:59:38.140901 [ 3 ] {} <Debug> HTTP-Session: 0e24ca65-5f1a-436f-969a-124303215cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7787 | 2024.10.09 04:59:38.140971 [ 3 ] {} <Debug> HTTP-Session: 0e24ca65-5f1a-436f-969a-124303215cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7788 | 2024.10.09 04:59:38.140966 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
| 7789 | 2024.10.09 04:59:38.141084 [ 3 ] {} <Trace> HTTP-Session: 0e24ca65-5f1a-436f-969a-124303215cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7790 | 2024.10.09 04:59:38.141404 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 7791 | 2024.10.09 04:59:38.141607 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7792 | 2024.10.09 04:59:38.141715 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 7793 | 2024.10.09 04:59:38.141761 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7794 | 2024.10.09 04:59:38.142052 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
| 7795 | 2024.10.09 04:59:38.142381 [ 192 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 7796 | 2024.10.09 04:59:38.143167 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7797 | 2024.10.09 04:59:38.144152 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2024.10.09 04:59:38.144218 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7799 | 2024.10.09 04:59:38.145347 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7800 | 2024.10.09 04:59:38.145344 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 5 columns (5 merged, 0 gathered) in 0.005080246 sec., 25392.47115198752 rows/sec., 1.94 MiB/sec. | ||
| 7801 | 2024.10.09 04:59:38.145665 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7802 | 2024.10.09 04:59:38.146023 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7803 | 2024.10.09 04:59:38.146471 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005066 sec., 17962.889853928147 rows/sec., 1.40 MiB/sec. | ||
| 7804 | 2024.10.09 04:59:38.147189 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7805 | 2024.10.09 04:59:38.147270 [ 3 ] {88fdf87a-f626-45db-b25a-571b2238cb7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7806 | 2024.10.09 04:59:38.147320 [ 3 ] {} <Debug> HTTP-Session: 0e24ca65-5f1a-436f-969a-124303215cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7807 | 2024.10.09 04:59:38.147458 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2024.10.09 04:59:38.147553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7809 | 2024.10.09 04:59:38.147613 [ 186 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_36_7} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7810 | 2024.10.09 04:59:38.147644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7811 | 2024.10.09 04:59:38.147682 [ 3 ] {} <Debug> HTTP-Session: 9f2fbd40-7df6-402f-b84a-edb9a3acf784 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7812 | 2024.10.09 04:59:38.147725 [ 3 ] {} <Debug> HTTP-Session: 9f2fbd40-7df6-402f-b84a-edb9a3acf784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7813 | 2024.10.09 04:59:38.147758 [ 3 ] {} <Debug> HTTP-Session: 9f2fbd40-7df6-402f-b84a-edb9a3acf784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7814 | 2024.10.09 04:59:38.147781 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7815 | 2024.10.09 04:59:38.147821 [ 3 ] {} <Trace> HTTP-Session: 9f2fbd40-7df6-402f-b84a-edb9a3acf784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2024.10.09 04:59:38.147993 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7817 | 2024.10.09 04:59:38.148044 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7818 | 2024.10.09 04:59:38.148225 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7819 | 2024.10.09 04:59:38.148633 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.10.09 04:59:38.148670 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7821 | 2024.10.09 04:59:38.149083 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7822 | 2024.10.09 04:59:38.149448 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.10.09 04:59:38.149573 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 7824 | 2024.10.09 04:59:38.149897 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Debug> DynamicQueryHandler: Done processing query | ||
| 7825 | 2024.10.09 04:59:38.149946 [ 3 ] {4a4d82d8-577d-4548-b311-dea2fb305227} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7826 | 2024.10.09 04:59:38.149973 [ 3 ] {} <Debug> HTTP-Session: 9f2fbd40-7df6-402f-b84a-edb9a3acf784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7827 | 2024.10.09 04:59:38.150143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7828 | 2024.10.09 04:59:38.150195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7829 | 2024.10.09 04:59:38.150214 [ 3 ] {} <Debug> HTTP-Session: 682fc16e-99c0-454c-a514-57c7b62196db Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7830 | 2024.10.09 04:59:38.150233 [ 3 ] {} <Debug> HTTP-Session: 682fc16e-99c0-454c-a514-57c7b62196db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7831 | 2024.10.09 04:59:38.150247 [ 3 ] {} <Debug> HTTP-Session: 682fc16e-99c0-454c-a514-57c7b62196db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7832 | 2024.10.09 04:59:38.150279 [ 3 ] {} <Trace> HTTP-Session: 682fc16e-99c0-454c-a514-57c7b62196db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7833 | 2024.10.09 04:59:38.150594 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7834 | 2024.10.09 04:59:38.150666 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7835 | 2024.10.09 04:59:38.151146 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7836 | 2024.10.09 04:59:38.151891 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.10.09 04:59:38.151929 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7838 | 2024.10.09 04:59:38.152594 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7839 | 2024.10.09 04:59:38.153026 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2024.10.09 04:59:38.153191 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002811 sec., 9605.122732123798 rows/sec., 17.21 MiB/sec. | ||
| 7841 | 2024.10.09 04:59:38.153822 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7842 | 2024.10.09 04:59:38.153848 [ 3 ] {489001af-c853-4ddd-b172-ae4d997e65b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7843 | 2024.10.09 04:59:38.153865 [ 3 ] {} <Debug> HTTP-Session: 682fc16e-99c0-454c-a514-57c7b62196db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7844 | 2024.10.09 04:59:38.154008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7845 | 2024.10.09 04:59:38.154059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7846 | 2024.10.09 04:59:38.154079 [ 3 ] {} <Debug> HTTP-Session: b7fd2a60-8f49-46df-9aff-3fccc456be84 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7847 | 2024.10.09 04:59:38.154095 [ 3 ] {} <Debug> HTTP-Session: b7fd2a60-8f49-46df-9aff-3fccc456be84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7848 | 2024.10.09 04:59:38.154109 [ 3 ] {} <Debug> HTTP-Session: b7fd2a60-8f49-46df-9aff-3fccc456be84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7849 | 2024.10.09 04:59:38.154141 [ 3 ] {} <Trace> HTTP-Session: b7fd2a60-8f49-46df-9aff-3fccc456be84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2024.10.09 04:59:38.154261 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7851 | 2024.10.09 04:59:38.154309 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7852 | 2024.10.09 04:59:38.154463 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7853 | 2024.10.09 04:59:38.154797 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2024.10.09 04:59:38.154832 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7855 | 2024.10.09 04:59:38.155202 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7856 | 2024.10.09 04:59:38.155535 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2024.10.09 04:59:38.155658 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 7858 | 2024.10.09 04:59:38.155826 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Debug> DynamicQueryHandler: Done processing query | ||
| 7859 | 2024.10.09 04:59:38.155851 [ 3 ] {4d87d75b-fec6-46e5-9f41-d59a9166a590} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7860 | 2024.10.09 04:59:38.155867 [ 3 ] {} <Debug> HTTP-Session: b7fd2a60-8f49-46df-9aff-3fccc456be84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7861 | 2024.10.09 04:59:43.140156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 31573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7862 | 2024.10.09 04:59:43.140290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7863 | 2024.10.09 04:59:43.140322 [ 3 ] {} <Debug> HTTP-Session: 618a97be-35e5-4681-b369-9583253e5991 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7864 | 2024.10.09 04:59:43.140349 [ 3 ] {} <Debug> HTTP-Session: 618a97be-35e5-4681-b369-9583253e5991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7865 | 2024.10.09 04:59:43.140367 [ 3 ] {} <Debug> HTTP-Session: 618a97be-35e5-4681-b369-9583253e5991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7866 | 2024.10.09 04:59:43.140421 [ 3 ] {} <Trace> HTTP-Session: 618a97be-35e5-4681-b369-9583253e5991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7867 | 2024.10.09 04:59:43.140665 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7868 | 2024.10.09 04:59:43.140732 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7869 | 2024.10.09 04:59:43.141066 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7870 | 2024.10.09 04:59:43.141738 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2024.10.09 04:59:43.141784 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7872 | 2024.10.09 04:59:43.142229 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7873 | 2024.10.09 04:59:43.142617 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2024.10.09 04:59:43.142797 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Debug> executeQuery: Read 209 rows, 18.87 KiB in 0.002223 sec., 94017.09401709402 rows/sec., 8.29 MiB/sec. | ||
| 7875 | 2024.10.09 04:59:43.143023 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7876 | 2024.10.09 04:59:43.143051 [ 3 ] {352c5925-63a9-4b39-8fcf-635418ae3b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7877 | 2024.10.09 04:59:43.143068 [ 3 ] {} <Debug> HTTP-Session: 618a97be-35e5-4681-b369-9583253e5991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7878 | 2024.10.09 04:59:43.143289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7879 | 2024.10.09 04:59:43.143347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7880 | 2024.10.09 04:59:43.143367 [ 3 ] {} <Debug> HTTP-Session: 8e2cf336-58ed-45ac-b6ff-01c8885fa62b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7881 | 2024.10.09 04:59:43.143386 [ 3 ] {} <Debug> HTTP-Session: 8e2cf336-58ed-45ac-b6ff-01c8885fa62b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7882 | 2024.10.09 04:59:43.143400 [ 3 ] {} <Debug> HTTP-Session: 8e2cf336-58ed-45ac-b6ff-01c8885fa62b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7883 | 2024.10.09 04:59:43.143435 [ 3 ] {} <Trace> HTTP-Session: 8e2cf336-58ed-45ac-b6ff-01c8885fa62b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7884 | 2024.10.09 04:59:43.143544 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7885 | 2024.10.09 04:59:43.143592 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7886 | 2024.10.09 04:59:43.143831 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7887 | 2024.10.09 04:59:43.144185 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7888 | 2024.10.09 04:59:43.144224 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7889 | 2024.10.09 04:59:43.144583 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7890 | 2024.10.09 04:59:43.144939 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2024.10.09 04:59:43.145100 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.00158 sec., 6329.113924050633 rows/sec., 475.92 KiB/sec. | ||
| 7892 | 2024.10.09 04:59:43.145399 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7893 | 2024.10.09 04:59:43.145448 [ 3 ] {6b91cdb6-df1e-47ed-a8ae-2dc19d40c8e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7894 | 2024.10.09 04:59:43.145473 [ 3 ] {} <Debug> HTTP-Session: 8e2cf336-58ed-45ac-b6ff-01c8885fa62b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7895 | 2024.10.09 04:59:43.145602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7896 | 2024.10.09 04:59:43.145653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7897 | 2024.10.09 04:59:43.145672 [ 3 ] {} <Debug> HTTP-Session: 9bb2503b-f71c-41e4-9677-7b5cc67064fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7898 | 2024.10.09 04:59:43.145690 [ 3 ] {} <Debug> HTTP-Session: 9bb2503b-f71c-41e4-9677-7b5cc67064fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7899 | 2024.10.09 04:59:43.145705 [ 3 ] {} <Debug> HTTP-Session: 9bb2503b-f71c-41e4-9677-7b5cc67064fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7900 | 2024.10.09 04:59:43.145738 [ 3 ] {} <Trace> HTTP-Session: 9bb2503b-f71c-41e4-9677-7b5cc67064fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7901 | 2024.10.09 04:59:43.145841 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7902 | 2024.10.09 04:59:43.145886 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7903 | 2024.10.09 04:59:43.146134 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7904 | 2024.10.09 04:59:43.146491 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2024.10.09 04:59:43.146528 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7906 | 2024.10.09 04:59:43.146886 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7907 | 2024.10.09 04:59:43.147262 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7908 | 2024.10.09 04:59:43.147418 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 7909 | 2024.10.09 04:59:43.147592 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Debug> DynamicQueryHandler: Done processing query | ||
| 7910 | 2024.10.09 04:59:43.147616 [ 3 ] {ce02f837-0eec-44a2-af81-97962d337c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7911 | 2024.10.09 04:59:43.147633 [ 3 ] {} <Debug> HTTP-Session: 9bb2503b-f71c-41e4-9677-7b5cc67064fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7912 | 2024.10.09 04:59:43.147760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7913 | 2024.10.09 04:59:43.147810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7914 | 2024.10.09 04:59:43.147829 [ 3 ] {} <Debug> HTTP-Session: 544c1cdd-a349-4f83-9dce-02eadaaddb14 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7915 | 2024.10.09 04:59:43.147847 [ 3 ] {} <Debug> HTTP-Session: 544c1cdd-a349-4f83-9dce-02eadaaddb14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7916 | 2024.10.09 04:59:43.147861 [ 3 ] {} <Debug> HTTP-Session: 544c1cdd-a349-4f83-9dce-02eadaaddb14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7917 | 2024.10.09 04:59:43.147892 [ 3 ] {} <Trace> HTTP-Session: 544c1cdd-a349-4f83-9dce-02eadaaddb14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7918 | 2024.10.09 04:59:43.147988 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7919 | 2024.10.09 04:59:43.148033 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7920 | 2024.10.09 04:59:43.148264 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7921 | 2024.10.09 04:59:43.148568 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.10.09 04:59:43.148607 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7923 | 2024.10.09 04:59:43.148950 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7924 | 2024.10.09 04:59:43.149307 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2024.10.09 04:59:43.149468 [ 69 ] {} <Debug> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7926 | 2024.10.09 04:59:43.149476 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 235.86 KiB/sec. | ||
| 7927 | 2024.10.09 04:59:43.149558 [ 69 ] {} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.10.09 04:59:43.149629 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7929 | 2024.10.09 04:59:43.149897 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7930 | 2024.10.09 04:59:43.149979 [ 3 ] {7d34d239-b617-4b44-b842-d0ec1cdf460f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7931 | 2024.10.09 04:59:43.150021 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 7932 | 2024.10.09 04:59:43.150052 [ 3 ] {} <Debug> HTTP-Session: 544c1cdd-a349-4f83-9dce-02eadaaddb14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7933 | 2024.10.09 04:59:43.150329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 63473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7934 | 2024.10.09 04:59:43.150388 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7935 | 2024.10.09 04:59:43.150419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7936 | 2024.10.09 04:59:43.150465 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
| 7937 | 2024.10.09 04:59:43.150466 [ 3 ] {} <Debug> HTTP-Session: 24a3063d-e9f7-478b-abef-23705a3d9409 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7938 | 2024.10.09 04:59:43.150525 [ 3 ] {} <Debug> HTTP-Session: 24a3063d-e9f7-478b-abef-23705a3d9409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7939 | 2024.10.09 04:59:43.150561 [ 3 ] {} <Debug> HTTP-Session: 24a3063d-e9f7-478b-abef-23705a3d9409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7940 | 2024.10.09 04:59:43.150717 [ 3 ] {} <Trace> HTTP-Session: 24a3063d-e9f7-478b-abef-23705a3d9409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2024.10.09 04:59:43.150718 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7942 | 2024.10.09 04:59:43.151011 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7943 | 2024.10.09 04:59:43.151213 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7944 | 2024.10.09 04:59:43.151275 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 7945 | 2024.10.09 04:59:43.151356 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7946 | 2024.10.09 04:59:43.151676 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7947 | 2024.10.09 04:59:43.152534 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7948 | 2024.10.09 04:59:43.153838 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2024.10.09 04:59:43.153919 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7950 | 2024.10.09 04:59:43.154152 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004419964 sec., 6787.385598615735 rows/sec., 430.84 KiB/sec. | ||
| 7951 | 2024.10.09 04:59:43.154336 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7952 | 2024.10.09 04:59:43.154810 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7953 | 2024.10.09 04:59:43.155292 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2024.10.09 04:59:43.155490 [ 193 ] {fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea::all_1_17_4} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7955 | 2024.10.09 04:59:43.155630 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7956 | 2024.10.09 04:59:43.155708 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7957 | 2024.10.09 04:59:43.155890 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Debug> executeQuery: Read 392 rows, 28.48 KiB in 0.00495 sec., 79191.91919191918 rows/sec., 5.62 MiB/sec. | ||
| 7958 | 2024.10.09 04:59:43.156087 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7959 | 2024.10.09 04:59:43.156113 [ 3 ] {83f03447-a2e3-4144-b9f3-5a5cb382ab0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7960 | 2024.10.09 04:59:43.156130 [ 3 ] {} <Debug> HTTP-Session: 24a3063d-e9f7-478b-abef-23705a3d9409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7961 | 2024.10.09 04:59:43.156339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7962 | 2024.10.09 04:59:43.156390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7963 | 2024.10.09 04:59:43.156410 [ 3 ] {} <Debug> HTTP-Session: ba29802d-6672-44ca-8bcd-a80102359630 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7964 | 2024.10.09 04:59:43.156428 [ 3 ] {} <Debug> HTTP-Session: ba29802d-6672-44ca-8bcd-a80102359630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7965 | 2024.10.09 04:59:43.156444 [ 3 ] {} <Debug> HTTP-Session: ba29802d-6672-44ca-8bcd-a80102359630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7966 | 2024.10.09 04:59:43.156476 [ 3 ] {} <Trace> HTTP-Session: ba29802d-6672-44ca-8bcd-a80102359630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7967 | 2024.10.09 04:59:43.156575 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7968 | 2024.10.09 04:59:43.156621 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7969 | 2024.10.09 04:59:43.156759 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7970 | 2024.10.09 04:59:43.157044 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2024.10.09 04:59:43.157082 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7972 | 2024.10.09 04:59:43.157454 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7973 | 2024.10.09 04:59:43.157776 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7974 | 2024.10.09 04:59:43.157931 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec. | ||
| 7975 | 2024.10.09 04:59:43.158102 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Debug> DynamicQueryHandler: Done processing query | ||
| 7976 | 2024.10.09 04:59:43.158128 [ 3 ] {6381ee80-a27d-43e7-8f28-07715bd82dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7977 | 2024.10.09 04:59:43.158144 [ 3 ] {} <Debug> HTTP-Session: ba29802d-6672-44ca-8bcd-a80102359630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7978 | 2024.10.09 04:59:43.158295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7979 | 2024.10.09 04:59:43.158344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7980 | 2024.10.09 04:59:43.158365 [ 3 ] {} <Debug> HTTP-Session: c43b0b66-592f-490c-aab4-001973f3d69e Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7981 | 2024.10.09 04:59:43.158382 [ 3 ] {} <Debug> HTTP-Session: c43b0b66-592f-490c-aab4-001973f3d69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7982 | 2024.10.09 04:59:43.158396 [ 3 ] {} <Debug> HTTP-Session: c43b0b66-592f-490c-aab4-001973f3d69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7983 | 2024.10.09 04:59:43.158427 [ 3 ] {} <Trace> HTTP-Session: c43b0b66-592f-490c-aab4-001973f3d69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2024.10.09 04:59:43.158635 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7985 | 2024.10.09 04:59:43.158683 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7986 | 2024.10.09 04:59:43.158833 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7987 | 2024.10.09 04:59:43.159435 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2024.10.09 04:59:43.159471 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 7989 | 2024.10.09 04:59:43.159859 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7990 | 2024.10.09 04:59:43.160200 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2024.10.09 04:59:43.160365 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001835 sec., 129155.31335149864 rows/sec., 8.66 MiB/sec. | ||
| 7992 | 2024.10.09 04:59:43.160541 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7993 | 2024.10.09 04:59:43.160565 [ 3 ] {e57ac8dd-16eb-4eb3-afbb-505aef2e2cae} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7994 | 2024.10.09 04:59:43.160581 [ 3 ] {} <Debug> HTTP-Session: c43b0b66-592f-490c-aab4-001973f3d69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7995 | 2024.10.09 04:59:43.160747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7996 | 2024.10.09 04:59:43.160798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7997 | 2024.10.09 04:59:43.160818 [ 3 ] {} <Debug> HTTP-Session: 3bfedf59-6019-4441-87f6-a33767feba68 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 7998 | 2024.10.09 04:59:43.160835 [ 3 ] {} <Debug> HTTP-Session: 3bfedf59-6019-4441-87f6-a33767feba68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7999 | 2024.10.09 04:59:43.160849 [ 3 ] {} <Debug> HTTP-Session: 3bfedf59-6019-4441-87f6-a33767feba68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8000 | 2024.10.09 04:59:43.160880 [ 3 ] {} <Trace> HTTP-Session: 3bfedf59-6019-4441-87f6-a33767feba68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8001 | 2024.10.09 04:59:43.160974 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8002 | 2024.10.09 04:59:43.161020 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8003 | 2024.10.09 04:59:43.161150 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8004 | 2024.10.09 04:59:43.161408 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2024.10.09 04:59:43.161445 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8006 | 2024.10.09 04:59:43.161791 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8007 | 2024.10.09 04:59:43.162112 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8008 | 2024.10.09 04:59:43.162265 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
| 8009 | 2024.10.09 04:59:43.162434 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8010 | 2024.10.09 04:59:43.162459 [ 3 ] {44a3d7ee-9a2d-44a7-b4fd-8b9ddfd1e6c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8011 | 2024.10.09 04:59:43.162475 [ 3 ] {} <Debug> HTTP-Session: 3bfedf59-6019-4441-87f6-a33767feba68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8012 | 2024.10.09 04:59:43.162595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 17434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8013 | 2024.10.09 04:59:43.162644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8014 | 2024.10.09 04:59:43.162664 [ 3 ] {} <Debug> HTTP-Session: cddc7862-f023-4e3b-aaec-bdbe743ce02c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8015 | 2024.10.09 04:59:43.162682 [ 3 ] {} <Debug> HTTP-Session: cddc7862-f023-4e3b-aaec-bdbe743ce02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8016 | 2024.10.09 04:59:43.162696 [ 3 ] {} <Debug> HTTP-Session: cddc7862-f023-4e3b-aaec-bdbe743ce02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8017 | 2024.10.09 04:59:43.162726 [ 3 ] {} <Trace> HTTP-Session: cddc7862-f023-4e3b-aaec-bdbe743ce02c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2024.10.09 04:59:43.162935 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8019 | 2024.10.09 04:59:43.163001 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8020 | 2024.10.09 04:59:43.163438 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8021 | 2024.10.09 04:59:43.163998 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2024.10.09 04:59:43.164035 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8023 | 2024.10.09 04:59:43.164642 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8024 | 2024.10.09 04:59:43.165051 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2024.10.09 04:59:43.165224 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8026 | 2024.10.09 04:59:43.165251 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002438 sec., 4101.722723543889 rows/sec., 7.35 MiB/sec. | ||
| 8027 | 2024.10.09 04:59:43.165284 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2024.10.09 04:59:43.165356 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8029 | 2024.10.09 04:59:43.165897 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 8030 | 2024.10.09 04:59:43.166281 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Debug> DynamicQueryHandler: Done processing query | ||
| 8031 | 2024.10.09 04:59:43.166412 [ 3 ] {7936608f-dbbb-44d7-a00d-c6a6e6b0edce} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 8032 | 2024.10.09 04:59:43.166521 [ 3 ] {} <Debug> HTTP-Session: cddc7862-f023-4e3b-aaec-bdbe743ce02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8033 | 2024.10.09 04:59:43.166848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 12150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8034 | 2024.10.09 04:59:43.167012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8035 | 2024.10.09 04:59:43.167059 [ 3 ] {} <Debug> HTTP-Session: 0832193f-776d-45ec-9818-2b23808d13b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8036 | 2024.10.09 04:59:43.167088 [ 3 ] {} <Debug> HTTP-Session: 0832193f-776d-45ec-9818-2b23808d13b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8037 | 2024.10.09 04:59:43.167113 [ 3 ] {} <Debug> HTTP-Session: 0832193f-776d-45ec-9818-2b23808d13b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8038 | 2024.10.09 04:59:43.167166 [ 3 ] {} <Trace> HTTP-Session: 0832193f-776d-45ec-9818-2b23808d13b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8039 | 2024.10.09 04:59:43.167243 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8040 | 2024.10.09 04:59:43.167321 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8041 | 2024.10.09 04:59:43.167355 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 508 rows starting from the beginning of the part | ||
| 8042 | 2024.10.09 04:59:43.167382 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8043 | 2024.10.09 04:59:43.167856 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 8044 | 2024.10.09 04:59:43.167869 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8045 | 2024.10.09 04:59:43.168255 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 8046 | 2024.10.09 04:59:43.168672 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8047 | 2024.10.09 04:59:43.168686 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
| 8048 | 2024.10.09 04:59:43.168716 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8049 | 2024.10.09 04:59:43.169036 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 8050 | 2024.10.09 04:59:43.169402 [ 195 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part | ||
| 8051 | 2024.10.09 04:59:43.169535 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8052 | 2024.10.09 04:59:43.170081 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2024.10.09 04:59:43.170320 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003035 sec., 27018.12191103789 rows/sec., 1.72 MiB/sec. | ||
| 8054 | 2024.10.09 04:59:43.170583 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8055 | 2024.10.09 04:59:43.170610 [ 3 ] {8f846841-6bb7-414c-bc14-cc3a620a8b6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8056 | 2024.10.09 04:59:43.170633 [ 3 ] {} <Debug> HTTP-Session: 0832193f-776d-45ec-9818-2b23808d13b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8057 | 2024.10.09 04:59:43.173521 [ 194 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 19 columns (19 merged, 0 gathered) in 0.00799599 sec., 73786.98572659546 rows/sec., 132.22 MiB/sec. | ||
| 8058 | 2024.10.09 04:59:43.174702 [ 188 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8059 | 2024.10.09 04:59:43.175392 [ 188 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8060 | 2024.10.09 04:59:43.175492 [ 188 ] {17f10220-c9d4-4b45-809c-b1dc862b56a9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8061 | 2024.10.09 04:59:43.175667 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 8062 | 2024.10.09 04:59:47.377150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 808 | ||
| 8063 | 2024.10.09 04:59:47.380023 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2024.10.09 04:59:47.380067 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8065 | 2024.10.09 04:59:47.381549 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8066 | 2024.10.09 04:59:47.382521 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2024.10.09 04:59:47.383914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808 | ||
| 8068 | 2024.10.09 04:59:48.136512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8069 | 2024.10.09 04:59:48.136633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8070 | 2024.10.09 04:59:48.136663 [ 3 ] {} <Debug> HTTP-Session: b611031f-d781-4488-8205-6a71351fd460 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8071 | 2024.10.09 04:59:48.136691 [ 3 ] {} <Debug> HTTP-Session: b611031f-d781-4488-8205-6a71351fd460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8072 | 2024.10.09 04:59:48.136709 [ 3 ] {} <Debug> HTTP-Session: b611031f-d781-4488-8205-6a71351fd460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8073 | 2024.10.09 04:59:48.136766 [ 3 ] {} <Trace> HTTP-Session: b611031f-d781-4488-8205-6a71351fd460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8074 | 2024.10.09 04:59:48.137006 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8075 | 2024.10.09 04:59:48.137083 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8076 | 2024.10.09 04:59:48.137470 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8077 | 2024.10.09 04:59:48.138022 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8078 | 2024.10.09 04:59:48.138066 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8079 | 2024.10.09 04:59:48.138510 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8080 | 2024.10.09 04:59:48.138907 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8081 | 2024.10.09 04:59:48.139073 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002155 sec., 51044.08352668214 rows/sec., 4.29 MiB/sec. | ||
| 8082 | 2024.10.09 04:59:48.139097 [ 62 ] {} <Debug> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8083 | 2024.10.09 04:59:48.139206 [ 62 ] {} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2024.10.09 04:59:48.139254 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8085 | 2024.10.09 04:59:48.139380 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8086 | 2024.10.09 04:59:48.139420 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8087 | 2024.10.09 04:59:48.139435 [ 3 ] {7c1902f4-d4b4-4428-81b1-9873065d1fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8088 | 2024.10.09 04:59:48.139513 [ 3 ] {} <Debug> HTTP-Session: b611031f-d781-4488-8205-6a71351fd460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8089 | 2024.10.09 04:59:48.139649 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8090 | 2024.10.09 04:59:48.139711 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1413 rows starting from the beginning of the part | ||
| 8091 | 2024.10.09 04:59:48.139723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8092 | 2024.10.09 04:59:48.139879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8093 | 2024.10.09 04:59:48.139937 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part | ||
| 8094 | 2024.10.09 04:59:48.139958 [ 3 ] {} <Debug> HTTP-Session: 4ebe7b7b-1424-44a8-a4a9-2a0314bd1db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8095 | 2024.10.09 04:59:48.140030 [ 3 ] {} <Debug> HTTP-Session: 4ebe7b7b-1424-44a8-a4a9-2a0314bd1db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8096 | 2024.10.09 04:59:48.140100 [ 3 ] {} <Debug> HTTP-Session: 4ebe7b7b-1424-44a8-a4a9-2a0314bd1db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8097 | 2024.10.09 04:59:48.140186 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 209 rows starting from the beginning of the part | ||
| 8098 | 2024.10.09 04:59:48.140238 [ 3 ] {} <Trace> HTTP-Session: 4ebe7b7b-1424-44a8-a4a9-2a0314bd1db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8099 | 2024.10.09 04:59:48.140503 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 110 rows starting from the beginning of the part | ||
| 8100 | 2024.10.09 04:59:48.140614 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8101 | 2024.10.09 04:59:48.140781 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8102 | 2024.10.09 04:59:48.140862 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 209 rows starting from the beginning of the part | ||
| 8103 | 2024.10.09 04:59:48.141287 [ 194 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part | ||
| 8104 | 2024.10.09 04:59:48.142147 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8105 | 2024.10.09 04:59:48.142957 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2024.10.09 04:59:48.143021 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8107 | 2024.10.09 04:59:48.144001 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8108 | 2024.10.09 04:59:48.144814 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8109 | 2024.10.09 04:59:48.144853 [ 188 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005507279 sec., 392389.7808700086 rows/sec., 34.72 MiB/sec. | ||
| 8110 | 2024.10.09 04:59:48.145080 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004596 sec., 5874.6736292428195 rows/sec., 441.75 KiB/sec. | ||
| 8111 | 2024.10.09 04:59:48.145329 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8112 | 2024.10.09 04:59:48.145380 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8113 | 2024.10.09 04:59:48.145451 [ 3 ] {f77cd744-434d-470c-9f3d-0aec5a7e5af2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8114 | 2024.10.09 04:59:48.145494 [ 3 ] {} <Debug> HTTP-Session: 4ebe7b7b-1424-44a8-a4a9-2a0314bd1db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8115 | 2024.10.09 04:59:48.145708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8116 | 2024.10.09 04:59:48.145888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8117 | 2024.10.09 04:59:48.145950 [ 3 ] {} <Debug> HTTP-Session: 419dcc5b-8c5e-4eb9-a54c-77577591fae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8118 | 2024.10.09 04:59:48.146012 [ 3 ] {} <Debug> HTTP-Session: 419dcc5b-8c5e-4eb9-a54c-77577591fae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8119 | 2024.10.09 04:59:48.146063 [ 3 ] {} <Debug> HTTP-Session: 419dcc5b-8c5e-4eb9-a54c-77577591fae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8120 | 2024.10.09 04:59:48.146121 [ 3 ] {} <Trace> HTTP-Session: 419dcc5b-8c5e-4eb9-a54c-77577591fae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2024.10.09 04:59:48.146351 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8122 | 2024.10.09 04:59:48.146352 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2024.10.09 04:59:48.146414 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8124 | 2024.10.09 04:59:48.146579 [ 197 ] {b11c3837-c74c-460a-a99c-04ba1f930fcd::all_1_41_8} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8125 | 2024.10.09 04:59:48.146769 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 8126 | 2024.10.09 04:59:48.146925 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8127 | 2024.10.09 04:59:48.147320 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8128 | 2024.10.09 04:59:48.147361 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8129 | 2024.10.09 04:59:48.147774 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8130 | 2024.10.09 04:59:48.148180 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8131 | 2024.10.09 04:59:48.148342 [ 62 ] {} <Debug> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8132 | 2024.10.09 04:59:48.148343 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002098 sec., 43374.64251668256 rows/sec., 3.39 MiB/sec. | ||
| 8133 | 2024.10.09 04:59:48.148390 [ 62 ] {} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8134 | 2024.10.09 04:59:48.148455 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8135 | 2024.10.09 04:59:48.148658 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8136 | 2024.10.09 04:59:48.148691 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Debug> DynamicQueryHandler: Done processing query | ||
| 8137 | 2024.10.09 04:59:48.148733 [ 3 ] {026bc221-554a-4692-b56c-9e9e4e5c4dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8138 | 2024.10.09 04:59:48.148775 [ 3 ] {} <Debug> HTTP-Session: 419dcc5b-8c5e-4eb9-a54c-77577591fae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8139 | 2024.10.09 04:59:48.148883 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8140 | 2024.10.09 04:59:48.148921 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 911 rows starting from the beginning of the part | ||
| 8141 | 2024.10.09 04:59:48.149053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8142 | 2024.10.09 04:59:48.149105 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part | ||
| 8143 | 2024.10.09 04:59:48.149221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8144 | 2024.10.09 04:59:48.149343 [ 3 ] {} <Debug> HTTP-Session: 0a6d6425-6417-4c0c-959c-00adb750bd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8145 | 2024.10.09 04:59:48.149449 [ 3 ] {} <Debug> HTTP-Session: 0a6d6425-6417-4c0c-959c-00adb750bd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8146 | 2024.10.09 04:59:48.149546 [ 3 ] {} <Debug> HTTP-Session: 0a6d6425-6417-4c0c-959c-00adb750bd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8147 | 2024.10.09 04:59:48.149550 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 392 rows starting from the beginning of the part | ||
| 8148 | 2024.10.09 04:59:48.149638 [ 3 ] {} <Trace> HTTP-Session: 0a6d6425-6417-4c0c-959c-00adb750bd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8149 | 2024.10.09 04:59:48.149817 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 91 rows starting from the beginning of the part | ||
| 8150 | 2024.10.09 04:59:48.150022 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8151 | 2024.10.09 04:59:48.150059 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 392 rows starting from the beginning of the part | ||
| 8152 | 2024.10.09 04:59:48.150203 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8153 | 2024.10.09 04:59:48.150312 [ 202 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 91 rows starting from the beginning of the part | ||
| 8154 | 2024.10.09 04:59:48.151327 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8155 | 2024.10.09 04:59:48.152198 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2024.10.09 04:59:48.152270 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8157 | 2024.10.09 04:59:48.153273 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8158 | 2024.10.09 04:59:48.153964 [ 188 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.005409666 sec., 363793.2545188557 rows/sec., 27.86 MiB/sec. | ||
| 8159 | 2024.10.09 04:59:48.154105 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8160 | 2024.10.09 04:59:48.154336 [ 188 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8161 | 2024.10.09 04:59:48.154394 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8162 | 2024.10.09 04:59:48.154423 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00457 sec., 35010.940919037195 rows/sec., 2.44 MiB/sec. | ||
| 8163 | 2024.10.09 04:59:48.154517 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8164 | 2024.10.09 04:59:48.154647 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8165 | 2024.10.09 04:59:48.155090 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8166 | 2024.10.09 04:59:48.155196 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8167 | 2024.10.09 04:59:48.155211 [ 3 ] {74bad6a8-660f-42d4-8dcb-93306fca66fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8168 | 2024.10.09 04:59:48.155336 [ 3 ] {} <Debug> HTTP-Session: 0a6d6425-6417-4c0c-959c-00adb750bd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8169 | 2024.10.09 04:59:48.155797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8170 | 2024.10.09 04:59:48.156043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8171 | 2024.10.09 04:59:48.156157 [ 3 ] {} <Debug> HTTP-Session: b3b077b7-11f8-4a92-8d52-c2dc1a73d299 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8172 | 2024.10.09 04:59:48.156262 [ 3 ] {} <Debug> HTTP-Session: b3b077b7-11f8-4a92-8d52-c2dc1a73d299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8173 | 2024.10.09 04:59:48.156341 [ 3 ] {} <Debug> HTTP-Session: b3b077b7-11f8-4a92-8d52-c2dc1a73d299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8174 | 2024.10.09 04:59:48.156547 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8175 | 2024.10.09 04:59:48.156576 [ 3 ] {} <Trace> HTTP-Session: b3b077b7-11f8-4a92-8d52-c2dc1a73d299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8176 | 2024.10.09 04:59:48.156744 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11307 rows starting from the beginning of the part | ||
| 8177 | 2024.10.09 04:59:48.157063 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 8178 | 2024.10.09 04:59:48.157209 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 8179 | 2024.10.09 04:59:48.157309 [ 188 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8180 | 2024.10.09 04:59:48.157566 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8181 | 2024.10.09 04:59:48.157601 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 8182 | 2024.10.09 04:59:48.157772 [ 188 ] {f0532510-5495-42af-af35-2105db47f503::all_1_41_8} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8183 | 2024.10.09 04:59:48.158193 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8184 | 2024.10.09 04:59:48.158367 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 8185 | 2024.10.09 04:59:48.158414 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8186 | 2024.10.09 04:59:48.158759 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 8187 | 2024.10.09 04:59:48.160564 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8188 | 2024.10.09 04:59:48.161992 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2024.10.09 04:59:48.162063 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8190 | 2024.10.09 04:59:48.163733 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8191 | 2024.10.09 04:59:48.164654 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2024.10.09 04:59:48.164853 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007982 sec., 3382.610874467552 rows/sec., 6.06 MiB/sec. | ||
| 8193 | 2024.10.09 04:59:48.165178 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Debug> DynamicQueryHandler: Done processing query | ||
| 8194 | 2024.10.09 04:59:48.165206 [ 3 ] {238798d9-bc75-487f-8e65-9da21bef44af} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8195 | 2024.10.09 04:59:48.165235 [ 3 ] {} <Debug> HTTP-Session: b3b077b7-11f8-4a92-8d52-c2dc1a73d299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8196 | 2024.10.09 04:59:48.165391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8197 | 2024.10.09 04:59:48.165442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8198 | 2024.10.09 04:59:48.165462 [ 3 ] {} <Debug> HTTP-Session: 057b655e-1445-414c-bf60-8b5962bbcab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8199 | 2024.10.09 04:59:48.165508 [ 3 ] {} <Debug> HTTP-Session: 057b655e-1445-414c-bf60-8b5962bbcab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8200 | 2024.10.09 04:59:48.165541 [ 3 ] {} <Debug> HTTP-Session: 057b655e-1445-414c-bf60-8b5962bbcab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8201 | 2024.10.09 04:59:48.165574 [ 3 ] {} <Trace> HTTP-Session: 057b655e-1445-414c-bf60-8b5962bbcab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8202 | 2024.10.09 04:59:48.165878 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8203 | 2024.10.09 04:59:48.165968 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12261 rows, containing 5 columns (5 merged, 0 gathered) in 0.011121213 sec., 1102487.6513020657 rows/sec., 74.40 MiB/sec. | ||
| 8204 | 2024.10.09 04:59:48.165982 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8205 | 2024.10.09 04:59:48.166188 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8206 | 2024.10.09 04:59:48.166299 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8207 | 2024.10.09 04:59:48.167053 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2024.10.09 04:59:48.167118 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8209 | 2024.10.09 04:59:48.167317 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2024.10.09 04:59:48.167511 [ 200 ] {8f975dfe-ca60-4349-9b5e-749eb37083ea::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8211 | 2024.10.09 04:59:48.167686 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 8212 | 2024.10.09 04:59:48.167876 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8213 | 2024.10.09 04:59:48.168211 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2024.10.09 04:59:48.168370 [ 62 ] {} <Debug> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8215 | 2024.10.09 04:59:48.168378 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00268 sec., 22388.059701492537 rows/sec., 1.51 MiB/sec. | ||
| 8216 | 2024.10.09 04:59:48.168423 [ 62 ] {} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2024.10.09 04:59:48.168500 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8218 | 2024.10.09 04:59:48.168701 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8219 | 2024.10.09 04:59:48.168744 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 8220 | 2024.10.09 04:59:48.168795 [ 3 ] {01f4c7e1-b439-4750-b0c1-b9269fd121ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8221 | 2024.10.09 04:59:48.168835 [ 3 ] {} <Debug> HTTP-Session: 057b655e-1445-414c-bf60-8b5962bbcab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8222 | 2024.10.09 04:59:48.168931 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8223 | 2024.10.09 04:59:48.168967 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2072 rows starting from the beginning of the part | ||
| 8224 | 2024.10.09 04:59:48.169059 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 8225 | 2024.10.09 04:59:48.169152 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 8226 | 2024.10.09 04:59:48.169384 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 8227 | 2024.10.09 04:59:48.169591 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 8228 | 2024.10.09 04:59:48.169789 [ 188 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 8229 | 2024.10.09 04:59:48.171195 [ 196 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588154 sec., 933483.8653341339 rows/sec., 60.79 MiB/sec. | ||
| 8230 | 2024.10.09 04:59:48.171453 [ 198 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8231 | 2024.10.09 04:59:48.171891 [ 198 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2024.10.09 04:59:48.171979 [ 198 ] {4d901e3b-e509-4289-adbe-5fa36d0918e4::all_1_41_8} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8233 | 2024.10.09 04:59:48.172071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 8234 | 2024.10.09 04:59:49.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.79 MiB, peak 170.21 MiB, free memory in arenas 0.00 B, will set to 161.05 MiB (RSS), difference: 1.26 MiB | ||
| 8235 | 2024.10.09 04:59:49.667814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8236 | 2024.10.09 04:59:49.667934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8237 | 2024.10.09 04:59:49.667960 [ 3 ] {} <Debug> HTTP-Session: 2ebab97d-d871-4800-b8a0-245bb70a5dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8238 | 2024.10.09 04:59:49.667983 [ 3 ] {} <Debug> HTTP-Session: 2ebab97d-d871-4800-b8a0-245bb70a5dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8239 | 2024.10.09 04:59:49.667998 [ 3 ] {} <Debug> HTTP-Session: 2ebab97d-d871-4800-b8a0-245bb70a5dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8240 | 2024.10.09 04:59:49.668047 [ 3 ] {} <Trace> HTTP-Session: 2ebab97d-d871-4800-b8a0-245bb70a5dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8241 | 2024.10.09 04:59:49.668235 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8242 | 2024.10.09 04:59:49.668305 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8243 | 2024.10.09 04:59:49.668664 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8244 | 2024.10.09 04:59:49.669148 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8245 | 2024.10.09 04:59:49.669197 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8246 | 2024.10.09 04:59:49.669634 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8247 | 2024.10.09 04:59:49.670029 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8248 | 2024.10.09 04:59:49.670191 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002009 sec., 3982.080637132902 rows/sec., 324.71 KiB/sec. | ||
| 8249 | 2024.10.09 04:59:49.670748 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8250 | 2024.10.09 04:59:49.670778 [ 3 ] {2cea077d-5a2f-4935-a8a6-1f7a93663ac6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8251 | 2024.10.09 04:59:49.670795 [ 3 ] {} <Debug> HTTP-Session: 2ebab97d-d871-4800-b8a0-245bb70a5dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8252 | 2024.10.09 04:59:49.671185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 195047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8253 | 2024.10.09 04:59:49.671266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8254 | 2024.10.09 04:59:49.671290 [ 3 ] {} <Debug> HTTP-Session: 7b970288-6b84-4319-b81c-e634707caed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8255 | 2024.10.09 04:59:49.671317 [ 3 ] {} <Debug> HTTP-Session: 7b970288-6b84-4319-b81c-e634707caed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8256 | 2024.10.09 04:59:49.671339 [ 3 ] {} <Debug> HTTP-Session: 7b970288-6b84-4319-b81c-e634707caed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8257 | 2024.10.09 04:59:49.671388 [ 3 ] {} <Trace> HTTP-Session: 7b970288-6b84-4319-b81c-e634707caed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2024.10.09 04:59:49.672246 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8259 | 2024.10.09 04:59:49.672321 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8260 | 2024.10.09 04:59:49.672663 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8261 | 2024.10.09 04:59:49.674086 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8262 | 2024.10.09 04:59:49.674127 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8263 | 2024.10.09 04:59:49.674684 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8264 | 2024.10.09 04:59:49.675063 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8265 | 2024.10.09 04:59:49.675213 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Debug> executeQuery: Read 1337 rows, 114.14 KiB in 0.003623 sec., 369031.18962186034 rows/sec., 30.77 MiB/sec. | ||
| 8266 | 2024.10.09 04:59:49.675410 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8267 | 2024.10.09 04:59:49.675436 [ 3 ] {7ca15cdc-3aae-4c1d-805e-919acdaadaa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 8268 | 2024.10.09 04:59:49.675452 [ 3 ] {} <Debug> HTTP-Session: 7b970288-6b84-4319-b81c-e634707caed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8269 | 2024.10.09 04:59:49.675650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 1459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8270 | 2024.10.09 04:59:49.675704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8271 | 2024.10.09 04:59:49.675723 [ 3 ] {} <Debug> HTTP-Session: 17e91fbc-3e85-44f0-86bf-90ec8b75f7e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8272 | 2024.10.09 04:59:49.675741 [ 3 ] {} <Debug> HTTP-Session: 17e91fbc-3e85-44f0-86bf-90ec8b75f7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8273 | 2024.10.09 04:59:49.675756 [ 3 ] {} <Debug> HTTP-Session: 17e91fbc-3e85-44f0-86bf-90ec8b75f7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8274 | 2024.10.09 04:59:49.675790 [ 3 ] {} <Trace> HTTP-Session: 17e91fbc-3e85-44f0-86bf-90ec8b75f7e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2024.10.09 04:59:49.675892 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8276 | 2024.10.09 04:59:49.675936 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8277 | 2024.10.09 04:59:49.676169 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8278 | 2024.10.09 04:59:49.676506 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2024.10.09 04:59:49.676544 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8280 | 2024.10.09 04:59:49.676901 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8281 | 2024.10.09 04:59:49.677270 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2024.10.09 04:59:49.677406 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Debug> executeQuery: Read 10 rows, 726.00 B in 0.001539 sec., 6497.72579597141 rows/sec., 460.68 KiB/sec. | ||
| 8283 | 2024.10.09 04:59:49.677605 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8284 | 2024.10.09 04:59:49.677630 [ 3 ] {836e3db4-78c6-41dc-aa4b-52b0329e9cc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8285 | 2024.10.09 04:59:49.677647 [ 3 ] {} <Debug> HTTP-Session: 17e91fbc-3e85-44f0-86bf-90ec8b75f7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8286 | 2024.10.09 04:59:49.677826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8287 | 2024.10.09 04:59:49.677876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8288 | 2024.10.09 04:59:49.677896 [ 3 ] {} <Debug> HTTP-Session: 6f383bb0-9a25-48e5-9e96-f96620681c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8289 | 2024.10.09 04:59:49.677913 [ 3 ] {} <Debug> HTTP-Session: 6f383bb0-9a25-48e5-9e96-f96620681c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8290 | 2024.10.09 04:59:49.677927 [ 3 ] {} <Debug> HTTP-Session: 6f383bb0-9a25-48e5-9e96-f96620681c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8291 | 2024.10.09 04:59:49.677960 [ 3 ] {} <Trace> HTTP-Session: 6f383bb0-9a25-48e5-9e96-f96620681c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8292 | 2024.10.09 04:59:49.678131 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8293 | 2024.10.09 04:59:49.678174 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8294 | 2024.10.09 04:59:49.678412 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8295 | 2024.10.09 04:59:49.678864 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2024.10.09 04:59:49.678900 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8297 | 2024.10.09 04:59:49.679274 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8298 | 2024.10.09 04:59:49.679639 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Trace> oximeter.fields_u32 (6ab023d3-6573-4d91-8920-21a81fb82b57): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2024.10.09 04:59:49.679794 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001749 sec., 138364.77987421385 rows/sec., 9.37 MiB/sec. | ||
| 8300 | 2024.10.09 04:59:49.679971 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8301 | 2024.10.09 04:59:49.679995 [ 3 ] {97c3cf4c-dc91-4aa5-87c9-edf6486b14cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8302 | 2024.10.09 04:59:49.680010 [ 3 ] {} <Debug> HTTP-Session: 6f383bb0-9a25-48e5-9e96-f96620681c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8303 | 2024.10.09 04:59:49.680170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8304 | 2024.10.09 04:59:49.680220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8305 | 2024.10.09 04:59:49.680238 [ 3 ] {} <Debug> HTTP-Session: 81d087a6-6173-4ca1-80fc-fa82c9e6aeda Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8306 | 2024.10.09 04:59:49.680256 [ 3 ] {} <Debug> HTTP-Session: 81d087a6-6173-4ca1-80fc-fa82c9e6aeda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8307 | 2024.10.09 04:59:49.680269 [ 3 ] {} <Debug> HTTP-Session: 81d087a6-6173-4ca1-80fc-fa82c9e6aeda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8308 | 2024.10.09 04:59:49.680301 [ 3 ] {} <Trace> HTTP-Session: 81d087a6-6173-4ca1-80fc-fa82c9e6aeda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8309 | 2024.10.09 04:59:49.680396 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8310 | 2024.10.09 04:59:49.680438 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8311 | 2024.10.09 04:59:49.680665 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8312 | 2024.10.09 04:59:49.680972 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8313 | 2024.10.09 04:59:49.681008 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8314 | 2024.10.09 04:59:49.681357 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8315 | 2024.10.09 04:59:49.681730 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Trace> oximeter.fields_u8 (fc0ba5a8-71cf-4f40-becf-6335d1b7b9ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8316 | 2024.10.09 04:59:49.681886 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 234.92 KiB/sec. | ||
| 8317 | 2024.10.09 04:59:49.682239 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Debug> DynamicQueryHandler: Done processing query | ||
| 8318 | 2024.10.09 04:59:49.682265 [ 3 ] {5cf5bd63-9785-4b12-8c74-594ec92e8bed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8319 | 2024.10.09 04:59:49.682281 [ 3 ] {} <Debug> HTTP-Session: 81d087a6-6173-4ca1-80fc-fa82c9e6aeda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8320 | 2024.10.09 04:59:49.682507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 138471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8321 | 2024.10.09 04:59:49.682556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8322 | 2024.10.09 04:59:49.682576 [ 3 ] {} <Debug> HTTP-Session: 19af0760-fefa-47f6-adf8-df204e3faf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8323 | 2024.10.09 04:59:49.682592 [ 3 ] {} <Debug> HTTP-Session: 19af0760-fefa-47f6-adf8-df204e3faf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8324 | 2024.10.09 04:59:49.682606 [ 3 ] {} <Debug> HTTP-Session: 19af0760-fefa-47f6-adf8-df204e3faf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8325 | 2024.10.09 04:59:49.682638 [ 3 ] {} <Trace> HTTP-Session: 19af0760-fefa-47f6-adf8-df204e3faf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8326 | 2024.10.09 04:59:49.682992 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8327 | 2024.10.09 04:59:49.683035 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8328 | 2024.10.09 04:59:49.683283 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8329 | 2024.10.09 04:59:49.684120 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8330 | 2024.10.09 04:59:49.684160 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8331 | 2024.10.09 04:59:49.684558 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8332 | 2024.10.09 04:59:49.684924 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8333 | 2024.10.09 04:59:49.685075 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.00232 sec., 365517.2413793103 rows/sec., 26.43 MiB/sec. | ||
| 8334 | 2024.10.09 04:59:49.685253 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8335 | 2024.10.09 04:59:49.685277 [ 3 ] {9fdccb31-019e-405e-9406-ae89f7dd0a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 8336 | 2024.10.09 04:59:49.685293 [ 3 ] {} <Debug> HTTP-Session: 19af0760-fefa-47f6-adf8-df204e3faf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8337 | 2024.10.09 04:59:49.685466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8338 | 2024.10.09 04:59:49.685515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8339 | 2024.10.09 04:59:49.685535 [ 3 ] {} <Debug> HTTP-Session: 83f34ea0-2841-46e4-8c12-d31719d51ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8340 | 2024.10.09 04:59:49.685551 [ 3 ] {} <Debug> HTTP-Session: 83f34ea0-2841-46e4-8c12-d31719d51ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8341 | 2024.10.09 04:59:49.685565 [ 3 ] {} <Debug> HTTP-Session: 83f34ea0-2841-46e4-8c12-d31719d51ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8342 | 2024.10.09 04:59:49.685597 [ 3 ] {} <Trace> HTTP-Session: 83f34ea0-2841-46e4-8c12-d31719d51ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2024.10.09 04:59:49.685692 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8344 | 2024.10.09 04:59:49.685736 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8345 | 2024.10.09 04:59:49.685867 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8346 | 2024.10.09 04:59:49.686154 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8347 | 2024.10.09 04:59:49.686189 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8348 | 2024.10.09 04:59:49.686551 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8349 | 2024.10.09 04:59:49.686874 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Trace> oximeter.measurements_bool (3ea09032-5995-46d9-9d3e-417373a423ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2024.10.09 04:59:49.687029 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 8351 | 2024.10.09 04:59:49.687196 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8352 | 2024.10.09 04:59:49.687220 [ 3 ] {28dae925-6a22-4314-8611-1591ef1d527b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8353 | 2024.10.09 04:59:49.687237 [ 3 ] {} <Debug> HTTP-Session: 83f34ea0-2841-46e4-8c12-d31719d51ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8354 | 2024.10.09 04:59:49.687515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 181758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8355 | 2024.10.09 04:59:49.687564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8356 | 2024.10.09 04:59:49.687583 [ 3 ] {} <Debug> HTTP-Session: 7f2210c4-028e-4d14-9e8b-480cd505d4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8357 | 2024.10.09 04:59:49.687600 [ 3 ] {} <Debug> HTTP-Session: 7f2210c4-028e-4d14-9e8b-480cd505d4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8358 | 2024.10.09 04:59:49.687614 [ 3 ] {} <Debug> HTTP-Session: 7f2210c4-028e-4d14-9e8b-480cd505d4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8359 | 2024.10.09 04:59:49.687645 [ 3 ] {} <Trace> HTTP-Session: 7f2210c4-028e-4d14-9e8b-480cd505d4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8360 | 2024.10.09 04:59:49.688098 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8361 | 2024.10.09 04:59:49.688146 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8362 | 2024.10.09 04:59:49.688297 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8363 | 2024.10.09 04:59:49.689147 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2024.10.09 04:59:49.689183 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8365 | 2024.10.09 04:59:49.689621 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8366 | 2024.10.09 04:59:49.689979 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2024.10.09 04:59:49.690143 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Debug> executeQuery: Read 961 rows, 65.40 KiB in 0.002361 sec., 407030.91910207545 rows/sec., 27.05 MiB/sec. | ||
| 8368 | 2024.10.09 04:59:49.690479 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8369 | 2024.10.09 04:59:49.690511 [ 3 ] {e2d9b15e-2672-4b82-ba27-87a00ad36e4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
| 8370 | 2024.10.09 04:59:49.690529 [ 3 ] {} <Debug> HTTP-Session: 7f2210c4-028e-4d14-9e8b-480cd505d4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8371 | 2024.10.09 04:59:49.690714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8372 | 2024.10.09 04:59:49.690764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8373 | 2024.10.09 04:59:49.690783 [ 3 ] {} <Debug> HTTP-Session: d405805e-07d1-466c-bdab-1252478c5f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8374 | 2024.10.09 04:59:49.690799 [ 3 ] {} <Debug> HTTP-Session: d405805e-07d1-466c-bdab-1252478c5f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8375 | 2024.10.09 04:59:49.690813 [ 3 ] {} <Debug> HTTP-Session: d405805e-07d1-466c-bdab-1252478c5f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8376 | 2024.10.09 04:59:49.690844 [ 3 ] {} <Trace> HTTP-Session: d405805e-07d1-466c-bdab-1252478c5f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8377 | 2024.10.09 04:59:49.690938 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8378 | 2024.10.09 04:59:49.690985 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8379 | 2024.10.09 04:59:49.691137 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8380 | 2024.10.09 04:59:49.691407 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2024.10.09 04:59:49.691444 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8382 | 2024.10.09 04:59:49.691798 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8383 | 2024.10.09 04:59:49.692121 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8384 | 2024.10.09 04:59:49.692282 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 8385 | 2024.10.09 04:59:49.692608 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8386 | 2024.10.09 04:59:49.692633 [ 3 ] {2a820b39-871c-4d30-9845-674aa6bd9edb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8387 | 2024.10.09 04:59:49.692650 [ 3 ] {} <Debug> HTTP-Session: d405805e-07d1-466c-bdab-1252478c5f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8388 | 2024.10.09 04:59:49.692766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8389 | 2024.10.09 04:59:49.692814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8390 | 2024.10.09 04:59:49.692834 [ 3 ] {} <Debug> HTTP-Session: 0ca1774e-73af-4975-aeec-8670d43919d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8391 | 2024.10.09 04:59:49.692850 [ 3 ] {} <Debug> HTTP-Session: 0ca1774e-73af-4975-aeec-8670d43919d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8392 | 2024.10.09 04:59:49.692863 [ 3 ] {} <Debug> HTTP-Session: 0ca1774e-73af-4975-aeec-8670d43919d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8393 | 2024.10.09 04:59:49.692895 [ 3 ] {} <Trace> HTTP-Session: 0ca1774e-73af-4975-aeec-8670d43919d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8394 | 2024.10.09 04:59:49.693017 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8395 | 2024.10.09 04:59:49.693089 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8396 | 2024.10.09 04:59:49.693541 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8397 | 2024.10.09 04:59:49.693999 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2024.10.09 04:59:49.694035 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8399 | 2024.10.09 04:59:49.694626 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8400 | 2024.10.09 04:59:49.695042 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2024.10.09 04:59:49.695233 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002259 sec., 885.3474988933156 rows/sec., 1.59 MiB/sec. | ||
| 8402 | 2024.10.09 04:59:49.695788 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Debug> DynamicQueryHandler: Done processing query | ||
| 8403 | 2024.10.09 04:59:49.695813 [ 3 ] {1288e99b-5f4a-41a0-918f-4e76a0bb9762} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8404 | 2024.10.09 04:59:49.695829 [ 3 ] {} <Debug> HTTP-Session: 0ca1774e-73af-4975-aeec-8670d43919d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8405 | 2024.10.09 04:59:49.695959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 5181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8406 | 2024.10.09 04:59:49.696009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8407 | 2024.10.09 04:59:49.696029 [ 3 ] {} <Debug> HTTP-Session: d0d26494-dfa8-447d-8410-95e431b09f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8408 | 2024.10.09 04:59:49.696045 [ 3 ] {} <Debug> HTTP-Session: d0d26494-dfa8-447d-8410-95e431b09f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8409 | 2024.10.09 04:59:49.696058 [ 3 ] {} <Debug> HTTP-Session: d0d26494-dfa8-447d-8410-95e431b09f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8410 | 2024.10.09 04:59:49.696091 [ 3 ] {} <Trace> HTTP-Session: d0d26494-dfa8-447d-8410-95e431b09f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2024.10.09 04:59:49.696200 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8412 | 2024.10.09 04:59:49.696246 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8413 | 2024.10.09 04:59:49.696397 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8414 | 2024.10.09 04:59:49.696676 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2024.10.09 04:59:49.696711 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8416 | 2024.10.09 04:59:49.697079 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8417 | 2024.10.09 04:59:49.697409 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8418 | 2024.10.09 04:59:49.697554 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Debug> executeQuery: Read 36 rows, 2.15 KiB in 0.001385 sec., 25992.779783393504 rows/sec., 1.51 MiB/sec. | ||
| 8419 | 2024.10.09 04:59:49.697824 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Debug> DynamicQueryHandler: Done processing query | ||
| 8420 | 2024.10.09 04:59:49.697863 [ 3 ] {e3a5302a-0a16-4dc3-9da3-c311a49c0006} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8421 | 2024.10.09 04:59:49.697880 [ 3 ] {} <Debug> HTTP-Session: d0d26494-dfa8-447d-8410-95e431b09f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8422 | 2024.10.09 04:59:52.200186 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8423 | 2024.10.09 04:59:52.200251 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8424 | 2024.10.09 04:59:53.134344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8425 | 2024.10.09 04:59:53.134514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8426 | 2024.10.09 04:59:53.134561 [ 3 ] {} <Debug> HTTP-Session: 032a91ca-abb7-425a-bd07-f88ad3707287 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8427 | 2024.10.09 04:59:53.134602 [ 3 ] {} <Debug> HTTP-Session: 032a91ca-abb7-425a-bd07-f88ad3707287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8428 | 2024.10.09 04:59:53.134631 [ 3 ] {} <Debug> HTTP-Session: 032a91ca-abb7-425a-bd07-f88ad3707287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8429 | 2024.10.09 04:59:53.134713 [ 3 ] {} <Trace> HTTP-Session: 032a91ca-abb7-425a-bd07-f88ad3707287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8430 | 2024.10.09 04:59:53.134956 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8431 | 2024.10.09 04:59:53.135023 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8432 | 2024.10.09 04:59:53.135365 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8433 | 2024.10.09 04:59:53.135793 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2024.10.09 04:59:53.135842 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8435 | 2024.10.09 04:59:53.136278 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8436 | 2024.10.09 04:59:53.136679 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2024.10.09 04:59:53.136853 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001944 sec., 3086.41975308642 rows/sec., 251.68 KiB/sec. | ||
| 8438 | 2024.10.09 04:59:53.137184 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8439 | 2024.10.09 04:59:53.137230 [ 3 ] {88f770d8-97ec-49bb-a3ab-4a333836367e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8440 | 2024.10.09 04:59:53.137260 [ 3 ] {} <Debug> HTTP-Session: 032a91ca-abb7-425a-bd07-f88ad3707287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8441 | 2024.10.09 04:59:53.137440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 10790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8442 | 2024.10.09 04:59:53.137501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8443 | 2024.10.09 04:59:53.137521 [ 3 ] {} <Debug> HTTP-Session: 92e72d50-2649-4127-b0e5-6295ac49c194 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8444 | 2024.10.09 04:59:53.137540 [ 3 ] {} <Debug> HTTP-Session: 92e72d50-2649-4127-b0e5-6295ac49c194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8445 | 2024.10.09 04:59:53.137554 [ 3 ] {} <Debug> HTTP-Session: 92e72d50-2649-4127-b0e5-6295ac49c194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8446 | 2024.10.09 04:59:53.137591 [ 3 ] {} <Trace> HTTP-Session: 92e72d50-2649-4127-b0e5-6295ac49c194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8447 | 2024.10.09 04:59:53.137733 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8448 | 2024.10.09 04:59:53.137782 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8449 | 2024.10.09 04:59:53.138035 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8450 | 2024.10.09 04:59:53.138413 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2024.10.09 04:59:53.138451 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8452 | 2024.10.09 04:59:53.138819 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8453 | 2024.10.09 04:59:53.139191 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2024.10.09 04:59:53.139357 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Debug> executeQuery: Read 75 rows, 6.21 KiB in 0.001677 sec., 44722.71914132379 rows/sec., 3.62 MiB/sec. | ||
| 8455 | 2024.10.09 04:59:53.139643 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8456 | 2024.10.09 04:59:53.139702 [ 3 ] {900587c6-2805-4a6f-9b20-88e7d90437eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8457 | 2024.10.09 04:59:53.139755 [ 3 ] {} <Debug> HTTP-Session: 92e72d50-2649-4127-b0e5-6295ac49c194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8458 | 2024.10.09 04:59:53.139948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 2028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8459 | 2024.10.09 04:59:53.140005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8460 | 2024.10.09 04:59:53.140025 [ 3 ] {} <Debug> HTTP-Session: d86f941a-ee00-475d-939c-ea59d3096528 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8461 | 2024.10.09 04:59:53.140042 [ 3 ] {} <Debug> HTTP-Session: d86f941a-ee00-475d-939c-ea59d3096528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8462 | 2024.10.09 04:59:53.140056 [ 3 ] {} <Debug> HTTP-Session: d86f941a-ee00-475d-939c-ea59d3096528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8463 | 2024.10.09 04:59:53.140090 [ 3 ] {} <Trace> HTTP-Session: d86f941a-ee00-475d-939c-ea59d3096528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2024.10.09 04:59:53.140200 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8465 | 2024.10.09 04:59:53.140246 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8466 | 2024.10.09 04:59:53.140497 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8467 | 2024.10.09 04:59:53.140808 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2024.10.09 04:59:53.140844 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8469 | 2024.10.09 04:59:53.141197 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8470 | 2024.10.09 04:59:53.141559 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8471 | 2024.10.09 04:59:53.141719 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001543 sec., 9073.233959818535 rows/sec., 661.38 KiB/sec. | ||
| 8472 | 2024.10.09 04:59:53.142052 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Debug> DynamicQueryHandler: Done processing query | ||
| 8473 | 2024.10.09 04:59:53.142113 [ 3 ] {42e23f5b-cb39-4f47-b7f6-da48ba03b218} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8474 | 2024.10.09 04:59:53.142160 [ 3 ] {} <Debug> HTTP-Session: d86f941a-ee00-475d-939c-ea59d3096528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8475 | 2024.10.09 04:59:53.142326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 13267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8476 | 2024.10.09 04:59:53.142382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8477 | 2024.10.09 04:59:53.142402 [ 3 ] {} <Debug> HTTP-Session: d4a66c15-f882-4187-a144-3d0f987bf5ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8478 | 2024.10.09 04:59:53.142419 [ 3 ] {} <Debug> HTTP-Session: d4a66c15-f882-4187-a144-3d0f987bf5ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8479 | 2024.10.09 04:59:53.142433 [ 3 ] {} <Debug> HTTP-Session: d4a66c15-f882-4187-a144-3d0f987bf5ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8480 | 2024.10.09 04:59:53.142467 [ 3 ] {} <Trace> HTTP-Session: d4a66c15-f882-4187-a144-3d0f987bf5ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8481 | 2024.10.09 04:59:53.142594 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8482 | 2024.10.09 04:59:53.142641 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8483 | 2024.10.09 04:59:53.142893 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8484 | 2024.10.09 04:59:53.143261 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2024.10.09 04:59:53.143297 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8486 | 2024.10.09 04:59:53.143653 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8487 | 2024.10.09 04:59:53.143999 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2024.10.09 04:59:53.144158 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Debug> executeQuery: Read 78 rows, 6.25 KiB in 0.001602 sec., 48689.13857677903 rows/sec., 3.81 MiB/sec. | ||
| 8489 | 2024.10.09 04:59:53.144324 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Debug> DynamicQueryHandler: Done processing query | ||
| 8490 | 2024.10.09 04:59:53.144348 [ 3 ] {141f3b8d-bb0a-4350-a685-2738d4a017be} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8491 | 2024.10.09 04:59:53.144364 [ 3 ] {} <Debug> HTTP-Session: d4a66c15-f882-4187-a144-3d0f987bf5ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8492 | 2024.10.09 04:59:53.144586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 24725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8493 | 2024.10.09 04:59:53.144634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8494 | 2024.10.09 04:59:53.144653 [ 3 ] {} <Debug> HTTP-Session: c6b74cc1-68d4-40ff-bccc-6efbf6475e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8495 | 2024.10.09 04:59:53.144669 [ 3 ] {} <Debug> HTTP-Session: c6b74cc1-68d4-40ff-bccc-6efbf6475e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8496 | 2024.10.09 04:59:53.144683 [ 3 ] {} <Debug> HTTP-Session: c6b74cc1-68d4-40ff-bccc-6efbf6475e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8497 | 2024.10.09 04:59:53.144715 [ 3 ] {} <Trace> HTTP-Session: c6b74cc1-68d4-40ff-bccc-6efbf6475e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8498 | 2024.10.09 04:59:53.144852 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8499 | 2024.10.09 04:59:53.144900 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8500 | 2024.10.09 04:59:53.145045 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8501 | 2024.10.09 04:59:53.145422 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2024.10.09 04:59:53.145458 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8503 | 2024.10.09 04:59:53.145841 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8504 | 2024.10.09 04:59:53.146184 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8505 | 2024.10.09 04:59:53.146342 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Debug> executeQuery: Read 129 rows, 9.19 KiB in 0.001542 sec., 83657.58754863814 rows/sec., 5.82 MiB/sec. | ||
| 8506 | 2024.10.09 04:59:53.146696 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8507 | 2024.10.09 04:59:53.146742 [ 3 ] {49a558c4-673b-4799-9185-6284cb24724c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8508 | 2024.10.09 04:59:53.146760 [ 3 ] {} <Debug> HTTP-Session: c6b74cc1-68d4-40ff-bccc-6efbf6475e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8509 | 2024.10.09 04:59:53.146899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 14200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8510 | 2024.10.09 04:59:53.146949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8511 | 2024.10.09 04:59:53.146968 [ 3 ] {} <Debug> HTTP-Session: c7d842e1-57cb-4d9c-b302-b24ce4769090 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8512 | 2024.10.09 04:59:53.146985 [ 3 ] {} <Debug> HTTP-Session: c7d842e1-57cb-4d9c-b302-b24ce4769090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8513 | 2024.10.09 04:59:53.146998 [ 3 ] {} <Debug> HTTP-Session: c7d842e1-57cb-4d9c-b302-b24ce4769090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8514 | 2024.10.09 04:59:53.147030 [ 3 ] {} <Trace> HTTP-Session: c7d842e1-57cb-4d9c-b302-b24ce4769090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8515 | 2024.10.09 04:59:53.147195 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8516 | 2024.10.09 04:59:53.147268 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8517 | 2024.10.09 04:59:53.147718 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8518 | 2024.10.09 04:59:53.148191 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2024.10.09 04:59:53.148226 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8520 | 2024.10.09 04:59:53.148824 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8521 | 2024.10.09 04:59:53.149232 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2024.10.09 04:59:53.149440 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002326 sec., 3439.3809114359415 rows/sec., 6.16 MiB/sec. | ||
| 8523 | 2024.10.09 04:59:53.149935 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8524 | 2024.10.09 04:59:53.149984 [ 3 ] {e219af1b-28b3-4ac4-99c5-e4f9e814aea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 8525 | 2024.10.09 04:59:53.150016 [ 3 ] {} <Debug> HTTP-Session: c7d842e1-57cb-4d9c-b302-b24ce4769090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8526 | 2024.10.09 04:59:53.150144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 7026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8527 | 2024.10.09 04:59:53.150193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8528 | 2024.10.09 04:59:53.150212 [ 3 ] {} <Debug> HTTP-Session: 23ce7e23-891a-489c-a059-93f627f735f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8529 | 2024.10.09 04:59:53.150228 [ 3 ] {} <Debug> HTTP-Session: 23ce7e23-891a-489c-a059-93f627f735f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8530 | 2024.10.09 04:59:53.150242 [ 3 ] {} <Debug> HTTP-Session: 23ce7e23-891a-489c-a059-93f627f735f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8531 | 2024.10.09 04:59:53.150274 [ 3 ] {} <Trace> HTTP-Session: 23ce7e23-891a-489c-a059-93f627f735f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8532 | 2024.10.09 04:59:53.150388 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8533 | 2024.10.09 04:59:53.150434 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8534 | 2024.10.09 04:59:53.150580 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8535 | 2024.10.09 04:59:53.150865 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8536 | 2024.10.09 04:59:53.150902 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8537 | 2024.10.09 04:59:53.151267 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8538 | 2024.10.09 04:59:53.151591 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8539 | 2024.10.09 04:59:53.151750 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001394 sec., 32998.565279770446 rows/sec., 2.23 MiB/sec. | ||
| 8540 | 2024.10.09 04:59:53.152007 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8541 | 2024.10.09 04:59:53.152057 [ 3 ] {9271292f-be71-45db-a85f-e2e2b11fd04b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8542 | 2024.10.09 04:59:53.152093 [ 3 ] {} <Debug> HTTP-Session: 23ce7e23-891a-489c-a059-93f627f735f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8543 | 2024.10.09 04:59:57.385056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 856 | ||
| 8544 | 2024.10.09 04:59:57.388196 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8545 | 2024.10.09 04:59:57.388257 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8546 | 2024.10.09 04:59:57.389789 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8547 | 2024.10.09 04:59:57.390788 [ 242 ] {} <Trace> system.query_log (c34c06ec-142a-4065-aa4e-3c6049042399): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8548 | 2024.10.09 04:59:57.391373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 856 | ||
| 8549 | 2024.10.09 04:59:58.136297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8550 | 2024.10.09 04:59:58.136415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8551 | 2024.10.09 04:59:58.136444 [ 3 ] {} <Debug> HTTP-Session: 2bb55020-d384-4798-ae49-48ec2c1bc1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8552 | 2024.10.09 04:59:58.136471 [ 3 ] {} <Debug> HTTP-Session: 2bb55020-d384-4798-ae49-48ec2c1bc1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8553 | 2024.10.09 04:59:58.136490 [ 3 ] {} <Debug> HTTP-Session: 2bb55020-d384-4798-ae49-48ec2c1bc1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8554 | 2024.10.09 04:59:58.136545 [ 3 ] {} <Trace> HTTP-Session: 2bb55020-d384-4798-ae49-48ec2c1bc1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8555 | 2024.10.09 04:59:58.136731 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8556 | 2024.10.09 04:59:58.136804 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8557 | 2024.10.09 04:59:58.137165 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8558 | 2024.10.09 04:59:58.137590 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2024.10.09 04:59:58.137631 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8560 | 2024.10.09 04:59:58.138049 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8561 | 2024.10.09 04:59:58.138445 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2024.10.09 04:59:58.138595 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec. | ||
| 8563 | 2024.10.09 04:59:58.138594 [ 43 ] {} <Debug> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 8564 | 2024.10.09 04:59:58.138670 [ 43 ] {} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8565 | 2024.10.09 04:59:58.138706 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8566 | 2024.10.09 04:59:58.138850 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8567 | 2024.10.09 04:59:58.138876 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 8568 | 2024.10.09 04:59:58.138882 [ 3 ] {f67eec86-3b0b-4b6e-b58a-e4f03a93f38f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8569 | 2024.10.09 04:59:58.138973 [ 3 ] {} <Debug> HTTP-Session: 2bb55020-d384-4798-ae49-48ec2c1bc1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8570 | 2024.10.09 04:59:58.139153 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8571 | 2024.10.09 04:59:58.139233 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part | ||
| 8572 | 2024.10.09 04:59:58.139232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8573 | 2024.10.09 04:59:58.139372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8574 | 2024.10.09 04:59:58.139476 [ 3 ] {} <Debug> HTTP-Session: 333e5f59-e7c5-436f-895c-1e932f5676f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8575 | 2024.10.09 04:59:58.139556 [ 3 ] {} <Debug> HTTP-Session: 333e5f59-e7c5-436f-895c-1e932f5676f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8576 | 2024.10.09 04:59:58.139572 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 8577 | 2024.10.09 04:59:58.139594 [ 3 ] {} <Debug> HTTP-Session: 333e5f59-e7c5-436f-895c-1e932f5676f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8578 | 2024.10.09 04:59:58.139720 [ 3 ] {} <Trace> HTTP-Session: 333e5f59-e7c5-436f-895c-1e932f5676f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8579 | 2024.10.09 04:59:58.139871 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8580 | 2024.10.09 04:59:58.140137 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8581 | 2024.10.09 04:59:58.140248 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 8582 | 2024.10.09 04:59:58.140279 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8583 | 2024.10.09 04:59:58.140564 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 8584 | 2024.10.09 04:59:58.140920 [ 196 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8585 | 2024.10.09 04:59:58.141697 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8586 | 2024.10.09 04:59:58.142600 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2024.10.09 04:59:58.142665 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8588 | 2024.10.09 04:59:58.143823 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8589 | 2024.10.09 04:59:58.143881 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.005081326 sec., 7478.362931250623 rows/sec., 639.02 KiB/sec. | ||
| 8590 | 2024.10.09 04:59:58.144240 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 8591 | 2024.10.09 04:59:58.144606 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Trace> oximeter.fields_string (b11c3837-c74c-460a-a99c-04ba1f930fcd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2024.10.09 04:59:58.145154 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.005191 sec., 21383.16316701984 rows/sec., 1.79 MiB/sec. | ||
| 8593 | 2024.10.09 04:59:58.145532 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2024.10.09 04:59:58.145548 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8595 | 2024.10.09 04:59:58.145605 [ 3 ] {3f3fed43-7205-4769-a581-81ca190216f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8596 | 2024.10.09 04:59:58.145632 [ 3 ] {} <Debug> HTTP-Session: 333e5f59-e7c5-436f-895c-1e932f5676f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8597 | 2024.10.09 04:59:58.145715 [ 189 ] {90f6dd50-05b0-4856-8161-cbf506480ef7::all_1_11_2} <Trace> oximeter.fields_ipaddr (90f6dd50-05b0-4856-8161-cbf506480ef7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 8598 | 2024.10.09 04:59:58.145846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 4204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8599 | 2024.10.09 04:59:58.145861 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8600 | 2024.10.09 04:59:58.145921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8601 | 2024.10.09 04:59:58.145947 [ 3 ] {} <Debug> HTTP-Session: 1b54d31f-0414-4563-8a86-102298c51b82 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8602 | 2024.10.09 04:59:58.145965 [ 3 ] {} <Debug> HTTP-Session: 1b54d31f-0414-4563-8a86-102298c51b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8603 | 2024.10.09 04:59:58.145979 [ 3 ] {} <Debug> HTTP-Session: 1b54d31f-0414-4563-8a86-102298c51b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8604 | 2024.10.09 04:59:58.146013 [ 3 ] {} <Trace> HTTP-Session: 1b54d31f-0414-4563-8a86-102298c51b82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8605 | 2024.10.09 04:59:58.146137 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8606 | 2024.10.09 04:59:58.146182 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8607 | 2024.10.09 04:59:58.146431 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8608 | 2024.10.09 04:59:58.146798 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8609 | 2024.10.09 04:59:58.146835 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8610 | 2024.10.09 04:59:58.147200 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8611 | 2024.10.09 04:59:58.147577 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8612 | 2024.10.09 04:59:58.147708 [ 43 ] {} <Debug> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8613 | 2024.10.09 04:59:58.147713 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001617 sec., 17934.44650587508 rows/sec., 1.31 MiB/sec. | ||
| 8614 | 2024.10.09 04:59:58.147744 [ 43 ] {} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8615 | 2024.10.09 04:59:58.147787 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8616 | 2024.10.09 04:59:58.147912 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8617 | 2024.10.09 04:59:58.147945 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8618 | 2024.10.09 04:59:58.147974 [ 3 ] {9e676d6e-8724-4b59-b7bc-7348ba56bd7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8619 | 2024.10.09 04:59:58.147999 [ 3 ] {} <Debug> HTTP-Session: 1b54d31f-0414-4563-8a86-102298c51b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8620 | 2024.10.09 04:59:58.148072 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8621 | 2024.10.09 04:59:58.148110 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 55 rows starting from the beginning of the part | ||
| 8622 | 2024.10.09 04:59:58.148163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 15811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8623 | 2024.10.09 04:59:58.148244 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 8624 | 2024.10.09 04:59:58.148255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8625 | 2024.10.09 04:59:58.148306 [ 3 ] {} <Debug> HTTP-Session: f64e40d3-0547-436e-99cd-1edd5e6df87c Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8626 | 2024.10.09 04:59:58.148341 [ 3 ] {} <Debug> HTTP-Session: f64e40d3-0547-436e-99cd-1edd5e6df87c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8627 | 2024.10.09 04:59:58.148389 [ 3 ] {} <Debug> HTTP-Session: f64e40d3-0547-436e-99cd-1edd5e6df87c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8628 | 2024.10.09 04:59:58.148412 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 8629 | 2024.10.09 04:59:58.148509 [ 3 ] {} <Trace> HTTP-Session: f64e40d3-0547-436e-99cd-1edd5e6df87c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2024.10.09 04:59:58.148839 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part | ||
| 8631 | 2024.10.09 04:59:58.148883 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8632 | 2024.10.09 04:59:58.148980 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8633 | 2024.10.09 04:59:58.148998 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 8634 | 2024.10.09 04:59:58.149267 [ 199 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 29 rows starting from the beginning of the part | ||
| 8635 | 2024.10.09 04:59:58.150019 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8636 | 2024.10.09 04:59:58.150606 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8637 | 2024.10.09 04:59:58.150651 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8638 | 2024.10.09 04:59:58.151194 [ 198 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 5 columns (5 merged, 0 gathered) in 0.003324429 sec., 43616.51279061758 rows/sec., 3.32 MiB/sec. | ||
| 8639 | 2024.10.09 04:59:58.151260 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8640 | 2024.10.09 04:59:58.151444 [ 198 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8641 | 2024.10.09 04:59:58.152255 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Trace> oximeter.fields_uuid (f0532510-5495-42af-af35-2105db47f503): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2024.10.09 04:59:58.152568 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.003788 sec., 24551.214361140443 rows/sec., 1.92 MiB/sec. | ||
| 8643 | 2024.10.09 04:59:58.152753 [ 187 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.10.09 04:59:58.152864 [ 187 ] {72f3f6ff-578f-4157-806a-d0282aabe3d2::all_1_41_8} <Trace> oximeter.fields_u16 (72f3f6ff-578f-4157-806a-d0282aabe3d2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8645 | 2024.10.09 04:59:58.152884 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Debug> DynamicQueryHandler: Done processing query | ||
| 8646 | 2024.10.09 04:59:58.152919 [ 3 ] {a71f78a7-f421-49fe-b7f4-6dbeb0984432} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8647 | 2024.10.09 04:59:58.152955 [ 3 ] {} <Debug> HTTP-Session: f64e40d3-0547-436e-99cd-1edd5e6df87c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8648 | 2024.10.09 04:59:58.152967 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8649 | 2024.10.09 04:59:58.153201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 30852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8650 | 2024.10.09 04:59:58.153250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8651 | 2024.10.09 04:59:58.153270 [ 3 ] {} <Debug> HTTP-Session: 641fbbf7-7e52-465b-b6c8-84a4d4b7c8aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8652 | 2024.10.09 04:59:58.153287 [ 3 ] {} <Debug> HTTP-Session: 641fbbf7-7e52-465b-b6c8-84a4d4b7c8aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8653 | 2024.10.09 04:59:58.153301 [ 3 ] {} <Debug> HTTP-Session: 641fbbf7-7e52-465b-b6c8-84a4d4b7c8aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8654 | 2024.10.09 04:59:58.153333 [ 3 ] {} <Trace> HTTP-Session: 641fbbf7-7e52-465b-b6c8-84a4d4b7c8aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8655 | 2024.10.09 04:59:58.153493 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8656 | 2024.10.09 04:59:58.153540 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8657 | 2024.10.09 04:59:58.153694 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8658 | 2024.10.09 04:59:58.154147 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2024.10.09 04:59:58.154183 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8660 | 2024.10.09 04:59:58.154579 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8661 | 2024.10.09 04:59:58.154931 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Trace> oximeter.measurements_cumulativeu64 (8f975dfe-ca60-4349-9b5e-749eb37083ea): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2024.10.09 04:59:58.155061 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001637 sec., 98350.64141722664 rows/sec., 6.85 MiB/sec. | ||
| 8663 | 2024.10.09 04:59:58.155247 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Debug> DynamicQueryHandler: Done processing query | ||
| 8664 | 2024.10.09 04:59:58.155272 [ 3 ] {59307796-6d08-442f-90f4-afa7a62bec79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8665 | 2024.10.09 04:59:58.155288 [ 3 ] {} <Debug> HTTP-Session: 641fbbf7-7e52-465b-b6c8-84a4d4b7c8aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8666 | 2024.10.09 04:59:58.155472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 44551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8667 | 2024.10.09 04:59:58.155522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8668 | 2024.10.09 04:59:58.155541 [ 3 ] {} <Debug> HTTP-Session: d25d7373-1493-4afc-b0ab-e94bfdd18048 Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8669 | 2024.10.09 04:59:58.155559 [ 3 ] {} <Debug> HTTP-Session: d25d7373-1493-4afc-b0ab-e94bfdd18048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8670 | 2024.10.09 04:59:58.155573 [ 3 ] {} <Debug> HTTP-Session: d25d7373-1493-4afc-b0ab-e94bfdd18048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8671 | 2024.10.09 04:59:58.155603 [ 3 ] {} <Trace> HTTP-Session: d25d7373-1493-4afc-b0ab-e94bfdd18048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8672 | 2024.10.09 04:59:58.155922 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8673 | 2024.10.09 04:59:58.155986 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8674 | 2024.10.09 04:59:58.156407 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8675 | 2024.10.09 04:59:58.157032 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2024.10.09 04:59:58.157067 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8677 | 2024.10.09 04:59:58.157686 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8678 | 2024.10.09 04:59:58.158099 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Trace> oximeter.measurements_histogramu64 (17f10220-c9d4-4b45-809c-b1dc862b56a9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8679 | 2024.10.09 04:59:58.158249 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002562 sec., 10538.64168618267 rows/sec., 18.88 MiB/sec. | ||
| 8680 | 2024.10.09 04:59:58.158446 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Debug> DynamicQueryHandler: Done processing query | ||
| 8681 | 2024.10.09 04:59:58.158470 [ 3 ] {2243c0a6-11fb-4b55-b8a8-2f1adc778751} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8682 | 2024.10.09 04:59:58.158486 [ 3 ] {} <Debug> HTTP-Session: d25d7373-1493-4afc-b0ab-e94bfdd18048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8683 | 2024.10.09 04:59:58.158622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64893, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8684 | 2024.10.09 04:59:58.158670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8685 | 2024.10.09 04:59:58.158689 [ 3 ] {} <Debug> HTTP-Session: 5ed1dce1-ef92-48b8-a39c-69e00952350a Authenticating user 'default' from [fd00:1122:3344:101::d]:64893 | ||
| 8686 | 2024.10.09 04:59:58.158706 [ 3 ] {} <Debug> HTTP-Session: 5ed1dce1-ef92-48b8-a39c-69e00952350a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.10.09 04:59:58.158720 [ 3 ] {} <Debug> HTTP-Session: 5ed1dce1-ef92-48b8-a39c-69e00952350a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8688 | 2024.10.09 04:59:58.158751 [ 3 ] {} <Trace> HTTP-Session: 5ed1dce1-ef92-48b8-a39c-69e00952350a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8689 | 2024.10.09 04:59:58.158864 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64893) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8690 | 2024.10.09 04:59:58.158907 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8691 | 2024.10.09 04:59:58.159036 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8692 | 2024.10.09 04:59:58.159353 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2024.10.09 04:59:58.159387 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8694 | 2024.10.09 04:59:58.159752 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8695 | 2024.10.09 04:59:58.160081 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Trace> oximeter.measurements_u64 (4d901e3b-e509-4289-adbe-5fa36d0918e4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2024.10.09 04:59:58.160208 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 8697 | 2024.10.09 04:59:58.160372 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8698 | 2024.10.09 04:59:58.160397 [ 3 ] {d9bf7678-6dae-4e7e-938b-c014e17cfa1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8699 | 2024.10.09 04:59:58.160413 [ 3 ] {} <Debug> HTTP-Session: 5ed1dce1-ef92-48b8-a39c-69e00952350a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8700 | 2024.10.09 05:00:00.355827 [ 40 ] {} <Debug> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 8701 | 2024.10.09 05:00:00.355890 [ 40 ] {} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.10.09 05:00:00.355914 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8703 | 2024.10.09 05:00:00.356087 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 8704 | 2024.10.09 05:00:00.356294 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8705 | 2024.10.09 05:00:00.356347 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part | ||
| 8706 | 2024.10.09 05:00:00.356464 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 8707 | 2024.10.09 05:00:00.356550 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8708 | 2024.10.09 05:00:00.356835 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 8709 | 2024.10.09 05:00:00.356957 [ 191 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 8710 | 2024.10.09 05:00:00.358183 [ 192 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002186231 sec., 8690.755917375613 rows/sec., 583.82 KiB/sec. | ||
| 8711 | 2024.10.09 05:00:00.358429 [ 186 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 8712 | 2024.10.09 05:00:00.358980 [ 186 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2024.10.09 05:00:00.359102 [ 186 ] {ad5af507-cc08-4dc6-9748-38c2b7c9d4e0::all_1_18_4} <Trace> oximeter.measurements_f64 (ad5af507-cc08-4dc6-9748-38c2b7c9d4e0) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 8714 | 2024.10.09 05:00:00.359233 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||